

@media (min-width: 300px) {
   

}

@media (max-width: 500px) {
   
	
	
}
	


@media (max-width:767px) {
	
	
.h_inq a {
  
  margin-top: -6px !important;
  
}	
	
ul.top_contact {

  text-align: center;
}
	
ul.top_social_links {
  text-align: center !important;
 
  margin-top: 10px !important;
}	
	
	
}

@media (min-width:768px) and (max-width:991px) {
	

	
}


@media (min-width:992px) and (max-width:1199px) {
	
	#carousel .carousel-item .caption {
  margin-top: 5% !important;
  padding:20px !important;
  
}
	
	
	#carousel .caption h2 {
  
  font-size: 32px !important;
}
}


@media (max-width:1200px) {
	
#carousel .carousel-item .caption {
  margin-top: 5% !important;
  padding:40px !important;
  
}
		#carousel .caption h2 {
  
  font-size: 32px !important;
}

}

.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%;
}


.sticky {
  position: sticky;
  top: 0;
  background-color: #f7f7f7;
  padding: 10px;
  z-index: 1000;
	transition: top 2s ease;
}

.sticky .top{
  display: none;
}

.top{
	border-bottom: 1px #ccc solid;
	padding: 15px 0px;
	margin-bottom: 20px;
}

header {
  width: 100%;
  padding-bottom:20px;
  z-index: 9999;
  /*position: absolute;*/
}
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  
}


section{
	margin-top: 100px;
}

#main-header.visible {
  transform: translateY(0);
}
ul.top_contact{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.top_contact li{
	display: inline-block;
	margin-right: 20px;
}

ul.top_contact li a{
	color: #444;
	font-size: 18px;
}

.h_inq{
	
}

.h_inq a{
	color: #fff;
  background:#972517;
  padding:10px 20px;
  border-radius:5px;
  margin-top: 5%;
  display: block;
  text-align: center;
}

.h_inq a:hover{
	color: #fff;
  background:#00a521;
  text-decoration: none;
}




#carousel .carousel-item.boat {
  background-image: url("../images/banner3.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("../images/banner4.jpg");
}

#carousel .carousel-item.river {
  background-image: url("../images/banner10.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: rgba(0, 163, 35, 0.6);
  padding: 40px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
	bottom: 50%;
  position: absolute;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
	font-weight: 800;
  font-size: 45px;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
	font-size: 22px;
}

#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;
}


.about_year {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
}


.about{
	
}

.about h3{
	font-size: 20px;
  color: #828282;
	margin-bottom: 0;
}

.about h1{
	font-size: 70px;
  font-weight: 600;
  margin: 0px 0px 25px 0px;
}

.about h1 span{
	color: #ff5d09;
}

.about h4{
	font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
	color: #000;
}
.about h2{
	font-weight: 800;
  font-size: 44px;
}
.about p{
	font-size: 17px;
  line-height: 24px;
	 color: #828282;
}

.a_read{
	display: block;
	margin-top: 30px;
}

.a_read a{
	
	background: #444;
	color: #fff;
	padding: 10px 35px;
	border-radius: 5px;
}

.a_read a:hover{
	
	background: #ff5d09;
	color: #fff;
	text-decoration: none;
}


.about_info{
	padding: 40px 0px;
	background: #f2f2f2;;
}

.about_info h3{
	font-size: 20px;
  color: #828282;
	margin-bottom: 0;
}




.about_info h4{
	font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
	color: #000;
}

.about_info p{
	font-size: 17px;
  line-height: 24px;
	 color: #828282;
}

.about_info h5{
	font-size: 21px;
  font-weight: 600;
  margin: 20px 0px;
	color: #000;
}


.reac_tech{
	padding: 40px;
	background: url("../images/bg2.png") no-repeat center;
	text-align: center;
}

.reac_tech h2{
	font-size: 32px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
    margin-bottom: 30px;
}

.reac_tech h3{
	font-size: 26px;
  line-height: 24px;
  color: #ff5d09;
  font-weight: lighter;
	margin-bottom: 40px;
}

.reac_tech p{
	font-size: 19px;
  line-height: 24px;
  color: #9b9b9b;
  font-weight: 300;
}

.reac_tech{
	
}


ul.h_cat_list{
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 40px 0px;
}

ul.h_cat_list li{
	display: inline-block;
	margin: 0px 10px;
}

ul.h_cat_list li a{
	color: #444;
	font-size: 18px;
	font-weight: 600;
}

ul.h_cat_list li a:hover{
	color: #ff5d09;
	text-decoration: none;
}


.s_chem{
	
}
.s_chem .slick-slide img{
	width: 50%;
	border-radius: 10px;
}

.s_chem h3{
	text-align: center;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 50px;
	
}


.s_chem .slide h2{
	
  font-size: 20px;
  font-weight: 600;
  margin:20px 0px;
	
}

.s_chem .slide p{
	
  font-size: 14px;
  line-height: 30px;
  margin:20px 0px;
	
}


.s_chem .slick-initialized .slick-slide {
  
  background:#fff2eb;
  padding:20px;
}

.slider_pro_link{
	
}

.slider_pro_link a{
	color: #fff;
	background: #444;
	padding: 10px 20px;
	border-radius: 5px;
}

.slider_pro_link a:hover{
	color: #fff;
	background: #ff5d09;
	text-decoration: none;
}


.space-area {
  height:850px;
  background:#009a11;
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
    position: relative;
    background:#972517;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
.count-title {
    font-size: 20px;
}

.clients h3{
	text-align: center;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 50px;
	
}


.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:16px;
    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;
}

.main-footer .footer-list li{
    position:relative;
    margin-bottom:17px;
}

.main-footer .footer-list li a{
    position:relative;
    color:#8a8d91;
    font-size:16px;
    /*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:16px;
    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;
}



ul.top_social_links{
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.top_social_links li{
	display: inline-block;
	margin-left: 10px;
}

ul.top_social_links li a{
	color: #444;
}

ul.top_social_links li a:hover{
	color: #ff5d09;
}


.certification{
	background-image: url("../images/cert-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 40px 0px;
}


.certification h3{
  text-align: center;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 50px;
}



.cert{
	padding: 5px;
	-webkit-box-shadow: 0 0 10px 0 #C7C7C7;
box-shadow: 0 0 10px 0 #C7C7C7;
}

.cert:hover{
	-webkit-box-shadow: 0 0 10px 0 #f07c00;
box-shadow: 0 0 10px 0 #f07c00;
}


.about_banner{
	background: #f07c00;
  padding: 60px 0px;
  color: #fff;
}

.about_banner h1{
	
color: #fff;
  font-size: 50px;
  font-weight: bold;
}


.address_line {
  text-align: center;
  border: 1px #ccc solid;
  border-radius: 5px;
  color: #2c2761 !important;
  padding: 20px 0px;
  margin-bottom: 40px;
}

.address_line .fa {
  font-size: 85px;
  color: #f07c00;
}

.address_line p {
  font-size: 18px;
  color: #2c2761;
	line-height: 42px;
}


.h_form h4 {
  margin-bottom: 6%;
  font-size: 30px;
  font-weight: 600;
}

#breadcrumb{
	background: #f2f2f2;
}

#breadcrumb ul {
  list-style-type: none;
  color: #f07c00;
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  
  /* truncate breadcrumb container */
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

#breadcrumb li {
  display: inline-block;
  /* truncate breadcrumbs */
  
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumb li:last-child {
  /* main title can have a bigger truncating treshhold */
  
}

#breadcrumb li:before {
  content:"> ";
  color: #999;
}

#breadcrumb li:first-child:before {
  content: none;
}

#breadcrumb li a {
  text-decoration: none;
  color: #444;
}

#breadcrumb li a span:hover {text-decoration: underline}

/* mobile */

@media (max-width: 768px) {
  #breadcrumb li,
  #breadcrumb li:last-child {display: none}
  
  
  #breadcrumb li:nth-last-child(2) {
    display: block;
    /* truncate breadcrumbs */
    
  }
  #breadcrumb li a {text-decoration: none}
  #breadcrumb li:nth-last-child(2) a:before {
    content: '< Return to ';
    color: #999;
  }
  #breadcrumb li:nth-last-child(2):before {content: none;}
}

.section_all {
    position: relative;
    
    padding-bottom: 80px;
   
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #000;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #00bd2a;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 28px;
}




#about h2{
    font-size: 40px;
    font-weight: 800;
}

#about h5{
    color: #000;
}

#about p{
   /* color: #000;
    line-height: 23px;
  font-size: 16px;*/
    font-size: 17px;
  line-height: 24px;
  color: #828282;
}


#about2{
    padding: 80px 0px;
  background: #ffa647;
  color: #fff;
}

#about2 h2{
    font-size: 40px;
    font-weight: 800;
}

#about2 h5{
    color: #000;
}

#about2 p{
    color: #fff;
    line-height: 23px;
  font-size: 16px;
}
.about_content_box_all img{
    border-radius: 50%;
}


.rd_page{
    text-align: center;
}


.rd_page h2{
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
}

.rd_page p{
    
    line-height: 23px;
  font-size: 16px;
}


.ff_p{
    border: 1px #f0f0f0 solid;
  padding: 10px;
  border-radius: 10px;
  margin-top: 30px;
}

.ff_p img{
    
  border-radius: 10px;
 
}

.ff_p h4{
    
  font-size: 20px;
    margin: 10px 0px;
 
}







.pricing-card {
   
    
    display: flex;
    margin: 75px auto;
    box-shadow: 15px 30px 30px 0 rgba(220, 36, 48, 0.15);
}

.card-left {
    text-align: center;
  background: linear-gradient(65deg, #ef7b01 , #844400);
  color: #fff;
  width: 20%;
  padding: 7px 20px;
  border-radius: 6px 0 0 6px;
}

.card-left h2 {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 24px;
}

.card-left h4 {
    font-size: 80px;
    font-weight: 900;
}

.dollar {
    font-size: 24px;
    position: relative;
    top: -26px;
}

.card-right {
    text-align: left;
  background: #fff;
  width: 75%;
  color: $red;
  border-radius: 0 6px 6px 0;
  padding: 9px 40px;
}

.card-right h2 {
    margin-bottom: 15px;
    color: #292e31;
    opacity: 0.9;
}

.card-right ul {
    margin: 15px;
}

.card-right li {
    padding-bottom: 6px;
}

.button {
    text-decoration: none;
    color: #fff;
    background: $red;
    padding: 20px 80px;
    border-radius: 100px;
    transition: all 500ms ease;
}

.button:hover {
    background: $purple;
}


.stats-container {
  display: flex;
  /*justify-content: center;*/
  gap: 60px;
  flex-wrap: wrap;
}

.stat-box {
  text-align: center;
}

.number {
  font-size: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bracket {
  font-size: 40px;
  color: #f07c00; /* Teal color for brackets */
  font-weight: normal;
}

.plus {
  font-size: 24px;
  color: #f07c00;
  margin-left: 2px;
}

.label {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

/*.mv_sec{

background: linear-gradient(to right,  #f9f6f2 0%,#fad5ad 100%); 
}

.mv_sec2{
   
background: linear-gradient(to left,  #f9f6f2 0%,#fad5ad 100%);

}*/


.info-list .fa{
    color: #f07c01;
}

ul.footer-list .fa{
    color: #f07c01;
}