﻿@import url('https://use.fontawesome.com/releases/v6.2.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary: #161616;
    --sliver: #f4f4f4;
    --grey: #b2b2b2;
    --border: #12121214;
    --theme: #be1b21;
    --white: #FFFFFF;
    --action: #be1b21;
}

*{-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:'Figtree' ,sans-serif;font-size: 17px;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: 1450px;margin: 0 auto;padding:0 15px;position: relative;}
.container-fluid{position: relative;}
@media screen and (min-width: 1200px) and (max-width: 2000px) {.container{max-width: 91%;}}
@media (min-width: 2001px) { .container{ max-width: 1800px;}}
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;line-height: 1.3}
h4{font-size: 20px;}
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: #c31a22;color:var(--white); }
::-moz-selection {background: #e15b36;color:var(--theme);}

.mb-n40 { margin-bottom: -40px;}



.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}
.box-shadow{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 var(--grey);border-radius: 10px;}
.border-box.lightbg{background: #27b7b712;border: none;}


#preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #f4f4f4 !important;z-index: 9999;display: flex;justify-content: center;align-items: center;}
#loader {position: relative;display: flex;justify-content: center;align-items: center;}
#box {width: 127px;height: 98px;background: url(../images/loderlogo.png) no-repeat center center;background-size: contain;border-radius: 3px;animation: zoomInOut 2s ease-in-out infinite;}
@keyframes zoomInOut {0% {transform: scale(1);}50% {transform: scale(0.9);}100% {transform: scale(1);}}



.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);
}


.header-main{transition:all .5s ease;padding:0;background:var(--white)}
.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;}
.header-main .logo{margin-right:0;position:relative;z-index:1}
.header-main .logo img{width:175px;padding: 0;}
@media (max-width: 992px) {
.header-main .header-wrap{display:block}
}

body.fixed .header-main{position:fixed;padding:0;top:0;left:0;right:0;z-index:9;-webkit-animation:slide-down .7s;-moz-animation:slide-down .7s;-o-animation:slide-down .7s;box-shadow:0 9px 9px #0000001a;height:auto}
body.fixed{padding-top:81px}
body.fixed .header-main{position:fixed;padding-bottom:0;top:0;left:0;right:0;z-index:9;-webkit-animation:slide-down .7s;-moz-animation:slide-down .7s;-o-animation:slide-down .7s;box-shadow:0 9px 9px #0000001a;height:auto}
body.fixed{padding-top:81px}
body.fixed .logo img{filter:none}
body.fixed #cssmenu > ul > li::after{top:16px}
body.fixed #header .main-header{background:transparent}

.tophead{list-style:none;margin:0;padding:0;float: right;position: relative;z-index: 2;}
.tophead li {display: inline-block;color: #fff;padding: 0px 5px;font-weight: 500;}
.tophead li a{color: var(--theme);text-transform:lowercase;font-size: 18px;margin-left: 0;padding: 11px;display: inline-block;border: 1px solid var(--theme);width: 40px;height: 40px;border-radius: 5px;text-align: center;}
.tophead li i{}
@media (max-width: 992px) 
{
	.tophead ul{float:none;text-align:center}
	.tophead{position: absolute;right: 15px;top: 26px;}
}

@media (max-width: 992px)
{   

	.header-main .header-wrap{display: block;}
}


.htitle{position:relative;display:block;font-size: 36px;color: var(--theme);margin: 0 0 15px 0;text-transform: uppercase;}
.htitle b{color:var(--primary)}
.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%;}
}
.page-head{text-align: center;position:relative;background: #f6f6f6;padding: 80px 0 180px 0;}
.page-head h1{margin:0;padding: 0;font-size: 34px;color: var(--theme);position: relative;text-transform: uppercase;}
.page-head p{position:relative;font-size: 20px;margin-bottom:15px}
.breadcrumb{padding: 0;margin-bottom: 0;margin:auto;list-style:none;display: inline;}
.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);}


.header-bg{position:absolute;bottom:0;left:50%;transform:translateX(-50%) scale(0.5);transform-origin:bottom center;width:100%;max-width:1000px;height:100%;overflow:hidden;z-index:1;pointer-events:none;opacity: 0.3;}
.header-bg img{width:100%;height:auto;display:block;object-fit:cover;object-position:bottom}
@media (max-width: 992px) {
.header-bg{transform:translateX(-50%) scale(0.4)}
}
@media (max-width: 576px) {
.header-bg{transform:translateX(-50%) scale(0.35)}
}
/*------------*/
.section{position:relative;padding:80px 0;background: var(--white);}
.sectionbg{position: relative;padding:80px 0;background: var(--sliver);}


@media (max-width: 778px)
{
	.flexslider{padding-top: 52px !important;}
}



/*-----------*/
.features-area{background-color:var(--theme);padding:0}
.features-area .feature-box {padding: 60px 35px 80px 35px;margin: 0;}
.features-area .feature-box:nth-child(even){background-color: #ffffff17;opacity: 1 !important;}
.features-area .feature-box img{filter: brightness(0) invert(1);width: 50px;margin-bottom: 25px;}
.features-area .feature-box h4{color:var(--white)}
.features-area .feature-box p{margin-top: 25px;margin-bottom: 0;color:var(--white)}





.director-desk{position:relative;}
.director-desk .box-img{position:relative;border-radius: 15px;overflow:hidden;margin-bottom: 0;isolation:isolate}
.director-desk .box-img img{width:100%;transform:scale(1);transition:transform 500ms ease}
.director-desk .box-img:hover img{transform:scale(1.05)}
.director-desk .box-img .yearbox{position:absolute;top:50%;right:-5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;width:auto;padding:12px 24px;border-radius: 15px 15px 0 0;transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);transform-origin:top right;background: var(--white);}
.director-desk .box-img .yearbox::before{position:absolute;content:"";bottom: 5px;right: -20px;background:transparent;width: 20px;height: 20px;border-bottom-right-radius: 15px;box-shadow: 6px 6px 0 6px var(--white);transform: rotate(90deg);}
.director-desk .box-img .yearbox::after{position:absolute;content:"";top: 24px;left: -20px;background:transparent;width: 20px;height: 20px;border-bottom-right-radius: 15px;box-shadow: 6px 6px 0 6px var(--white);/* transform: rotate(90deg); */}
.director-desk .box-img .yearbox .inner-round{background-color:transparent;font-style:normal;font-weight: 700;text-align: center;text-transform: uppercase;line-height: 1.2;display: inline-block;transform: rotate(0deg) scaleX(-1);}
@media (max-width: 992px) {
.director-desk{padding:20px}
}




.image-box{position:relative;overflow:hidden;border-radius:12px}
.image-box .image-content{position:absolute;right:0;z-index:1;width:100%;bottom: 0;overflow:hidden;max-width:416px;border-top-left-radius: 12px;padding: 25px 0 16px 25px;backdrop-filter: blur(8px);color: #f6f4f1;}

.image-box .image-content .inner-column:first-child .counts{/* margin-right:12px; */border-right:1px solid #fff3;}
.image-box .image-content .counts{font-size:46px;font-weight:700;line-height:1em;}
.image-box .image-content h4{display:block;font-size: 16px;font-weight:400;letter-spacing:.5px;text-transform:uppercase}
@media (max-width: 767.98px) {
.image-box .image-content{ position: relative; text-align: center;color: var(--primary);}
.image-box .image-content .counts{color:var(--theme)}
.image-box .image-content h4{color: var(--primary);}
}


.about-counter h3{font-size: 36px;position:static;color: var(--theme);}
.about-counter h3:after{content:'';width:26px;height:2px;display:block;position: absolute;left: 0;top: 0.25em;margin:0.3em auto 0.44em;background-color: var(--theme);}
.about-counter h4{text-transform:uppercase;}
.about-counter p{margin: 0;margin-top: 10px;}
.about-counter .counter-item{padding-left:4.06em;position:relative;}
.about-counter .counter-item + .counter-item{margin-top: 35px;}
.about-bg{position:absolute;bottom:0;left:50%;transform:translateX(-50%) scale(0.5);transform-origin:bottom center;width:100%;max-width:1000px;height: 82%;overflow:hidden;z-index: 0;pointer-events:none;opacity: 0.1;}
.about-bg img{width:100%;height:auto;display:block;object-fit:cover;object-position:bottom}
@media (max-width: 992px) {
.header-bg{transform:translateX(-50%) scale(0.4)}
}
@media (max-width: 576px) {
.header-bg{transform:translateX(-50%) scale(0.35)}
}


.mfg-box{display:flex;align-items:stretch;gap:15px;background: var(--white);}
.mfg-box .icon{display:flex;justify-content:center;align-items:center;background: var(--theme);padding:10px;min-width: 80px;min-height: 80px;}
.mfg-box .icon img{max-width:40px;height:auto;filter: brightness(0) invert(1);}
.mfg-box .text{display:flex;flex-direction:column;justify-content:center;padding: 15px;padding-left: 0;}
.mfg-box .text h4{margin-bottom: 2px;text-transform: uppercase;}
.mfg-box .text p{margin:0;color:#666}











.company-box{position:relative;display:block;-webkit-transition:transform .3s;transition:transform .3s;border-radius: 10px;overflow: hidden;}
.company-box .box-inner{background-color: var(--theme);color:var(--white);position:absolute;top: 0;right: 0;padding: 15px;border-bottom-left-radius: 8px;}
.company-box .box-inner h4{padding: 0;position:relative;font-size: 24px;}
.company-box .box-inner p{ margin: 0;font-size: 36px;} 


.box6{padding: 5px;background: var(--sliver);border-radius: 5px;overflow: hidden;}
.box6 .img-box,.box6 .box-img {position: relative;overflow: hidden;}
.box6 .img-box img,.box6 .box-img img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s;}
.box6:hover .img-box img,.box6:hover .box-img img{transform: scale(1.053);}
.box6 .box-text{position:relative;text-align: left;padding: 20px;color: #493e4f;}
.box6 .box-text h4{color: var(--theme);margin-bottom: 15px;text-transform: uppercase;}
.box6 .box-text p{margin:0}


.box40{position:relative;text-align:center;box-shadow:0 0 5px #0000001a;border-radius: 5px;overflow: hidden;}
.box40:hover{box-shadow:0 0 15px #0000001a;}
.box40 .img-box{position:relative;overflow:hidden;margin-bottom:0;}
.box40 .img-box img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box40:hover .img-box img{ transform: scale(1.08);}
.box40 .inner-box{position:relative;padding: 0 20px 25px 20px;}
.box40 .inner-box h4{display:block;margin-bottom:15px;color:var(--theme);}
.box40 .inner-box p{margin:0;color:#000}





.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;}
}




/*---------*/
.coremain{background: var(--theme);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{margin-right: 15px;font-size: 18px;color: var(--white);cursor: pointer !important;position: relative;right: 0;border: none;width: 35px;height: 35px;background: var(--theme);;border-radius: 5px;}
@media only screen and (max-width: 992px){.home-product .owl-nav{float:none !important}}


.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: #0000009c;}
.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-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-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: var(--theme);left: -15px;line-height: 2.2;}
.text-desc h2{font-size: 28px;padding: 12px 0 6px;margin:0;position:relative;color: var(--theme);text-transform: capitalize;}
.text-desc h3{color: var(--theme);padding: 0;margin:0;position:relative;text-transform: capitalize;}
.text-desc h4{color: var(--theme);padding: 0;margin: 5px 0 15px 0;display: block;position:relative;}
.text-desc h5{color: var(--theme);padding: 0px 0 1px 25px;display: block;position:relative;text-transform:capitalize;}
.text-desc h5:before{position:absolute;top: 0px;left: -3px;font-family: "Font Awesome 5 Free";content: "\f0a4";}

.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}
}

/*--------*/
.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: 1px solid var(--primary);line-height: initial;font-size: 20px;color: black;border-radius: 50%;}
.social a i{line-height: 40px;color: var(--primary);}
.social a:hover{background: var(--theme);color: var(--white);border-color: var(--theme);}
.social a:hover i{color: #fff;}

/*--------------*/
.cenq{display:none}
.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  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:red}
.errorbox .sucmsg{color:#046310}
.custbtn{border-radius: 0;padding: 15px 35px 15px 35px;background: var(--theme);position:relative;display:inline-block;font-weight: 600;border: 1px solid #ffff;color:#fff;border-radius: 5px;}
.custbtn:hover{text-decoration:none;background: var(--primary);color: #fff;}

.capcha{background:transparent !important}
.capcha + input{width:200px !important;margin-top:5px !important}



/*------*/
.contact-main{/* margin-top: -150px; */background: transparent;}
.contact-item{margin-bottom:15px;}
.contact-item h4{font-size: 18px;text-transform:uppercase;margin-bottom:10px;color: var(--theme);}
.contact-item p{margin:0}
.contact-item a{color:var(--primary)}
.contact-item i{width: 16px;text-align:center;margin-right: 5px;}
.contact-item .content{padding: 15px 0;border-bottom: 1px solid #eee;}
.contact-item .content:first-child{padding-top:0}
.contact-item .content:last-child{border-bottom:none;padding-bottom:0}

.google-map {width: 100%;/* -webkit-filter: grayscale(100%); *//* filter: grayscale(100%); */height: calc(64% + 30px);overflow: hidden;}




/*--------------*/
.fix-penal{position: fixed;bottom: 10px;right: 10px;z-index:21}
.fix-penal .whatsapp,.fix-penal .callus{text-align: center;width: 50px;height: 50px;display: block;color: #FFFFFF;border-radius: 10px;background-color: #25D366;}
.fix-penal .callus{margin-bottom:10px;background:#f8b000;color: #000;}
.fix-penal i{font-size: 32px;margin-top: 9px;}


/*---------------*/
.footer{padding-top: 60px;color: var(--primary);position: relative;background: var(--sliver);background-repeat: no-repeat;/* border-top: 1px solid rgb(0, 118, 190); */}
.footer p, .footer a{color: var(--primary);}
.footer .ftcontact {border-top: 1px solid var(--border);padding-top: 45px;margin-top: 15px;}
.footer .ftcontact i{color: #ffffff;}
.footer  h4{color: var(--theme);margin-bottom: 20px;text-transform: uppercase;}
.footer .ftcontact h5{font-size: 15px;font-weight: 400;margin-bottom: 20px;color: #ffffff7d;}
.footer .ftcontact a{margin-top: 0;display: inline-block;}
.footer img{padding: 10px 0 15px 0;width: 300px;display: inline-block;}
.footer .logo1{width: 185px;}
.footer .logo2{width: 180px;padding-bottom: 0;margin-left: 45px;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 45px;border-top: 1px solid var(--border);}
.copyrights p, .copyrights a{margin: 0;}
.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;}
.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;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: 35px;padding: 50px 0;text-align:center;}
    .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;}
}


