 
.jk-slider{
    width:100%;
}
	 .hello100{margin-top:120px;}
 
.carousel-caption {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-shadow: none;
  & .btn {
    text-shadow: none; // No shadow for button elements in carousel-caption
  }
}

.carousel {
    position: relative;
}

.controllers {
    position: absolute;
    top: 0px;
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none;
}
 
 
 .my-primary{
  background-color:rgb(252, 111, 111);
  border:none;
   color: #FFF;
    box-shadow: 5px 10px 10px -6px;
  
   border-radious:0px;
}
.my-primary:hover{
	  background-color:#db5757;
	}

.myworld,.myworld:hover {
    color: #FFFFFF;
}

 .content-box {
    position: relative;
    box-shadow: 1px 4px 10px -6px #222;
    margin-bottom: 20px;
    padding: 1px 0px;
    margin-top:30px;
}
.content-box:hover .content-box-icon{
    box-shadow: 1px 4px 10px -6px;
}
.content-box:hover a ,.content-box:active a ,.content-box:focus a{
    text-decoration: none;
}
.content-box a h4 {
    color: #222;
    font-weight: 600;
    font-family: serif;
    font-size: 17px;
}
.content-box-icon {
    width: 50px;
    height: 50px;
    background: #ce2a1b;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 100%;
    margin: auto;
    color: #fff;
}
.bg-vaiolet{
    background: #673ab7;
}
.bg-blue{
    background:rgb(38, 172, 226);
}
.bg-light-red{
    background: #e91740;
}
.bg-light-blue{
    background: #009688;
}
 

  
  .featuresBoxes li {
    display: inline-block;
    list-style-type: none;
    width: 150px;
    height: 190px;
    background-color: rgba(0, 108, 104, 0.4);
    padding: 5px;
    vertical-align: top;
    margin: 5px;
    border: 1px dashed #2E8E8A;
}

.silentfeatureSec {
   
    min-height: 350px;
   
}
	.text-primary {
    color: #019b95;
}


.panel-body{
	height:295px;
}


@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}


/* Carousel */



#quote-carousel {
    padding: 15px 0px;
     margin-top: 70px;
    margin-bottom: 10px;
    width: 100%;
    
	
    background-size: cover ;
    background-position: left top;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: 60px;
}
#quote-carousel .carousel-control.right {
    right: 60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #019b95;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    float: left;
    margin-right: 10px;
}
/*New design*/
.col_fourth{background: red;}
.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 5px;
}
.end { margin-right: 0 !important; }
.wrapper { width: 980px; margin: 30px auto; position: relative;}
.counter { background-color: #187a74; padding: 5px 0; border-radius: 5px;}
.count-title {color:aliceblue; font-weight: normal;  margin-top: 5px; margin-bottom: 0; text-align: center; }
.count-text {color:aliceblue; font-size: 13px; font-weight: normal;  margin-top: 1px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #FFF; }




.btn {

 color:white;
 text-decoration:none;
 padding:5px 5px;
 font-size:18px;;
}

.btn-green {
    
  background: #187a74;
}
.btn-green:hover {
  background: #449490;
    color:#FFF;
}

table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
    background: #08716a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #d0e6e7, #08716a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #d0e6e7, #08716a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    display: block;
    margin: auto;
    max-width: 600px;
    padding:5px;
    width: 100%;
 }
.tbl-content{
  height:530px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

   

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  
  border-right: 1px solid #08716a;
  font-size:23px;
  font-weight: 100;
  padding:13px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#fc6f6f;
  color:#FFFFFF;
  border-top: 1px solid #08716a;
  border-bottom: 1px solid #08716a;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#fc6f6f;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:10px 20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

#about {
  background: #fff;
  padding: 25px 0 25px 0;
}

#about .about-container .background {
 

  margin-bottom: 10px;
}


#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}
        
#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 10px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 50px;
  height: 50px;
margin-left: 10px;
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
border: 2px solid #1a7c75;
}

#about .about-container .icon-box .icon i {
  color: #1a7c75;
  font-size: 20px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #4C4754;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
    color: #4C4754;
}  

section .section-title{
	text-align:center;
	color:#FFF;
	margin-bottom:5px;
	text-transform:uppercase;
}
.card-text {
    color:#FFF;
}
    .text-center{
        color:#FFF;
    }
    .card-title{
        color:#FFF;
    }
#what-we-do{
	
    
    background: #08716a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #d0e6e7, #08716a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #d0e6e7, #08716a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    
    
    
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #FFF !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
    position: absolute;
    font-size: 39px;
    color: #FFF;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}  

#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}








  
  

  
 


