/* ----------------------
[Table of contents]
 
01.Default CSS
02.Preloader CSS
03.Top Header CSS
04.Navbar CSS
05.Sidemenu CSS
06.Page Title CSS
07.Main Banner CSS
08.About CSS
09.Services CSS
10.Quote CSS
11.Blogs CSS
12.Team CSS
13.Achievements CSS
14.Testimonials CSS
15.Footer CSS
16.About Us Page CSS
17.Blogs Detail Page CSS


 --------------------------*/


 /*======================================
 ============== Default CSS =============
 ======================================== */
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'IBM Plex Sans', sans-serif;
  overflow-x: hidden;
}
header{overflow-x: hidden;}
:root{
    --primary: #00680ddb;
}
h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
section{
    padding: 100px 0;
    overflow-x: hidden;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.fsw1kf{
    text-align: center;
    margin-bottom: 40px;
    margin-top: -6px;
    
}
.fsw1kf h2{
  font-size: 35px;
}
.fsw1kf span{color: var(--primary);font-weight: bold;}
a{
  text-decoration: none;
  font-size: 15px;
  color: #000;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
a:hover{
    color: #000;
    text-decoration: none;
}
.ejypqe{
    color: var(--primary);
    background-color: transparent;
    padding: 5px 14px;
    border: 1px solid var(--primary);
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.ejypqe::before{
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.ejypqe span{position: relative; text-transform: uppercase;}
.ejypqe:focus{box-shadow: none;}
.ejypqe:hover{
  color: #fff;
}
.ejypqe:hover::before{height: 100%;}
.nmirkn{padding-bottom: 70px;}
.kvoej0{padding-bottom: 50px;}
.f4sg38{margin-bottom: 30px;}
.indrmt{margin-bottom: 50px;}
.lkhl0i{color: #000!important;}
.mhz3f7{color: #fff!important;}
.l085ey{color: var(--primary)!important;}
.dylqj1{filter: brightness(70%);}
.mrxon7{font-weight: bold;}
.ld5ir8{font-weight: 500;}
.ci1pfo{font-weight: 600;}
.egb875{font-size: 18px;}
.ler97b{font-size: 16px;}
.gga50k{font-size: 15px;}
.apj6xu{font-size: 14px;}
.m1iy21{text-transform: uppercase;}
.i4trme{text-decoration: underline;}
.uwpe9r{font-style: italic;}
.svvgpu{align-self: center;}
.relative{position: relative;}
.kmgpsp{overflow: hidden;}
.transition{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.a5bvdh{
  height: 50px;
  border-radius: 0px;
  background: transparent;
}
.a5bvdh:focus{
  border-color: var(--primary);
  box-shadow: 0 0 10px 0 var(--primary);
}
textarea{height: unset!important;}
.dq5v14{
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 9;
  transform: translateY(60px);
  transition: 1s all ease;
  -webkit-transition: 1s all ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
 /*======================================
 ============ PreLoader CSS =============
 ======================================== */
 .tyl565 {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}
.jzcec1{
  width: 80px;
  height: 67px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.jzcec1 .qb8cv8{
  background: var(--primary);
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 3px;
  animation: motion 2s infinite cubic-bezier(0.89, 0.03, 0.06, 1.5);
}
.jzcec1 .p3grsh{
  height: 10px;
  width: 80px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.jzcec1 .p3grsh > div{
  background: #222;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: dynamic 4s infinite cubic-bezier(0.89, 0.03, 0.06, 1.5);
}
.jzcec1  .p3grsh > div:nth-child(1){ left: 0px; }
.jzcec1 .p3grsh > div:nth-child(2){ left: 40px; }
.jzcec1  .p3grsh > div:nth-child(3){ left: 80px; }
.jzcec1  .p3grsh > div:nth-child(4){ left: 120px; }
.jzcec1  .p3grsh > div:nth-child(5){ left: 160px; }
.jzcec1  .p3grsh > div:nth-child(6){ left: 200px; }
@keyframes motion{
  50%{ transform: rotate(90deg); }
  100%{ transform: rotate(180deg); }
}
@keyframes dynamic{
  0%{ transform: translateX(0px); }
  25%{ transform: translateX(-40px); }
  50%{ transform: translateX(-80px); }
  75%{ transform: translateX(-120px); }
  100%{ transform: translateX(-160px); }
}
 /*======================================
 ============ Top Header CSS ============
 ======================================== */
.hp33gq{
  background-color: #f9f9f9;
  padding: 15px 0;
}
.aqkzsy{
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.jq9mbb i{
  color: var(--primary);
  font-size: 14px;
}
.nncjan a{
  font-size: 13px;
}
.jq9mbb{
  padding: 5px 10px;
  border-right: 1px solid #e8e8e8;
}
.nncjan{
  padding: 5px 10px;
}
 /*======================================
 ================ Navbar CSS ============
 ======================================== */
.tzqj15{
  background-color: var(--primary);
}
.kudo6q{padding: 0 8px;}
.fth79b{
  color: #fff!important;
  position: relative;
  font-weight: 500;
  display: inline-block;
  padding: 5px 0!important;
}
.syemez{
  font-family: 'Cookie', cursive;
  color: #fff!important;
  font-weight: bold;
  font-size: 30px;
}
.fth79b::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(to right, #fff , #00680ddb);
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.fth79b.active::after{
  width: 100%;
}
.fth79b:hover::after{
  width: 100%;
}
.jbsx1a{
  box-shadow: none!important;
  border:none!important;
  border-radius: 0;
}
.ult2ms{
  color: #fff;
  font-size: 20px;
}
.b18gqb{position: relative; padding: 0 12px 0 10px;}
.xuzcwu{display: inline; position: relative;}
#odz891, #oko22r{
  position: absolute;
  bottom: -98px;
  right: 0px;
  width: 250px;
  z-index: 9;
  background-color: #fff;
}
.s3024e i::before {
  content: "\f002";
}
.s3024e:not(.collapsed) i::before {
  content: "\f00d";
  font-size: 18px;
}
#odz891 form, #oko22r form{padding: 15px;}
#odz891 .a5bvdh{box-shadow: none;}
.marwt9{
  position: absolute;
  top: 12px;
  right: 10px;
  background: none;
  border: none;
}
 /*======================================
 =============== Sidemenu CSS ===========
 ======================================== */
 .b8cuub-b8cuub-b3z7eg{
   display: block!important;
 }
 .b8cuub-b8cuub-b3z7eg .q3coef{
   position: absolute;
   top: 20px;
   right: 20px;
   box-shadow: none!important;
 }
 .b8cuub-b8cuub-pi50xe::-webkit-scrollbar{
   display: none;
 }
 /*======================================
 ============= Page Title CSS ===========
 ======================================== */
 .effnaz{
   background-image: url(../images/title-bg.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   color: #fff;
   padding: 80px 0;
   position: relative;
 }
 .effnaz::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000b2;
  height: 100%;
  width: 100%;
 }
 /*======================================
 ============ Main Banner CSS ===========
 ======================================== */
 #li2mwf .gx87lk{
  height: 85vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: grabbing;
 }
 #li2mwf .gx87lk::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #000, transparent);
  height: 100%;
  width: 100%;
 }
 .fypy1j{
   position: absolute;
   top: 60%;
   left: 50%;
   transform: translate(-50%,-50%);
   color: #fff;
   width: 100%;
 }
 .mb3vu4{font-size: 55px;}
 .l6spo4{width: 50%;}
 .j7qk36{color: #fff; background-color: var(--primary);}
/*======================================
 ================ About CSS ============
 ======================================== */
 #mpqs8l{
   background-image: url(../images/about/about-bg.jpg);
   position: relative;
 }
 #mpqs8l::before{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: #ffffff94;
 }
/*======================================
 ============= Services CSS ============
 ======================================== */
 .vqh9uk{
   position: relative;
   padding: 5px 0;
 }
 .vqh9uk::before{
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 0%;
   box-shadow: 0 0 5px 0 #00000021;
   background-color: #e8e8e84a;
   transition: .5s all ease;
   -webkit-transition: .5s all ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
 }
 .vqh9uk:hover::before{
   width: 100%;
 }
 .gkak7g{position: relative; user-select: none;}
 .jut5ng{position: relative;}
 .gkak7g h4{
   text-transform: uppercase;
   font-size: 18px;
   font-weight: 600;
 }
 /*======================================
 ================= Quote CSS ============
 ======================================== */
 #j2pf4l{
   background-image: url(../images/quote-bg.jpg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
 }
 .mvet01{
   background-color: #0000007c;
   padding: 20px 15px;
 }
 .mvet01 .a5bvdh{
   background: transparent!important;
   color: #fff;
 }
 .mvet01 .ma3681{
   background: transparent;
 }
 .mvet01 .ma3681 span{
  color: #fff;
 }
 .mvet01 .ejypqe{
   padding: 10px;
   background-color: var(--primary);
   color: #fff;
 }
 /*======================================
 =============== Blogs CSS ==============
 ======================================== */
.pzfbvf{
  position: relative;
  margin-top: -40px;
  background-color: #fff;
  width: 90%;
  padding: 30px 30px 30px 0;
  border: 1px solid #f8f8f8;
}
.pzfbvf span{
  border-left: 4px solid var(--primary);
}
.pzfbvf h4{
  font-size: 18px;
}
 /*======================================
 ================ Team CSS ==============
 ======================================== */
.t28mqc{
  margin-bottom: 30px;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  position: relative;
  overflow: hidden;
}
.noz9pk{
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  color: #fff;
  border-top-right-radius: 70%;
  background-color: var(--primary);
  padding: 15px 0;
  text-align: center;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.o505dy a{color: #fff;}
.t28mqc:hover{transform: translateY(-10px);}
.t28mqc:hover .noz9pk{
  border-radius: 0;
  bottom: 0;
}
.tdp7ed::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .95;
}
.k41ljr{
  user-select: none;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 25px;
}
/*======================================
 ============ Achievements CSS =========
 ======================================= */
.v931au{padding: 50px 15px 20px 15px;}
.cel3jl{padding: 0 30px;}
.di0asy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.uzpjvb{font-size: 35px;}
.yt5026{padding: 50px 15px;}
.b85ril:hover img{
  filter: brightness(50%);
}
.b85ril:hover .uzpjvb{
  font-size: 40px;
}
.fhcyq0{opacity: 0; color: #fff;}
.b85ril:hover .fhcyq0{
  opacity: 1;
}
 /*======================================
 ============= Testimonials CSS =========
 ======================================== */
#igpimd{
  background-image: url(../images/testim-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#igpimd::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .7;
}
#igpimd .fsw1kf{
  color: #fff;
  position: relative;
}
.s7zmze{
  background-color: #fff;
  position: relative;
  padding: 40px 0;
}
.lv3g5h{
  display: flex;
  position: relative;
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0 0 3px 0 #00680ddb;
  padding: 10px;
}
.qkcdxs{
  position: absolute;
  top: 7px;
  right: 10px;
}
.vre7wp{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 80px;
  opacity: .08;
}
.qkcdxs i{
  color: #f9b403;
}
.ykamlj{
  border-radius: 100%;
  width: 50px!important;
}
 /*======================================
 ================ Footer CSS ============
 ======================================== */
 footer{
   background-image: url(../images/footer-bg.jpg);
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
   color: #fff;
 }
 footer::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .9;
}
 .n6cc99{
   text-transform: uppercase;
   font-size: 40px;
   font-family: 'Cookie', cursive;
   color: #fff!important;
   font-weight: bold;
 }
 .ep1ows h4{
   border-bottom: 2px solid #fff;
   padding-bottom: 10px;
   margin-bottom: 20px;
 }
 .ep1ows li{
   line-height: 30px;
 }
 .ep1ows li a{
   color: #ffff;
 }
 .ep1ows li a::before{
   content: '\f0da';
   font-family: "Font Awesome 5 Pro";
   color: #fff;
   padding-right: 5px;
   transition: .5s all ease;
   -webkit-transition: .5s all ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
 }
 .ep1ows li:hover a::before{
   padding-right: 8px;
 }
 .d8bd70{
   background-color: var(--primary);
   color: #fff;
   padding: 50px 30px;
   position: relative;
 }
 .d8bd70 .a5bvdh{
   color: #fff;
   background-color: transparent!important;
   border-color: #fff!important;
 }
 .d867b1{
  position: absolute;
  top: 0px;
  right: 0px;
  color: var(--primary);
  background-color: #fff;
  height: 100%;
  padding: 0 15px;
  line-height: 45px;
  border: none;
  outline: none;
}
.d8bd70 h4{
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.xhyfji{
  position: relative;
  border-top: 2px solid #fff;
  padding: 10px 0;
}
 /*======================================
 ============= About Us Page CSS ========
 ======================================== */
 /* About Us Section */
 .le7kmf{
   text-align: center;
   position: absolute;
   bottom: 20px;
   right: 20px;
   color: #fff;
   background-color: var(--primary);
   padding: 40px 20px;
   border-top-right-radius: 20px;
 }
 .le7kmf h2{
   font-size: 40px;
 }
 .ntjec0{
   text-transform: uppercase;
   font-weight: bold;
 }
 .jmm10d{
   padding: 40px 20px;
   border: 1px solid #e8e8e8;
   position: relative;
   overflow: hidden;
 }
 .s4u35q{
   font-size: 30px;
   color: var(--primary);
   border-bottom: 1px solid #e8e8e8;
   padding: 0 15px 10px 0;
   margin-bottom: 10px;
   display: inline-block;
 }
 .iq435w{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 70px;
  color: #e8e8e8;
  border-bottom: none;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.jmm10d:hover .iq435w{
  right: -20px;
}
/* Our Goal Section */
#fpt6js{
  background-color: #f8f8f8;
  padding-bottom: 70px;
}
.nub7w7{
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.nub7w7 h4,.nub7w7 p{
  position: relative;
  z-index: 1;
}
.cbz68c{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 100px;
  color: #e8e8e8ad;
}
/* Video Section */
#cbgr30{
  background-image: url(../images/about-page/2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 150px 0;
}
#cbgr30::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .6;
}
.uiow5v{
  padding-left: 4px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 48px;
}
.uiow5v:hover{
  background-color: #fff;
  color: var(--primary)!important;
}
/* Client Carousel */
#og9xz3 img{
  width: 100px!important;
  margin: 0 auto;
  filter: grayscale(1);
}
/*======================================
 ======== Blogs Detail Page CSS ========
 ======================================= */
 .fpaci8{
  border-left: 4px solid #000;
  padding: 40px 25px;
  position: relative;
  overflow: hidden;
}
.fpaci8::before{
  content: '\f10d';
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  color: #dbdbdb;
  position: absolute;
  top: 0;
  left: 10px;
}
.copz2b{
  background: none;
  border: none;
  outline: none!important;
}
.dcf8qg{
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.dcf8qg::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80%;
  background-color: #000;
}
.v66a30 a{
  text-transform: uppercase;
  line-height: 35px;
  position: relative;
  padding-bottom: 5px;
}
.v66a30 a::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 20%;
  background-color: #000;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.v66a30 a:hover::after{
  width: 60%;
}
.xr2ogy ul li{
  display: inline;
  margin: 5px;
  line-height: 40px;
}
.xr2ogy ul li::after{
  content: '\f148';
  font-family: "Font Awesome 5 Pro";
  font-size: 10px;
  padding-left: 5px;
}
.bodzfu .w8rcgb{
  width: 200px;
  margin-right: 10px;
}
.g2mgyq{
  line-height: 25px;
  font-size: 18px;
}
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .disabled {
  color: #aaa;
  border-color: #eee;
}

/* Theme 481 migration */
.vect7r {
  font-size: 0;
  white-space: nowrap;
}
.vect7r .ejypqe {
  display: inline-block;
  width: auto;
  min-width: 76px;
  margin-right: 8px;
  padding: 10px 18px;
  line-height: 1.2;
  vertical-align: top;
}
.vect7r .ejypqe span {
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.vect7r .tvs0na {
  background: #111;
}
.qnzoxb .fth79b {
  white-space: nowrap;
}
.m22sp2,
.hrci8a {
  margin: 0;
  padding: 0;
}
.m22sp2 li,
.hrci8a li {
  list-style: none;
}
.m22sp2 a,
.hrci8a a {
  white-space: nowrap;
}
.w52i8q h1,
.w52i8q h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.l4yf01 {
  color: #fff;
}
.y85trl {
  color: #222;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.uj4tpj {
  padding: 90px 0 60px;
}
.jmvqo5 {
  background: #fff;
  color: #222;
}
.jmvqo5 h1,
.jmvqo5 h2,
.jmvqo5 h3,
.jmvqo5 h4,
.jmvqo5 h5,
.jmvqo5 h6,
.jmvqo5 p,
.jmvqo5 li,
.jmvqo5 label,
.jmvqo5 span {
  color: #222;
}
.jmvqo5 .ejypqe span,
.jmvqo5 .j7qk36 span,
.jmvqo5 .mvet01 h5,
.jmvqo5 .mvet01 p,
.jmvqo5 .hasc4l h2,
.jmvqo5 .hasc4l p,
.jmvqo5 .hasc4l li,
.jmvqo5 .hasc4l span {
  color: #fff;
}
.jmvqo5 .fsw1kf span,
.jmvqo5 .l085ey,
.jmvqo5 p.l085ey,
.jmvqo5 span.l085ey {
  color: var(--primary) !important;
}
.nxhmkr {
  color: #555;
  line-height: 1.75;
  margin-bottom: 26px;
}
.lmysd5,
.dhqd07,
.psbuxm,
.z94eka,
.cmduze,
.koco52,
.z65tch,
.evsxao,
.hasc4l {
  background: #fff;
  border: 1px solid #e8edf2;
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
  color: #222;
}
.lmysd5 {
  padding: 25px;
}
.lmysd5 div,
.evsxao div {
  padding: 18px 20px;
  margin-bottom: 14px;
  border-left: 4px solid var(--primary);
  background: #f8fafc;
}
.lmysd5 div:last-child,
.evsxao div:last-child {
  margin-bottom: 0;
}
.lmysd5 strong {
  display: block;
  color: #111;
  margin-bottom: 6px;
}
.dhqd07 {
  min-height: 205px;
}
.dhqd07:before {
  display: none;
}
.dhqd07 .gkak7g,
.dhqd07 .gkak7g h4,
.dhqd07 .gkak7g p {
  color: #222;
}
.psbuxm,
.z94eka,
.koco52,
.z65tch {
  padding: 30px;
}
.psbuxm b {
  display: inline-block;
  color: var(--primary);
  font-size: 34px;
  line-height: 1;
  margin-bottom: 15px;
}
.psbuxm h5,
.z94eka h5,
.koco52 h2,
.z65tch h2 {
  color: #111;
}
.psbuxm p,
.z94eka p,
.koco52 p,
.z65tch li {
  color: #555;
  line-height: 1.75;
}
.z94eka i {
  display: inline-block;
  color: var(--primary);
  font-size: 34px;
  margin-bottom: 16px;
}
.hasc4l {
  background: #111;
  border-color: var(--primary);
  padding: 44px;
}
.hasc4l span {
  display: block;
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.hasc4l ul {
  padding-left: 20px;
  margin: 20px 0 0;
}
.hasc4l li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.wqptsa {
  max-width: 640px;
}
.wqptsa p {
  color: #fff;
  line-height: 1.75;
}
.cmduze {
  background: #fff;
}
.cmduze h5,
.cmduze p {
  color: #222;
}
.cmduze .a5bvdh {
  background: #fff;
  color: #222;
}
.cmduze input::-webkit-input-placeholder,
.cmduze textarea::-webkit-input-placeholder {
  color: #777;
}
.cmduze input:-moz-placeholder,
.cmduze textarea:-moz-placeholder {
  color: #777;
}
.cmduze input::-moz-placeholder,
.cmduze textarea::-moz-placeholder {
  color: #777;
}
.cmduze input:-ms-input-placeholder,
.cmduze textarea:-ms-input-placeholder {
  color: #777;
}
.vxlr2b {
  overflow: hidden;
  margin: 8px 0 18px;
}
.vxlr2b label {
  float: left;
  margin: 0;
  color: #333;
}
.vxlr2b input {
  width: auto;
  height: auto;
  margin-right: 6px;
  vertical-align: middle;
}
.vxlr2b a {
  float: right;
  color: var(--primary);
  text-decoration: underline;
}
.p9vbvd {
  font-size: 0;
}
.p9vbvd .ejypqe {
  display: inline-block;
  height: 52px;
  line-height: 52px;
  margin: 8px 10px 0 0;
  padding: 0 24px;
  font-size: 14px;
  vertical-align: top;
  border: 0;
  cursor: pointer;
  text-align: center;
}
.p9vbvd .ejypqe span {
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.o5akmq {
  background: #111;
}
.z65tch ol {
  margin: 20px 0 0;
  padding-left: 20px;
}
.evsxao {
  padding: 26px;
}
.takzca img,
.bodzfu img,
.adx1h9 img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .qnzoxb .fth79b {
    font-size: 13px;
  }
  .vect7r .ejypqe {
    padding: 9px 14px;
    min-width: 66px;
  }
}
@media (max-width: 991px) {
  .vect7r {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .w52i8q h1,
  .w52i8q h2 {
    font-size: 30px;
  }
  .uj4tpj {
    padding: 60px 0 35px;
  }
  .hasc4l,
  .psbuxm,
  .z94eka,
  .koco52,
  .z65tch,
  .lmysd5,
  .evsxao {
    padding: 24px;
  }
  .vxlr2b label,
  .vxlr2b a {
    float: none;
    display: block;
    margin-bottom: 8px;
  }
  .p9vbvd .ejypqe {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
