@import "https://use.fontawesome.com/releases/v5.2.0/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

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: #111111;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;line-height: 1.3;}
a,a:focus,a:hover{outline:medium none;text-decoration:none;color: #090a70;}
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:700}
::selection {background: #c4680f;color:#fff }
::-moz-selection {background: #c4680f;color:#fff}

.vcenter > .row{align-items: center;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.valign {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.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}

.fixmain {display: flex;}
.fixmain .fix-content{position:sticky;top:100px;}

.bgwhite{background:#fff}
.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: #fff;transition:all .5s ease;/* padding: 2px 0 2px 0; */border-top: 2px solid #090a70;}
.logo{float:left;padding: 0px 0;/* position: absolute; */top: 6px;}
.logo img{width: 220px;padding: 5px 0;}

.flex-control-paging li a.flex-active{background: #090a70 !important;}
.flex-control-paging li a{border-color:#090a70 !important;}

body.fixed .header-main{position:fixed;padding-top: 3px;background: #fff;box-shadow: 0 6px 9px #0000001a;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 .logo{padding:2px 0}
body.fixed .logo img{width: 160px;}
body.fixed{padding-top: 126px;}
body.fixed .tophead{display:none}
body.fixed #cssmenu > ul > li > a{padding: 15px 0;}

@media (max-width: 992px) 
{
    .tophead{text-align:center}
    .tophead ul{text-align:center;float: none !important;line-height: 27px;} 
    .flexslider{padding-top: 51px !important;}
}

/*------------*/
.htitle{font-size: 36px;padding-bottom: 5px;margin: 0;position:relative;color: #090a70;margin-bottom: 10px;}
.htitle span{}
.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 15px auto;}
.htitle.noline:after{content:none}
.htitle.hsmall{font-size: 30px;text-transform: capitalize;padding-bottom: 5px;margin-bottom: 15px;}
@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;}

.htitle2{position:relative;display:block;font-size: 35px;color: #090a70;margin: 0 0 15px 0;text-transform: uppercase;}
@media (max-width: 992px) 
{.htitle2{font-size: 28px;line-height: 36px;}}



/*-----*/
.title-box{position:relative;display:block;z-index: 1;}
.title-box h3{position:relative;display:block;font-size: 36px;color: #090a70;margin:0;padding-bottom: 15px;/* text-transform: uppercase; */}
.title-box h3 span{}
.title-box h4{position:relative;display:inline-block;font-size: 15px;padding-bottom: 0;/* margin-bottom: 5px; */color: #c4c4c4;letter-spacing: 0.5px;text-transform: uppercase;}
.title-box h3 + p{width: 70%;text-align:left;margin: 0 0;margin-bottom: 25px;font-size: 18px;position: relative;font-weight: 400;}
.title-box.light h3, .title-box.light h4, .title-box.light h3 + p{color:#fff}
.title-box.center{text-align:center;margin: 0 auto;width: 60%;}
.title-box.center + p{width:100%;text-align: center;margin: 0 auto;}
@media (max-width: 992px) 
{.title-box h3{font-size: 32px;line-height: 40px;}}


/*----------*/
.page-head{padding: 80px 0;background: #d5d5e1a8;color:#fff;text-align:center;position:relative;}
/*.page-head:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: rgba(123, 154, 47, 0.51);}*/
.page-head h1{margin:0;padding:0;font-size:30px;text-transform: capitalize;color: #090a70;font-weight: 700;}
.breadcrumb{text-align:center;background:transparent;margin: 0;padding:0;color: #000;}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li + li:before{color: #222;}

/*------------*/
.section{position:relative;padding:60px 0;background: #fff;}
.section2{padding:30px 0;position: relative;}
.sectionbg{background: #f9f6f3;padding:60px 0;position: relative;}
.bgbox{background: #f6f3f8;padding: 20px;position: relative;}
.bgbox.nobg{background:none}




/*---------------------*/
.services {background: #090a70;}
.services-box{margin-top: 15px;text-align: center;padding: 30px 20px 10px 20px;border: 1px solid #ffffff66;border-radius: 1px;min-height: 240px;}
.services-box:hover{box-shadow: 0 0 30px 0 rgba(0,0,0,.05);background: #fdfdfd24;}
.services-box:hover h4{}
.services-box img{width: 70px;filter: brightness(0) invert(1);}
.services-box h4{font-size: 19px;font-weight: 600;color: #ffffff;margin-top: 22px;text-transform: capitalize;}
.services-box p{font-size: 14px;line-height: 23px;color: #ffffff;margin-top: 16px;margin-bottom: 11px;}



/*---------*/
.visionbox{background: #e3e3eb6b;padding: 40px 30px;position: relative;}
.visionbox .box-title{display:flex;flex-direction:row;text-align:center;align-items: center;padding-bottom: 25px;}
.visionbox .box-title img{filter: invert(42%) sepia(18%) saturate(3207%) hue-rotate(177deg) brightness(40%) contrast(107%);width: 50px;}
.visionbox .box-title h4{display:block;font-size: 22px;margin-bottom:0;text-transform: uppercase;margin-left: 15px;color: #090a70;}
.visionbox p{margin:0}



 /*-----------------*/
.text-desc strong,.text-desc  b{font-weight:600;}
.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%;overflow:scroll}
.text-desc table thead,.text-desc table th{background:#f1f1f1;font-weight: 600;font-size:15px;}
.text-desc table td,.text-desc table th{border:1.5px solid silver;padding:2px 3px 2px 8px;color:#000;vertical-align:middle;}
.text-desc table td{font-size:15px;color: #000000;}
.text-desc table tr td:hover {background-color: #b2d3f2;}
.text-desc table tr:hover, .text-desc table td:hover {background-color: #e7e9ff;}
.text-desc tt{font-size: 18px;font-weight: 500;line-height: 38px;padding-bottom: 10px;display: block;}
.text-desc ul,.text-desc ul ul{margin-left:17px;margin-bottom:22px}
.text-desc ul li{list-style-type:disc}
.text-desc ul ul li{list-style-type:circle}
.text-desc ol{padding-left:10px}
.text-desc ol li{list-style-type:decimal;padding-left:5px}
.text-desc h2{color:#090a70}
.text-desc h3{color: #090a70;font-size: 24px;font-weight:600;line-height: 38px;padding: 0px 0 2px;margin:0;letter-spacing:.5px;margin-bottom:8px;position:relative;padding-left: 30px;}
.text-desc h3:after{/* background: #5d2a91; */bottom: 0;content:'\f061';font-family: "Font Awesome 5 Free";font-weight: 900;position: absolute;left: 0;font-size: 21px;}
.text-desc h4{color: #090a70;font-size: 20px;font-weight: 600;line-height: 25px;padding: 0px 0 10px 30px;margin: 16px 0 0 0;display: block;letter-spacing: 0;position:relative;text-transform:capitalize;}
.text-desc h4:before{position:absolute;font-size: 18px;top: -1px;left: 0px;font-family: "Font Awesome 5 Free";content: "\f0a4";font-weight: 900;}
.text-desc h5{font-size: 17px;font-weight: 600;line-height: 26px;padding: 6px 0 2px 15px;margin: 3px 0 !important;/* text-transform:capitalize; */color: #0386c9;position: relative;}
.text-desc h5:before{content:'\f105';position:absolute;font-size: 18px;top: 5px;left: 0;font-family: "Font Awesome 5 Free";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}

/*-----------------*/   
@media screen and (max-width: 1060px){
    .owl-theme .owl-controls .owl-prev{left:0 !important;    }
    .owl-theme .owl-controls .owl-next{right:0 !important}
}
/*-----*/
.videos{padding:10px}
.videos h3{text-align: center;font-size: 20px;font-weight: 600;padding: 7px 0;}


/*---------*/
.box1{padding: 22px 8px;}
.box1 .box1-inner{/* padding: 22px 15px; */box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);}
.box1 img{/* padding:4px; */text-align:center;width:100%;margin-bottom: 20px;}
.box1 .text-inner{background-color: #fff;padding: 5px;border-bottom: 3px solid transparent;/* -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04); */-moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04);/* box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.04); */-webkit-transition: 0.3s ease-in;-moz-transition: 0.3s ease-in;-ms-transition: 0.3s ease-in;-o-transition: 0.3s ease-in;transition: 0.3s ease-in;}
.box1 h4{text-transform:none;font-weight:400;padding: 12px 0;font-size: 20px;color:#000;margin:0;letter-spacing:.5px;text-align:center;}
.box1:hover .text-inner{border-radius: 2px;background-color: #090a70;-webkit-box-shadow: 0 0 0 0;-moz-box-shadow: 0 0 0 0;box-shadow: 0 0 0 0;}
.box1:hover h4{color:#fff}
 
  /*-----------*/
.box2{padding-top:0;background:#fff;text-align: center;}
.box2 img{padding:4px;border:1px solid #d8d6d6;text-align:center;width:100%;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box2:hover img{border-color:#090a70}
.box2 h4{text-transform:none;font-weight: 600;padding: 5px 0 5px 0;font-size: 15px;color:#000;margin:0;letter-spacing: 0;text-align:center;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box2:hover h4{color:#090a70}
.box2 h4 a{color:#000}
.box2 p{color:#4c4c4c;line-height:24px;margin: 0;}

/*----------*/
.box3{padding-top:0;text-align:center;}
.box3 img{border: 1px solid #d8d8d8;padding:4px;margin-bottom:7px;text-align:center;width:100%;box-shadow: 4px 4px 0 0 #d8d8d8;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box3:hover img{border: 1px solid #090a70;box-shadow: 5px 5px 0 0 #090a7038;}
.box3 h4{font-size: 17px;color: #000;margin:0;font-weight: 600;text-transform: capitalize;line-height: 22px;display:inline-block;padding:7px 13px;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box3:hover h4{color:#090a70}

/*---------*/
.box4{position:relative;display:block;overflow:hidden}
.box4 .box-inner .box-img{position:relative;display:block;background:#222;overflow:hidden;transition:all 500ms ease}
.box4 .box-inner .box-img img{width:100%;opacity:1;transition:all 500ms ease}
.box4:hover .box-img img{opacity:.2;transform:scale(1.05)}
.box4 .box-inner .box-text h4{position:absolute;left: 15px;bottom: 10px;display:block;text-transform:capitalize;font-size: 18px;line-height:30px;font-weight: 500;color:#fff;transition:all 500ms ease;width:100%;}
.box4 .box-text{left:0;bottom:0;overflow: hidden;width:100%;height:100%;content:'';position:absolute;background:-moz-linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgba(0, 0, 0, 0.26) 75%,rgba(0, 0, 0, 0.61) 92%,rgba(0, 0, 0, 0.74) 100%);background: -webkit-linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgba(0, 0, 0, 0.26) 75%,rgba(0, 0, 0, 0.61) 92%,rgba(0, 0, 0, 0.74) 100%);background:linear-gradient(top,rgba(55,53,66,0) 24%,rgba(55,53,66,0) 50%,rgba(55,53,66,0.01) 43%,rgba(0,0,0,0.08) 57%,rgba(0, 0, 0, 0.26) 75%,rgba(0, 0, 0, 0.61) 92%,rgba(0, 0, 0, 0.74) 100%);}
.box4:hover .box-inner .box-text h4{bottom: 20px;}


.box5{padding:0 5px 25px 5px}
.box5 .box-inner{position:relative;z-index:1}
.box5 .box-inner .thumb{position:relative;overflow:hidden}
.box5 .box-inner .thumb {/* background: #344609; */}
.box5 .box-inner .thumb img{width:100%;-webkit-transition:1s;-o-transition:1s;transition:1s}
.box5 .box-inner:hover .thumb img{opacity: 1;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}
.box5 .box-inner .content{position:relative;margin: -17px 10px 0;background:#fff;text-align:center;padding: 16px 10px;-webkit-box-shadow:0 20px 20px 0 rgba(0,0,0,0.05);box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.16);-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box5 .box-inner .content h4 {font-size: 17px;text-transform: capitalize;color: #090a70;-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
.box5 .box-inner:hover .content h4{color:#ffffff;}
.box5 .box-inner:hover .content {background: #090a70;}


ul.boxlist1{padding:0;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
ul.boxlist1 li{margin: 0;padding: 15px 0;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:15px;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%;}}

/*---------*/
.gallery .box2_img{border:1px solid #eee;}
.gallery .col-sm-3{padding:15px}
.pdfbox{text-align:center}
.pdfbox img{display:inline-block}

/*-----------*/
.boxdesc{text-align:center;color:#555;padding: 0px 15px 15px 15px;}
.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;}

/*-----------*/
.form label{font-weight: 500;}
.form button{margin-top:30px}
.form textarea.text-field{height:80px}
.form .select{margin:0!important;font-size:15px!important;padding: 12px 15px 13px 15px !important;}
.form .text-field{background:#fff;border:1px solid #c3c3c3;color: #131313;font-size:14px;margin:0 0 10px;padding:10px 15px;width:100%;}
.form .text-field:focus,.form .text-field:hover{border-color:#090a70;box-shadow:none;border-width:1px}
.errorbox,.errorbox span,.errorbox li{color:#D90000}
.errorbox .sucmsg{color:#046310}
.custbtn{padding:0 35px;background: #090a70;position:relative;display:inline-block;border:none;line-height: 40px;font-size:14px;margin-top: 8px;font-weight: 700;color:#fff;text-transform:uppercase;transition:400ms all;-webkit-transition:400ms all;}
.custbtn:hover,.custbtn:focus,.custbtn:active{text-decoration:none;background: #444949;color: #ffffff;}
/* WebKit, Blink, Edge */ ::-webkit-input-placeholder {color:    #ccc2cc;}
/* Mozilla Firefox < 18 */:-moz-placeholder { color:    #ccc2cc;opacity:  1;}
/* Mozilla Firefox 19+ */ ::-moz-placeholder { color:    #ccc2cc;opacity:  1;}
/* Internet Explorer 10-11 */:-ms-input-placeholder { color:    #ccc2cc;}
/* Microsoft Edge */::-ms-input-placeholder { color:    #ccc2cc;}
/* Most modern browsers */::placeholder { color:    #ccc2cc;}

/*------*/
.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 li{margin: 10px 0;}
.address h4{font-size: 24px;font-weight: 700;letter-spacing: .5px;padding-bottom: 6px;margin-bottom: 13px;display: inherit;color: #090a70;}
.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;}

.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;}


/*-----------*/
.contact-item{padding:20px;display:inline-block;width:100%;margin-bottom:20px;-webkit-box-shadow:0 0 8px 0 rgba(240,240,240,1);-moz-box-shadow:0 0 8px 0 rgba(240,240,240,1);box-shadow:0 0 8px 0 rgba(240,240,240,1);position:relative}
.contact-item h4{font-size: 18px;text-transform:uppercase;margin-bottom:10px;color: #090a70;}
.contact-item h5{font-size: 18px;text-transform:uppercase;margin-bottom:10px;color: #090a70;}
.contact-item p{margin-bottom:0}
.contact-item .content{float:left}
.contact-item .content a{color:#020202}
.contact-item > span{font-size:72px;color:#f0f0f0;margin-top:25px;position:absolute;right:19px;bottom:13px}
.mapbox{-webkit-box-shadow:0 0 8px 0 rgba(240,240,240,1);-moz-box-shadow:0 0 8px 0 rgba(240,240,240,1);box-shadow:0 0 8px 0 rgba(240,240,240,1);}


/*---------------*/
.footer{border-top: 2px solid #090a70;padding-top: 60px;position:relative;background: #e3e3eb;}
.footer p, .footer a{color: #111111;}
.footer ul.list li{list-style: none;padding: 0px 0 0px 15px;position:relative;}
.footer ul.list li a{}
.footer ul.list li:before{position:absolute;font-size: 9px;top: 1px;font-family: "Font Awesome 5 Free";content: "\f061";font-weight: 900;color: #090a70;line-height: 20px;left: 0px;}
.footer ul.list li a:hover{opacity: 0.7;}
.footer ul.list li i{padding: 0 8px 0 0;}
.footer h3{color: #090a70;font-size: 18px;margin-top: 0;margin-bottom: 25px;padding-bottom: 10px;position: relative;text-transform: capitalize;font-weight: 600;}
.footer h3:not(.no-underline):before {background: #f3550f;bottom: 0;content: "";height: 3px;position: absolute;width: 20px;}
.footer img{padding: 25px 0 0;width: 258px;display: inline-block;}
.footer .address h4{font-size: 16px;font-weight: 600;color: #f1f1f1;}
.footer .address i{display:inline-block;margin:6px 8px 0 0;vertical-align:top;color: #090a70;font-size:15px;}
.footer .address h4 i{margin:2px 8px 0 0;}
.copyrights{padding: 20px 0 10px 0;overflow: hidden;border-top: 1px solid #cfcfcf;margin-top: 50px;}
.copyrights p, .copyrights a{}



@media (max-width: 992px) 
{
    .header-main{position:inherit;padding:0}
    .header-main .col-sm-12{position:inherit;top:0}
    .logo{margin-right:0;text-align:center;float:none!important;position: inherit;padding: 5px 0;}
    .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: 14px 0 14px 0;text-align:center;}
    .footer{padding-top: 15px;text-align:center}
    .footer-main .col-sm-4{margin-bottom:20px;border-bottom:1px solid #353535;padding-bottom:21px}
    .footer-main{padding-bottom:10px}
    .footer h3 {margin-bottom: 7px;margin-top: 20px;/* padding-bottom: 4px; */text-align: center;}
    .footer h3:not(.no-underline):before {bottom: 0;content: "";height: 2px;position: absolute;width: 33px;left: 0;right: 0;margin: 0 auto;}
    .footer .address p{text-align:center !important}
    }
