
@font-face {
  font-family: Roboto_bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}

:root {
  --theme_color: #1c2b40;
  --theme_color_blur: #1c2b40e3;
  --theme_color_blur2: #1c2b4045;
  --background_img: url(../assets/img/img12.jpg);
  --background_img_red: url(../assets/img/red_texture.jpg);
}

body {
    font-family: Roboto;
    overflow-x: hidden;
}

a {
	text-decoration: none;
	cursor:pointer;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus {
	outline: none;
}


/* Underline From Center */
.hvr-underline-from-center_acme_dash {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center_acme_dash:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #9f8030;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center_acme_dash:hover:before, .hvr-underline-from-center_acme_dash:focus:before, .hvr-underline-from-center_acme_dash:active:before {
  left: 0;
  right: 0;
}



.theme_button{
    border-radius: 100px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 900;
    font-family: Roboto_bold;
}


header{
	padding: 0% 4%; 
	/*background: #00000070;*/
	/*background: #112a4ce3;*/
	/*background: var(--theme_color);*/
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	transition: all 0.5s;
    color: #fff;
    /*position: fixed;*/
    width: 100%;
    z-index: 9999;
}
.headerbarscroll{
	position: fixed;
	width: 100%;
	z-index: 9999;
/*    background: #6a1a1d;*/
/*    background: #6a1a1d59;*/
/*    background: #22262d99;*/
/*    background: #22262d;*/
    /*background: #112a4c;*/
    /*background: var(--theme_color);*/
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 15px #00000096; 
}
.hrdlogoimgscroll{
	width: 42% !important;
}
.hdr_button_scroll {
    padding: 4% 8% !important;
    font-size: 0.9vw !important;
}

.hdr_logo_top{
    text-align: center;
}
.hdr_logo_top img{
    width: 120px;
    transition: all 0.5s;
}
.hdr_logo{
	align-content: center;
}
.hdr_logo img{
    width: 50px;
    transition: all 0.5s;
    display: none;
}
.hdr_nav_section{
	align-content: center;
}

.hdr_nav_section .nav-link{
	transition: all 0.7s;
}
.hdr_nav_section .nav-link:hover{
    padding-bottom: 6px;
}



.hdr_mob_menu_sec{
	display: none;
    text-align: right;
    align-content: center;
    z-index: 9999;
}

.hdr_mob_menu .bar1, .hdr_mob_menu .bar2, .hdr_mob_menu .bar3 {
  	width: 34px;
  	height: 4px;
  	background-color: #9f8030;
  	margin: 5px 0;
	margin-left: auto;
  	transition: 0.4s;
}

.hdr_mob_menu .change .bar1 {
	transform: translate(0, 11px) rotate(-45deg);
  	background-color: #fff;
}

.hdr_mob_menu .change .bar2 {opacity: 0;
  	background-color: #fff;
}

.hdr_mob_menu .change .bar3 {
  	transform: translate(0, -7px) rotate(45deg);
	background-color: #fff;
}

.mob_menu_dropdown{
	display: none;
	animation: fadeInRight 1s;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 95%;;
    z-index: 999;
    /*background: #103465f5;*/
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    box-shadow: 2px 5px 20px #000;
}

.mob_menu_cont{
	display: grid;
	height: 100%;
    width: auto;
    text-align: center;
    padding: 5% 0%;
    align-content: center;
}
.mob_menu_link{
	padding: 3% 0%;
	color: #fff;
}


.hdr_nav_section .navbar{
	width: 60%; 
	margin: auto;
    font-size: 15px;
    font-weight: 700;
    font-family: Roboto;
}
.hdr_cont{
	align-content: center; 
	text-align: right;
}
.hdr_button{
    border-radius: 100px;
    padding: 8% 15%;
    font-size: 1vw;
    font-weight: 900;
    font-family: Roboto_bold;
	transition: all 0.5s;
}





.section_be_a_model{
	padding: 5% 5%; 
/*	background:#6a1a1d;*/
    /*background:#31373f;*/
    /*background:#112a4c;*/
    /*background: var(--theme_color);*/
	/*background: url('../assets/img/12697.jpg');*/
    background: #f0d4adbf;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
	text-align: center;
}

.bam_text1{
  	font-size: calc(2vh + 3vw);
  	font-family: Roboto_bold;
  	/*color: #9f8030;*/
  	color: #a71a17;
}
.bam_text2{
  	font-size: calc(2vh + 3vw);
  	font-family: Roboto_bold;
  	/*color: #091629;*/
  	color: #0d3163;
}
.reg_crown{
    position: relative;
}
.reg_crown svg{
    position: absolute;
    bottom: 74%;
    right: 87%;
    font-size: calc(0.8vh + 1.8vw);
    transform: rotate(-29deg);
    color: #cea12e;
}





.section2_about{
	padding: 3% 5%; 
/*	background:#6a1a1d;*/
    /*background:#31373f;*/
    /*background:#112a4c;*/
    /*background: var(--theme_color);*/
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
	text-align: center;
}
.section2_about img{
    width: 35%;
    transition: all 0.8s;
}
.section2_about p{
  	font-size: 14px;
}


.section2_outer{
/*    background:#6a1a1d;*/
    /*background:#31373f;*/
    /*background:#112a4c;*/
    /*background: var(--theme_color);*/
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section2{
    padding: 3% 5%; 
    background:#fff;
    text-align: center;
    border-radius: 100px 00px 100px 00px;
}
.section2 .row div{
    align-content: center;
}
.section2 img{
	width: 60%;
    mix-blend-mode: luminosity;
    transition: all 0.8s;
}

.section2 img:hover{
    mix-blend-mode: unset;
    scale: 1.2;
}



.section3{
	background: #f4f4f4; 
	padding: 7% 5%;
    border-radius: 0px 0px 100px 100px;
}
.sec3_heading{
	width: 100%;
}
.sec3_heading h5{
  	font-size: 20px;
  	font-family: Roboto_bold;
}
.sec3_heading h3{
  	font-size: 35px;
  	font-family: Roboto_bold;
  	/*color: #b5211b;*/
  	color: #0a162c;
}
.sec3_heading h4{
  	font-family: Roboto_bold;
  	color: #0a162c;
}
.sec3_post_cont{
	background: #fff;
	width: 100%;
}
.sec3_post_cont img{
	width: 100%;
}
.sec3_post_text{
	padding: 8%;
}
.sec3_post_text h4{
  	font-size: 20px;
  	font-family: Roboto_bold;
}
.sec3_post_text p{
  	font-size: 18px;
}




.section4{
	color: #fff;
}
.sec4_bg1{
	background: #1c1d1f;
}
.sec4_bg2{
	background: url('../assets/img/15000.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec4_cont{
	padding: 15% 22%;
}
.sec4_cont h5{
	color: #205289;
  	font-family: Roboto_bold;
  	font-size: 18px;
}
.sec4_cont h4{
	color: #fff;
  	font-family: Roboto_bold;
  	font-size: 30px;
}
.sec4_cont p{
	color: #bebebe;
  	font-size: 15px;
}
.sec4_cont h3{
	color: #fff;
  	font-size: 18px;
  	padding-left: 5%;
    line-height: 2;
}
.sec4_cont h2{
	color: #205289;
  	font-family: Roboto_bold;
  	font-size: 45px;
  	padding-left: 35%;
}






.section5{
	background: #f4f4f4; 
	padding: 7% 5%;
}
.sec5_heading{
	width: 70%;
	margin: auto;
}
.sec5_heading h4{
  	font-family: Roboto_bold;
  	font-size: 28px;
}
.sec5_heading p{
  	font-size: 15px;
}

.sec5_bg1{
	background: url('../assets/img/chemical_processing1.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 100%; 
	min-height: 400px;
}
.sec5_txt_head_cnt{
	display: flex; 
	text-align: center;
	padding: 0px 20px;
}
.sec5_txt_head{
	width: 100%; 
	padding: 18px 0px;
	color: #747474;
  	font-family: Roboto_bold;
  	font-size: 15px;
}
.sec5_txt_head:hover{
	color: #000;
}
.sec5_txt1{
  	font-size: 15px;
  	padding: 0px 50px;
}

.sec5_cont2{
	margin-top: 5%;
}
.sec5_txt2 h5{
  	font-size: 18px;
  	font-family: Roboto_bold;
}
.sec5_txt2 p{
  	font-size: 15px;
}

.sec5_post{
	background: #fff; 
	padding:  8% 8%;
}
.sec5_post .sec5_icon{
  	font-size: 50px;
  	font-family: Roboto_bold;
}
.sec5_post h4{
  	font-size: 22px;
  	font-family: Roboto_bold;
}
.sec5_post p{
  	font-size: 15px;
}

.sec5_bg2{
	background: url('../assets/img/chemical_processing2.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 100%; 
	min-height: 500px;
}





.section6{
	padding: 7% 5%;
}

.sec6_heading{
	width: 50%;
}
.sec6_heading h3{
  	font-family: Roboto_bold;
  	font-size: 35px;
}
.sec6_heading p{
  	font-size: 15px;
}


.sec6_post_cont{
	background: #f4f4f4;
	width: 95%;
	margin: auto;
}
.sec6_post_cont img{
	width: 100%;
}
.sec6_post_text{
	padding: 8%;
}
.sec6_post_text h4{
  	font-size: 17px;
}
.sec6_post_text p{
  	font-size: 22px;
  	font-family: Roboto_bold;
}




.section7_bg{
    background: url(../assets/img/11582495_21034615.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.section7{
/*	background: #6a1a1d; */
/*    background: #31373f; */
    /*background: #00000021; */
    /*background: #112a4c82; */
    background: var(--theme_color_blur2);
	/*background: var(--background_img);*/
 /*   background-repeat: no-repeat;*/
 /*   background-position: center;*/
 /*   background-size: cover;*/
	padding: 7% 5%;
}
.cont7_text{
	color: #fff; 
	padding-right: 20%;
}

.cont7_text h3{
  	font-size: 36px;
  	font-family: Roboto_bold;
  	padding-bottom: 20px;
}
.cont7_text p{
  	font-size: 15px;
  	padding-bottom: 20px;
}

.dash_feedback_scroll{
    overflow-y: scroll; 
    max-height: 590px;
}
.dash_feedback_scroll::-webkit-scrollbar {
    width: 3px;
}

.dash_feedback_scroll::-webkit-scrollbar-thumb {
  	background: #555; 
}
.dash_feedback_scroll::-webkit-scrollbar-thumb:hover {
	background: #888; 
}

.sec7_feedback{
	background: #fff; 
	padding: 4%; 
	width: 80%; 
	margin-bottom: 5%;
    border-radius: 40px;
}
.sec7_feedback p{
  	font-size: 15px;
}
.sec7_feedback h5{
  	font-size: 16px;
  	font-family: Roboto_bold;
}
.sec7_feedback img{
	width: 80%;
}


.section8{
	padding: 7% 5%; 
	background: #f4f4f4;
}

.sec8_card{
	 padding: 12%;
	 margin: 0px 10px;
}
.sec8_card h4{
  	font-size: 26px;
  	font-family: Roboto_bold;
}
.sec8_card h5{
  	font-size: 18px;
}
.sec8_card p{
  	font-size: 15px;
}

.sec8_text{
	padding: 0px 30px;
}
.sec8_text h3{
  	font-size: 36px;
  	font-family: Roboto_bold;
}
.sec8_text h5{
  	font-size: 17px;
}
.sec8_text p{
  	font-size: 15px;
}



.section9{
	padding: 7% 5%; 
/*	background: #6a1a1d;*/
    /*background: #31373f;*/
    /*background: #112a4c;*/
    /*background: var(--theme_color);*/
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec9_text{
	color: #fff;
	margin-bottom: 50px;
}

.sec9_text h3{
  	font-size: 36px;
  	font-family: Roboto_bold;
}
.sec9_text p{
  	font-size: 15px;
}

.sec9_card{
	background: #fff;
    display: inline-grid
;
}
.sec9_card img{
	width: 100%;
}
.sec9_card h5{
  	font-size: 18px;
  	font-family: Roboto_bold;
}
.sec9_card p{
  	font-size: 15px;
}
.sec9_card svg{
  	font-size: 18px;
}
.sec9_card_text{
	 padding: 8%
}




.section10{
	padding: 7% 5%; 
	background: #f4f4f4;
}
.sec10_heading h3{
  	font-size: 32px;
  	font-family: Roboto_bold;
  	color: #0a162c;

}

.sec10_post_cont{
	background: #fff;
    border-radius: 22px;
    overflow: hidden;
}

.sec10_post_cont img{
	width: 100%;
}
.sec10_post_text{
	padding: 8%;
}
.sec10_post_text h4{
  	font-size: 20px;
  	font-family: Roboto_bold;
}
.sec10_post_text p{
  	font-size: 15px;
}
.section10 .owl-nav, .section10 .owl-dots{
    display: none;
}


















.about_bnrbg{
  background: url(../assets/img/2151184650.jpg);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 24% 0% 7% 0%;
  position: relative;
}

.banner_txt{
     background-color: #205289;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    font-family: Roboto_bold;
    padding: 1% 2% 1% 2%;
    border: none;
    position: absolute;
    right: 16%;
    bottom: -15%;
    transition: all 0.5s;
}





.cont_bannerbg{
  background: url(../assets/img/contact_bg.jpg);
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10% 0% 7% 0%;
  position: relative;
}

.contact_sec1_bg{
	background: url("../assets/img/cont_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact_sec1{
	padding: 20% 5%; 
	background: #000000b5;
	text-align: center;
  	color: #fff;
}
.contact_sec1 h3{
  	font-size: 50px;
  	font-family: Roboto_bold;	
  	color: #fff;
}
.contact_sec1 p{
  	font-size: 20px;	
}
.contact_sec1 a{
    color: #fff;
}
.phone_icon{
    animation: bounce 1s;
}
.social_icons svg{
  	font-size: 30px;	
    color: #fff;
}



.cont1{
  /*background-color: #f0d4adbf;*/
  padding: 5% 7%;
}

.cont1 h3{
    font-size: 40px;
    font-family: Roboto_bold;
    color: #000;
    text-align: justify;
}
.cont1 h3 svg{
    font-size: 70px;
    color: #c9962e;
}

.cont1 h4{
    font-size: 20px;
    font-weight: bold;
    font-family: Roboto_bold;
    color: #000;
    text-align: justify;
}


.frm{
    padding: 5% 0% 5% 0%;
    width: 100%;
}

.frm_input{
	border: none; 
	width: 100%; 
	margin-bottom: 20px; 
	padding: 16px; 
	background-color: #dfdfdf; 
	font-family: Roboto_bold; 
	border-radius: 5px;
    color: #757575;
}

.frm input, .frm textarea{
  font-size: 15px;
}


.map1{
  margin: 0%;
  padding: 0% !important;
}
.map1 iframe{
  width: 100%;
  height: 100%;
}










.comparison-slider-wrapper .comparison-slider .divider:before {
    background: #205289 url(../../assets/img/drag.png) no-repeat center center !important;
    color: #ffffff;
}

.wt_bnrbg{
  position: relative;
}
.wt_bnr_txt{
     background-color: #205289;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    font-family: Roboto_bold;
    padding: 1% 2% 1% 2%;
    border: none;
    position: absolute;
    right: 16%;
    bottom: -30px;
    transition: all 0.5s;
}


.wt_sec2{
	background: #f4f4f4; 
	padding: 7% 5%;
}

.wt_sec2_cont{
	margin-top: 5%;
}

.wt_sec2_txt{
	height: 100%;
	align-content: center;
}
.wt_sec2_txt h5{
  	font-size: 20px;
  	font-family: Roboto_bold;
}
.wt_sec2_txt p, .wt_sec2_txt ul{
  	font-size: 15px;
}
.wt_sec2_img img{
	width: 100%;
}


    .landinghmbnr1img {
        position: relative;
        width: 100%;
        animation: fadeIn 1s;
    }
    .landinghmbnr1img img {
        width: 100%;
    }








.footer_section{
/*	background: #6a1a1d; */
    /*background: #31373f; */
    /*background: #112a4c; */
    /*background: var(--theme_color);*/
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 7% 5%;
}

.footer_logo{
	width: 50%;
	margin: auto;
	margin-bottom: 10px;
}
.footer_section form input, .footer_section form button{
	border-radius: 0;
	width: 80%;
}
.footer_navigation{
	color: #fff;
/*	padding-left: 15%;*/
	text-align: center;
}
.footer_navigation ul li{
	list-style-type: none;
	line-height: 3;
  	font-size: 14px;    
  	width: 100%;
    /*display: inline;*/
    padding: 20px 31px;
}
.footer_navigation ul li a{
	color: #fff;
}

.ftr_sec_arr{
	background: var(--background_img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #747474;
}

.be_a_sponsor{
    text-align: center;
    color: #fff;
}
.be_a_sponsor h4{
    margin: auto;
    align-content: center;
}
.be_a_sponsor .ca__fx-blobBouncePop {
    background: radial-gradient(circle at 40% 40%, #ffe066, #9f8030) !important;
}


.join_us_form_sec{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px 20px 20px;
    background: #000000de;
    z-index: 99;
    box-shadow: 0px 0px 9px #000;
    transition: all 1s;
    animation: ease-in;
}



.topbtn{
	position: fixed;
    bottom: 80px;
    right: 1%;
    z-index: 9999;
    width: 48px;
    height: 50px;
    background: #9f8030;
    border-radius: 113%;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 27px;
    box-shadow: 1px 1px 3px #00000085;
    transition: all 0.4s;
}
    .topbtn:hover{
        background: #c2a761;
        color: #000;
        font-size: 31px;
    }
    .topbtn a:hover{
        text-decoration: none;
    }

    .topbtnshow{
    display: grid;
    }


    .whatsapp{
        position: fixed;
        bottom: 20px;
        right: 1%;
        z-index: 9999;
        width: 50px;
        font-size: 34px;
        background: #25c900;
        background: repeating-linear-gradient(45deg, #25c900, #25c900 100px);
        color: #fff;
        text-align: center;
        border-radius: 50%;
        height: 50px;
        justify-content: center;
        justify-items: center;
        align-items: center;
        align-content: center;
        transition: all 1s;
    }
    .whatsapp:hover{
        background: repeating-linear-gradient(45deg, #25c900, #25c90033 100px);
        font-size: 33px;
        transition: all 1s;
    }
    .whatsapp a{
        color: #fff;
    }
    .whatsapp img{
        width: 100%;
    }
