
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(64,136,88);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(132,132,132); opacity:.68;}
*::-moz-input-placeholder{color:rgb(132,132,132); opacity:.68;}
*::-ms-input-placeholder{color:rgb(132,132,132); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:14px; font-weight:400; line-height:1.75; color:rgb(132,132,132);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(132,132,132); transition:.3s;}
a:hover{color:rgb(64,136,88);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(64,136,88); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(64,136,88); border-color:rgb(64,136,88); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:42.5px; font-size:14px;}
select[multiple],
textarea{height:116px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:rgb(64,136,88);}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:rgb(64,136,88);}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:rgb(64,136,88);}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:rgb(64,136,88);} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:rgb(64,136,88);}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
body, html {
    width: 100%;
    height: 100%;
  }
    
  p {
    color:rgb(132,132,132);
    line-height:1.75;
    font-size:14px;
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: .5rem;
    font-weight:400;
    color:rgb(132,132,132);
  }
  
  .h1,
  h1 {
    font-size: 42px;
  }
  
  .h2,
  h2 {
    font-size: 30px;
  }
  
  .h3,
  h3 {
    font-size: 25px;
  }
  
  .h4,
  h4 {
    font-size: 20px;
  }
  
  .h5,
  h5 {
    font-size: 18px;
  }
  
  .h6,
  h6 {
    font-size: 16px;
  }
  
  .text-sm {
    font-size: 14px;
  }
  
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a,
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color:rgb(132,132,132);
  }
  
  .h1 a:hover,
  .h2 a:hover,
  .h3 a:hover,
  .h4 a:hover,
  .h5 a:hover,
  .h6 a:hover,
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: rgb(64,136,88);
  }

  .btn {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    padding: 16px 33px;
    border-radius: 35px;
    font-size: 14px;
    letter-spacing: .5px;
    border: 2px solid transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
  }
  
  .btn i {
    display: inline-block;
    padding-left: 18px;
  }
  
  .btn-small {
    padding: 12px 25px;
  }
  
  .btn:focus {
    box-shadow: none !important;
  }
  
  .btn-main {
    color:#fff;
    border-color: rgb(6,39,138);
    background: rgb(6,39,138);
  }
  
  .btn-main:hover {
    color:#fff;
    background: rgb(64,136,88);
    border-color: rgb(64,136,88);
  }
  
  .btn-main2 {
    color:#fff;
    background: rgb(64,136,88);
    border-color: rgb(64,136,88);
  }
  
  .btn-main2:hover {
    color:#fff;
    background: rgb(6,39,138);
    border-color: rgb(6,39,138);
  }
  
  .btn-border {
    background: transparent;
    color:rgb(6,39,138);
    border-color: rgb(6,39,138);
  }
  
  .btn-border:hover {
    color:#fff;
    border-color: rgb(6,39,138);
    background: rgb(6,39,138);
  }
  
  a {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: rgb(64,136,88);
  }
  
  a:hover {
    outline: none;
    text-decoration: none;
    color: rgb(6,39,138);
  }
  
  a:focus {
    text-decoration: none;
  }
  
  a:focus, a:visited {
    outline: none;
  }
  
  ul, ol {
    margin-bottom: 0px;
    list-style-type: none;
    padding-left: 0px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  
  .p-200 {
    padding: 0px 200px;
  }
  .text-truncate2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .text-truncate3 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  .text-truncate4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .form-control {
    transition: all 0.3s ease-in-out;
  }
  
  .form-control:focus {
    box-shadow: none;
  }

  .section-padding {
    padding: 100px 0px;
  }
  
  .page-wrapper {
    padding: 100px 0px;
  }
  .page-wrapper aside{
    margin-top: 20px;
  }
  .section-heading {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
  }
  
  .section-heading .subheading {
    font-size: 100px;
    opacity: .15;
    position: absolute;
    top: -17px;
    left: 0px;
    right: 0px;
    white-space: nowrap;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(64,136,88);
  }
  
  .section-heading h2 {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-top: 10px;
  }
  
  .subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-weight: 600;
    font-size:14px;
    color: rgb(64,136,88);
  }
  
  .page-header {
    text-align: center;
    position: relative;
    padding: 200px 0px 100px;
    background: rgb(38,59,94);
  }
  
  .page-header .block h1 {
    color:rgb(255,255,255);
  }
  
  .page-header .block ul li {
    text-transform: uppercase;
    font-size:14px;
    color:rgb(255,255,255);
  }
  
  .page-header .block ul li a {
    color:rgb(255,255,255);
  }
  .page-header .block ul li:last-child{
    display: none;
  }

  .site-navigation {
    position: absolute;
    top: 20px;
    z-index: 9;
    width: 100%;
  }
  
  .navbar {
    padding: 10px 20px;
    background:rgb(255,255,255);
  }
  .navbar .navbar-brand img{
    height: 40px;
  }
  .navbar-nav .nav-link {
    padding-right: 30px !important;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(34,34,34);
  }
  
  .navbar-nav .nav-link:hover {
    color: rgb(64,136,88);
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background: no-repeat 50%;
    background-size: 100% 100%;
  }
  header[bosscms] {
    min-height: auto;
  }
 .header-contact{
  justify-content:flex-end;
 }
  .header-contact-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 20px;
    border-radius: 32px;
    color: #fff;
    font-size: 20px;
    padding-top: 12px;
    background: rgb(64,136,88);
  }
  
  .contact-text span {
    font-size: 14px;
  }
  
  .contact-text h4 {
    font-weight: 700;
  }
  .header-lang-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 20px;
    border-radius: 32px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    display: block;
    color:#ffffff;
    background: rgb(64,136,88);
  }
  .header-lang-icon a{
    font-size: 16px;
    color: rgb(64,136,88);
  }
  .header-lang-icon a:hover{
    color: ;
  }
  .header-lang-icon .langlist{
    transition: all 300ms ease;
    display: none;
    top: 50px;
    right: -20px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
    border: 10px transparent;
    position: absolute;
    min-width: 150px;
    border-radius: 5px;
    background: #fff;
  }
  .header-lang-icon .langlist img{
    width: 24px;
    display: inline;
  }
  .header-lang-icon .langlist a{
    padding:0;
    display: block;
    color: rgb(64,136,88);
  }
  .header-lang-icon .langlist a:hover{
    color: rgb(6,39,138);
  }
  .header-lang-icon:hover .langlist{
    display: block;
  }

  .dropdown-menu {
    opacity: 0;
  }
  
  .dropdown-item {
    font-size: 14px;
    font-weight: 700;
    padding: 13px 20px;
    transition: all .4s;
    text-transform: capitalize;
    border-left: 2px solid transparent;
    opacity: .7;
  }
  
  .dropdown-item:hover {
    text-decoration: none;
    padding-left: 20px;
    opacity: 1;
    background: #f5f5f5;
  }
  
  .dropdown-toggle::after {
    display: none;
  }
  
  .nav-item.dropdown .dropdown-menu {
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
    min-width: 200px;
  }
  
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .nav-item.dropdown .three-menu{
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 100%;
    top: 0;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
    min-width: 200px;
    background: #ffffff;
  }
  .nav-item.dropdown .sub-item{
    position: relative;
  }
  .nav-item.dropdown .sub-item:hover .three-menu{
    opacity: 1;
    visibility: visible;
  }
  .menu_fixed {
    background: #fff;
    position: fixed;
    top: 0px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  }
  
  .menu_fixed .header-contact-icon,.menu_fixed .header-lang-icon{
    color: #fff;
    background: rgb(6,39,138);
  }
  
  .site-navigation2 .navbar-nav .nav-link {
    text-transform: uppercase;
  }
    
  .banner .banner-content {
    padding: 135px 0px 0px;
  }
  
  .banner .banner-content span.subheading {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 60px;
    font-weight: 600;
    color: rgb(6,39,138);
  }
  
  .banner .banner-content span.subheading:before {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: rgb(6,39,138);
  }
  
  .banner .banner-content h1 {
    font-size: 75px;
    margin: 25px 0px 30px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #252525;
  }
  
  .banner .banner-content p {
    padding-right: 160px;
    margin-bottom: 40px;
  }
  
  .banner-img {
    padding: 150px 0px 0px;
  }
  
  .btm-bg {
    position: relative;
    bottom: 0px;
    width: 100%;
  }
  
  .btm-bg img {
    width: 100%;
  }
  
  .banner-btn .btn {
    margin-right: 10px;
  }
  
  .banner-2 {
    background-position:center center;
    background-size: cover;
    position: relative;
  }
  
  .banner-2:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #ECF1DF;
    opacity: .9;
  }
  
  .banner {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: rgb(236,241,223);
  }
  .banner:after {
      display: block;
      content: '';
      cleart: both;
  }

  .banner>ul {
      width: 10000%;
  }

  .banner>ul:after {
      display: block;
      content: '';
      cleart: both;
  }

  .banner>ul>li {
      width: 1%;
      float: left;
      position: relative;
  }

  .banner>ol {
      position: absolute;
      bottom: 5%;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 0;
  }

  .banner>ol>li {
      display: inline-block;
      cursor: pointer;
  }

  .banner>ol>li:before {
      display: block;
      content: '';
      border-radius: 18px;
      box-shadow: 0 0 3px rgba(0, 0, 0, .08);
      background: rgba(185, 185, 185, .5);
  }

  .banner>ol>li.active:before {
      background: rgb(64,136,88);
  }

  .banner .image img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      object-fit: cover;
  }

  .banner .content {
      position: absolute;
      padding: 0 15px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      pointer-events: none;
  }

  .banner .content>article {}

  .banner .content>article * {
      pointer-events: auto;
  }


  .feature {
    padding: 60px 0px 30px;
  }
  
  .feature-item {
    transition: 0.5s;
    position: relative;
    background: #fff;
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
  }
  
  .feature-item .feature-img {
    margin-right: 30px;
  }
  
  .feature-item .feature-img img {
    max-width: 100px;
  }
  
  .feature-item .feature-content h4 {
    margin-bottom: 15px;
  }
  
  .feature-item p {
    margin-bottom: 0px;
  }
  
  .feature-item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  
  .feature-item:hover:before {
    width: 100%;
    background: rgb(64,136,88);
  }
  
  .service {
    padding-bottom: 100px;
  }
  
  .service .service-img {
    margin: 0 auto 40px;
    border: 10px solid rgba(0, 0, 0, 0.05);
    width: 250px;
    height: 250px;
    position: relative;
    border-radius: 100%;
  }
  
  .service .service-img img {
    width: 100%;
    border-radius: 100%;
  }
  
  .service .service-img span {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    background: rgb(6,39,138);
  }
  
  .service-item {
    text-align: center;
    transition: 0.5s;
    position: relative;
    background: #fff;
    padding: 35px 35px 0px 35px;
    margin-bottom: 60px;
  }
  
  .service-item h4 {
    transition: 0.5s;
  }
  
  .service-item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  }
  
  .service-item:hover .read-more {
    color: ;
    border-color: rgb(6,39,138);
  }
  
  .service-item:hover h4 {
    color: rgb(64,136,88);
  }
  
  .service-item p {
    margin: 15px 0px 35px;
  }
  
  .service-item .btn {
    margin-bottom: -30px;
  }
  
  .read-more {
    padding-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(6,39,138);
    border-bottom: 2px solid rgb(6,39,138);
  }
  
  .about {
    padding: 60px 0px 100px 0px;
  }
  
  .about-img {
    position: relative;
    margin-right: 50px;
    margin-top: 30px;
  }
  
  .about-img:after {
    position: absolute;
    top: -26px;
    width: 100%;
    height: 100%;
    right: -30px;
    border: 10px solid #ECF1DF;
    content: "";
    z-index: -1;
  }
  
  .about-img .video-play {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: #fff;
    text-align: center;
    padding-top: 35px;
    font-size: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    color: rgb(64,136,88);
  }
  
  .about-img .video-play:hover {
    color: #fff;
    background: rgb(64,136,88);
  }
  
  .about-img img {
    width: 100%;
  }
  
  .about-info {
    margin-bottom: 0px;
  }

  .about-info p {
    margin: 20px 0px;
    color: rgb(255,255,255);
  }
  
  .about-info ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: rgb(255,255,255);
  }
  
  .about-info ul li i {
    margin-right: 10px;
    color: rgb(6,39,138);
  }
  
  .about-info .btn {
    margin-top: 20px;
  }

  .process-wrap {
    margin-top: 40px;
  }
  
  .process-item {
    margin-bottom: 30px;
  }
  
  .process-item .process-icon {
    float: left;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    background: rgb(64,136,88);
    text-align: center;
    color: #fff;
    padding-top: 12px;
    border-radius: 100%;
  }
  
  .process-item .process-icon.style-2 {
    background: rgb(6,39,138);
  }
  
  .process-item .process-text {
    overflow: hidden;
  }
  
  .process-item .process-text h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  .process-item p {
    margin-bottom: 0px;
  }
  
  .product {
    padding-bottom:70px;
  }
  
  .product-item {
    margin-bottom: 30px;
    text-align: center;
    padding: 40px 35px 35px 35px;
    border: 2px solid #eef2fb;
    border-radius: 4px;
    position: relative;
    transition: .4s;
    background: #fff;
  }
  
  .product-item:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 40px;
    height: 3px;
    right: 0px;
    margin: 0 auto;
    opacity: 0;
    transition: .4s;
    background: rgb(6,39,138);
  }
  
  .product-item:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  
  .product-item:hover:before {
    opacity: 1;
  }
  
  .product-item .product-img {
    margin-bottom: 50px;
  }
  
  .product-item .product-text h5 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
  }
  
  .product-item .price-info h6 {
    margin-bottom: 0px;
    color: rgb(6,39,138);
  }
  
  .product-item .price-info h6 span {
    text-decoration: line-through;
    color: #CCC8C8;
    margin-left: 5px;
  }
  
  .rating {
    margin-bottom: 10px;
  }
  
  .rating i {
    font-size: 13px;
  }
  .rating a{
    color: rgb(6,39,138);
  }
  .rating a:hover{
    color: rgb(64,136,88);
  }
  .btn-text {
    text-align: center;
    margin-top:50px;
  }
  
  .btn-text p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #222;
  }
  
  .pb-190 {
    padding-bottom: 190px;
  }
  
  .deal-info.section-heading {
    margin-bottom: 0px;
    padding-left: 20px;
  }
  
  .deal-info.section-heading h2 {
    font-size: 75px;
    margin-bottom: 15px;
  }
  
  .deal-info.section-heading p {
    margin-bottom: 30px;
    font-size: 17px;
    padding: 0px 50px;
  }
  
  .deal-inner {
    background: #ECF1DF;
    padding: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin-top: -90px;
  }
  
  .deal-img {
    position: relative;
    z-index: 1;
  }
  
  .deal-img:before {
    position: absolute;
    content: "";
    top: 10px;
    right: -45px;
    width: 400px;
    height: 400px;
    background: #fff;
    z-index: -1;
    border-radius: 100%;
  }
  
  .deal-img .deal-coupon {
    position: absolute;
    right: -40px;
    top: 40px;
    padding: 3px 14px;
    border-radius: 100%;
    font-weight: 700;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 20px;
    text-align: center;
    padding-top: 13px;
    text-transform: uppercase;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background: rgb(64,136,88);
  }
  
  .client-logo{
    background: ;
  }
  .clients-carousel {
    padding: 50px 0px;
  }
  
  .clients-thumb{
    width: 100%;
    max-width: 10rem;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .clients-carousel .item .text-link{
    line-height: 40px;
  }

  .footer {
    border-top: 1px solid #eef2fb;
    background: rgb(43,43,43);
  }
  
  .footer-top {
    padding: 80px 0px 30px;
  }
  
  .footer-btm {
    padding: 35px 0px 25px;
  }
  
  .footer-btm p {
    margin-bottom: 0px;
  }
  
  .footer-about p {
    padding-right: 30px;
    color: rgb(132,132,132);
  }
  
  .footer-gallery ul li {
    width: 30%;
    float: left;
    margin: 3px;
  }
  
  .footer-gallery ul li img {
    border-radius: 5px;
  }
  
  .footer-widget .widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
  }
  
  .footer-widget .widget-title:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 2px;
    background: rgb(64,136,88);
  }
  
  .footer-contact ul li {
    line-height: 35px;
    color: rgb(132,132,132);
  }
  
  .footer-contact ul li i {
    margin-right: 10px;
    color: rgb(64,136,88);
  }
  
  .footer-contact ul li a {
    color: rgb(132,132,132);
  }
  
  .footer-contact ul li a:hover {
    padding-left: 10px;
    color: rgb(64,136,88);
  }
  .copyright span{
    color: rgb(132,132,132);
  }
  .copyright-bg {
    background: #f1f6fa;
    padding: 20px 0px;
  }
  
  .footer-btm p {
    color: #333;
  }
  
  .footer-btm-menu a {
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 20px;
    color: rgb(132,132,132);
  }
  
  .footer-btm-menu a:last-child {
    border-left: 1px solid #ddd;
    margin-left: 16px;
  }
  
  .footer-socials{
    margin-top:20px;
  }
  .footer-socials a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f1f6fa;
    display: inline-block;
    border-radius: 100%;
    color: #222;
  }
  
  .footer-socials a:hover {
    color: #fff;
    background: rgb(64,136,88);
  }
  .footer-socials .weixin{
    position: relative;
  }
  .footer-socials .weixin_code{
    display: none;
    position: absolute;
    left: -50px;
    bottom: 42px;
    width: 120px;
    height: auto;
    padding: 10px;
    background: #fff;
  }
  .footer-socials .weixin_code img{
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  .footer-socials .weixin:hover .weixin_code{
    display: block;
  }

  .contact-section {
    padding-bottom: 70px;
  }
  
  .contact-item {
    border: 2px solid #eef2fb;
    padding: 35px 20px;
    text-align: center;
    flex-basis: 33.33%;
    margin: 0px 10px 30px;
    border-radius: 4px;
  }
  
  .contact-item p {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(6,39,138);
  }
  
  .secondary-bg {
    background: #f1f6fa;
  }
  
  .secondary-bg .subheading {
    z-index: 1;
  }
  
  .image-item {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
  }
  
  .image-item:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
    background: rgb(64,136,88);
  }
  
  .image-item:hover:before {
    opacity: .5;
  }
  
  .image-item:hover {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  }
  
  .image-item:hover ul {
    opacity: 1;
  }
  
  .image-info {
    position: relative;
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    border-top: 2px solid rgb(64,136,88);
  }
  
  .image-info h4 {
    margin-bottom: 0px;
    font-size: 20px;
  }
  
  .image-info p {
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(64,136,88);
  }
  
  .image-info ul {
    opacity: 0;
    transition: all .4s;
    position: absolute;
    top: -56px;
    text-align: center;
    left: 0px;
    right: 0px;
  }
  
  .image-info{
    text-align: center;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%);
    color: rgb(64,136,88);
  }
  
  .image-info:hover {
    color: rgb(6,39,138);
    border-color: rgb(64,136,88);
  }
  
  .service-carousel .owl-theme .owl-dots .owl-dot.active span,
  .service-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(64,136,88);
  }
  
  .service-carousel .owl-dots {
    margin-top: 40px;
  }
  
  .service-item.style-2 {
    padding: 30px;
    border: 1px solid #F1F6FC;
  }
  
  .service-item.style-2 .service-img {
    margin-bottom: 25px;
    border: 0px;
    width: 200px;
    height: 200px;
    position: relative;
  }
    
  .client-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .client-wrap .client-img {
    border-radius: 100%;
    overflow: hidden;
    max-width: 70px;
    margin-right: 20px;
    border: 5px solid #fff;
  }
  
  .client-info h6 {
    margin-bottom: 0px;
  }
  
  .client-info p {
    margin-bottom: 0px;
  }
  
  .fixed-btm-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
  }
  
  .fixed-btm-top .scroll-to-top {
    display: inline-block;
    text-align: center;
    height: 50px;
    color: #fff;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    opacity: 0;
    background: rgb(64,136,88);
  }
  
  .fixed-btm-top .scroll-to-top:hover {
    color: #fff;
    background: rgb(64,136,88);
  }
  
  .scroll-to-top.reveal {
    opacity: 1;
    visibility: visible;
  }
  
  .blog-section {
    padding-bottom: 70px;
  }
  
  .blog-post {
    transition: .4s;
    background: #fff;
    margin-bottom: 30px;
    padding: 0;
  }
  
  .blog-post:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
  }
  
  .blog-post:hover .blog-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  
  .blog-post .post-media {
    position: relative;
    transition: .4s;
    overflow: hidden;
  }
  
  .blog-post .post-media img {
    transition: .4s;
    width: 100%;
  }
  
  .blog-post .post-media span {
    position: absolute;
    right: 20px;
    top: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    background: #fff;
    text-align: center;
    font-weight: 500;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    z-index: 2;
  }
  
  .blog-post .post-content {
    padding: 20px 30px 30px 30px;
  }
  
  .blog-post .post-content .post-meta {
    border-bottom: 2px solid #eef2fb;
    padding-bottom: 15px;
  }
  
  .blog-post .post-content .post-meta span {
    margin-right: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6f7172;
    font-size: 12px;
  }
  
  .blog-post .post-content .post-meta span i {
    margin-right: 10px;
    color: #ddd;
  }
  
  .blog-post .post-content .post-title {
    margin: 18px 0px 13px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -.5px;
  }
  
  .blog-post .post-content .btn {
    padding: 13px 30px;
    margin-top: 15px;
  }
  
  .blog-post .post-content .btn:hover {
    background: rgb(64,136,88);
    border-color: rgb(64,136,88);
    color: #fff;
  }
  
  .blog-post:hover h2 {
    color: rgb(64,136,88);
  }
  
  .main-content-area {
    padding: 100px 0px;
  }
  
  .post-bg {
    background: #faf9ff;
    border: 1px solid #eef2fb;
  }
  
  .post-bg .post-content {
    padding: 30px 40px 40px 40px;
  }

  .blog-sidebar .widget {
    padding: 30px;
    background-color: white;
    border: 2px solid #eef2fb;
    border-top-width: 4px;
    margin-bottom: 40px;
    transition: .4s;
  }
  
  .blog-sidebar .widget:hover {
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
    border-top-color: #8fb569;
  }
  
  .blog-sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
  }
  
  .blog-sidebar .widget .widget-title:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #8fb569;
  }
  
  .blog-sidebar .widget ul, .blog-sidebar .widget ol {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0px;
  }
  
  .blog-sidebar .widget.widget_tag_cloud a {
    font-size: 13px;
    background: #f5f5f5;
    padding: 6px 16px;
    text-transform: uppercase;
    color: #333;
    margin: 0px 5px 10px 0px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  
  .blog-sidebar .widget.widget_tag_cloud a:hover {
    color: #fff;
    background: rgb(6,39,138);
  }
  
  .blog-sidebar .widget.widget_search input {
    height: 55px;
    position: relative;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 9px 10px 9px 20px;
    width: 100%;
  }
  
  .blog-sidebar .widget.widget_search form {
    position: relative;
  }
  
  .blog-sidebar .widget.widget_search form button {
    color: #fff;
    padding: 14px 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background: rgb(6,39,138);
    border: 1px solid rgb(6,39,138);
  }
  
  .blog-sidebar .widget.widget_search form button{
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
  }
  
  .blog-sidebar .widget.widget_categories ul li:first-child {
    border-top: 0;
    padding-top: 0;
  }
  
  .blog-sidebar .widget.widget_categories ul li {
    border-top: 1px solid #eaedff;
    padding: 15px 0;
    overflow: hidden;
    text-align: right;
    color: #647589;
  }
  
  .blog-sidebar .widget.widget_categories ul li a {
    display: block;
    color: #647589;
    float: left;
  }
  
  .blog-sidebar .widget.widget_categories ul li a i {
    margin-right: 10px;
  }
  
  .blog-sidebar .widget.widget_categories ul li a:hover {
    color: rgb(6,39,138);
  }

  .recent-posts li {
    clear: both;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }
  
  .recent-posts li:last-child {
    margin-bottom: 0px;
    border: 0px;
  }
  
  .widget-post-thumb {
    max-width: 65px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    float: left;
  }
  .widget-post-body {
    min-height: 65px;
  }
  .widget-post-body h6 {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  
  .widget-post-body span {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
  }
  
  .blog-pagination {
    margin-top: 60px;
  }
  
  .blog-pagination ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    clear: both;
    display: flex;
    align-items: center;
  }
  
  .blog-pagination ul li {
    margin-right: 10px;
  }
  
  .blog-pagination ul li.active a {
    color: #fff;
    background: rgb(6,39,138);
    border-color: rgb(6,39,138);
  }
  
  .blog-pagination ul li a {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    font-weight: 700;
    color: rgb(6,39,138);
  }
  
  .blog-pagination ul li a:hover {
    color: #fff;
    border-color: rgb(6,39,138);
    background: rgb(6,39,138);
  }
  .page-single{
    background: #fff;
    padding:0 20px 20px;
  }
  .post-single h1, .post-single h2, .post-single h3, .post-single h4, .post-single h5, .post-single h6 {
    margin-bottom: 20px;
  }
  
  .post-single img {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  
  .post-single blockquote {
    padding: 40px 30px 40px;
    margin-top: 35px;
    line-height: 1.5;
    font-size: 24px;
    background: #8fb569;
    position: relative;
    padding-left: 120px;
    color: #fff;
  }
  
  .post-single blockquote:after {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    font-size: 60px;
    opacity: 0.3;
    top: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
  }
  
  .post-single blockquote i {
    font-size: 30px;
    display: none;
  }
  
  .post-single blockquote cite {
    display: block;
    font-style: normal;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .post-single .post-meta {
    border-bottom: 2px solid #eef2fb;
    padding-bottom: 15px;
  }
  
  .post-single .post-meta span {
    margin-right: 14px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #6f7172;
    font-size: 12px;
  }
  
  .post-single .post-meta span i {
    margin-right: 10px;
    color: #ddd;
  }

  .blog-footer {
    margin-top: 60px;
  }
  
  .single-tags a {
    display: inline-block;
    padding: 6px 16px;
    margin: 0px 5px;
    border: 2px solid #f0f0f0;
    color: #333;
    border-radius: 5px;
  }
  
  .single-tags a:hover {
    color: #fff;
    background: rgb(64,136,88);
    border-color: rgb(64,136,88);
  }
  
  .post-share a {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    text-align: center;
    padding-top: 12px;
    color: #777;
    display: inline-block;
    border-radius: 100%;
  }
  
  .post-share a:hover {
    color: #fff;
    background: rgb(6,39,138);
  }
    
  .blog-navigation {
    margin: 60px 0px;
    padding: 50px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    clear: both;
  }
  
  .blog-navigation a {
    color: #222;
    font-size: 20px;
  }
  
  .blog-navigation a span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: rgb(6,39,138);
  }
  
  .blog-navigation .next-post {
    text-align: right;
    float: right;
  }
  
  .single-tags {
    margin-bottom: 20px;
  }
  
  .single-tags a {
    margin-bottom: 10px;
  }
  
  .post-share a {
    margin-bottom: 10px;
  }
  
  .subnav {
    position:relative;
    z-index:4;
    background:rgb(236,241,223);
}

.subnav article>ul>li>a {
    font-size: 14px;
    font-size: 15px;
}

.subnav article li.on>a,
.subnav article li.pn>a {
    color: rgb(64,136,88);
}

@media (min-width: 1200px){
  article {
      width: 1200px;
  }
}

@media(min-width:992px) {
  .banner>ol>li:before {
      margin: 5px;
      width: 15px;
      height: 15px;
  }

  .banner>dl {
      visibility: hidden;
      opacity: 0;
      transition: .3s;
  }

  .banner:hover>dl {
      visibility: visible;
      opacity: 1;
  }

  .banner>dl>* {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      transform: rotate(45deg);
      cursor: pointer;
      transition: .3s;
      border-style: solid;
      border-color: rgb(64,136,88);
  }

  .banner>dl>dt {
      left: 30px;
      border-width: 0 0 2px 2px;
  }

  .banner>dl>dd {
      right: 30px;
      border-width: 2px 2px 0 0;
  }

  .banner>dl>dt:hover,
  .banner>dl>dd:hover {
  border-color: rgb(64,136,88);
  }
  .subnav article>ul {
    text-align: center;
    font-size: 0;
  }
  .subnav article>ul>li {
      display: inline-block;
      position: relative;
  }
  .subnav article>ul>li>a {
      display: block;
      padding: 12px 16px;
  }
  .subnav article>ul>li.has>a:after {
      display: inline-block;
      content: '\2228';
      margin-left: 3px;
      transition: transform .3s;
  }
  .subnav article>ul>li.has:hover>a:after {
      transform: rotate(180deg);
  }
  .subnav article>ul>li ul {
      position: absolute;
      left: 100%;
      top: 0;
      width: 140px;
      white-space: nowrap;
      text-align: center;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      transition: .05s;
      transform: scale(0);
      transform-origin: top center;
  }
  .subnav article>ul>li ul ul {
      transform-origin: left center;
  }
  .subnav article>ul>li>ul li.parent {
      display: none;
  }
  .subnav article>ul>li>ul li.right ul {
      left: auto;
      right: 100%;
      transform-origin: right center;
  }
  .subnav article>ul li:hover>ul {
      visibility: visible;
      opacity: 1;
      transition: .3s;
      transform: scale(1);
  }
  .subnav article>ul>li>ul {
      left: 50%;
      top: 100%;
      width: 140px;
      margin-left: -70px;
  }
  .subnav article>ul>li ul {
      box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }
  .subnav article>ul>li ul>li {
      position: relative;
      border-top: 1px dashed #f0f0f0;
  }
  .subnav article>ul>li ul>li:first-child {
      border-top: 0;
  }
  .subnav article>ul>li ul>li>a {
      display: block;
      padding: 8px 0;
      font-size: 14px;
  }
}
@media (max-width: 992px) {
    .navbar {
      padding: 10px 10px;
    }
    .navbar-nav .nav-link {
      padding: 14px 20px;
      border-right: 0px;
    }
    .banner .banner-content h1 {
      font-size: 70px;
    }
    .banner .banner-content p {
      padding-right: 0px;
    }
    .about-info {
      margin-top: 40px;
    }
    .service-item {
      margin-bottom: 65px;
    }
    .about-content {
      margin-top: 40px;
    }
    .deal-info.section-heading {
      padding-left: 0px;
      margin-top: 60px;
    }
    .banner-img img {
      max-width: 100%;
      height: auto;
    }
    .blog-navigation .next-post {
      text-align: left;
      float: none;
      margin-top: 30px;
    }
    .blog-navigation a {
      display: block;
    }
    .border-right {
      border-color: transparent !important;
    }
    .service-item.style-2 {
      margin-bottom: 20px;
    }
  }
  @media(max-width:991px) {
    .header-contact-icon{
      display: none;
    }
    .header-lang-icon .langlist{
      position: static;
    }
    .banner>dl {
        display: none;
    }
  
    .banner>ol>li:before {
        margin: 3px;
        width: 10px;
        height: 10px;
    }
    .page-header {
      padding: 120px 0px 60px;
    }
    .feature-item .feature-img img {
      max-width: 100%;
      display: block;
      margin: 0 auto;
    }
    .subnav article {
      padding: 2px 0 1px 0;
    }
    .subnav article ul {
        overflow: auto;
        white-space: nowrap;
        font-size: 0;
        text-align: center;
    }
    .subnav article ul>li {
        display: inline-block;
        padding: 8px;
    }
    .subnav article>ul>li ul {
        position: absolute;
        background: #fff;
        top: 100%;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
        transform: translateY(-8px);
    }
    .subnav article>ul>li.active {
        background: #fff;
    }
    .subnav article>ul>li.active>ul {
        visibility: visible;
        opacity: 1;
        transform: translateY(-2px);
    }
    .subnav article>ul>li ul>li>a {
        font-size: 14px;
    }
    .subnav article>ul>li>ul li.parent.pn>a {
        color: rgb(132,132,132);
    }
    .subnav ul::-webkit-scrollbar {
        height: 1px;
        background: rgb(236,241,223);
    }
    .subnav ul::-webkit-scrollbar-track-piece {
        height: 1px;
    }
    .subnav ul::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0);
        transition: .2s;
    }
    .subnav ul:hover::-webkit-scrollbar-thumb {
        background: rgb(64,136,88);
    }
    .page-single{
      padding: 10px;
    }
    .page-wrapper{
      padding: 25px 0px;
    }
  }
  @media (max-width: 480px) {
    .site-navigation {
      padding: 20px 10px;
    }
    .navbar-nav .nav-link {
      padding: 14px 20px;
    }
    .banner .banner-content h1 {
      font-size: 35px;
    }
    .banner-btn .btn {
      margin-bottom: 10px;
    }
    .section-heading h2 {
      font-size: 34px;
    }
    .section-heading .subheading {
      font-size: 72px;
      top: -8px;
    }
    .about-info ul li {
      width: 100%;
    }
    .deal-img::before {
      position: relative;
    }
    .deal-info.section-heading h2 {
      font-size: 38px;
    }
    .deal-info.section-heading p {
      padding: 0px;
    }
    .feature-item {
      display: block;
    }
    .feature-item .feature-img {
      margin-bottom: 30px;
      margin-right: 0px;
    }
    .blog-navigation .next-post {
      text-align: left;
      float: none;
      margin-top: 30px;
    }
    .blog-navigation a {
      display: block;
    }
    .border-right {
      border-color: transparent !important;
    }
  }
  