
@import url('https://use.fontawesome.com/releases/v5.1.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&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: 16px;font-weight: 400;line-height: 24px;position:relative;margin:0;padding:0;color: #1b1b1b;overflow-x: hidden;background-color: #fff;}
.container{width: 100%;max-width: 1300px;margin: 0 auto;}
.auto-container{position:static;max-width:1200px;padding:0 15px;margin:0 auto}
tt{font-family:'Poppins' ,sans-serif;}
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight:600;margin:0;word-spacing: 3px;}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: #c11c1c;}
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: #a91919;color:#fff }
::-moz-selection {background: #a91919;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);}
.border-top{border-top:1px solid #e2e2e2!important;}
.border-bottom{border-bottom:1px solid #e2e2e2!important;}

.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;}
.mt30{margin-top:30px!important;}
.mb20{margin-bottom:20px!important;}
.bgwhite{background:#fff}
.w100{width:100%}
@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{height: 250px;position: absolute;padding: 0;left: 0;right: 0;z-index: 2;background: linear-gradient(#0000007a,#00000052,#00000000);}
.header-main .header-wrap{display: flex;justify-content: space-between;max-width: 100%;flex-wrap: wrap;float: none;margin: 0 auto;}

.logo{float:left;padding: 4px 0 0px 0;}
.logo img{width: 175px;}


body.fixed{padding-top:0px;   }
body.fixed .header-main{position:fixed;padding-top: 0;box-shadow: 0 9px 17px rgba(0, 0, 0, 0.31);background: #fff;padding-bottom: 0;height: auto;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;}
body.menu-open .header-main{background:none;height:auto}
body .logo .logo2{filter: brightness(0) invert(1);}
body.fixed .logo .logo2{filter: none;}

/*------*/
body:not(.fixed)  #cssmenu > ul > li > a{color: #fff;}
#cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a{}

/*-------*/
.menunav{float:none !important;text-align:center}
.menunav ul ul{text-align:left}
.enqmn{display:none !important}
.enq-btn,.enq-btn2{border-radius: 0;padding: 3px 20px;background: #c11c1c !important;position:relative;display:inline-block;border:none;line-height: 36px;font-size: 18px;font-weight:700;margin-top: 22px;color: #fff;border-radius: 25px !important;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;}
.enq-btn i,.enq-btn2 i{margin-right: 5px;}
.enq-btn:hover,.enq-btn2:hover{text-decoration:none;background: #a91919 !important;color: #fff;}
body.fixed .enq-btn{margin-top: 23px;}
.enq-btn2{display:none}
@media (max-width: 778px)
{    
 .enq-btn2{display:block;margin-top: 0;position: fixed !important;z-index: 3;bottom: 11px;width: auto;border-radius: 9px !important;}
	.enq-btn{display:none;}
	.menunav{text-align:left}
    .enqmn{display: block !important;}
	.header-main .header-wrap{display: block;}
 .logo a{position:relative}
}

/*----------*/
.htitle{font-size: 41px;line-height: 36px;padding: 0 0 15px;margin-bottom: 30px;position:relative;color: #c11c1c;text-transform: capitalize;font-weight: 900;}
.htitle span{display:block;font-size: 28px;}
.htitle:after{background-color: #B2B3B3;bottom:0;content:"";height: 2px;left:0;margin:0;position:absolute;right:0;width: 80px;}
.htitle.center{text-align:center}
.htitle.center:after{margin:0 auto;}
.htitle + p{width: 60%;text-align: center;margin: 0 auto;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 300;}
.htitle + p.left{text-align:left;left:0;margin-left: 0;}
.htitle.noline:after{content:none}
.htitle.hsmall{font-size: 29px;text-transform: capitalize;line-height: 40px;padding-bottom: 0;margin-bottom: 0;}
@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;}


.headerslider{    position: relative;width:100%;text-align:center;color:#fff;height: 100vh;display: grid;place-items: center;background: url('../images/banner.jpg') no-repeat;background-size: cover;}
.headerslider:before{position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;display: block;background-color: rgb(0 0 0 / 56%);z-index: 0;}
.headerslider h1, .headerslider p, .headerslider a{margin:0;padding:0;}
.headerslider h1{font-size: 38px;padding:10px 0;font-weight: 900;text-transform: uppercase;}
.headerslider h1 span{font-size: 76px;}
.headerslider p{font-size:1.1em;font-weight:100;letter-spacing:5px}

.headerslider .btn-bgstroke{font-size: 18px;display:inline-block;padding:10px 20px;border-radius: 2px;cursor:pointer;font-weight: 800;margin-top: 15px;color: #fff;background: #c11c1c;text-transform: uppercase;}
.headerslider .btn-bgstroke:hover{background:#a91919}
.headerslider .inner-text{position: relative;z-index: 1;}
@media only screen and (max-width: 767px){.headerslider{height: 60vh;}}


/*----------*/
.page-head{padding: 250px 0 70px 0;color: #fff;position:relative;background: #f0f0f0;background: url(../images/innerhead.jpg) top center no-repeat fixed;}
.page-head:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: #0000005e;}
.page-head h1{margin:0;padding: 7px 0 0px 0;font-size: 42px;text-transform: capitalize;color: #fff;font-weight: 700;/* float: left; */z-index: 1;position: relative;}
.breadcrumb{background:transparent;margin: 0px 0 0 0;padding:0;position: relative;z-index: 1;}
.breadcrumb > li{font-size: 14px;color: #fff;text-transform: uppercase;}
.breadcrumb > li > a{color: #fff;}
.breadcrumb > li + li:before{color: #ccc;}


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




/*---------about-----------*/
.about-home{position:relative;border-bottom:1px solid #e2e2e2;padding: 100px 0;}
.about-home:before{position:absolute;content:'';background: #f2f2f2;width:50%;height:100%;left:0;top:0;border-right:1px solid #e2e2e2}
.about-home .image-box{position:relative;display:block;margin-right:100px}
.about-home .image-box .image img{width:100%;}
.about-home .content-box{position:relative;display:block;margin-left:100px;margin-top:-9px}
.about-home .content-box .text{position:relative;display:block;}
.about-home .content-box .inner-box{position:relative;display:block;padding:0 0 0 135px}
.about-home .content-box .inner-box h4{display:block;font-size:20px;line-height:30px;font-weight:700;margin-bottom:4px}
.about-home .content-box .inner-box p{margin-bottom:8px}
@media (max-width: 992px) 
{  
	.about-home{background: #f2f2f2;padding: 80px 0;}
	.about-home:before{content:none}
	.about-home .image-box{display:none}
	.about-home .content-box{padding: 0;margin:0}
	.about-home .content-box .inner-box{}
}

/*------------*/
.funfact{padding-bottom: 60px;}
.funfact .count-box{position:relative;font-size: 65px;line-height:1em;font-weight:700;padding: 20px 0 20px 0px;text-align: center;color: #fff;}
.funfact .count-box img{position: absolute;width: 73px;left: 0;top: 30px;filter: brightness(0%) invert(50%);}
.funfact .count-box .count{position:relative;/* float:left; */}
.funfact .count-box .count-text{position:relative;display:inline-block;font-size:60px;line-height:1em;color:#fff;font-weight:700}
.funfact .count-box .counter-title{position:relative;display:block;font-size:18px;font-weight: 600;padding:0;}
@media only screen and (max-width: 767px){
	.funfact li{width:calc(100%/2) !important}
	.funfact .count-box{line-height: 56px;font-size: 50px;}
	.funfact .count-box img{width:45px}
	.funfact .fact-counter{box-shadow: none;margin: 0;padding: 0;text-align: left;}
	.funfact .count-box .counter-title{font-size:16px}
}

/*------*/
.download_catalog {padding: 50px 0;}
.download_catalog .download_text i{font-size:70px;color: #c11c1c;padding-right:20px}
.download_catalog .download_text h4{font-size:18px;color: #000000;font-weight: 400;display:inline-block;line-height:25px;width: 82%;position: relative;top: -5px;}
.download_catalog a:hover{background-color: #c11c1c;color: #fff;}
.download_catalog a{border: 2px solid #c11c1c4a;padding: 12px 30px;font-size:14px;color: #c11c1c;font-weight: 600;text-transform:uppercase;float:right;/* margin-top: 20px; */display: inline-block;}
@media (max-width: 1100px)
{
    .download_catalog .download_text h4{width: 80%;}
	.download_catalog .download_text i{padding: 0 0 12px 0;}
}
@media (max-width: 991px)
{
    .download_catalog .row{text-align:center;display: initial;}
	.download_catalog .download_text h4{width:100%}
	.download_catalog a{float:none;margin-top:15px;}
}




/*------*/
.highlight{position: relative;padding: 70px 0 70px 0;background: #e8e8e8 url(../images/highlight.jpg) center center no-repeat fixed;background-size: cover;}
.highlight:before{position:absolute;content: '';left:0;top:0;width:100%;height:100%;display:block;background: #000000a3;}
.highlight .highlight-inner{position:relative;text-align: center;width: 73%;margin: 0 auto;}
.highlight h3{font-size: 40px;font-weight: 700;padding-bottom: 40px;color: #fff;line-height: 50px;}
.highlight p{font-size: 15px;color: #ffffff;margin: 0;}
.highlight a{float: none;}
.highlight a:active,.highlight a:hover,.highlight a:focus{background:transparent}
 @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;}
}

/*------------*/
.whyworkus{position:relative;display:block;padding: 60px 0 60px;/* background:#f5f0e9; */}
.whyworkus .imgbox{position:relative;display:block;}
.whyworkus .imgbox img{width:100%;}
.whyworkus .text-box{background: #f0f0f0;position:relative;display:block;padding: 35px;margin-left: -75px;}
@media only screen and (min-width: 768px) and (max-width: 991px){
.whyworkus .text-box{padding:120px 58px 0px;margin-left:0;border-radius:0;}
}
@media only screen and (max-width: 767px){
.whyworkus .text-box{padding:120px 58px 0px;margin-left:0;border-radius:0;}
}


/*-----------------*/
.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:#f1f1f1;font-weight:700;}
.text-desc table td,.text-desc table th{border:1.5px solid silver;padding:2px 3px 2px 8px;/* color:#2d2d2d; */vertical-align:middle;/* text-align:center; */}
.text-desc table td{font-size:15px;/* color: #545454; */}
.text-desc tt{font-size: 25px;font-weight: 300;line-height: 35px;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: 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{position:absolute;font-size: 9px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: #c11c1c;left: -15px;}
.text-desc h2{font-size: 28px;line-height: 40px;font-weight: bold;padding: 12px 0 6px;margin:0;position:relative;color: #c11c1c;text-transform: capitalize;}
.text-desc h3{color: #c11c1c;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 h4{color: #c11c1c;font-size: 20px;font-weight: 600;line-height: 25px;padding: 0px 0 1px 22px;margin: 16px 0 3px 0;display: block;position:relative;text-transform:capitalize;}
.text-desc h4:before{position:absolute;font-size: 18px;top: 0px;left: -3px;font-family: "Font Awesome 5 Free";content: "\f0a4";font-weight: 900;}
.text-desc h5{color: #c11c1c;font-size: 20px;line-height: 26px;padding: 6px 0 2px 0px;margin: 3px 0 !important;text-transform:capitalize;position: relative;}
.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:#c11c1c;text-transform:uppercase;font-weight: 700;font-size: 14px;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: #c11c1c;}
 
  /*-----------*/
.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:#c11c1c}
.box2 h4{text-transform:none;padding: 5px 0 5px 0;font-size: 15px;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:#c11c1c}
.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 #c11c1c;-webkit-box-shadow: 5px 5px 0 0 #c11c1c5c;-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;overflow:hidden}
.box4 .box-inner .box-img{position:relative;display:block;/* background: #c11c1c; */overflow:hidden;/* transition:all 500ms ease; */border: 1px solid #00000045;}
.box4 .box-inner .box-img img{width:100%;opacity:1;transition:all 500ms ease;}
.box4:hover .box-img img{/* opacity: .5; */transform:scale(1.05);}
.box4 .box-inner .box-text h4{font-size: 17px;line-height: 30px;font-weight: 600;color:#fff;padding: 5px 10px;}
.box4 .box-text{left:0;bottom:0;overflow: hidden;width:100%;height: 40px;content:'';position: absolute;background: #c11c1cd9;}
.box4:hover .box-text{background: #414040b3;}





/*-----------*/
.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.boxlist4{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist4 li{margin: 0;padding:10px;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.boxlist3{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist3 li{margin: 0;padding:10px;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%;}}


/*--------*/
.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;/* color: #eee; */}
.social a:hover{background: #c11c1c;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;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: #fcf2f4;}
.errorbox,.errorbox span,.errorbox li{color:#D90000}
.errorbox .sucmsg{color:#046310}
.custbtn{border-radius: 0;padding: 3px 35px;background: #c11c1c;position:relative;display:inline-block;border:none;line-height: 46px;font-size:16px;font-weight:500;margin-top: 0;border: 1px solid #ffff;color:#fff;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;}
.custbtn:hover{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: #c11c1c;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-bg{background:url(../images/bgmap.png)}
.contact-box{text-align:center;font-size: 17px;font-weight: 500;}
.contact-box i{height:100px;width:100px;line-height:100px;font-size:35px;text-align:center;border-radius:50%;color: #c11c1c;box-shadow: 0px 10px 20px 0px #00000014;display:inline-block;transition:0.3s;}
.contact-box:hover i{background:#c11c1c;color:#fff}
.contact-box h5{font-size: 18px;margin: 25px 0;color: #d5d5d5;}
.inner-text p, .inner-text a{margin-bottom:0;font-size:16px;color:#333}
.contact-swbox{background:#ffffff;box-shadow: #0000000f 0px 0px 5px 0px;border-radius: 6px;padding: 10px;}


/*------*/
.contact-box{position:relative;margin-bottom:40px}
.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);}
.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{font-size: 14px;padding-top: 65px;position:relative;background: #e9e9e9 url(../images/bgmap.png) center top no-repeat;border-top: 1px solid #cdcdcd;}
.footer p, .footer a{color: #000;line-height: 22px;margin: 0;font-size: 16px;}
.footer img{padding: 10px 0 15px 0;width: 254px;display: inline-block;}
.footer ul.list li{list-style: none;margin: 0px 0 0px 21px;position:relative;display:inline-block;}
.footer ul.list li:not(:first-child):before{position:absolute;top: -4px;left: -12px;content: "|";color: #9a9a9a;}
.footer ul.list li a:hover{}
.footer .ft-contact i{font-size:30px;color: #c11c1c;}
.footer .ft-contact .icon{display:block;text-align:center;position:relative;margin-bottom:20px;}
.footer .ft-contact .icon:before,
.footer .ft-contact .icon:after{content:'';position:absolute;top:50%;height:1px;background-color: #c11c1c;width:39%;margin:auto;}
.footer .ft-contact .icon:before{left:0;}
.footer .ft-contact .icon:after{right:0;}
.footer-copy{padding: 25px 0;overflow: hidden;margin-top: 60px;border-top: 1px solid #c5c5c5;} 
.copyrights p, .copyrights a{margin: 0;/* font-size: 12px; */}

@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0;height: auto;background: #fff;}
    .header-main .container{width:100%}
    .logo{margin-right:0;float:none!important;position: inherit;padding: 6px 0;text-align:center}
	.logo .menulogo{display:inherit !important}
    .logo img{/* margin-bottom:10px; */}
	.logo .logo2{filter: none !important;}
    .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: 55px;padding: 30px 0 30px 0;text-align:center;}
    .footer{padding-top: 15px;/* 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 img{/* display:none; */}
   
}
@media (max-width: 768px) 
{
     .vcenter > .row{ display: initial;}
}

