

@media (min-width: 300px) {
   

}

@media (max-width: 500px) {
   
	
	
}
	


@media (max-width:767px) {
	.icon-box {
     
      width: 150px !important;
      height: 150px !important;
      
		
    }
	
	ul.ind_list li{
	
	margin: 10px !important;
}
    
      .header {
    
    margin-top: 20px;
  }
    
    
  ul.tab_prod li {
 
  height: 197px !important;
  margin-top: 20px;
}  
    
ul.tab_prod li p {
 text-align: center !important;
  left: 0px !important;
  
} 
    
    
.industry_sec h2 {
  font-size: 33px !important;
  
}    
 .industry_sec p {
  line-height: 24px;
} 
    
  .client_sec h2 {
  font-size: 33px !important;
}  
    
   .client_sec p {
  line-height: 24px;
}    
    
.slide ul li {
  
  width: 100% !important;
}    
 .core_sec h2 {
 font-size: 33px !important;
}   
      .core_sec p {
  line-height: 24px;
} 
    
    .copyright{
         text-align: center;
    }   
    
   .main-footer .footer-bottom .footer-nav {
  
  text-align: center !important;
}
    
    .my-container-gray h1 {
 
  padding: 99px 0px 5px !important;
  
}
    
    .about_page h2 {
  font-size: 30px !important;
 
}
    
.what_to_do h2 {
  font-size: 33px !important;
  
}   
    
  .mis_vis h3 {
  font-size: 29px !important;
  
}  
    
  .core_value h3 {
  font-size: 33px !important;
  
}
    
    .history h2 {
  font-size: 29px !important;
  
}
    
#carousel .carousel-item {
  height: inherit !important;

}
    
    #carousel .carousel-item .caption {
 padding: 20px !important;
  margin-top: 121px;
}
    #carousel .caption h2 {
 
  font-size: 18px;
}
    
    #carousel .caption p {
 
  font-size: 14px;
}
    
}

@media (min-width:768px) and (max-width:991px) {
	

	
}


@media (min-width:992px) and (max-width:1199px) {
	
	
}


@media (max-width:1200px) {


}

    .icon-box {
      position: relative;
      width: 471px;
      height: 362px;
      background-color: #fff;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease;
      overflow: hidden;
      cursor: pointer;
		
    }



    .icon {
      font-size: 18px;
      z-index: 2;
      transition: opacity 0.3s ease;
    }

    .hover-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 0.9s ease;
      z-index: 1;
    }

    .icon-box:hover .hover-image {
      opacity: 1;
    }

    .icon-box:hover .icon {
      opacity: 1;
		color: #fff;
    }


ul.ind_feat{
	padding: 0;
	list-style: none;
  text-decoration: none;
  background: #006aa2;
  padding: 10px 0px;
  border-radius: 10px;
  margin-top: 20px;
}

ul.ind_feat li{
	display: block !important;
	text-align: left;
	color: #fff;
}


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body{
	font-family: "Poppins", sans-serif ;
    background-color: #fff !important;
    color: #2c2761 !important;
	
}


section {
  margin-top: 5%;
}


#carousel .carousel-item.boat {
  background-image: url("../images/b1.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("../images/b2.jpg");
}

#carousel .carousel-item.river {
  background-image: url("../images/b3.jpg");
}

#carousel .carousel-item {
  height: 100vh;
  width: 100%;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  background-color: #007dbfc4;
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}



.tab {
  
  border-bottom: 1px solid #ccc;
  text-align: center;
  width: 100%;
  
}

/* Style the buttons inside the tab */
.tab button {
  display: inline-block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
 margin: 0 4%;
  border: none;
  outline: none;
  /*text-align: left;*/
  cursor: pointer;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  border-bottom: 3px #f00 solid;
}

/* Create an active/current "tab button" class */
.tab button.active {
  border-bottom: 3px #f00 solid;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  
  width: 100%;
  border-left: none;
  
  display: none;
	margin-top: 50px;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.tab_details img{
	border-radius: 20px;
}


.tab_details_con{
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 20px;
	color: #fff;
}
.tab_details_con h3{
	font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tab_details_con p{
	line-height: 30px;
}


ul.tab_prod{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

ul.tab_prod li{
	display: inline-block;
	width: 49%;
	margin-bottom: 20px;
	border-radius: 10px;
    background: linear-gradient(to bottom,  #e3dee8 0%,#e8e8e8 99%);
    height: 277px;
}

ul.tab_prod li p{
	position: relative;
  top: 0px;
  left: 32px;
  font-size: 17px;
  font-weight: normal;
}


ul.ind_list{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	text-align: center;
}

ul.ind_list li{
	display: inline-block;
	margin: 6px;
}

.icon-box i{
	color: #000;
}


.icon-box:hover i{
	color: #fff;
}


.industry_sec{
	background: #f2f2f2;
	padding: 6% 0px;
text-align: center;
}

.industry_sec h2{
	font-size: 40px;
	font-weight: 600;
	color: #000;
}

.industry_sec p{
	font-size: 17px;
	
	color: #000;
}



.client_sec{
	
	padding: 0% 0px;

}

.client_sec h2{
	font-size: 40px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.client_sec p{
	font-size: 17px;
	text-align: center;
	color: #000;
}

.client_slider{
	margin-top: 3%;
}


.zoom-effect-container {
    float: left;
    position: relative;
    width:100%;
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
}

.image-card {
  position: absolute;
  top: 0;
  left: 0;
  
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.core_name{
  /*position: absolute;
  bottom: 0px;*/
  text-align: left;
  color: #444;
  font-size: 20px;
  background: #/*007dbf*/;
  padding: 12px 16px;
  float: left;
  width: 100%;
	font-weight: 600;
}

.core_sec{
	
	
}

.core_details{
	display: block;
	
	/*background: #ccc;*/
}

.core_sec .core_details p{
	
	text-align: left;
  font-weight: normal;
  color: #606060;
  font-size: 14px;
  padding: 16px;
  line-height: 25px;
	
}
.core_sec .core_details p strong{
	
	color: #3497cc;
	
}


.core_sec h2{
	font-size: 40px;
	font-weight: 600;
	color: #000;
	text-align: center;
}

.core_sec p{
	font-size: 17px;
	text-align: center;
	color: #000;
}

.core_sec{
	margin-top: 3%;
}


.core_slider {
  margin-top: 3%;
}


.globle_sec{
	background-image: url("../images/globle.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 4% 0px 20% 0px;
	text-align: center;
	
}



.globle_sec h2{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	
	
}

.globle_sec p{
	
	
	color: #fff;	
}


.g_count{
	margin-top:14%;
}

.g_count h4{
	font-size: 38px;
	
	color: #fff;
}
















.our-team{
            text-align: center;
            position: relative;
            color: #fff;
        }
        .our-team:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            transition:all 0.3s ease 0s;
            opacity: 0;
			border-radius: 15px;
        }
        .our-team:hover:before{
            opacity: 1;
        }
        .our-team img{
            width: 100%;
            height: auto;
			border-radius: 15px;
        }
        .our-team .team-content{
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 30px 0;
            background-color: rgba(0, 125, 191, 0.7);
            transition:all 0.3s ease 0s;
        }
        .our-team:hover .team-content{
            bottom: 20%;
        }
        .our-team .team-content .name{
            font-size: 22px;
            font-weight: 800;
            letter-spacing: 1px;
            display: block;
            margin-bottom: 7px;
            text-transform: uppercase;
            transition:all 0.3s ease 0s;
        }
        .our-team:hover .team-content .name{
            transform:translateY(30px);
            transition-delay:0.3s;
        }
        .our-team .team-content .post{
            font-size: 17px;
            display: block;
            transition:all 0.3s ease 0s;
            text-transform: capitalize;
        }
        .our-team:hover .team-content .post{
            transform:translateY(-30px);
            transition-delay:0.3s;
        }

.our-team .team-content .post a:hover{
            color: #fff;
        }


        @media screen and (max-width:990px){
            .our-team{
                margin-bottom: 30px !important;
            }
        }

.submenu-content__link-title{
	color: #444;
}


.main-footer{
    position:relative;
    padding:110px 0px 0px;
    background-color: #f4f5f7;
    background-repeat:repeat-x;
    background-position:right bottom;
}

.main-footer .footer-widget{
    position:relative;
    margin-bottom:40px;
}

.main-footer .widgets-section{
    position:relative;
    padding-bottom:60px;
}

.main-footer .footer-widget h2{
    position:relative;
    font-size:22px;
    font-weight:600;
    color:#161c42;
    line-height:1.2em;
    margin-bottom:30px;
    margin-top:25px;
    text-transform:capitalize;
}

.main-footer .about-widget{
    position:relative;
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width: 210px;
}
.main-footer .about-widget .text{
    position:relative;
}

.main-footer .about-widget .text p{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    line-height:1.7em;
    margin-bottom:20px;
}

.main-footer .about-widget .text p:last-child{
    margin-bottom:0px;
}

/* Footer List */

.main-footer .footer-list{
    position:relative;
	list-style: none;
	padding: 0px;
}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
}

.main-footer .footer-list li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    /*padding-left:15px;*/
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-list li a:hover{
    text-decoration:underline;
    color:#ff6666;
}

/*.main-footer .footer-list li a:before{
    position:absolute;
    content:'\f105';
    left:0px;
    top:0px;
    color:#8a8d91;
    font-weight:800;
    font-family: 'Font Awesome 5 Free';
}*/

/*Gallery Widget*/

.main-footer .gallery-widget{
    position:relative;
    max-width:350px;
}

.main-footer .gallery-widget .images-outer{
    position:relative;
    margin:0px -3px;
}

.main-footer .gallery-widget .image-box{
    position:relative;
    float:left;
    width:33.333%;
    padding:0px 5px;
    margin-bottom:10px;
}

.main-footer .gallery-widget .image-box img{
    position:relative;
    display:block;
    width:100%;
    border-radius:4px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover{
    opacity:0.70;   
}

/* Info List */

.main-footer .info-list{
    position:relative;
}

.main-footer .info-list li{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    line-height:1.8em;
    margin-bottom:12px;
}

.main-footer .info-widget .social-links{
    position:relative;
    float:left;
    padding:15px 0px;
}

.main-footer .info-widget .social-links li{
    position:relative;
    margin-right:8px;
    display:inline-block;
}

.main-footer .info-widget .social-links li:last-child{
    margin-right:0px;
}

.main-footer .info-widget .social-links li a{
    position:relative;
    color: #ffffff;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .info-widget .social-links li.google a{
    background-color:#dd4b39;
}

.main-footer .info-widget .social-links li.facebook a{
    background-color:#4a6fbe;
}

.main-footer .info-widget .social-links li.twitter a{
    background-color:#55acee;
}

.main-footer .info-widget .social-links li.instagram a{
    background-color:#ea4c89;
}

.main-footer .info-widget .social-links li.vimeo a{
    background-color:#1ab7ea;
}

.main-footer .footer-bottom{
    position:relative;
    padding:20px 0px;
    border-top:1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav{
    position:relative;
    text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
    position:relative;
    padding-right:10px;
    margin-right:10px;
    line-height:1.1em;
    display:inline-block;
    border-right:1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child{
    padding-right:0px;
    margin-right:0px;
    border-right:none;
}

.main-footer .footer-bottom .footer-nav li a{
    position:relative;
    color:#8a8d91;
    font-size:15px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover{
    color:#ff6666;
    text-decoration:underline;
}


.my-container-gray {
  position: relative;
  background: #5c5c5c;
  overflow: hidden;
	z-index: -9999;
}

.my-container-gray h1 {
  font-family: arial;
  padding: 160px 0px;
  text-align: center;
  z-index: 2;
  position: relative;
  color: #fff;
	font-weight: 800;
}
.my-container-gray img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  /*opacity: .8;
  mix-blend-mode: overlay;
  filter: grayscale(100%);*/
}


.about_page{
	
}

.about_page h2{
	font-size: 45px;
	font-weight: 800;
	color: #444;
	margin-bottom: 30px;
}

.about_page h2 span{
	
	color: #1190C9;
}


.about_page p{
	font-size: 18px;
  line-height: 25px;
  color: #646464;

}

.about_page h3{
	font-size: 30px;
	font-weight: 800;
	color: #444;
	margin-bottom: 30px;

}

.about_page ul li{
	font-size: 18px;
  line-height: 25px;
  color: #646464;
margin-bottom: 20px;
}

.about_page ul li a{
	
  color: #444;

}

.contact-info a{
    color: #444;
}

.contact-info p{
	font-size: 18px;
  line-height: 25px;
  color: #646464;

}



.mis_vis{
	text-align: center;
	margin: 30px 0px;
	-webkit-box-shadow: 0 0 10px 0 #D4D4D4;
box-shadow: 0 0 10px 0 #D4D4D4;
	padding: 20px;
	border-radius: 10px;
}

.mis_vis h3{
	font-size: 35px;
	font-weight: 800;
	color: #1190C9;
	margin-bottom: 30px;
}

.mis_vis p{
	font-size: 18px;
  line-height: 25px;
  color: #646464;

}

.mt{
	margin-top: 40px;
}


.what_to_do{
	background: #f1fbff;
	padding: 30px 0px;
}


.what_to_do h2{
	font-size: 45px;
	font-weight: 800;
	color: #444;
	margin-bottom: 30px;
	text-align: center;
}


.core_value h3{
	font-size: 45px;
	font-weight: 800;
	color: #444;
	margin-bottom: 30px;
	
}

.core_value h4{
	font-size: 32px;
  font-weight: 600;
  color: #1190c9;
  margin: 20px 0px;
	
}


.core_value p{
	font-size: 18px;
  line-height: 25px;
  color: #646464;

}



.history h2{
	font-size: 45px;
	font-weight: 800;
	color: #444;
	margin-bottom: 30px;
}

.history h2 span{
	
	color: #1190C9;
}


.history p{
	font-size: 18px;
  line-height: 25px;
  color: #646464;

}



.team{

background: #f1fbff;
  padding: 30px 0px;


}

.team h2{
	font-size: 45px;
	font-weight: 800;
	color: #444;
	margin-bottom: 80px;
	text-align: center;
}

.team h2 span{
	
	color: #1190C9;
}


.team p{
	font-size: 18px;
  line-height: 25px;
  color: #646464;

}

.team_per{
	text-align: center;
}

.team_per h4{
	font-size: 19px;
  font-weight: 800;
  color: #444;
  margin: 8px;
}

.team_per p{
	font-size: 14px;
  line-height: 25px;
  color: #646464;
}


.success {
  background: #78AD42 !important;
}

.timeline-container {
  max-width: 1000px;
  margin: 0 auto;
}

#timeline .timeline-item:after, #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #1C71A4;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  background: #1C71A4;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline .timeline-item .timeline-icon svg, #timeline .timeline-item .timeline-icon .fa {
  position: relative;
  top: 13px;
  left: 14px;
  font-size: 24px;
  color: #fff;
}
#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #f6fcff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content h2 {
  padding: 15px;
  background: #1190C9;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 22px;
}
#timeline .timeline-item .timeline-content p {
  padding-top: 10px;
  padding-bottom: 10px;
}
#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #1C71A4;
}
#timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #1C71A4;
}


@media screen and (max-width: 768px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #1C71A4;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}


/* Animation CSS */

/* icon animation */
.timeline-icon.is-hidden {
  visibility: hidden;
}
.timeline-icon.animate-it {
  visibility: visible;
   -webkit-animation: bounce-1 0.6s;
   -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
}

/* content block animation */
.timeline-content.is-hidden {
  visibility: hidden;
}
.timeline-content.animate-it {
  visibility: visible;
   -webkit-animation: bounce-2 0.6s;
   -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
  }
@media only screen and (min-width: 769px) {
  /* Inverse bounce effect on even content blocks */
.timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}
@media only screen and (max-width: 768px) {
  /* Inverse bounce effect on all content blocks */
.timeline-content.animate-it, .timeline-content.right.animate-it {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}

/* ALL animation types called */

@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }f
}
@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}





.client_list {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}


.client_list .fiting {
    width: 100%;
    height: 165px;
}


.client_list .fiting img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


.client_list .product_cont {
  border-top: 2px solid #fafafa;
  padding: 20px 10px;
  text-align: center;
  background: #F2F9FC;
}


.client_list .product_cont h4 {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
}

.client_list:hover .fiting img {
  
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}


.pro_cat{
	padding: 10px;
	-webkit-box-shadow: 0 0 10px 0 #D4D4D4;
  box-shadow: 0 0 10px 0 #D4D4D4;
	margin-bottom: 40px;
}

.pro_cat h2{
	font-size: 16px;
	font-weight: 600;
	color: #444;
	margin: 10px 0px;
	height: 40px;
}

.pro_cat h2 a{
	text-decoration: none;
	color: #444;
}

.pro_cat h2 a:hover{
	text-decoration: none;
	color: #008fdb;
}


.view_pro{
	
}

.view_pro a{
	font-size: 16px;
	font-weight: 600;
	color: #008fdb;
	text-decoration: none;
}



ul.tab_prod a li p {
  color: #444;
}

#search-box {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}
#search-box .container .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
#search-box .container .close:hover {
  opacity: 1;
}
#search-box .container .close:before,
#search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
}
#search-box .container .close:before {
  transform: rotate(45deg);
}
#search-box .container .close:after {
  transform: rotate(-45deg);
}
#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}
#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}
#search-box .container .search-main form {
  position: relative;
}
#search-box .container .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 74px 12px 0;
  font-size: 30px;
  height: 84px;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
}
#search-box .container .search-main input:focus {
  outline: none;
}
#search-box .container .search-main button {
  border: 0;
  left: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  background: transparent;
  font-size: 43px;
}
#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
  background: rgba(0, 0, 0, 0.8);
  visibility: visible;
  animation: fadein 0.8s;
}
#search-box.-open .container .search-main input {
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



.details{
    font-size: 17px;
  line-height: 25px;
  color: #606060;
}




.ind_new{
	margin: 30px 0px;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
	background: #ebf8ff;
}

.ind_new img{
	
	border-radius: 10px;
}

.ind_new h4{
	font-size: 22px;
	font-weight: 600;
	color: #444;
	margin: 20px 0px;
}


ul.ind_new_feat{
	margin: 0;
	padding: 0;
	
}

ul.ind_new_feat li{
	margin-left: 20px;
	text-align: left;
	font-size: 15px;
}

.bread_cumb {
  
  background-color: #c2e4f6;
  
}

.breadcrumb {
  
  margin-bottom: 0rem !important;
  
  background-color: #c2e4f6 !important;

}

.breadcrumb li a{
  
  color: #000;

}