﻿@import url('https://use.fontawesome.com/releases/v6.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700;800&display=swap');

*{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;outline:none;margin:0;padding:0;-webkit-transition:none;-o-transition:none;transition:none}
html{-webkit-text-size-adjust:100%}
body{font-family:'Poppins' ,sans-serif;font-size: 15px;font-weight: 400;line-height: 1.4;position:relative;margin:0;padding:0;color: #493e4f;overflow-x: hidden;background: #fff;/* letter-spacing: 0.3px; */}
.container{ width: 100%; max-width: 1300px; margin: 0 auto; }
tt{font-family:'Poppins' ,sans-serif;}
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;letter-spacing: 0.5px;font-family:'Roboto Condensed' ,sans-serif;}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: #ef8013;}
ul,ol{padding:0;margin:0;list-style:none}
.cuani, a,span,p,i,input,select,textarea,li,img,svg path,*::after,*::before,h1,h2,h3,h4,h5,h6,div {transition: all 0.5s ease-out 0s;-webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;}
b, strong{font-weight:700}
::selection {background: #c4680f;color:#fff }
::-moz-selection {background: #c4680f;color:#fff}

.vcenter > .row{align-items: center;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.valign {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.imgdrk{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);}
.imgdrk:hover{filter: none; -webkit-filter: grayscale(0);filter: grayscale(0);}
.border-top{border-top:1px solid #e2e2e2!important;}
.border-bottom{border-bottom:1px solid #e2e2e2!important;}
.boxshwd{box-shadow: rgb(0 0 0 / 6%) 0px 2px 12px 0px;padding: 10px;}
.h100{height:100%}
.p0{padding:0 !important}
.p5{padding:5px !important}
.p10{padding:10px !important}
.p15{padding:15px !important}
.p20{padding: 20px !important;}
.p30{padding: 30px !important;}
.pr20{padding-right: 20px !important;}
.pb0{padding-bottom: 0px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pt0{padding-top:0 !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}

.automrg{margin: auto;/* text-align: center; */float: none;}
.mt0{margin-top:0 !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt30{margin-top:30px !important}
.mb0{margin-bottom:0 !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}

.fixmain {display: flex;}
.fixmain .fix-content{position:sticky;top:100px;}

.bgwhite{background:#fff}
.w100{width: 100% !important;}
@keyframes slide-down 
{
    0% {opacity: 0;transform: translateY(-100%);-ms-transform: translateY(-100%);-webkit-transform: translateY(-100%);}
    100% {opacity: 1;transform: translateY(0);}
}

/*-----------*/
.header-main{background: #ffffff;transition:all .5s ease;padding: 0;}
.header-main .header-wrap{display: flex;justify-content: space-between;max-width: 100%;flex-wrap: wrap;float: none;margin: 0 auto;list-style: none;display: flex;flex-direction: row;align-items: center;/* justify-content: flex-start; */}
.logo{float:left;margin-right: 0;position: relative;z-index: 1;}
.logo img{width: 310px;padding: 3px 0;}


.getquote{font-weight: 600;font-size: 16px;padding: 10px 20px;text-transform: capitalize;border-radius: 0;background: #ef8013;color: #fff;display: inline-block;margin-left: 18px;border-radius: 5px;}
.getquote:hover{color:#fff;background: #000000;}
.menugetquote{display: none !important;}
@media (max-width: 992px)
{   
    .menugetquote{display: inline-block !important;}
	.getquote{display:none}
	.header-main .header-wrap{display: block;}
}


body.fixed .header-main{position:fixed;background: #ffffff;padding-bottom: 0;top:0;left:0;right:0;z-index:9;-webkit-animation: slide-down 0.7s;-moz-animation: slide-down 0.7s;-o-animation: slide-down 0.7s;box-shadow: 0 9px 9px rgba(0,0,0,.1);height: auto;}
body.fixed{padding-top: 81px;}
body.fixed .logo img{/* width: 242px; *//* padding: 0; */filter: none;}

body.fixed #cssmenu > ul > li::after{top: 16px;}
body.fixed #header .main-header{background: transparent;}



/*------------*/
.htitle{font-size: 36px;line-height: 1.2;padding: 0 0 15px;margin: 0;position:relative;color: #ef8013;/* text-transform: uppercase; */}
.htitle span{}
.htitle:after{background-color: #a2a3a3;bottom:0;content:"";height: 2px;left:0;margin:0;position:absolute;right:0;width: 80px;}
.htitle + p{width: 60%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 300;}
.htitle.center{text-align:center}
.htitle.center:after{margin:0 auto;}
.htitle.center + p{width: 60%;text-align: center;margin: 0 auto;}
.htitle.noline:after{content:none}
.htitle.hsmall{font-size: 30px;text-transform: capitalize;padding-bottom: 5px;}
@media (max-width: 778px) 
{
    .htitle{font-size: 32px;}
    .htitle + p{width: 100%;}
}
.htitle.white, .htitle.white + p{color: #fff;}
.htitle.white:after{background-color: #ffffff;}

.htitle2{position:relative;display:block;font-size: 35px;color: #ef8013;margin: 0 0 15px 0;text-transform: uppercase;}
@media (max-width: 992px) 
{.htitle2{font-size: 28px;line-height: 36px;}}



/*-----*/
.title-box{position:relative;display:block;z-index: 1;}
.title-box h3{position:relative;display:block;font-size: 36px;color: #ef8013;margin:0;padding-bottom: 15px;text-transform: uppercase;}
.title-box h4, .title-box h1{position:relative;display:inline-block;font-size: 15px;padding-bottom: 0;/* margin-bottom: 5px; */color: #c4c4c4;letter-spacing: 0.5px;text-transform: uppercase;}
.title-box h3 + p{width: 70%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 400;}
.title-box.light h3, .title-box.light h4, .title-box.light h3 + p{color:#fff}
.title-box.center{text-align:center;margin: 0 auto;width: 60%;}
.title-box.center + p{width:100%;text-align: center;margin: 0 auto;}
@media (max-width: 992px) 
{.title-box h3{font-size: 28px;}
.title-box h3 + p, .title-box.center + p{width:100%;font-size: 16px;}}

   
/*----------*/
.page-head{color: #2d2d2d;text-align: left;position:relative;background: #e8f5ef url(../images/innerpage.jpg) fixed no-repeat center;background-size: cover;min-height: 60vh;color: #fff;padding-top: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.page-head:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: #00000070;}
.page-head h1{margin:0;padding: 0px 0 15px 0;font-size: 46px;text-transform: uppercase;color: #fff;/* float: left; */position: relative;}
.page-head p, .page-head h1 + div{position:relative;font-size: 20px;margin-bottom:15px}
.breadcrumb{text-align: left;background: transparent;margin: 0px 0 0 0;padding:0;/* float: right; */display: inline;position: relative;}
.breadcrumb > li{color: #fff;}
.breadcrumb > li > a{color: #ffffffcf;}
.breadcrumb > li + li:before{color: #ffffffcf;}

.page-head.hdaboutbg{background-image:url(../images/head-about.jpg)}
.page-head.indbg{background-image:url(../images/head-ind.jpg)}
.page-head.hdqualitybg{background-image:url(../images/head-quality.jpg)}
.page-head.hdproductbg{background-image:url(../images/head-product.jpg)}
.page-head.hdcontactbg{background-image:url(../images/head-contact.jpg)}

/*------------*/
.section{position:relative;padding:60px 0;background: #fff;}
.section2{padding:30px 0;position: relative;}
.sectionbg{background: #f9f6f3;padding:60px 0;position: relative;}
.bgbox{background: #f6f3f8;padding: 20px;position: relative;}
.bgbox.nobg{background:none}


.box-swbox{box-shadow: #0000000f 0px 2px 12px 0px;border-radius: 10px;padding: 10px;}
.box-swbox.bg{background: #f9f6f3;box-shadow:none}

@media (max-width: 778px)
{
	.flexslider{padding-top: 52px !important;}
}





.home-about{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;margin-top:15px;}
.home-about .box-text .box-exp{max-width:300px;width:100%;padding-right:25px;margin-right:30px;border-right:1px solid #e0e0e0;}
.home-about .box-text .box-exp .exp-count{font-family:'Roboto Condensed' ,sans-serif;font-size: 160px;color:#000;}
.home-about .box-text .box-exp .exp-text{position:relative;font-size:18px;margin:15px 0;}

@media (max-width: 992px) 
{
    .home-about{gap:30px;}
    .home-about .box-text .box-exp .exp-count{font-size:110px;}
    .home-about .box-text .box-exp .exp-count .counter{font-size:110px;}
}
@media (max-width: 768px) 
{
    .home-about{gap: 0;margin-top: 0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
    .home-about .box-text .box-exp{max-width:210px;padding-right:15px;margin-right:15px;}
}
@media (max-width: 575px){
    .home-about .box-text .box-exp{max-width:100%;border-right:none;}
    .home-about .box-text{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}
    .home-about .box-text .box-exp .exp-count{font-size:90px;}
}


.box40{position:relative;text-align:center;background-color:#fff;box-shadow:0 0 5px #0000001a;border-radius: 5px;overflow: hidden;background: #f9f6f3;}
.box40:hover{box-shadow:0 0 15px #0000001a;background: #ef8013;}
.box40 .img-box{position:relative;overflow:hidden;margin-bottom:0;}
.box40 .img-box img{width:100%;-webkit-transition:all .3s ease;transition:all .3s ease;}
.box40 .img-box:before{content: "";position: absolute;bottom: -75px;left: -21px;right: 0;width: 115%;height: 100px; /* Adjust the height for more/less curve */background-color: #f9f6f3;border-radius: 100%;z-index: 1;}
.box40 .inner-box{position:relative;padding: 0 20px 25px 20px;}
.box40 .inner-box h4{display:block;margin-bottom:15px;color:#ef8013}
.box40 .inner-box p{margin:0;color:#000}
.box40:hover .inner-box h4,.box40:hover .inner-box p{color:#fff}
.box40:hover .img-box:before{background-color: #ef8013;}





/*---------*/
.coremain{background: #ef8013;color:#fff}
.coremain .image-layer{position:absolute;right: 0;top:0;height:100%;width: 48%;margin-bottom:50px;background: #ef8013 url(../images/corebg.jpg) no-repeat;background-position:center;background-size:cover;}
.coremain .image-layer .img-box{display:none;margin-bottom:0;}
.coremain .image-layer .img-box img{display:block;width:100%;height:auto;}
.coremain .corebox{border: 1px solid #ffffff1a;padding: 25px;position: relative;display:flex;flex-direction:row;text-align: left;align-items: center;padding-bottom: 35px;border-radius: 5px;}
.coremain .corebox.light{background: #ffffff1a;}

.coremain .corebox img{width: 60px;filter: brightness(0) invert(1);margin-right: 25px;}
.coremain .corebox h4{display:block;font-size: 22px;margin-bottom:0;text-transform: uppercase;margin-bottom: 15px;color: #ffffff;}
.coremain .corebox p{margin:0}
@media only screen and (max-width: 992px){
.coremain .image-layer{position:relative;width:100%;margin: 0;}
.coremain .image-layer .img-box{width:100%;display:block;}
}
@media (max-width: 768px) 
{.coremain .corebox{display: inherit;}
.coremain .corebox img{width:50px;margin-bottom:5px}}


/*-----------*/
.home-product .owl-nav{margin:20px 0}
.home-product .owl-nav button{background: transparent;margin-right: 15px;font-size: 18px;color: #fff;cursor: pointer !important;position: relative;right: 0;border: none;width: 35px;height: 35px;background: #ef8013;border-radius: 5px;}

/*---------*/
.visionbox{background: #f9f6f3;padding: 40px 30px;position: relative;}
.visionbox .box-title{display:flex;flex-direction:row;text-align:center;align-items: center;padding-bottom: 25px;}
.visionbox .box-title img{filter: invert(52%) sepia(18%) saturate(3207%) hue-rotate(0deg) brightness(100%) contrast(100%);width: 50px;}
.visionbox .box-title h4{display:block;font-size: 22px;margin-bottom:0;text-transform: uppercase;margin-left: 15px;color: #ef8013;}
.visionbox p{margin:0}

/*-------------*/
.whybox{background: #f6f3f8;padding: 40px 30px;position: relative;}
.whybox.white{background:#fff}
.whybox img{filter: invert(52%) sepia(18%) saturate(3207%) hue-rotate(0deg) brightness(100%) contrast(100%);width: 50px;}
.whybox h4{display:block;font-size: 22px;margin: 25px 0;text-transform: uppercase;\: 15px;color: #ef8013;}
.whybox p{margin:0}


/*------------*/
.funfact .count-box{/* position:relative; */font-size: 46px;line-height:1em;font-weight: 600;padding: 0;}
.funfact .count-box .count{position:relative;color: #ef8013;}
.funfact .count-box .count-text{position:relative;display:inline-block;font-size:60px;line-height:1em;color:#fff;font-weight:700}
.funfact .count-box h4{position:relative;display:block;font-size: 20px;font-weight: 600;/* color: #fff; */padding: 10px 0 0 0;text-transform: uppercase;}

@media (max-width:676px)
{.funfact-main{padding:60px 0 !important}}


/*----------*/
.boxlfrg-main{}
.boxlfrg-main .boxlfrg{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height: 100%;align-items: center;padding: 15px 0;}
.boxlfrg-main .boxlfrg .img-box{-ms-flex-preferred-size:50%;flex-basis: 50%;}
.boxlfrg-main .boxlfrg .img-box .img-inner{margin: 0;position: relative;width: 95%;}
.boxlfrg-main .boxlfrg .img-box .img-inner img{display:block;width: 100%;margin-right: 0;}
.boxlfrg-main .boxlfrg .inner-box{-ms-flex-preferred-size:50%;flex-basis:50%;}
.boxlfrg-main .boxlfrg .inner-box h4{font-size: 36px;margin-bottom: 15px;color: #ef8013;line-height: 34px;text-transform: uppercase;}
.boxlfrg-main .boxlfrg .inner-box .text-desc table td,
.boxlfrg-main .boxlfrg .inner-box .text-desc table th{padding: 4px 10px;}
.boxlfrg-main .boxlfrg:nth-child(2n) .img-box{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
.boxlfrg-main .boxlfrg:nth-child(2n) .inner-box{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner{float: right;}
.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner img{/* margin-left: -45px; */}
@media (max-width: 768px) 
{
    .boxlfrg-main .boxlfrg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .boxlfrg-main .boxlfrg .inner-box{padding-top: 45px;}
	.boxlfrg-main .boxlfrg .img-box .img-inner,
	.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner{width: 100%;padding: 0px 25px 0px 25px;}
	.boxlfrg-main .boxlfrg .img-box .img-inner img,
	.boxlfrg-main .boxlfrg:nth-child(2n) .img-box .img-inner img{margin: 25px 0 0 0;position: relative;bottom: -25px;}
    .boxlfrg-main .boxlfrg:nth-child(2n) .img-box{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
    .boxlfrg-main .boxlfrg:nth-child(2n) .inner-box{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
}


.service-box{display:flex;flex-direction:row;text-align:start;align-items:flex-start;padding: 20px 0 40px 0;border-bottom: 1px solid #d0d0d0;}
.service-box p{margin:0;}
.service-box .box-img{display:inline-block;margin-right: 15px;}
.service-box .box-img img{width: 40px;filter: invert(48%) sepia(0%);}
.service-box .box-text{width:100%;text-align: left;}
.service-box h4{font-size: 18px;margin-top: 8px;margin-bottom: 15px;text-transform: capitalize;/* color: #ef8013; */}

@media (max-width:767px)
{
    .service-box .box-img{margin-bottom:15px;margin-left:auto!important;margin-right:auto!important;}
}


.box34{position:relative;border-radius: 15px 15px 0 15px;overflow:hidden;margin-bottom:15px;isolation:isolate}
.box34 img{width:100%;transform:scale(1);transition:transform 500ms ease}
.box34:hover img{transform:scale(1.05)}
.box34 .title{position:absolute;bottom:0;padding:30px 100px 30px 30px;width:100%;background: linear-gradient(#00000000, #00000042, #00000073, #000000d1);}
.box34 .title h4{color:#fff;font-size: 18px;margin-bottom:0;text-transform:uppercase;}
.box34 .icon{position:absolute;bottom:-6px;right:-6px;width: 75px;height: 75px;background:#fff;border-top-left-radius:50%;padding:15px;}
.box34 .icon::before{position:absolute;content:"";bottom:6px;left:-20px;background:transparent;width:20px;height:20px;border-bottom-right-radius: 15px;box-shadow:6px 6px 0 6px #fff}
.box34 .icon::after{position:absolute;content:"";top:-20px;right:6px;background:transparent;width:20px;height:20px;border-bottom-right-radius: 15px;box-shadow:6px 6px 0 6px #fff}
.box34 .icon .arrow{position:absolute;background:#ef8013;border-radius:50%;display:flex;justify-content:center;align-items:center;width: 50px;height: 50px;/* line-height:60px; */}
.box34:hover .icon .arrow{color:#fff;background:#101010;transform: rotate(-45deg);}
.box34 .icon .icon-w{overflow:hidden;background-color:transparent;color:#fff;font-style:normal;font-weight:400;font-size: 20px;}





.highlight{width:100%;display:block;position:relative;background-size:cover!important;background: #000 url(../images/highlight.jpg) no-repeat fixed;}
.highlight:before{position:absolute;top:0;left:0;height:100%;width:100%;content:"";background: rgb(0 0 0 / 75%);}
.highlight .inner-text{position:relative}
.highlight .custbtn{margin-top:20px;background:transparent}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px){
.highlight .inner-text{padding: 0;}
}




.owl-stage {display: flex;flex-wrap: wrap;}
/*-----------------*/
.text-desc h1:first-child,.text-desc h2:first-child,.text-desc h3:first-child,.text-desc h4:first-child,.text-desc h5:first-child{margin:0 0 5px}
.text-desc h1,.text-desc h2,.text-desc h3,.text-desc h4,.text-desc h5{margin:14px 0 5px}
.text-desc table{border-collapse:collapse;margin:0 0 20px;width:100%;text-align: center;}
.text-desc table.center{text-align:center}
.text-desc table hr{border-color: #ebebeb;margin: 5px 0;}
.text-desc table thead,.text-desc table th{background: #f9f6f3;font-weight:700;font-size:15px}
.text-desc table td,.text-desc table th{border: 1px solid #e5e1e8 !important;padding: 7px;/* color:#2d2d2d; */vertical-align:middle;text-align: center;}
.text-desc table td{font-size:15px;/* color: #545454; */}
.text-desc tt{font-size: 25px;padding-bottom: 0;display: block;/* color: #fff; */}
.text-desc ul,.text-desc ul ul{margin-left: 15px;margin-bottom:22px}
.text-desc ul li{list-style-type: none;position: relative;margin-bottom: 5px;}
.text-desc ul.list2 li{width: 46%;display:inline-block;}
@media (max-width: 768px){.text-desc ul.list2 li{width: 100%;}}
.text-desc ul ul li{list-style-type:circle}
.text-desc ul li:before{position:absolute;font-size: 10px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: #ef8013;left: -15px;line-height: 2.2;}
.text-desc h2{font-size: 28px;line-height: 40px;font-weight: bold;padding: 12px 0 6px;margin:0;position:relative;color: #ef8013;text-transform: capitalize;}
.text-desc h3{color: #ef8013;font-size: 26px;font-weight: bold;line-height: 38px;padding: 0px 0 2px;margin:0;letter-spacing:.5px;margin-bottom:8px;position:relative;text-transform: capitalize;}
.text-desc h3:after{background: #bfbfbf;bottom: 0;content: "";height: 2px;position: absolute;width: 45px;left: 0;}
.text-desc h5{color: #ef8013;font-size: 20px;padding: 0px 0 5px 25px;display: block;position:relative;text-transform:capitalize;}
.text-desc h5:before{position:absolute;font-size: 18px;top: 0px;left: 0;font-family: "Font Awesome 5 Free";content: "\f0a4";font-weight: 900;}
.text-desc h4{color: #ef8013;font-size: 20px;padding: 0px 0 5px 0px;display: block;position:relative;text-transform:uppercase;}

.text-desc h2 + hr,.text-desc h4 + hr{border-color:#d0d0d0;width:55%;text-align:center;display:inline-block}
.text-desc img{display:inline-block!important}
.text-desc p{}

/*------*/
.readmore{color: #ef8013;text-transform:uppercase;font-weight:600;font-size: 15px;padding-top: 10px;display: inline-block;}
.readmore i{font-size:11px;padding-left:6px}
.readmore:hover{color: #ef8013;}
.readmore:hover i{padding-left:9px}
/*-----------------*/   
.owl-stage{display: flex;flex-wrap: wrap;}
@media screen and (max-width: 1060px){
    .owl-theme .owl-controls .owl-prev{left:0 !important;    }
    .owl-theme .owl-controls .owl-next{right:0 !important}
}

.autogrid{transition:all .5s ease-in-out;column-gap:15px;column-fill:initial}
.autogrid .box-item{margin-bottom:15px;display:inline-block;vertical-align:top}
.autogrid .box-item img{transition:all .5s ease-in-out;backface-visibility:hidden;max-width:100%;vertical-align:middle}
.autogrid .box-item:hover img{opacity:.75}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.autogrid{column-count:2}
}
@media only screen and (min-width: 1024px) {
.autogrid{column-count:4}
}

/*-----*/
.videos{padding:10px}
.videos h3{text-align: center;font-size: 20px;font-weight: 600;padding: 7px 0;}


/*---------*/
.box1{padding: 22px 8px;}
.box1 .box-inner{overflow:hidden;}
.box1 img{text-align:center;width:100%;margin-bottom: 20px;transition:all 500ms ease;}
.box1:hover .box-inner img{transform:scale(1.05);}
.box1 h4{text-transform:none;font-weight: 600;padding: 12px 0;font-size: 20px;color:#2d2d2d;margin:0;letter-spacing:.5px;text-align:center;}
.box1:hover h4{color: #ef8013;}
 
  /*-----------*/
.box2{padding-top:0;/* background:#fff; */text-align: center;}
.box2 img{padding:4px;border:1px solid #d8d6d6;text-align:center;width:100%}
.box2.noborder img{border:none;padding:10px}
.box2:hover img{border-color:#ef8013}
.box2 h4{text-transform:none;padding: 15px 0 0px 0;font-size: 20px;color: #493e4f;margin:0;letter-spacing:.5px;text-align: center;font-weight: 600;/* text-transform: capitalize; */}
.box2 h4 a{color:#2d2d2d}
.box2:hover a, .box2:hover h4{color:#ef8013}
.box2 p{color:#4c4c4c;line-height:24px;margin: 0;}

/*----------*/
.box3{padding-top:0;text-align:center}
.box3 img{border:1px solid #EEE;padding:4px;margin-bottom:7px;text-align:center;width:100%;transition:all .7s ease 0;-webkit-box-shadow:5px 5px 0 0 #f1f1f1;-moz-box-shadow:5px 5px 0 0 #f1f1f1}
.box3:hover img{border: 1px solid #ef8013;-webkit-box-shadow: 5px 5px 0 0 #ef80135c;-moz-box-shadow:5px 5px 0 0 #3e4095a6;}
.box3 h4{font-size: 16px;color: #2d2d2d;margin:0;font-weight: 700;text-transform: capitalize;letter-spacing:.5px;display:inline-block;padding:7px 13px;}

/*---------*/
.box4{position:relative;display:block;border: 1px solid #eee;background: #fff;text-align: center;padding: 10px;box-shadow: 0 0 30px 0 #0000000d;}
.box4:hover{border: 1px solid #ef8013;box-shadow:none}
.box4 .img-box{position:relative;overflow:hidden;padding: 10px;}
.box4 .img-box img{width:100%;opacity:1;transition:all 500ms ease;}
.box4:hover .img-box img{transform: scale(1.02);}
.box4 .inner-box h4{font-size: 16px;line-height: 26px;color: #2d2d2d;padding: 5px 10px;}
.box4:hover .inner-box h4{color:#ef8013}


/*---------*/
.box5{position: relative;overflow: hidden;margin-bottom: 0px;box-shadow: 0 0 0 0 rgba(0,0,0,0.10), 0 3px 3px 0 rgba(0,0,0,0.10);border: 1px solid #eee;}
.box5 .box-inner{top:0;left:0;z-index:3;width:100%;height:100%;padding:20px;position:absolute;}
.box5 .box-inner:after{left:0;bottom:0;width:100%;height:100%;content:'';position:absolute;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;
	background: -moz-linear-gradient(top,rgb(0 0 0 / 0%) 24%,rgb(0 0 0 / 0%) 33%,rgb(0 0 0 / 0%) 43%,rgb(78 103 124 / 18%) 57%,rgb(78 103 124 / 49%) 75%,rgb(78 103 124 / 77%) 92%,rgb(78 103 124) 100%);
	background: -webkit-linear-gradient(top,rgb(0 0 0 / 0%) 24%,rgb(0 0 0 / 0%) 33%,rgb(0 0 0 / 0%) 43%,rgb(0 0 0 / 18%) 57%,rgb(0 0 0/ 49%) 75%,rgb(0 0 0 / 77%) 92%,rgb(0 0 0 / 97%) 100%);
	background: linear-gradient(top,rgb(0 0 0 / 0%) 24%,rgb(0 0 0 / 0%) 33%,rgb(0 0 0 / 0%) 43%,rgb(78 103 124 / 18%) 57%,rgb(78 103 124 / 49%) 75%,rgb(78 103 124 / 77%) 92%,rgb(78 103 124) 100%);
}
.box5:hover {box-shadow:0 0 0 0 rgba(0,0,0,0.10), 0px 8px 11px 0 rgba(0, 0, 0, 0.14);}
.box5 img {transform:translateZ(0);   transition: all 1s;    -webkit-transition: all 1s;-o-transition: all 1s;-moz-transition: all 1s;}
.box5:hover img {transform: scale(1.05);}
.box5 h4{text-transform:capitalize;font-weight: 500;font-size: 25px;margin:0;letter-spacing:.5px;text-align:left;left: 0;bottom: 8px;color: #fff;z-index: 3;width: 100%;padding: 8px 10px;overflow: hidden;position: absolute;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box5:hover h4{bottom: 20px;/* font-size: 21px; *//* color: #df765a; */}
.box5 h4 span{display:block;font-size:14px;color:#e2e2e2; line-height: 22px;} 




.box6{padding: 0;/* box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16); */background: #f9f6f3;border:1px solid #f6f3f8;border-radius: 5px;overflow: hidden;}
.box6 .box-img {position: relative;overflow: hidden;}
.box6 .box-img img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box6:hover .box-img img{opacity: 1;-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.box6 .box-text{position:relative;text-align: left;padding: 20px;color: #493e4f;}
.box6 .box-text h4{font-size: 28px;text-transform: uppercase;color: #ef8013;margin-bottom: 15px;}



.box7{position:relative;overflow:hidden;transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;-moz-transition:all 300ms ease;}
.box7 img{position:relative;width:100%;display:block;transition:all 600ms ease;-webkit-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;-moz-transition:all 600ms ease}
.box7:hover img{-webkit-transform:scale(1.2,1.3);-ms-transform:scale(1.2,1.3);-moz-transform:scale(1.2,1.3);transform:scale(1.2,1.3)}
.box7 .overlay-box{position:absolute;left:0;top:0;right:0;bottom:0}
.box7 .overlay-box:before{position:absolute;content:'';left:0;top:0;right:0;bottom:-1px;-webkit-transition:all 1000ms ease;-moz-transition:all 1000ms ease;-ms-transition:all 1000ms ease;-o-transition:all 1000ms ease;transition:all 1000ms ease;background: -webkit-linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgb(0 0 0 / 32%) 75%,rgb(0 0 0 / 73%) 92%,rgb(0 0 0 / 98%) 100%);}
.box7 .overlay-box:after{position:absolute;content:'';left:0;top:-100%;width:100%;height:100%;opacity:0;-webkit-transition:all 700ms ease;-moz-transition:all 700ms ease;-ms-transition:all 700ms ease;-o-transition:all 700ms ease;transition:all 700ms ease;background:rgba(0,0,0,0.70)}
.box7:hover .overlay-box:before{top:100%;opacity:0}
.box7:hover .overlay-box:after{opacity:1;top:0}
.box7 .overlay-box h3{position:absolute;right: 0;left: 0;bottom: 45px;text-align: center;line-height:1.3em;padding-bottom:10px;font-size: 20px;display:inline-block;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;z-index:1;color: #fff;}
.box7:hover .overlay-box h3{opacity:0;-webkit-transform: translateX(150%);-ms-transform: translateX(150%);-moz-transform: translateX(150%);transform: translatey(150%);}
.box7 .overlay-box h3:before{position: absolute;content:'';bottom:0;height: 1px;width:50px;background-color: #ef8013;text-align: center;left: 42%;right: 0;}
.box7 .overlay-box .overinner{position:absolute;left:0;top:50%;margin-top:-22px;width:100%;text-align:center;opacity:0;-webkit-transform:translateY(-70px);-ms-transform:translateY(-70px);-moz-transform:translateY(-70px);transform:translateY(-70px);-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;z-index:1}
.box7:hover .overlay-box .overinner{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}
.box7 .overlay-box .overinner h4{position:relative;display:inline-block;line-height:44px;color: #ffffff;font-size: 20px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease;}





.box31{position:relative;z-index:0;overflow:hidden;border-radius: 10px;}
.box31:hover img{    transform: scale(1.03);}
.box31 .text-box{background-color: #ffffff;border-radius: 10px;bottom:20px;left:20px;right:23px;text-align:center;position: absolute;z-index: 2;}
.box31:hover .text-box{bottom: 0;left: 0;right: 0;}
.box31 .text-box .title{color: #072010;display:flex;align-items:center;justify-content:center;font-size: 20px;/* margin-top: 0; *//* white-space:nowrap; */min-height: 60px;font-weight: 600;position: relative;padding: 0;line-height: 1;padding: 10px;}
.box31:hover .text-box .title{margin-top:0px!important;letter-spacing:0.5px;}

@media (min-width: 992px) and (max-width: 1199px)
{
    .box31 .text-box{height:65px;}
    .box31 .text-box .title{font-size:18px;margin-top:-60px;}
    .box31:hover .text-box .title{margin-bottom:15px;padding-bottom:20px;}
}


.icon-box2{position:relative;background:#fff}
.icon-box2 .inner-box{text-align: left;border: 1px solid #effafa;margin-bottom: 10px;padding: 45px 20px;}
.icon-box2 .inner-box img{transition: all 0.3s linear;width:60px;display: inline-block;filter: invert(48%) sepia(18%) saturate(3207%) hue-rotate(156deg) brightness(91%) contrast(94%);}
.icon-box2 .inner-box:hover img{transform: translateY(-10px);}
.icon-box2 .inner-box:hover a{color: #000;-webkit-transition:all .5s;}
.icon-box2 .inner-box h4{font-size: 20px;padding: 40px 0px 15px 0px;line-height: 30px;color: #ef8013;}
.icon-box2 .inner-box:hover h4{color: #ef8013;}
.icon-box2 .inner-box p{color:#757575;margin: 0;}
.icon-box2 .inner-icon {display: flex;position: absolute;top: -6px;left: 20px;z-index: 2;opacity: 0;transform: scale(0);transition: all 0.3s ease-in-out;}
.icon-box2 .inner-icon .iconblue {width: 15px;height: 15px;margin-right: 6px;background-color: #ef8013;clip-path: circle(50% at 50% 50%);}
.icon-box2 .inner-icon .icongreen {width: 15px;height: 15px;margin-right: 3px;background-color: #ef8013;clip-path: circle(50% at 50% 50%);}
.icon-box2:hover .inner-icon{opacity: 1;    transform: scale(1);}


/*-----------*/
.boxdesc{text-align:center;padding:5px;color:#555}
.boxdesc strong{display:block;text-decoration:underline;font-weight:500;line-height:10px}
.boxdesc p{margin:5px 0}

.boxdesc img{border:1px solid #eee;padding:5px;}
.gallery .box2_img{border:1px solid #eee;}
.gallery .col-sm-3{padding:15px}
.pdfbox{text-align:center}
.pdfbox img{display:inline-block}

ul.boxlist1{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist1 li{margin: 0;padding: 15px 0;width: 100%;transition: all 0.7s ease 0s;}

ul.boxlist2{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist2 li{margin: 0;padding:15px;width: calc(100%/2);transition: all 0.7s ease 0s;}
@media screen and (max-width: 749px) {ul.boxlist2 li{width:100%;padding: 15px 0;}}

ul.boxlist3{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist3 li{margin: 0;padding:15px;width: calc(100%/3);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist3 li{width: calc(100%/2);}}
@media screen and (max-width: 565px) {ul.boxlist3 li{width:100%;}}

ul.boxlist4{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist4 li{margin: 0;padding:15px;width: calc(100%/4);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist4 li{width: calc(100%/3);}}
@media screen and (max-width: 749px) {ul.boxlist4 li{width: calc(100%/2);}}
@media screen and (max-width: 565px) {ul.boxlist4 li{width:100%;}}

ul.boxlist5{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist5 li{margin: 0;padding: 10px;width: calc(100%/5);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist5 li{width: calc(100%/4);}}
@media screen and (max-width: 749px) {ul.boxlist5 li{width: calc(100%/2);}}


ul.boxlist6{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist6 li{margin: 0;padding:10px;width: calc(100%/6);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist6 li{width: calc(100%/5);}}
@media screen and (max-width: 749px) {ul.boxlist6 li{width: calc(100%/3);}}
@media screen and (max-width: 565px) {ul.boxlist6 li{width: calc(100%/2);}}


ul.boxlist7{padding:0}
ul.boxlist7 li{width: 14%;display:inline-block;vertical-align:top;padding:10px;transition:all .7s ease 0;}
@media screen and (max-width: 1170px) {ul.boxlist7 li{width:13.9%;}}
@media screen and (max-width: 992px) {ul.boxlist7 li{width:19.5%;}}
@media screen and (max-width: 768px) {ul.boxlist7 li{width:24%}}
@media screen and (max-width: 470px){ul.boxlist7{text-align:center}ul.boxlist7 li{width:32.5%;}}

.box-auto3{display:flex;flex-wrap:wrap}
.box-auto3 .box-auto-item{width: calc(33.33333333% - 0px);display:flex;padding: 15px;}
.box-auto3 .box-auto-item > div{display:flex;width:100%;flex-shrink:0}

@media (max-width:767px) and (min-width:480px) {.box-auto3 .box-auto-item{width: calc(50% - 0px);}}
@media (max-width:479px) {.box-auto3 .box-auto-item{width:100%;}}


/*--------*/
.social{list-style-type:none;padding:10px 0 0;margin:0}
.social li{display:inline-block}
.social a{margin-right:5px;cursor:pointer;display:block;width: 40px;height: 40px;text-align:center;text-decoration:none;background: transparent;border-radius: 50%;border: 1px solid #ef8013;line-height: initial;font-size: 20px;color: black;}
.social a i{line-height: 40px;color: #ef8013;}
.social a:hover{background: #ef8013;color: #ffffff;}
.social a:hover i{color: #fff;}

/*--------------*/
.cenq{display:none}
.form label{font-weight:600}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important}
.form  input[disabled],.form .text-field{background: #f6f6f6;border: 0;color: #222d35;/* font-size: 16px; */margin: 0 0 18px;padding: 15px;width:100%;border-radius: 5px;border: 1px solid #e4e4e4;}
.form .text-field:focus,.form .text-field:hover{/* border-color: #c3002f; */box-shadow:none;/* border-width:1px; */background: #fff;}
.errorbox,.errorbox span,.errorbox li{color:#ef8013}
.errorbox .sucmsg{color:#046310}
.custbtn{border-radius: 0;padding: 15px 35px 15px 35px;background: #ef8013;position:relative;display:inline-block;line-height: 20px;margin-top: 0;font-weight: 600;border: 1px solid #ffff;color:#fff;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;border-radius: 5px;}
.custbtn:hover{text-decoration:none;background: #ef8013;color: #fff;}

.capcha{background:transparent !important}
.capcha + input{width:200px !important;margin-top:5px !important}

/*-------------*/
#download{position:fixed;top:50%;right:0;font-size: 26px;color: #ffffff;background-color: #ef8013;padding: 10px 18px;border-radius:30px 3px 3px 30px;z-index: 1;}
#download:hover{cursor:pointer;-webkit-box-shadow:0 8px 6px -6px #999;-moz-box-shadow:0 8px 6px -6px #999;box-shadow:0 8px 6px -6px #999}
#download > a{color:#0E0E0E}



.contact-box3{position:relative;padding:120px 0}
.contact-box3 .box-title{position:relative;display:block;margin-bottom:50px}
.contact-box3 .box-title .icon-box{position:relative;display:inline-block;width:80px;height:80px;line-height:88px;background: #effafa;font-size:38px;text-align:center;border-radius:50%;margin-bottom:30px;color: #ef8013;padding-top: 17px;}
.contact-box3 .box-title h2{display:block;font-size: 30px;line-height: 40px;margin-bottom:21px;color: #ef8013;}
.contact-box3 .inner-box{position:relative;display:block}
.contact-box3 .inner-box:hover{}
.contact-box3 .inner-box .icon-box{position:relative;display:inline-block;width:100px;height:100px;background:#e2e2e2;margin-bottom:22px;clip-path:polygon(0% 50%,50% 0%,150% 100%,0% 100%,0% 0%);z-index:1;}
.contact-box3 .inner-box .icon-box i{font-size: 30px;line-height: 110px;color: #ef8013;}
.contact-box3 .inner-box:hover .icon-box i{color:#fff}
.contact-box3 .inner-box .icon-box:before{position:absolute;content:'';background:#fff;width:calc(100% - 2px);height:calc(100% - 2px);left:1px;top:1px;clip-path:polygon(0% 50%,50% 0%,150% 100%,0% 100%,0% 0%);z-index:-1;transition:all 500ms ease}
.contact-box3 .inner-box:hover .icon-box:before{background: #ef8013;}

.contact-box3 .inner-box h3{position:relative;display:block;font-size: 20px;line-height: 31px;margin-bottom: 25px;border-bottom: 1px solid #eee;padding-bottom: 25px;color: #ef8013;}
.contact-box3 .inner-box p a{display:inline-block;color: #1b1b1b;}
.contact-box3 .info-column{border-right:1px solid #e2e2e2}
.contact-box3 strong{color: #ef8013;margin-top: 8px;display: inline-block;}
.contact-box3 strong:first-child{margin:0;}
.contact-box3 .info-column:last-child{border:none}



/*------*/
.contact-main{/* margin-top: -150px; */background: transparent;}
.contact-box{position:relative;margin-bottom: 0;/* box-shadow: #0000000f 0px 2px 12px 0px; */padding: 40px 30px;background: #f9f6f3;border-radius: 10px;overflow: hidden;}
.contact-box:hover{background:#ef8013;color:#fff}
.contact-box .contact-box-inner{position:relative;padding: 30px 35px 30px;background-color: #f3f6f9;-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);-ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);}
.contact-box i{font-size:35px;color: #ef8013;}
.contact-box h5{font-size: 15px;margin: 15px 0;color: #525252;text-transform: uppercase;}
.contact-box .inner-text p, .contact-box .inner-text a{margin-bottom:0;font-size:16px;color:#333}
.contact-box:hover i,.contact-box:hover h5,.contact-box:hover .inner-text p, .contact-box:hover .inner-text a{color: #fff;}
.contact-box i.numb {font-size: 120px;position: absolute;bottom: -20px;right: -30px;color: #210f0f14;opacity: .2;}
.contact-box:hover i.numb {color: rgba(255,255,255, 0.7);}

.google-map {width: 100%;/* -webkit-filter: grayscale(100%); *//* filter: grayscale(100%); */height: calc(64% + 30px);overflow: hidden;}



/*------*/

.address{font-weight: 500;}
.address li{margin: 10px 0;}
.address h4{font-size: 24px;font-weight: 700;letter-spacing: .5px;padding-bottom: 6px;margin-bottom: 13px;display: inherit;color: #e31822;}
.address > li > i{display:inline-block;vertical-align:top;margin-top: 4px;width: 20px;text-align: center;font-size: 17px;margin-right: 10px;}
.address p{display:inline-block;text-align:left!important;margin:0;/* font-size: 14px; */line-height: 25px;}



/*--------------*/
.hdwatsp{position: fixed;bottom: 10px;right: 10px;z-index:21/*top: 2px!important;position: absolute !important;left: 0;right: 0;margin: 0 auto;width: 100%;text-align: center;*/}
.hdwatsp a{text-align: center;width: 50px;height: 50px;float: left;color: #FFFFFF;border-radius: 10px;background-color: #25D366;background-color: #25D366;}
.hdwatsp i{font-size: 40px;margin-top: 5px;}


/*---------------*/
.footer{padding-top: 60px;color: #ffffff;position: relative;background: #000000;background-repeat: no-repeat;/* border-top: 1px solid rgb(0, 118, 190); */}
.footer p, .footer a{line-height: 22px;font-weight: 500;color: #fff;}
.footer .ftcontact {border-top: 1px solid #ffffff63;padding-top: 45px;margin-top: 15px;}
.footer .ftcontact i{color: #ffffff;}
.footer  h4{font-size: 22px;color: #fff;margin-bottom: 30px;text-transform: uppercase;}
.footer .ftcontact h5{font-size: 15px;font-weight: 400;margin-bottom: 20px;color: #ffffff7d;}
.footer .ftcontact a{/* font-size: 14px; */font-weight: 500;line-height: 24px;margin-top: 0;display: inline-block;color: #fff;}
.footer .social a{border-color:#fff}
.footer .social a i{color: #fff !important;}
.footer img{padding: 10px 0 15px 0;width: 300px;display: inline-block;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 45px;border-top: 1px solid #ffffff63;}
.copyrights p, .copyrights a{margin: 0;font-size: 14px;color: #fff;}
.footer .social{text-align:right}

.footer ul.list{margin-top:10px}
.footer ul.list li{list-style: none;padding: 2px 0 2px 15px;position:relative;}
.footer ul.list li:before{position:absolute;font-size: 13px;line-height: 24px;left: 0;font-family: "Font Awesome 5 Free";content: "\f0da";font-weight: 900;color: #fff;}
.footer ul.list li a{margin:0}


@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0;height: auto;background: #fff;}
    .header-main .container{width:100%}
    .logo{margin-right:0;text-align:center;float:none!important;position: inherit;padding: 5px 0;}
    .logo img{margin: 10px 0;filter: inherit;width: 340px;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 56px;padding: 15px 0;text-align:center;min-height: 35vh;}
    .footer{text-align:left}
    .footer h3 {margin-bottom: 7px;margin-top: 20px;    padding-bottom: 4px;text-align: left;}
    .footer .address p{text-align:left !important}
    .footer .textright{text-align:left}
    .footer .social{text-align:left}
    #cssmenu > ul > li > a:before, #cssmenu > ul > li.active > a:before{bottom: 0 !important;}
}
@media (max-width: 768px) 
{
     .vcenter > .row{display: inherit;}
}