﻿@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;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.3;position:relative;margin:0;padding:0;color: #493e4f;overflow-x: hidden;background: #fff;letter-spacing: 0.4px;}
.container{ width: 100%; max-width: 1300px; margin: 0 auto; }

iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;line-height: 1.3;}
h4{font-size:22px}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: #ef3b1f;}
ul,ol{padding:0;margin:0;list-style:none}
hr{margin:15px 0}
.cuani, a{-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
b, strong{font-weight:600}
::selection {background: #ef3b1f;color:#fff }
::-moz-selection {background: #ef3b1f;color:#fff}
.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%;}

.p0{padding:0 !important}
.p5{padding:5px !important}
.p10{padding:10px !important}
.p15{padding:15px !important}
.p20{padding: 20px !important;}
.p30{padding: 30px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr30{padding-right: 30px !important;}
.pb0{padding-bottom:0 !important}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb60{padding-bottom: 60px !important;}
.pt0{padding-top:0 !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}
.pt60{padding-top:60px !important}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl30{padding-left: 30px !important;}
.mt30{margin-top:30px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.radius-10{border-radius:10px}
.swbox{background:#ffffff;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}
.border-box{position:relative;border: 1px solid #00000030;border-radius: 8px;box-shadow: 0 3px 6px 0 #0106140f;}
.border-box.lightbg{background: #27b7b712;border: none;}
.border-box:hover{box-shadow: 0 10px 15px 0 #0106141a;}

.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: #ffffffc7;transition:all .5s ease;padding: 0;position: absolute;z-index: 3;left: 0;right: 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; */}
.header-main .logo{float:left;margin-right: 0;position: relative;z-index: 1;}
.header-main .logo img{width: 210px;padding: 3px 0;}

.getquote{font-weight: 600;font-size: 16px;padding: 10px 20px;text-transform: capitalize;border-radius: 0;background: #ef3b1f;color: #fff;display: inline-block;margin-left: 18px;border-radius: 5px;}
.getquote:hover{color:#fff;background: #000000;}
.getquote2{display: none !important;}
@media (max-width: 992px)
{   
    .getquote2{display: inline-block !important;}
	.getquote{display:none}
	.header-main .header-wrap{display: block;}
}


body.fixed .header-main{position:fixed;background: #ffffff;padding: 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;font-size: 34px;color: #ef3b1f;margin: 0 0 15px 0;/* text-transform: uppercase; */}
.htitle.white, .htitle.white + p{color:#fff}
.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%;}
}

   
.title-box{position:relative;display:block;margin: 0;z-index: 1;}
.title-box h4{position:relative;display:inline-block;font-size: 18px;line-height:24px;padding-bottom: 0;margin-bottom: 5px;color: #27252480;text-transform: uppercase;}
.title-box.center h4:before{content: "";display: inline-block;background-color: #ef3b1f;width: 35px;height: 1px;margin-right: 10px;position: relative;top: -7px;}
.title-box h4:after{content: "";display: inline-block;background-color: #ef3b1f;width: 35px;height: 1px;margin-left: 10px;position: relative;top: -7px;}
.title-box h2{position:relative;display:block;font-size: 36px;color: #ef3b1f;margin:0;padding-bottom: 15px;text-transform: uppercase;}
.title-box h2 + p{width: 70%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 400;}
.title-box.light h2, .title-box.light h4, .title-box.light p{color:#fff}
.title-box.light h4:before{background-color:#fff}
.title-box.center{text-align:center}
.title-box.center p{text-align:center;margin-left:auto;margin-right:auto }
@media (max-width: 992px) 
{
    .title-box h2{font-size: 32px;line-height: 40px;}
    .title-box.light p,.title-box.center p,.title-box p{width:100%}
}

/*----------*/
.page-head{padding: 160px 0 80px 0;color: #2d2d2d;text-align: center;position:relative;background: #f4f4f4;}
.page-head h1{margin:0;padding: 7px 0;font-size: 34px;color: #ef3b1f;}
.breadcrumb{background:transparent;margin: 0px 0 0 0;padding:0;}
.breadcrumb > li{font-size:14px;color: #57585b;}
.breadcrumb > li > a,.breadcrumb > li + li:before{color: #57585b;}
.breadcrumb > li strong{font-weight:800}


/*------------*/
.section{position:relative;padding:80px 0}
.section2{padding:30px 0;position: relative;}
.sectionbg{background: #f6f6f6;padding:80px 0;position: relative;}
.bgbox{background: #f2f2f2;padding: 20px;position: relative;}
.bgbox.nobg{background:none}

@media (max-width: 778px) {
    .flexslider {padding-top: 52px !important;}
}




.about-item  img{transition:.625s;width: 50px;filter: invert(43%) sepia(11%) saturate(3207%) hue-rotate(
314deg) brightness(95%) contrast(109%);}
.about-item:hover img{transform:rotatey(360deg);}
.about-item{display:inline-flex;align-items: start;gap:20px;}
.about-item h4{margin-bottom:10px;font-size:22px}
.about-item p{margin:0}
@media (max-width: 400px){
.about-item{flex-direction:column;align-items:flex-start;gap:10px;}
}



.brochure-box{height: 100%;position:relative;z-index:1;overflow:hidden;background: #f4f4f4;padding: 15px;transition: .4s;text-align: center;border-radius: 10px;}
.brochure-box:hover{box-shadow: 0 5px 7px 0 #d6d7d84f;transform: translateY(-5px);}
.brochure-box img{border-radius: 10px;margin-bottom: 15px;}
.brochure-box .inner-box h4{line-height: 30px;border-bottom: 3px double #d1d1d1;display: inline-block;font-size: 22px;padding: 8px 15px;color: #272524;letter-spacing: 0;}
.brochure-box:hover .inner-box h4{color: #ef3b1f;}
.brochure-box .inner-box a{font-size: 14px;line-height: 30px;background: #ef3b1f;color:#fff;padding: 5px 25px;display:inline-block;border-radius:35px;text-transform: uppercase;font-weight: 600;margin-top: 15px;}
.brochure-box .inner-box a:hover{background: #2d2d32;}



.whyus-main{}
.whyus-main img{position: relative;margin-bottom: -400px;z-index: 1;border-radius: 15px;}
@media (max-width:768px){.whyus-main+div{padding-top:300px}}


.whybox{padding: 20px 13px;text-align: center;box-shadow: 0 1px 7px 0 #0000000f;height: 100%;background: #fff;border-radius: 10px;}
.whybox i{padding: 8px;border-radius: 5px 5px 5px 5px;background: #ef3b1f;color: #fff;font-size: 20px;width: 45px;height: 45px;text-align: center;line-height: 30px;}
.whybox h4{padding: 25px 0;font-size: 22px;}
.whybox p{margin:0}



/*------*/
.highlight{position: relative;padding: 60px 50px;background: #e8e8e8 url(../images/highlight.jpg) center center no-repeat fixed;background-size: cover;border-radius: 10px;overflow: hidden;}
.highlight:before{position:absolute;content: '';left:0;top:0;width:100%;height:100%;display:block;background: #000000a1;}
.highlight p{margin:0}
.highlight .highlight-inner{position:relative;text-align: left;margin: 0 auto;}
.highlight a{float: none;background: transparent;}
.highlight a:active,.highlight a:hover,.highlight a:focus{background: #ef3b1f;}
 @media (max-width: 992px) 
{
	.highlight{padding:60px 0;text-align:center}
	.highlight .highlight-inner{width:95%}
    .highlight a{float: none;margin-top: 14px;line-height: 30px;}
}

 
.marquee-text .h1-title{position:relative;margin: 10px 0;display:inline-block;animation:marquee 30s linear infinite;padding: 0;color: #fff;-webkit-text-stroke: 1px #1a1c26;font-size: 58px;font-weight: 700;text-transform: capitalize;}
.marquee-text{white-space:nowrap;width:100%;overflow:hidden;}
@media (max-width: 767px){.marquee-text .h1-title{font-size:55px;margin-bottom:18px;}}
@media (max-width: 575px){.marquee-text .h1-title{font-size:44px;}}
@keyframes marquee{from{transform:translate3d(0, 0, 0);}to{transform:translate3d(-100%, 0, 0);}}



.banner-text{position:relative;top: -115px;z-index: 3;background: #ef3b1f;margin-bottom:-120px;color: #fff;font-size: 32px;font-weight: 700;padding: 50px;border-radius: 10px;}
@media (max-width: 992px) 
{.banner-text{padding: 15px;font-size: 28px;position: initial;text-align: center;display: inline-block;margin: 70px 0 0 0;}}



.service-area .service-item{position:relative;/* padding: 15px; */}
.service-area .service-item:after{content:'';position:absolute;width:1px;height:100%;top:0;right: -30px;bottom:0;left:auto;border-right: 1px solid #cecece;}
.service-area li:nth-child(4n + 4) .service-item::after{display:none}
.service-area .service-item img{max-width:60px;margin-bottom:30px;filter: invert(43%) sepia(11%) saturate(3207%) hue-rotate(314deg) brightness(95%) contrast(109%);}
.service-area .service-item  h3{font-size: 22px;text-transform:capitalize;margin-bottom:15px}
@media only screen and (max-width: 991px){
	.service-area li:nth-child(2n + 2) .service-item::after{display: none;}
}
@media only screen and (max-width: 767px){
    .services-list-box .service-item:after{display: none;}
}











/*-----------------*/
.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;background: #fff;}
.text-desc table thead,.text-desc table th{background: #dadada70;font-weight:600;}
.text-desc table tr:nth-of-type(odd) {background: #fafafa;}
.text-desc table tr:hover{background: #d4d6dc;}
.text-desc table th:hover{background: #d4d6dc;}
.text-desc table td,.text-desc table th{padding: 10px 10px;vertical-align:middle;border: 1px solid #dadada;text-align: center;}
.text-desc tt{font-size: 22px;font-weight: 300;line-height: 32px;padding-bottom: 0;display: block;/* color: #fff; */}
.text-desc ul,.text-desc ul ul{margin-left:17px;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: 9px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: #ef3b1f;left: -15px;}
.text-desc h2{font-size: 28px;padding: 12px 0 6px;margin:0;position:relative;color: #ef3b1f;text-transform: capitalize;}
.text-desc h3{color: #ef3b1f;font-size: 26px;padding: 0;margin:0;position:relative;text-transform: uppercase;}
.text-desc h4{color: #ef3b1f;font-size: 26px;padding: 0;margin: 5px 0 15px 0;display: block;position:relative;}
.text-desc h5{color: #ef3b1f;font-size: 22px;padding: 0px 0 1px 25px;display: block;position:relative;text-transform:capitalize;}
.text-desc h5:before{position:absolute;font-size: 18px;top: 0px;left: -3px;font-family: "Font Awesome 5 Free";content: "\f0a4";font-weight: 900;}

.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:#ef3b1f;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: #000000;}
.readmore:hover i{padding-left:9px}


/*---------*/
.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: #ef3b1f;}
 
  /*-----------*/
.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:#ef3b1f}
.box2 h4{text-transform:none;padding: 5px 0 5px 0;color: #2d2d2d;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:#ef3b1f}
.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 #ef3b1f;-webkit-box-shadow: 5px 5px 0 0 #ef3b1f5c;-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;}


.box7-1{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-1 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-1: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-1 .overlay-box{position:absolute;left:0;top:0;right:0;bottom:0}
.box7-1 .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,#37354200 24%,#37354200 50%,#37354203 43%,#00000014 57%,#00000052 75%,#000000ba 92%,#000000fa 100%)}
.box7-1 .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:#000000b3}
.box7-1:hover .overlay-box:before{top:100%;opacity:0}
.box7-1:hover .overlay-box:after{opacity:1;top:0}
.box7-1 .overlay-box h3{position:absolute;right:0;left:0;bottom:45px;text-align:center;padding-bottom:10px;font-size: 22px;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-1:hover .overlay-box h3{opacity:0;-webkit-transform:translateX(150%);-ms-transform:translateX(150%);-moz-transform:translateX(150%);transform:translatey(150%)}
.box7-1 .overlay-box h3:before{position:absolute;content:'';bottom:0;height:1px;width:50px;background-color: #fff;text-align:center;left:42%;right:0}
.box7-1 .overlay-box .overinner{position:absolute;left:0;top:50%;margin-top:-22px;width:100%;padding: 15px;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;color: #fff;}
.box7-1:hover .overlay-box .overinner{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}
.box7-1 .overlay-box .overinner h4{position:relative;display:inline-block;color:#fff;margin-bottom: 12px;-webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;transition:all 300ms ease}


/*-----------*/
.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 li{margin: 0;padding: 10px;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%;}}

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);}}
@media screen and (max-width: 565px) {ul.boxlist5 li{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: 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: 43px;/* color: #eee; */}
.social a:hover{background: #ef3b1f;color: #ffffff;}

/*--------------*/
.cenq{display:none}
.cont-title{text-transform: inherit;font-weight: 700;}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important}
.form .text-field{background: #f6f6f6;border: 0;color: #222d35;font-size: 16px;margin: 0 0 25px 0;padding: 20px;width:100%;border-radius: 0;}
.form .text-field:focus,.form .text-field:hover{/* border-color: #c3002f; */box-shadow:none;/* border-width:1px; */background: #cecece63;}
.errorbox,.errorbox span,.errorbox li{color:#D90000}
.errorbox .sucmsg{color:#046310}
.custbtn{border-radius: 0;padding: 15px 30px;background: #ef3b1f;position:relative;display:inline-block;border-radius: 5px;font-size:16px;font-weight: 600;margin-top: 0;border: 1px solid #ffff;color:#fff;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;}
.custbtn:hover,.custbtn:focus,.custbtn:active{text-decoration:none;background: #000000;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: #ef3b1f;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-main{/* margin-top: -150px; */background: transparent;}
.contact-box{position:relative;margin-bottom: 0;padding: 40px 30px;background: #f4f4f4;border-radius: 10px;overflow: hidden;}
.contact-box:hover{background: #ef3b1f;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: #ef3b1f;}
.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: 0;position:relative;background: #000000 center top no-repeat;border-top: 1px solid #cdcdcd;}
.footer .ftleft, .footer .ftright{padding-bottom: 80px;padding-top: 80px;position:relative}
.footer .ftleft{padding-right: 20px;}
.footer .ftright{padding-left: 20px;}
.footer .ftleft::before,.footer .ftright::before {content: '';position: absolute;top: 0;bottom: 0;width: 1px;height: 100%;display: inline-block;background: #ffffff2b;}

.footer .ftleft::before {right: 0}
.footer .ftright::before {left: 0}
.footer p, .footer a{color: #fff;}
.footer h3{color: #fff;font-size: 22px;letter-spacing: 0;margin-top: 0;margin-bottom: 35px;padding-bottom: 8px;position: relative;text-transform: capitalize;font-weight: 700;}
.footer h3:not(.noline):before {background: #d0d0d0;bottom: -4px;content: "";height: 1px;position: absolute;width: 46px;}
.footer img{padding: 10px 0 40px 0;width: 300px;display: inline-block;}
.footer .address h4{font-size: 16px;font-weight: 500 !important;color: #ececec;margin: 0;padding-bottom: 0;}
.footer .address h4 i{margin: 0;margin-right: 9px;}
.footer .address i{display:inline-block;margin:6px 8px 0 0;vertical-align:top;color: #fff;font-size: 13px;width: 20px;text-align: center;}
.footer .address li{margin: 6px 0 6px 0;}
.footer .social a{background: transparent;border-color:#fff;color: #fff;}
.footer .textright{text-align: right;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 0;border-top: 1px solid #ffffff2b;/* background: #df7f4a; */}
.copyrights p, .copyrights a{margin: 0;/* font-size: 12px; */}
@media screen and (max-width: 992px) {
	.footer .ftleft{padding: 15px;}
	.footer .ftright{padding: 15px;}
	.footer .ftleft::before,.footer .ftright::before {display:none}
}

@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0;height: auto;/* background: #000; */}
    .header-main .container{width:100%}
    .logo{margin-right:0;text-align:center;float:none!important;position: inherit;padding: 5px 0;}
    .logo img{/* margin-bottom:10px; */}
    .page-head{margin-top: 58px;padding: 40px 0 40px 0;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
     .footer{padding-top: 15px;text-align:left}
    .footer h3 {}
    .footer .address p{text-align:left !important}
    .footer .textright{text-align:left}
	.footer img{/* display:none; */}
   
}
@media (max-width: 768px) 
{
     .vcenter > .row{ display: initial;}
}
