﻿
@import url('https://use.fontawesome.com/releases/v5.1.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&display=swap');

:root {
    --primary: #282535;
    --sliver: #f4f4f4;
    --grey: #cecece;
    --border: #12121214;
    --theme: #ef7b14;
    --white: #FFFFFF;
    --action: #282535;
}
*{-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:'Roboto' ,sans-serif;font-size: 16px;font-weight: 400;line-height: 1.4;position:relative;margin:0;padding:0;color: var(--primary);overflow-x: hidden;background: #fff;/* letter-spacing: 0.3px; */}
.container{ width: 100%; max-width: 1300px; margin: 0 auto; }
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: var(--theme);}
ul,ol{padding:0;margin:0;list-style:none}
.cuani, a{-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
b, strong{font-weight:600}
::selection {background: var(--theme);color:var(--white); }
::-moz-selection {background: var(--theme);color:var(--white);}

.vcenter > .row{align-items: center;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.imgdrk{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);}
.imgdrk:hover{filter: none; -webkit-filter: grayscale(0);filter: grayscale(0);}
.h100{height:100%;}
.w100{width:100%!important;}
.radius-10{border-radius:10px}
.swbox{background:var(--white);box-shadow: rgb(0 0 0 / 6%) 0px 16px 40px 0px;border-radius: 6px;padding: 20px;}
.automrg{margin: auto;/* text-align: center; */float: none;}
.bgwhite{background:#fff}
.bgsliver{background: var(--sliver);}
.border-box{position:relative;border: 1px solid #00000030;border-radius: 10px;box-shadow: 0 3px 6px 0 #0106140f;}
.border-box.lightbg{background: #27b7b712;border: none;}

.box-swbox{box-shadow: #0000000f 0px 2px 12px 0px;border-radius: 10px;overflow:hidden}
.box-swbox.bg{background: #f9f6f3;box-shadow:none}
@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{transition:all .5s ease;}
.header-main .logo img{width:210px;padding: 0 0;}

.menugetquote{display:none!important}
@media (max-width: 992px) {
    .header-main > div{display:inline-block !important}
.menugetquote{display:inline-block!important}
.getquote{display:none}
}


body.fixed .header-main{position:fixed;background: var(--white);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{position:relative;display:block;color: var(--theme);margin: 0 0 15px 0;line-height: 1.3;font-size: 36px;}
.htitle.small{font-size: 28px;}
.htitle.white, .htitle.white + p{color:var(--white);}
.htitle.center{text-align:center}
.htitle + p{width: 60%;margin: 0;margin-bottom: 25px;/* font-size: 18px; */position: relative;}
.htitle.center + p{text-align:center;margin-left: auto;margin-right: auto;}
@media (max-width: 992px) 
{
    .htitle{font-size: 28px;}
    .htitle + p{width: 100%;}
}
   

.text-scroll-in, .text-animate-in {display: block;word-wrap: break-word;white-space: normal;}
.text-scroll-in .word, .text-animate-in .word {display: inline-block;}
.text-scroll-in .char, .text-animate-in .char{display: inline-block;opacity: 0.3;transform: translateY(0px);}
.text-scroll-fade .word {white-space: nowrap;display: inline-block;}
.text-scroll-fade .char {display: inline-block;opacity: 0.5;transform: translateY(0px);
}


/*----------*/
.page-head{padding: 80px 0 80px 0;position:relative;background: var(--sliver);text-align: center;}
.page-head h1{margin:0;padding: 0px 0 8px 0;font-size: 42px;text-transform: capitalize;color:var(--theme)}
.breadcrumb{padding: 0;margin: 0;display: inline-block;}
.breadcrumb > li{display:inline-block}
.breadcrumb > li + li:before{padding:0 5px;content:"/\00a0"}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li + li:before{color: var(--primary);}

/*------------*/
.section {position: relative;padding: 80px 0;    scroll-margin-top: 82px;overflow: clip;}
.sectionbg{background: var(--sliver);padding:80px 0;position: relative;scroll-margin-top: 82px;overflow: clip;}




.about:after {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(50vw - 16%);
    right: 80px;
    z-index: -2;
    background: var(--primary);
    bottom: -80px;
}

.single_box{padding: 40px 20px;background: var(--sliver);position:relative;z-index:1;transition:all .4s ease;border-radius: 10px;overflow: hidden;}
.single_box::before{content:"";background:#f60;inset:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .5s ease-in-out;z-index:-1}
.single_box .icon{position:relative;z-index:1}
.single_box .icon::before{content:"";position:absolute;background: #282535c2;opacity:.1;width: 40px;height: 40px;border-radius:50%;left:0;top:10px}
.single_box .icon img{transition:.3s ease;width: 70px;filter: invert(52%) sepia(18%) saturate(3207%) hue-rotate(0deg) brightness(100%) contrast(100%);}
.single_box:hover::before{transform:scaleX(1);transform-origin:left}
.single_box:hover  .icon img{filter: brightness(0) invert(1);}
.single_box:hover h4,.single_box:hover{color:#fff}
.single_box h4{margin: 25px 0;}
.single_box p{margin:0}





.about-bx .left-img{height:100%;overflow:visible;padding-right:15px;z-index:1;margin-bottom:80px;position:relative}
.about-bx .left-img::after{position:absolute;content:"";height:100%;width:calc(50vw - 16%);right:80px;bottom:-80px;z-index:-2;background:var(--primary)}
@media (max-width: 991px) {
.about-bx .left-img{padding-right:0;margin-bottom:30px}
.about-bx .left-img::after{content:none}
}
.about-bx .right-img{height:100%;overflow:visible;padding-right:15px;z-index:1;margin-bottom:80px;position:relative}
.about-bx .right-img::after{position:absolute;content:"";height:100%;width:calc(50vw - 16%);left: 80px;bottom:-80px;z-index:-2;background:var(--primary)}
@media (max-width: 991px) {
.about-bx .right-img{padding-right:0;margin-bottom:30px}
.about-bx .right-img::after{content:none}
}




.why-chose{position:relative;padding: 0;background: var(--action);color: var(--white);}
.why-chose .why-chose-bg{max-width:50.47%;width:100%;height:660px;position:absolute;left:0;top:0;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}
.why-chose .why-chose-text{padding-left: 5rem;padding-top: 5rem;padding-bottom: 5rem;}
.why-chose .why-chose-text .text-desc ul {margin-left: 0px;}
.why-chose .why-chose-text .text-desc ul li{padding-left: 23px;}
.why-chose .why-chose-text .text-desc ul li:before{position:absolute;font-size: 14px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f058";font-weight: 900;color: var(--white);left: 0;line-height: 1.8;}


@media (max-width: 992px) {
.why-chose{padding-top:60px;padding-bottom:30px}
.why-chose .why-chose-bg{position:relative;max-width:100%;height:400px;margin-bottom:20px}
.why-chose .why-chose-text{padding-left:0;margin-left:0;padding: 0;}
}
@media (max-width: 576px) {
.why-chose .why-chose-bg{height:260px}
}







.box32{position:relative;display:block;-webkit-transition:transform .3s;transition:transform .3s;}
.box32:hover{-webkit-transform: translateY(-8px);-ms-transform: translateY(-8px);transform: translateY(-8px);}
.box32 .box-img img{display:block;width:100%;}
.box32:hover .box-img img{filter:saturate(0%);-webkit-transition:filter .3s;transition:filter .3s;}
.box32 .box-inner{background-color: var(--action);color:#fff;position:absolute;bottom: 15px;left:0;right: 15%;padding: 15px;transition:right 0.3s,bottom 0.3s,background-color 0.3s;}
.box32 .box-inner h4{padding: 0 0 0 0;position:relative;}
.box32:hover .box-inner{bottom:0;background-color: var(--theme);right:0}





.box5{padding:0 5px 25px}
.box5 .box-inner{position:relative}
.box5 .thumb{position:relative;overflow:hidden;border: 1px solid var(--action);}
.box5 .thumb img{width:100%;transition:1s}
.box5 .box-inner:hover .thumb img{transform: scale(1.03);}
.box5 .content{position:relative;margin: -30px 10px 0;background: var(--action);text-align:center;padding: 15px 15px;box-shadow:0 7px 12px #0002}
.box5 .content h4{font-size:21px;text-transform:capitalize;color: var(--white);}
.box5 .overlay{position:absolute;bottom:0;margin:0 10px;padding:0 30px;background:#f8f8f8;box-shadow:0 20px 20px #0001;opacity:0;visibility:hidden;transition:.5s;width: 100%;overflow: hidden;}
.box5 .overlay::before{content:'';position:absolute;left:0;top:0;width:100%;height:0;background: var(--action);transition:.5s ease}
.box5 .box-inner:hover .overlay{opacity:1;visibility:visible}
.box5 .box-inner:hover .overlay::before{height:100%}
.box5 .overlay .content{background:transparent;box-shadow:none;margin:0;padding:30px 0 0;text-align:center}
.box5 .overlay .content h4,.box5 .overlay .content p,.box5 .overlay .content a{color:#fff}
.box5 .overlay p{font-size:15px}
.box5 .overlay a{font-size:12px;text-transform:uppercase}
.box5 .overlay a:hover{color:#dedede}
.box5 .overlay a i{margin-left:3px;font-size:12px!important}
.box5 .overlay a:hover i{margin-left:10px}




.alt-section{margin:10px 0;}
.alt-section .section-flex{display:flex;flex-wrap:wrap;height:100%;align-items:center}
.alt-section .items-box{height:100%;display:flex;flex-direction:column;justify-content:center}
.alt-section .content-box{ margin-top: 5px;}
.alt-section .items-box a{color:var(--primary)}
.alt-section .items-box a:hover{color:var(--theme)}

@media (min-width: 992px) {
    .alt-section:nth-of-type(odd) .img-box{padding-left:0}
    .alt-section:nth-of-type(even) .img-box{padding-right:0}
    .alt-section:nth-of-type(even) .section-flex{flex-direction:row-reverse}
}
@media (max-width: 992px) {
.alt-section:nth-of-type(even) .section-flex{flex-direction:row-reverse}
}


























.vision-box{border: 1px solid var(--grey);padding: 45px;margin-top: 0;cursor:pointer;transition:all .4s ease-in-out}
.vision-box .img-box{padding-bottom: 20px;}
.vision-box .img-box h4{color: var(--theme);margin-left: 15px;}
.vision-box .img-box img{width: 60px;}
.vision-box p{margin:0}



.why-box{border: 1px solid var(--grey);padding: 20px;margin-top: 0;cursor:pointer;background: #fff;border-radius: 10px;transition:all .4s ease-in-out}
.why-box h4{color: var(--theme);font-size: 22px;margin: 15px 0;}
.why-box img{width: 50px;height: 50px;filter: invert(48%) sepia(12%) saturate(3207%) hue-rotate(335deg) brightness(100%) contrast(100%);}


/* funfact */
.fun-box {position: relative;text-align: center;}
.fun-box h3{font-size: 60px;line-height:1em;position:relative;letter-spacing: 0.01em;color: transparent;-webkit-text-stroke: 1px var(--theme);}
.fun-box h4{position:relative;display:block;padding: 10px 0 0 0;}
@media (max-width: 768px) {
	.fun-box h3{font-size: 40px;}
}

.box2{padding-top:0;background:var(--white);text-align: center;}
.box2 img{padding:4px;border:1px solid var(--grey);text-align:center;width:100%}
.box2:hover img{border-color:var(--theme)}
.box2 h4{text-transform:none;padding:8px 0;color: var(--primery);margin:0;}



.content-alternate h4{color:var(--theme);}
@media (min-width: 768px) {
  .content-alternate  .content-block:nth-of-type(even) {flex-direction: row-reverse;display: flex;}
  .content-alternate .content-block:nth-of-type(even) > .col-md-6 {flex: 0 0 auto;width: 50%;}
}


.blog-item{border: 1px solid var(--grey);border-radius: 6px;padding: 15px;position: relative;}
.blog-item:hover{border-color:var(--theme)}
.blog-item h5{font-size:12px;padding:4px;color: var(--white);background: var(--primary);display:inline-block;font-weight: 500;border-radius: 2px;}
.blog-item h4{color:var(--primary);padding: 15px 0;font-size: 20px;}
.blog-item:hover h4{color:var(--theme)}
.blog-item p{color: var(--primary);}
.blog-item .blogdate {padding: 0;margin: 0;color: var(--grey);font-size: 12px;}
.blog-item .blogdate i{margin-right:5px}


.blog-view{position:relative}
.blog-view .blogdate {margin: 10px 0;color: #8a8a8a;display: inline-block;font-size: 13px;}
.blog-view hr{margin: 8px 0;}
.blog-view h1{margin-bottom: 10px;font-size: 24px;font-weight: 600;}
.blog-view img{border: 1px solid #eee;padding: 5px;margin-bottom: 15px;width:100%}


.fixmain {display: flex;}
.fixmain .fix-content{position:sticky;top:100px;}

.whyus-fix img{width:70px}












.highlight2{position:relative;padding: 60px 60px;background: var(--action) fixed;overflow:hidden;color: var(--white); text-align: center;}
.highlight2:before{content:' ';position:absolute;left:0;right:0;top: 0;bottom: 0;background:var(--primary);opacity:0.8}
.highlight2 a{background: transparent;transition:all .3s ease;display:inline-block;border-color: var(--white);margin-top: 20px;}
.highlight2 a:hover{color: var(--white);background: var(--theme);border-color: var(--theme);}
@media (max-width: 992px) {
.highlight2{padding:60px 20px;text-align:center}
}



.box6{padding: 15px;background: var(--sliver);border: 1px solid var(--border);border-radius: 10px;overflow: hidden;}
.box6.white{background:#fff}
.box6 .box-img {position: relative;overflow: hidden;border-radius: 6px;}
.box6 .box-text{position:relative;padding: 20px 0;color: #161616;text-align: left;}
.box6 .box-text h4{color: var(--theme);margin-bottom: 15px;}

@media (max-width:767px) {
    .box6 .box-text {padding: 15px}
}



.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}
}

.cust-owlnav .owl-nav{margin:20px 0}
.cust-owlnav .owl-nav button{margin-right: 15px;font-size: 18px;color: var(--theme);cursor: pointer !important;position: relative;right: 0;width: 60px;height: 60px;border-radius: 100%;border: 1px solid var(--grey);background: transparent;}
.cust-owlnav .owl-nav button:hover{background:var(--theme);color:var(--white)}




.facilitie{position:relative;z-index: 1;overflow:hidden;background: var(--primary);}
.facilitie:after {left: 0;bottom: 0;width: 100%;height: 100%;content: '';position: absolute;transition: .4s;
    background: -webkit-linear-gradient(top, #00000000 24%, #00000000 33%, #0202021a 43%, #00000026 57%, #37354285 75%, #000000ab 92%, #000000bf 100%);
}
.facilitie .box-text{padding:20px 25px;position:absolute;left:0;bottom:0;width:auto;z-index: 1;color: var(--white);}
.facilitie .box-text h4{margin-bottom: 15px;}
.facilitie .box-text p{height: 0;overflow:hidden;margin:0;padding:0;opacity:0;transition:all 0.4s ease;}
.facilitie:hover .box-img{opacity:0.525;filter:grayscale(20%);}
.facilitie:hover .box-text p{opacity:1;margin:0;height: auto;overflow:visible;}
@media screen and (max-width: 768px){
.facilitie{border-radius:4px;}
.facilitie .box-text{padding:20px;}
.facilitie .box-text h4{font-size:24px;}
}





.box31{position:relative;display:block;-webkit-transition:transform .3s;transition:transform .3s;border-radius: 10px;overflow: hidden;}
.box31:hover{-webkit-transform: translateY(-8px);-ms-transform: translateY(-8px);transform: translateY(-8px);}
.box31 .box-img img{display:block;width:100%;}
.box31:hover .box-img img{filter: none;-webkit-transition:filter .3s;transition:filter .3s;filter: saturate(0%);}
.box31 .box-inner{background-color: var(--primary);color:#fff;position:absolute;bottom: 30px;left:0;width:100%;padding: 15px;-webkit-transition:background-color .3s,bottom .3s;transition:background-color .3s,bottom .3s;}
.box31 .box-inner h4{}
.box31:hover .box-inner{bottom:0;background-color: var(--theme);}






/*-----------------*/
.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-desc table thead,.text-desc table th{background:var(--grey);font-weight:700;}
.text-desc table td,.text-desc table th{border:1.5px solid var(--sliver);padding:2px 3px 2px 8px;/* color:#2d2d2d; */vertical-align:middle;/* text-align:center; */}
.text-desc table td{font-size:15px;}
.text-desc tt{font-size: 25px;font-weight: 300;line-height: 35px;padding-bottom: 0;display: block;}
.text-desc ul,.text-desc ol li,.text-desc ul ul{margin-bottom:22px}
.text-desc ul li,.text-desc ol li{list-style-type: none;position: relative;margin-bottom: 6px;text-align: justify;padding-left: 20px;}
.text-desc ol li{margin-bottom: 0;}
.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,.text-desc ol li:before{position:absolute;font-size: 9px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: var(--theme);left: 0;line-height: 2.5;}
.text-desc h2{font-size: 34px;padding: 12px 0 6px;margin:0;color: var(--theme);text-transform: capitalize;}
.text-desc h3{color: var(--theme);font-size: 28px;padding: 0px 0 2px;margin:0;margin-bottom:8px;text-transform: capitalize;}
.text-desc h3:after{background: var(--sliver)bottom: 0;content: "";height: 2px;position: absolute;width: 45px;left: 0;}
.text-desc h4{color:var(--theme);padding: 0 0 10px 0;text-transform:capitalize;}
.text-desc h5{color:var(--theme);font-size: 20px;padding: 8px 0 8px 0px;text-transform:capitalize;}
.text-desc h2 + hr,.text-desc h4 + hr{border-color:var(--grey);width:55%;text-align:center;display:inline-block}
.text-desc img{display:inline-block!important}


/*------*/
.readmore{color:var(--theme);text-transform:uppercase;font-weight:600;font-size: 13px;padding-top: 10px;display: inline-block;}
.readmore i{font-size:11px;padding-left:6px}
.readmore:hover{color: var(--primary);}
.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}
}
/*--------*/
.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: 45px;height: 45px;text-align:center;text-decoration:none;background: transparent;border-radius: 50%;border: 1px solid #cdcdcd;line-height: 40px;font-size: 22px;color: black;}
.social a i{line-height: 40px;}
.social a:hover{background: var(--theme);color: var(--white);}

/*--------------*/
.form label{font-weight:600;margin-bottom:5px}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important}
.form .text-field,input[disabled]{background: var(--bs-light);color: var(--primary);margin: 0 0 15px;padding: 12px 15px;width:100%;border-radius: 5px;border: 1px solid var(--bs-secondary);}
.form .text-field:focus,.form .text-field:hover{border-color: var(--theme);box-shadow:none;border-width:1px;}
.errorbox,.errorbox span,.errorbox li{color:#D90000}
.errorbox .sucmsg{color:#046310}
.custbtn{padding: 10px 15px;background: var(--theme);border-radius: 5px;position:relative;display:inline-block;font-weight: 600;border: 1px solid var(--theme);color: var(--white);transition:400ms all;-webkit-transition:400ms all;}
.custbtn:hover,.custbtn:focus,.custbtn:active{text-decoration:none;background: var(--action);color: var(--theme);}

.capcha{background:transparent !important}
.capcha + input{width:200px !important;margin-top:5px !important}



/*-----------*/
.contact-item h4{margin-bottom: 10px;color: var(--theme);text-transform: capitalize;}
.contact-item {padding: 10px 0;}

/*------*/


/*--------------*/
.hdwatsp {position: fixed;bottom: 10px;right: 10px;z-index: 21 }
.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;}

.address{}
.address li{margin: 10px 0;}
.address h4{padding-bottom: 6px;margin-bottom: 13px;color: var(--theme);}
.address 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;}
.address a{color: #1c1c1c;}


.footer{padding-top:60px;color:var(--primary);position:relative;background: var(--action);background-repeat:no-repeat}
.footer p,.footer a, .footer .address i{color: var(--white);}
.footer .ftcontact{border-top: 1px solid var(--grey);padding-top:45px;margin-top:15px}
.footer h4{color:var(--theme);margin-bottom:30px;text-transform:uppercase}
.footer img{padding:10px 0 15px;width:300px;display:inline-block}
.footer .social{text-align:right}
.copyrights{padding:21px 0;overflow:hidden;margin-top:45px;border-top: 1px solid #cecece2b;}
.copyrights p,.copyrights a{margin:0;color: var(--white);}
@media (max-width: 992px) {
    .footer,footer .textright, .footer .social,
    .footer .address p{text-align:left!important}
}

@media (max-width: 992px) 
{   
    .page-head{margin-top: 58px;    padding: 20px 0 20px 0;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 0;padding: 30px 0 30px 0;text-align:center;}
}
@media (max-width: 768px) 
{
     .vcenter > .row{ display: initial;}
}
