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

*{-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;outline:none;margin:0;padding:0;-webkit-transition:none;-o-transition:none;transition:none}
html{-webkit-text-size-adjust:100%}
body{font-family:'Roboto' ,sans-serif;font-size: 15px;font-weight: 400;line-height: 1.4;position:relative;margin:0;padding:0;color: #fff;overflow-x: hidden;background: #000;}
.container{ width: 100%; max-width: 1300px; margin: 0 auto; position:relative}
.auto-container{position:static;max-width: 1300px;padding:0 15px;margin:0 auto}
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: #00a1e4;}
ul,ol{padding:0;margin:0;list-style:none}
hr{margin:15px 0}
.cuani, a{-webkit-transition: .4s;-moz-transition: .4s;-o-transition: .4s;transition: .4s;}
b, strong{font-weight:600}
::selection {background: #bcbcbc;color:#fff }
::-moz-selection {background: #bcbcbc;color:#fff}
.vcenter > .row{align-items: center;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap;    flex-wrap: wrap;}
.imgdrk{filter: gray;-webkit-filter: grayscale(1);filter: grayscale(1);}
.imgdrk:hover{filter: none; -webkit-filter: grayscale(0);filter: grayscale(0);}
.h100{height:100%;}

.p0{padding:0 !important}
.p5{padding:5px !important}
.p10{padding:10px !important}
.p15{padding:15px !important}
.p20{padding: 20px !important;}
.p30{padding: 30px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr30{padding-right: 30px !important;}
.pb0{padding-bottom:0 !important}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb60{padding-bottom: 60px !important;}
.pt0{padding-top:0 !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}
.pt60{padding-top:60px !important}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl30{padding-left: 30px !important;}
.mt30{margin-top:30px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.radius-10{border-radius:10px}
.swbox{background:#ffffff;box-shadow: rgb(0 0 0 / 6%) 0px 16px 40px 0px;border-radius: 6px;padding: 20px;}
.border-box{position:relative;border: 1px solid #00000030;border-radius: 8px;box-shadow: 0 3px 6px 0 #0106140f;}
.automrg{margin: auto;/* text-align: center; */float: none;}

.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{transition:all .5s ease;padding: 0;background: #000;}
.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: start;/* justify-content: flex-start; */}
.header-main .logo{/* float:left; */margin-right: 0;position: relative;z-index: 1;}
.header-main .logo img{width: 175px;padding: 3px 0;}
.header-main .header-menu{}

@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 0.7s;-moz-animation: slide-down 0.7s;-o-animation: slide-down 0.7s;box-shadow: 0 9px 9px rgba(0,0,0,.1);height: auto;}
body.fixed{padding-top: 81px;}
body.fixed .logo img{}


.htitle{position:relative;display:block;font-size: 34px;color: #cecece;margin: 0 0 15px 0;/* text-transform: uppercase; */}
.htitle.white, .htitle.white + p{color:#fff}
.htitle.center{text-align:center}
.htitle + p{width: 60%;margin: 0;margin-bottom: 25px;font-size: 18px;position: relative;}
.htitle.center + p{text-align:center;margin:0 auto}
@media (max-width: 992px) 
{
    .htitle{font-size: 28px;}
    .htitle + p{width: 100%;}
}



/*----------*/
.page-head{padding: 80px 0 80px 0;color: #fff;text-align:center;position:relative;background: #e8e8e8 url(../images/highlight.jpg) center center no-repeat fixed;background-size: cover;}
.page-head:before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;display:block;background-color: rgb(0 0 0 / 64%);}
.page-head h1{margin:0;padding: 0px 0 5px 0;font-size: 30px;}
.breadcrumb{text-align:center;background:transparent;margin: 0px 0 0 0;padding:0;}
.breadcrumb > li,.breadcrumb > li > a,.breadcrumb > li + li:before{color: #fff;}

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

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



/*------*/
.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: #00000082;}
.highlight .highlight-inner{position:relative;text-align: center;width: 73%;margin: 0 auto;}
.highlight h3{color:white}
.highlight p{color: #ffffff;margin: 0 auto 25px auto;width:100%}
.highlight a{float: none;background: transparent;}
.highlight a:active,.highlight a:hover,.highlight a:focus{background: #dedede;}
 @media (max-width: 992px) 
{
 .highlight{padding:60px 0;text-align:center}
 .highlight h3{font-size: 28px;}
 .highlight .highlight-inner{width:95%}
    .highlight a{float: none;margin-top: 14px;line-height: 30px;}
}

/*-----------------*/
.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: #424242;font-weight:700;font-size:15px}
.text-desc table td,.text-desc table th{border: 1px solid #ebebeb4d !important;padding: 7px;/* color:#2d2d2d; */vertical-align:middle;}
.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: 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: #fff;left: -15px;line-height: 2;}
.text-desc h2{font-size: 28px;line-height: 40px;font-weight: bold;padding: 12px 0 6px;margin:0;position:relative;color: #bfbfbf;text-transform: capitalize;}
.text-desc h3{color: #bfbfbf;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: #bfbfbf;font-size: 19px;font-weight: 600;line-height: 25px;padding: 0px 0 1px 25px;margin: 16px 0 3px 0;display: block;letter-spacing:.5px;position:relative;text-transform:capitalize;}
.text-desc h4:before{position:absolute;font-size: 16px;top: 0px;left: 0;font-family: "Font Awesome 5 Free";content: "\f0a4";font-weight: 900;}
.text-desc h5{color: #bfbfbf;font-size: 18px;font-weight: 500;line-height: 26px;padding: 6px 0 2px 0px;margin: 3px 0 !important;letter-spacing:.5px;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{}



  /*-----------*/
.box2{padding: 15px;background:#fff;text-align: center;}
.box2 img{text-align:center;width:100%;}
.box2.noborder img{border:none;padding:10px}

.box2 h4{text-transform:none;padding: 0;font-size: 17px;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: #777777;}
.box2 p{color:#4c4c4c;line-height:24px;margin: 0;}

.box4 {display:flex;box-sizing:border-box;flex-direction:column;flex: 1;text-align: center;border-radius:6px;padding: 15px;position:relative;overflow:hidden;background: #252525;}
.box4:hover{box-shadow: 0 0px 9px 5px #ffffff21;}
.box4 img{margin-bottom: 15px;border-radius: 5px;}
.box4 h4{font-size: 20px;color: #fff;}
.box4 p{margin-bottom: 0;flex: 1;}

.box4:hover h4{color: #dedede;}



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

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

ul.boxlist1 li{margin: 0;padding:15px;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%;}}



/*--------*/
.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 #272524;line-height: initial;font-size: 20px;color: #272524 !important;}
.social a i{line-height: 40px;color: #272524;}
.social a:hover{background: #e77a0c;color: #ffffff;border-color: #e77a0c;}
.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: #f6f6f6f5;border: 0;color: #222d35;/* font-size: 16px; */margin: 0 0 18px;padding: 15px;width:100%;border-radius: 0;border: 1px solid #dabfa5;}
.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:#D90000}
.errorbox .sucmsg{color:#046310}
.custbtn{padding: 15px 35px 15px 35px;background: #000000;position:relative;display:inline-block;line-height: 20px;margin-top: 0;border: 1px solid #ffff;color:#fff;text-transform:uppercase;font-weight: 600;border-radius: 5px;}
.custbtn i{text-align: left;font-size: 24px;margin-right: 5px;position: relative;top: 3px;}
.custbtn:hover,.custbtn:focus,.custbtn:active{text-decoration:none;color: #000000;background: #dedede;}
@media (max-width: 768px) 
{.custbtn{float:none !important; margin-top:5px}}

.capcha{background:transparent !important}
.capcha + input{width:200px !important;margin-top:5px !important}



.contact-box{border: 1px;padding: 15px 0;}
.contact-box h4{margin-bottom:5px;color: #ffffff70;}
.contact-box a{color: #fff;}
.contact-box p{margin:0}

@media (max-width: 576px) {
.contact-box{flex-direction:column;align-items:flex-start}

}

/*------*/
.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;}
.address p strong{color: #ffffff70;}



/*--------------*/
.hdwatsp{position: fixed;bottom: 10px;right: 10px;z-index:21/*top: 2px!important;position: absolute !important;left: 0;right: 0;margin: 0 auto;width: 100%;text-align: center;*/}
.hdwatsp a{text-align: center;width: 50px;height: 50px;float: left;color: #FFFFFF;border-radius: 10px;background-color: #25D366;background-color: #25D366;}
.hdwatsp i{font-size: 40px;margin-top: 5px;}



/*---------------*/
.footer{padding-top: 60px;position:relative;background: #252525;}
.footer p, .footer a{color: #fff;line-height: 22px;font-weight: 500;}
.footer .social{margin: 15px 0 0 0;padding: 0;text-align: center;}
.footer h4{font-size: 21px;color: #fff;margin-bottom: 30px;}
.footer img{padding: 0;width: 200px;display: inline-block;}
.copyrights{padding: 21px 0;overflow: hidden;margin-top: 45px;border-top: 1px solid #ededed7a;}
.copyrights p, .copyrights a{margin: 0;font-size: 14px;}

.footer ul.list{margin-top:10px}
.footer ul.list li{list-style: none;margin: 3px 0 3px 16px;position:relative;}
.footer ul.list li:before{position:absolute;font-size: 14px;line-height: 24px;left: -15px;font-family: "Font Awesome 5 Free";content: "\f0da";font-weight: 900;color: #ffff;}
.footer ul.list li a{margin:0}



@media (max-width: 992px) 
{
    .footer .social{text-align:left}
    .header-main{position:inherit;padding:0;height: auto;/* background: #000; */}
    .header-main .container{width:100%}
    .logo{margin-right:0;text-align:center;float:none!important;position: inherit;padding: 5px 0;}
    .logo img{/* margin-bottom:10px; */}
    .page-head{margin-top: 58px;    padding: 20px 0 20px 0;}
    .page-head h1, .page-head .breadcrumb  {float:none}
    .page-head h1{font-size:25px}
    .page-head {margin-top: 52px;padding: 14px 0 14px 0;text-align:center;}
     .footer{text-align:left}

    .footer h4 {margin-bottom: 7px;margin-top: 20px;    padding-bottom: 4px;text-align: left;}
    .footer .address p{text-align:left !important}
    .footer .textright{text-align:left}

}
@media (max-width: 768px) 
{
     .vcenter > .row{ display: initial;}
}
