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

*{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;outline:none;margin:0;padding:0;-webkit-transition:none;-o-transition:none;transition:none}
html{-webkit-text-size-adjust:100%}
body{font-family:'Poppins' ,sans-serif;font-size: 15px;font-weight: 400;line-height: 1.4;position:relative;margin:0;padding:0;color: #181818;overflow-x: hidden;background: #fff;letter-spacing: 0.3px;}
.container{ width: 100%; max-width: 1300px; margin: 0 auto; }
tt{font-family:'Poppins' ,sans-serif;}
iframe{border:none}
h1,h2,h3,h4,h5,h6{font-weight: 700;margin:0;letter-spacing: 0;/* letter-spacing:1.3px; */}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: #362d86;}
ul,ol{padding:0;margin:0;list-style:none}
.cuani, a,span,p,i,input,select,textarea,li,img,svg path,*::after,*::before,h1,h2,h3,h4,h5,h6,div {transition: all 0.5s ease-out 0s;-webkit-transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-ms-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;}
b, strong{font-weight:600}
::selection {background: #362d86;color:#fff }
::-moz-selection {background: #362d86;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;}
.boxshwd{box-shadow: rgb(0 0 0 / 6%) 0px 2px 12px 0px;padding: 10px;}
.h100{height:100%}
.p0{padding:0 !important}
.p5{padding:5px !important}
.p10{padding:10px !important}
.p15{padding:15px !important}
.p20{padding: 20px !important;}
.p30{padding: 30px !important;}
.pr20{padding-right: 20px !important;}
.pb0{padding-bottom: 0px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pt0{padding-top:0 !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}

.automrg{margin: auto;/* text-align: center; */float: none;}
.mt0{margin-top:0 !important}
.mt10{margin-top:10px !important}
.mt20{margin-top:20px !important}
.mt30{margin-top:30px !important}
.mb0{margin-bottom:0 !important}
.mb10{margin-bottom:10px !important}
.mb20{margin-bottom:20px !important}
.mb30{margin-bottom:30px !important}

.bgwhite{background: #fff !important;}
.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);}
}


/*---------------*/
.tophead{position:relative;background: #1e3878;padding: 3px 0px;}
.tophead ul{list-style:none;margin:0;padding:0;float: left;}
.tophead li {display: inline-block;color: #fff;padding: 0px 12px;}
.tophead li strong{display:block;color: #fff;font-weight: 600;position: relative;line-height: 26px;}
.tophead ul.contact{background:none;float: right;}
.tophead ul.contact li:first-child{border-left: 0;padding-left: 0;}
.tophead .contact li a{font-weight: 500;color: #fff;text-transform:lowercase;display: inline-block;margin-left: 0;padding: 2px 0;}
.tophead .contact li i{color: #fff;padding-right: 7px;font-size: 16px;position: relative;top: 2px;display: inline-block;}
.tophead .contact li a:after{content:none}
@media (max-width: 992px)
{
    .tophead{/* position:relative; *//* z-index:2; *//* background: #bc0208; */}
    .tophead ul{display:block;float: none !important;text-align: center;}
    .tophead li,.tophead ul.social-top li:last-child{border:none}
    ul.social-top {border-top:1px solid #eee}
    .tophead .contact li{margin-left:0;display:block}
}

/*-----------*/
.header-main{box-shadow: 0 9px 9px rgba(0,0,0,.1);transition:all .5s ease;padding: 0;background: #fff;}
.header-main .header-wrap{display: flex;justify-content: space-between;max-width: 100%;flex-wrap: wrap;float: none;margin: 0 auto;}
.logo{float:left;margin-right: 0;position: relative;z-index: 1;}
.logo img{width: 300px;padding: 3px 0;}
body.fixed .header-main{position:fixed;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;}
body.fixed{padding-top: 81px;}
body.fixed .logo img{width: 200px;}
body.fixed #cssmenu > ul > li > a{padding: 18px 0px;}
body.fixed #cssmenu > ul > li > a:before,body.fixed #cssmenu > ul > li.active > a:before{bottom: 14px;}
body.fixed #cssmenu > ul > li::after{top: 16px;}



/*------------*/
.htitle{font-size: 38px;line-height: 1.2;padding: 0 0 15px;margin: 0;position:relative;color: #362d86;/* text-transform: uppercase; */}
.htitle span{    color: #2BBB9B;}
.htitle:after{background-color: #a2a3a3;bottom:0;content:"";height: 2px;left:0;margin:0;position:absolute;right:0;width: 80px;}
.htitle + p{width: 60%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 300;}
.htitle.center{text-align:center}
.htitle.center:after{margin:0 auto;}
.htitle.center + p{width: 60%;text-align: center;margin: 0 auto;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 300;}
.htitle.noline:after{content:none}
.htitle.hsmall{font-size: 30px;text-transform: capitalize;}
@media (max-width: 778px) 
{
    .htitle{font-size: 32px;}
    .htitle + p{width: 100% !important;}
}

.htitle.white, .htitle.white + p{color: #fff;}
.htitle.white:after{background-color: #ffffff;}


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

   
/*----------*/
.page-head{padding: 50px 0 50px 0;color: #2d2d2d;text-align: center;position:relative;background: #f2f3f7;}
/*.page-head:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: #00000070;}*/
.page-head h1{margin:0;padding: 0px 0 5px 0;font-size: 30px;text-transform: uppercase;color: #2B4391;/* float: left; */line-height: 38px;position: relative;}
.breadcrumb{/* text-align: left; */background:transparent;margin: 0px 0 0 0;padding:0;/* float: right; */position: relative;}
.breadcrumb > li{color: #626262;}
.breadcrumb > li > a{color: #626262;}
.breadcrumb > li + li:before{color: #626262;}


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


.box-swbox{background:#ffffff;box-shadow: #0000000f 0px 2px 12px 0px;border-radius: 6px;padding: 10px;}


/*-----*/
.title-box{position:relative;display:block;margin: 15px 0 20px 0;}
.title-box h4{position:relative;display:inline-block;font-size: 18px;line-height:24px;padding-bottom: 0;margin-bottom: 0;color: #8a8a8a;text-transform: uppercase;}
.title-box h3{position:relative;display:block;font-size: 38px;color: #362d86;margin:0;padding-bottom: 15px;}
.title-box.light h3, .title-box.light h4, .title-box h3 + p{color:#fff}
.title-box h3 + p{width: 70%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 400;}
@media (max-width: 992px) 
{.title-box h3{font-size: 26px;}}




.home-about{}
.home-about .img1{margin-top: 60px;}
.home-about .img{margin-bottom:15px}


.infobox{box-shadow: 0 8px 21px 0 #0000000f;border-radius:6px;padding: 40px 30px;position:relative;overflow:hidden;z-index:5;}
.infobox h4{color: #fff;font-size: 20px;text-transform:uppercase;margin-bottom: 15px;position:relative;padding-bottom: 10px;}
.infobox h4:before{width:40px;height:2px;position:absolute;content:"";bottom:0;left:0;width:80px;background:#fff}
.infobox p{margin-bottom: 0;}

@media (max-width: 992px) {
.infobox{padding:30px}
}
@media (max-width: 768px) {
.infobox{padding:20px}
}


/*-------------*/
.whybox{background: #f2f3f7;padding: 40px 30px;position: relative;}
.whybox img{filter: invert(48%) sepia(18%) saturate(3207%) hue-rotate(200deg) brightness(45%) contrast(100%);width: 60px;}
.whybox h4{display:block;font-size: 22px;margin: 25px 0;text-transform: uppercase;\: 15px;color: #1e3878;}
.whybox p{margin:0}



























.highlight{width:100%;display:block;position:relative;background-size:cover!important;background: #000 url(../images/highlight.jpg) no-repeat fixed;}
.highlight:before{position:absolute;top:0;left:0;height:100%;width:100%;content:"";background: rgb(0 0 0 / 75%);}
.highlight .inner-text{position:relative}
.highlight .custbtn{margin-top:20px;background:transparent;color: #fff;}
@media (max-width: 768px) {
.highlight .inner-text{padding: 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-align: center;}
.text-desc table thead,.text-desc table th{background: #f2f3f7;font-weight:600;}
.text-desc table tr:nth-of-type(odd) {background: #f5f5f5;}
.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: 20px;margin-bottom: 15px;display: block;color: #2b4391;}
.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: 9px;top: 0px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: #362d86;left: -15px;line-height: 2.1;}
.text-desc h2{font-size: 28px;line-height: 40px;font-weight: bold;padding: 12px 0 6px;margin:0;position:relative;color: #362d86;text-transform: capitalize;}
.text-desc h3{color: #362d86;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: #362d86;font-size: 19px;padding: 0px 0 5px 25px;display: block;position:relative;text-transform:capitalize;}
.text-desc h4:before{position:absolute;font-size: 18px;top: 0px;left: 0;font-family: "Font Awesome 5 Free";content: "\f0a4";font-weight: 900;}
.text-desc h5{color: #362d86;font-size: 19px;padding: 0px 0 5px 0px;display: block;position:relative;text-transform:capitalize;}

.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: #362d86;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: #362d86;}
.readmore:hover i{padding-left:9px}
/*-----------------*/   
.owl-stage{display: flex;flex-wrap: wrap;}
@media screen and (max-width: 1060px){
    .owl-theme .owl-controls .owl-prev{left:0 !important;    }
    .owl-theme .owl-controls .owl-next{right:0 !important}
}

.autogrid{transition:all .5s ease-in-out;column-gap:15px;column-fill:initial}
.autogrid .box-item{margin-bottom:15px;display:inline-block;vertical-align:top}
.autogrid .box-item img{transition:all .5s ease-in-out;backface-visibility:hidden;max-width:100%;vertical-align:middle}
.autogrid .box-item:hover img{opacity:.75}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.autogrid{column-count:2}
}
@media only screen and (min-width: 1024px) {
.autogrid{column-count:4}
}

/*-----*/
.videos{padding:10px}
.videos h3{text-align: center;font-size: 20px;font-weight: 600;padding: 7px 0;}


/*---------*/
.box1{padding: 22px 8px;}
.box1 .box-inner{overflow:hidden;}
.box1 img{text-align:center;width:100%;margin-bottom: 20px;transition:all 500ms ease;}
.box1:hover .box-inner img{transform:scale(1.05);}
.box1 h4{text-transform:none;font-weight: 600;padding: 12px 0;font-size: 20px;color:#2d2d2d;margin:0;letter-spacing:.5px;text-align:center;}
.box1:hover h4{color: #362d86;}
 
  /*-----------*/
.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:#362d86}
.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:#362d86}
.box2 p{color:#4c4c4c;line-height:24px;margin: 0;}



.box10{position:relative;text-align: center;box-shadow: #0000000f 0px 8px 22px 0px;height: 100%;padding: 15px;background: #fff;}
.box10 .img-box{position:relative;overflow:hidden;padding: 0;}
.box10 .img-box img{width:100%;transition:all 500ms ease}
.box10:hover .img-box img{transform: scale(1.03);}
.box10 .inner-box{padding: 15px 0 10px 0;}
.box10 .inner-box h4{color: #1e3878;font-size: 18px;padding: 0;margin:0;}
.box10 .inner-box p{color: #000;margin:auto;padding: 10px 0;font-size: 15px;}



.box22{position:relative;overflow-y:hidden;box-shadow:.1rem .1rem 1rem rgba(0,0,0,0.1)}
.box22::before{content:"";width:100%;height:100%;position:absolute;background-image: linear-gradient(#00000000,#00000000,#00000040,#000000de);z-index:1;left: 0;right: 0;}
.box22:hover::before{background-image: linear-gradient(#00000000,#00000087,#000000bf,#000000);}
.box22 .box-img{position:relative;display:block;background: #01a4d4;overflow:hidden;transition:all 500ms ease;}
.box22 .box-img img{width:100%;opacity:1;transition:all 500ms ease;}
.box22:hover .box-img img{transform:scale(1.05);}
.box22 .box-inner{display:flex;flex-direction:column;justify-content:center;height:100%;position:absolute;width:100%;top:0;transition:transform 300ms;transform: translate3d(0,170px,0);z-index: 1;color: #fff;}
.box22 .box-inner h4{margin: 0 0 15px 0;color:#fff;transform: translate3d(0,30px,0);transition:transform 300ms;font-size: 22px;text-align: center;}
.box22 .box-inner .box-text{flex-grow:1;padding:1rem;opacity:0;transition:opacity 500ms 100ms}
.box22 .box-inner .box-text p{margin:0}
.box22:hover .box-inner{transform: translate3d(0,87%,0);}
.box22:hover .box-inner h4{transform: translate3d(0,-260px,0);}
.box22:hover .box-inner .box-text{opacity:1}



/*-----------*/
.boxdesc{text-align:center;padding:5px;color:#555}
.boxdesc strong{display:block;text-decoration:underline;font-weight:500;line-height:10px}
.boxdesc p{margin:5px 0}

.boxdesc img{border:1px solid #eee;padding:5px;}
.gallery .box2_img{border:1px solid #eee;}
.gallery .col-sm-3{padding:15px}
.pdfbox{text-align:center}
.pdfbox img{display:inline-block}


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

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

ul.boxlist6{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist6 li{margin: 0;padding:10px;width: calc(100%/6);transition: all 0.7s ease 0s;}
@media screen and (max-width: 992px) {ul.boxlist5 li{width: calc(100%/5);}}
@media screen and (max-width: 749px) {ul.boxlist5 li{width: calc(100%/3);}}
@media screen and (max-width: 565px) {ul.boxlist5 li{width: calc(100%/2);}}


ul.boxlist7{padding:0}
ul.boxlist7 li{width: 14%;display:inline-block;vertical-align:top;padding:10px;transition:all .7s ease 0;}
@media screen and (max-width: 1170px) {ul.boxlist7 li{width:13.9%;}}
@media screen and (max-width: 992px) {ul.boxlist7 li{width:19.5%;}}
@media screen and (max-width: 768px) {ul.boxlist7 li{width:24%}}
@media screen and (max-width: 470px){ul.boxlist7{text-align:center}ul.boxlist7 li{width:32.5%;}}


/*--------*/
.social{list-style-type:none;padding:10px 0 0;margin:0}
.social li{display:inline-block}
.social a{margin-right:5px;cursor:pointer;display:block;width: 40px;height: 40px;text-align:center;text-decoration:none;background: transparent;border-radius: 50%;border: 1px solid #000000;line-height: initial;font-size: 20px !important;!i;!;color: black;}
.social a i{line-height: 40px;color: #000000;}
.social a:hover{background: #362d86;color: #ffffff;}
.social a:hover i{color: #fff;}

/*--------------*/
.cenq{display:none}
.form label{font-weight:600}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important}
.form  input[disabled],.form .text-field{background: #f6f6f6;border: 0;color: #222d35;/* font-size: 16px; */margin: 0 0 18px;padding: 15px;width:100%;border-radius: 0;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:#362d86}
.errorbox .sucmsg{color:#046310}
.custbtn{border-radius: 0;padding: 16px 35px;background: #1e3878;position:relative;display:inline-block;line-height: 20px;margin-top: 0;border: 1px solid #ffff;color: #fff;text-transform:uppercase;font-weight: 700;transition:400ms all;-webkit-transition:400ms all;}
.custbtn:hover{text-decoration:none;background: #8a8a8a;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: #362d86;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-swbox{background:#ffffff;box-shadow: #0000000f 0px 2px 12px 0px;border-radius: 6px;padding: 25px;}

.contacts-section {position:relative}
.contacts-section .contacts-map{position:absolute;left:0;top:0;width:100%;height:100%;margin-bottom:40px;background-repeat:no-repeat;background-position:50% 0;background-color: #fff;padding: 9px;}
.contacts-section .contacts-map iframe{width:100%;height:100%;border:none;}
.contacts-section .contacts-inner {padding:20px}
.contacts-section .contacts-inner .inner-text{background-color:#ffffff;margin-left: auto !important;position: relative;max-width: 500px;padding: 40px;}
.contacts-section .contacts-inner .inner-text .block-text{font-size:14px;line-height:1;color:#999999;text-transform:uppercase;display: block;margin-bottom: 10px;}
.contacts-section .contacts-inner .inner-text h1{margin-bottom:12px;font-size:30px;color: #2B4391;}
.contacts-section .contacts-inner .inner-text p{margin-bottom: 20px;font-size:16px;}
.contacts-section .contacts-inner .inner-text p a{font-size:16px;line-height:1;color:#000000;transition:color 0.3s ease;}
.contacts-section .contacts-inner .inner-text .contact-phone a{font-size: 20px;line-height:1;color:#000000;letter-spacing:-0.025em;transition:color 0.3s ease;}
@media (min-width: 1200px){
    .contacts-section .contacts-inner .inner-text .contact-phone a{font-size: 26px;}
}
.contacts-section .contacts-inner .inner-text .contact-phone a:hover,
.contacts-section .contacts-inner .inner-text .contact-phone a:focus{outline:none;color:#2B4391;}

@media (max-width: 768px){
    .contacts-section .contacts-map-abs{position:relative;height:300px;}
	.contacts-section .contacts-inner .inner-text,
	.contacts-section .contacts-inner{padding:0}
}


/*------*/

.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: 80px;position:relative;background: #1e3878;color: #eee;}
.footer p, .footer a{color: #fff;line-height: 22px;}
.footer h3{color: #fff;font-size: 24px;margin-top: 0;margin-bottom: 16px;padding-bottom: 6px;position: relative;text-transform: capitalize;font-weight: 700;}
.footer img{padding: 0 0 15px 0;width: 290px;display: inline-block;filter: brightness(0) invert(1);}
.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: 3px 8px 0 0;vertical-align:top;color: #fff;width: 20px;text-align: center;}
.footer .address li{margin: 8px 0;}
.footer .textright{text-align: right;}
.footer .social a{border-color: #fff;}
.footer .social a i{color: #fff;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 80px;border-top: 1px solid #ffffff40;}
.copyrights p, .copyrights a{margin: 0;/* font-size: 12px; */color: #fff;}



@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 h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 52px;padding: 40px 0 60px 0;text-align:center;}
    .footer{padding-top: 70px;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;}
}
