@charset "utf-8";

ul{ margin:0; padding:0;}
A
{
	text-decoration: none;
	color: #333;
}
a, a:after, a:before {
    transition-duration: .2s;
    transition-timing-function: linear;
}
A:hover {
    color: #0073de;
	text-decoration:none;
}

IMG
{
	border: none;
}


/*****************************/
.site-header {
    background-color: white;
    box-shadow: -1px 2px 3px -1px rgb(0 0 0 / 62%);
    padding: 40px 36px;
  
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
    width: 100%;
    will-change: transform;
    z-index: 300;
    position: relative;
}
.site-header .frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-logo {
    width: 22.95%;
}
.header-logo a {
    display: block;
    width: 160px;
}

.menu-toggle {
    background: transparent;
    border: 0;
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    z-index: 100;
}
.nav-toggle {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
    vertical-align: middle;
}
.nav-toggle span:first-child {
    bottom: initial;
    top: 5px;
}

.nav-toggle span {
    background-color: black;
    border-radius: 3px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 8px;
    width: 100%;
    transition: all .25s ease-in-out;
}
.nav-toggle span:nth-child(4) {
    bottom: 0;
}

.main-nav {
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 65.75%;
}
.main-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-nav ul {
    list-style: none;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav>ul>li {
    margin-right: 5%;
}
.main-nav .top-item {
    font-size: 18px;
    font-size: 1.8rem;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}



.subnav {
    position: absolute;
    width: 100%;
    z-index: 2000;
}

.toggle-back {
    background-color: #000;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 9px 20px 8px;
    position: relative;
    z-index: 2;
}

.subnav .column {
    padding: 40px 20px 0;
    width: 100%;
}

.subnav dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.subnav dt {
    margin-right: 20px;
    width: 12.07%;
}
.second-item {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.subnav .hide-on-desktop {
    display: none;
}
.subnav dd {
    margin: 0;
    padding: 0;
    width: 57.19%;
}

.toggle-back {
    background-color: #000;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 9px 20px 8px;
    position: relative;
    z-index: 2;
}

.subnav li {
    margin: 0 0 10px 0;
    padding-right: 10px;
}
.subnav dd a {
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.main-nav li:after {
    border-bottom: 1px solid transparent;
    content: '';
    display: block;
    width: 0;
    transition: all .5s ease;
}

.tool-nav {
    font-size: 12px;
    font-size: 1.2rem;
    float: left;
    text-transform: uppercase;
}
.shej {
    float: left;
}
.tool-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tool-nav li {
    padding: 5px 0;
    margin-left: 15px;
    position: relative;
}
.tool-nav li:hover .lkjisf{
    display: block;
}

.tool-nav a {
    color: #4d4f49;
}

.CoveoSearchInterface {
    background-color: #FFF;
}
.search-assist-menu {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 280px;
}
.site-search {
    position: relative;
}
.global-search {
    border-bottom: 1px solid #4d4f49;
    position: relative;
    width: 280px;
}

.global-search input {
    background: transparent;
    border: 0;
    padding: 5px 0 5px 2px;
    width: 245px;
}
.site-search .coveo-icon::after {
    content: "";
    font-family: icons;
    font-size: 1.8rem;
    left: 0px;
    line-height: 1;
    position: absolute;
    text-indent: 0px;
    top: 0px;
}
.site-search .coveo-icon {
    background-color: transparent;
    border: 0;
    color: #000;
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    text-indent: -999em;
}
.fill
{
	height:750px;
}
.section.usps {
    padding: 80px 0;
}
.section {
    position: relative;
    padding: 50px 0;
}
.section.usps .usp-card {
    margin: 0 10px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 60px;
}

.section.usps .usp-card .usp-icon {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;

}
.section.usps .usp-card .usp-content {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 45px);
    padding-left: 8px;
}
.section.usps .usp-card .usp-content .usp-title {
    margin-bottom: 10px;
    color: #37517e;
    font-size: 20px;
    font-family: IBM Plex Sans,sans-serif;
    font-weight: 600;
}
.section.usps .usp-card .usp-content .usp-subtitle {
    margin: 0;
    max-width: 280px;
    color: #5d7079;
    font-size: 14px;
    font-family: IBM Plex Sans,sans-serif;
}
.senlpro{
    background: #e6e6e6;

}

.titleopl {
    font-size: 40px;
    text-align: center;
    font-weight: bold;

 }
.prolist-pro .itempro{
    display: flex;
    padding-bottom: 100px;
    border-bottom: 1px solid #b7b7b7;
    padding-top: 100px;
}
.imgios  {
    width: 50%;
    margin-left: 25px;
    border: 3px solid #fbdf3e00;
    background: #dbdbdb;
}
.imgios:hover {
    border: 3px solid #fbdf3e;
}

.stsl
{
   border-right: 1px solid #b7b7b7;
}
.indsl {
    width: 50%;
    padding: 35px;
}

.title-op
 {
     color: #023c7e;
    font-size: 65px;
    font-weight: bold;
 }
.p-titp {
    color: #5f5f5f;
    font-size: 20px;
    margin-top: 36px;
}
.a-p-more {
	color: #5f5f5f;
    font-size: 20px;
    margin-top: 35px;
    display: table;
}
.prolist-pro {
    margin-top: 50px;
}
.ikjpro {
    padding-left: 45px;
    padding-top: 15px;

}
.ikjpro h3{
    color: #023c7e;
    font-size: 26px;
    font-weight: bold;
}
.ikjpro p{
    font-size: 20px;
}
.ikehs {
    display: table;
    border: 2px solid #023c7e;
    padding: 15px 25px;
    margin-top: 15px;
    color: #023c7e;
    font-weight: bold;

}

.iokop {
    display: flex;
}
.iokop>div{

}

.iokop .likoisdimgitem{
    width: 50%;
    padding: 35px;
}
.likoisdimgitem img{
	width:100%;
}
.kJBpjM {
    padding-top: 140px;
    padding-bottom: 230px;
}

.kwRGMi {
 
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}

.kcUYST {
    flex: 0 0 50%;
    max-width: 50%;
}

.kcUYST {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.gnIDuA {
    flex: 0 0 50%;
    max-width: 50%;
}

.gnIDuA {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.efvsHd {
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 28px;

    font-weight: 700;
}

.gnIDuA p {
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
}
.eRqLze {
    grid-template-columns: repeat(2, 1fr);
}

.eRqLze {
    margin: 15px 0px 30px;
    display: grid;
    gap: 10px;
}

.jiMATv {
    font-family: UniNeueBold, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding-left: 0px !important;
}
.jiMATv a {
    color: rgb(0, 0, 0);
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    flex-wrap: nowrap;
}
.jiMATv a .icon {
    display: inline-block;
    vertical-align: middle;
}
.jiMATv a .icon + .text {
    margin-left: 10px;
}

.jiMATv a .text {
    display: inline-block;
    vertical-align: middle;
}

.kwRGMi {

    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}

.dhNbpt {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1350px;
    overflow: inherit;
}



.cGPrso {
    position: relative;
    width: 170px;
    height: 95px;
    background: rgba(0, 89, 178, 0.9);
    text-align: center;
    border-radius: 8px;
    margin: 0px 2px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
}

.cGPrso .gatsby-image-wrapper {
    border-radius: 8px;
    opacity: 0.2;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute !important;
}

.hsALOx {
    /* position: absolute; */
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 12;
    width: 100%;
    color: white;
    font-family: UniNeueBold, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 74px;
    padding: 10px;
    white-space: normal;
    background: #0672d145;
    border-radius: 3px;
}


.HeroSection__ServicesWrap-sc-wwsoia-6
 {
 	margin-top:150px;
 
 }
 
 .dhNbpt {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1350px;
    overflow: inherit;
}

.iltVOF h2 {
    max-width: 768px;
    width: 100%;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
}


.cUFmYR {
    font-weight: bold;
    max-width: 100%;
    color: rgb(0, 0, 0);
    text-align: left;
    margin: auto 0px 15px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 56px;
    font-size: 44px;
}
 
 .kZuExJ {
    display: flex;
    position: relative;
    z-index: 1;
}


.csnNHW {
    flex: 1 1 0%;
    position: relative;
    border-bottom: 4px solid rgba(250, 183, 2, 0.2);
    padding: 0px 15px 15px 40px;
}

.fthLyW {
    position: absolute;
    border: 4px solid rgba(250, 183, 2, 0.2);
    border-radius: 50%;
    text-align: center;
    background: white;
    font-family: UniNeueBold, sans-serif;
    font-size: 28px;
    color: rgb(250, 183, 2);
    font-weight: 800;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    bottom: -42px;
}
.csnNHW {
    flex: 1 1 0%;
    position: relative;
    border-bottom: 4px solid rgba(250, 183, 2, 0.2);
    padding: 0px 15px 15px 40px;
}
.Our-top {
    margin-top: 150px;
}


.iltVOF h2 {
    margin-bottom: 60px;
}

.csnNHW {
    padding: 0px 15px 50px 0px;
}

.kZuExJ svg {
    position: absolute;
    bottom: -15px;
    right: 0px;
    width: 40px;
    padding: 5px;
    height: 40px;
    background: white;
}
.csnNHW .h3{
    font-weight: bold;
    display: table;
}

.dfzvQG {
    padding-top: 80px;
    padding-bottom: 80px;
}

.lawHGy {
    padding-left: calc((100% - 1200px) / 2);
}

.gruinq {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%;
    overflow: inherit;
}
.cUFmYR {
    max-width: 100%;
    color: rgb(0, 0, 0);
    text-align: left;
    margin: auto 0px 15px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    position: relative;
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}

.hPlgDi {
  position: relative;
  padding: 10px;
}

.erjAKX {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  cursor: pointer;
  border-radius: 8px;
}
.fsOxhH {
  position: relative;
}
.fsOxhH .gatsby-image-wrapper {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}
.gatsby-image-wrapper img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  padding: 0;
  border-radius: 8px 8px 0 0;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.gatsby-image-wrapper [data-main-image] {
  opacity: 0;
  transform: translateZ(0);
  transition: opacity .25s linear;
  will-change: opacity;
}


.jrceIt {
  padding: 20px;
}
.jrceIt {
  position: relative;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: white;
  color: black;
  padding: 25px 20px;
}
.jrceIt {
  text-align: center;
  color: black;
}

.gFlfsq {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.dsXrBW {
    padding: 0px 50px;
	max-width: 50%;
    flex: 0 0 50%;
}

.fjRqAR {
    max-width: 50%;
    flex: 0 0 50%;
}
.fjRqAR {
    padding: 0px 50px;
}

.dfjpom {
    width: 100%;
    height: auto;
    text-align: center;
}

.gHmHOE {
    border-radius: 10px;
    box-shadow: rgb(187, 189, 183) 0px 0px 4px 0px;
    position: relative;
}

.kOZurk {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
label {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.fjRqAR {
    position: relative;
    width: 100%;
    padding: 15px;
}
.vjs-youtube {
    box-shadow: -2px 3px 9px #888888;
}

.site-footer {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
	    background-color: black;
		padding-bottom: 35px;
}


.footer-brand-family {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;

    padding: 70px 20px 0;
}

.footer-brand-family .narrow {
    width: 100%;
	    margin-bottom: 35px;
}

.ioio{
    width: 100%;
  
    margin: 0 auto !important;
    margin-top: 0px !important;
    background: #2D2D2D !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.foot-main {
    border: none;
    margin: 0 auto;

    padding: 35px 40px 9px;
    background-color: #2D2D2D;
    background-image: url(../images/xundb.png);
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: contain;
}
.foot-main {
height: 343px !important;
}


.site-footer p {
    margin: 0 0 10px 0;
}
.joml
{
    width: 100%;
}
.joml-heading {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #ffdb0a;
    font-size: 1.8rem;
    font-weight: 500;

}
.joml-context {
    width: 74.31%;
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4;
}


.dflex {
    display: flex;
}
.field-section3 {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field-section1 {
    float: left;
    width: 48%;
    margin: 0 0 10px 0;
}

.input-textfield {
    font-size: 1.6rem;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffdb0a;
    color: white;
    padding: 10px 2px;
    width: 100%;
}

.mrg {
    margin: -18px 0 10px 0 !important;
}
.field-section1 {
    float: left;
    width: 48%;
    margin: 0 0 10px 0;
}

.field-section3 {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field-section4 {
    width: 20%;
    margin: 76px 42px 0px -43px;
}

.submit-button {
    float: right;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    background-color: black !important;
    border: 1px solid #ffdb0a !important;
    color: white;
    text-transform: uppercase !important;
    padding: 15px 20px 14px !important;
    transition: all .75s ease;

    line-height: 1;
    text-align: center !important;
    min-width: 0 !important;
}


.pp1 {
    font-size: 13px;

    text-align: center;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}
.optIn {
    text-align: center;
    font-size: 1.6rem;
    /* font-family: "Frutiger", sans-serif; */
    font-family: arial,helvetica,sans-serif;
    color: #b3b3b3;
}
.pp a {
    text-decoration: underline;
    text-decoration-color: blue;
    color: #b3b3b3 !important;
    font-size: 1.6rem;
    font-family: arial,helvetica,sans-serif;
}

.field-section {
    float: left;
    width: 48%;
    margin: 0 0 10px 0%;
}

.footer-main {
    background: #2d2d2d;
    padding-top: 50px;
	padding-bottom: 35px;
    display: inline-block;
    width: 100%;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
	padding-bottom:35px;
}
.footer-main .footer-section .section-title {
    margin: 0 0 15px;
   color: #ffdb0a;
    font-size: 14px;
    font-family: IBM Plex Sans,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.footer-main .footer-section .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-main .footer-section .contact-list li>svg {
    margin-right: 5px;
    color: #37517e;
    font-size: 12px;
}
.footer-main .footer-section .contact-list li>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
	color: #FFFFFF;
    text-decoration: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.footer-main .form-newsletter .form-control {
    padding: 10px 12px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 14px;
}
.input-group-append {
    margin-left: -1px;
}
.footer-main .form-newsletter .btn-primary {
    border-radius: 0!important;
    background: #37517e;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
}
.footer-alternatives {
    margin-top: 30px;
    padding: 15px;
}
.footer-main .footer-end {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #FFFFFF;
}
.footer-main .footer-end p.footer-copyright {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0;
    color: #37517e;
    font-size: 12px;
}
.footer-main .footer-end .horizontal-links-list li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}
.d-none {
    display: none!important;
}
.footer-main .form-newsletter-loader svg {
    color: #009aeb;
    font-size: 30px;
}
.footer-main .footer-section .links-list li{
    margin-bottom: 10px;
}

.footer-main .footer-section .links-list li a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease-in-out;
}
.footer-main .footer-section .links-list li a:hover{

    color: #ffdb15;
}

.input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.footer-main .form-newsletter .custom-control.custom-checkbox .custom-control-label {
    padding-top: 4px;
    color: #5d7079;
    font-size: 12px;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.footer-main .footer-section .footer-address, .footer-main .footer-section [data-name=footer-address] {
    color: #FFFFFF;
    font-size: 12px;
}

.footer-main .footer-end p.footer-copyright {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0;
    color: #FFFFFF;
    font-size: 12px;
}

.form-newsletter p{
	color:#FFFFFF;
}

.cGPrso:hover{
	background-image: none  !important;
}

	.dmWrfq {
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
	}
	
	
	.dmWrfq {
		white-space: nowrap;
		overflow-x: auto;
		padding-top: 30px;
		margin: 0px -2px;
	}
	.iltVOF h2 {
    margin-bottom: 60px;
}

.main-nav .top-item {
    font-size: 18px;
    font-size: 1.5rem;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.dmWrfq {
    position: absolute;
 
    right: 0px;
}

.csnNHW {
    padding: 0px 15px 50px 0px;
}


	.subnav {
    background-color: white;
    height: 0;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    padding: 0 20px;
    transition: all 500ms ease;
	}
	
	.toggle-back {
		display: none;
	}
	
	.subnav * {
		opacity: 0;
		transition: opacity 750ms ease;
	}
	
	.main-nav .top-item:after {
		font-size: 16px;
		font-size: 1.6rem;
		font-family: "icons";
		content: "";
		margin-left: 10px;
		display: inline-block;
		margin-left: 5px;
		transition: all .5s ease;
	}
	.main-nav li:hover {
		cursor: pointer;
	}
	.main-nav li:hover:after {
		border-color: #000;
		width: 100%;
		transition: width .5s ease;
	}

    .subnav.active {
        border-bottom: 10px solid #ffdb0a;
        opacity: 1;
        transition: all 750ms ease;
        z-index: 2100;
        overflow-y: overlay;
        min-height: 550px;
    }
	.subnav.active * {
		opacity: 1;
	}
	
	.subnav .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tool-nav {
    position: relative;
    z-index: 2100;

}

.erjAKX:hover .jrceIt{
	background:#FF9900;
}
.w3l-main-slider {
    z-index: 1;
}

.tool-nav a:hover:after {
    border-color: #000;
    width: 100%;
    transition: width .5s ease;
}

.tool-nav a:after {
    border-bottom: 1px solid transparent;
    content: '';
    display: block;
    width: 0;
    transition: all .5s ease;
}
.footer-main .footer-section
{
    padding-bottom: 35px;
}
.imgios img{
    max-width: 100%;
}

.site-header .header-intro {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 2% 0;
}
.subnav dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
}
.jsdc {
    width: 87%;
}
.subnav dd {
    margin: 0;
    padding: 0;
    width: 33.19%;
    float: left;
    height: 225px;
}
.toggle-back, .site-header .header-intro li {
    display: none;
}

.subnav .column:nth-last-child(1):first-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.site-header .header-intro .header-intro__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.site-header .header-intro .header-intro__img-container {
    width: 29%;
    margin-right: calc(2% * 2);
    margin-bottom: 2%;
    height: auto;
}
.site-header .header-intro .header-intro__content {
    padding-right: calc(2% * 2);
    margin-bottom: 2%;
    width: 66%;
}
.site-header .header-intro .header-intro__content .header-intro__sub-title {
    line-height: 0.9;
    color: #bebab2;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.site-header .header-intro .header-intro__content .header-intro__title {
    margin-top: 0;
    font-weight: 500;
}
.site-header .header-intro .header-intro__content .header-intro__text {
    margin-top: 0;
    margin-bottom: 10px;
}
.btn.transparent, .cookie-alert button.transparent {
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    padding: 10px 20px;
    transition: background-color .5s ease;
}
.site-header .header-intro .header-intro__img-container {
    width: 29%;
    margin-right: calc(2% * 2);
    margin-bottom: 2%;
    height: auto;
}
.site-header .header-intro .header-intro__img-container .header-intro__img {
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.banuys {
    position: absolute;
    bottom: 17%;
    left: 10%;

}
.banuys a{
        color: #FFFFFF;
}
.shej li{
    list-style: none;
    float: left;
    margin-right: 5px;
}
.iumoi {

    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: calc(100% - 22.95%);

    text-transform: uppercase;

}
.shej li span{
    font-size: 25px;
    color: #248afb;
}
.tool-nav ul li svg{
    vertical-align: middle;
    margin-right: 3px;
}
.a-text {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.lkjisf {
    position: absolute;
    top: 0;
    top: 40px;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 2px solid #ffdb0a;
    display: none;
}
.lkjisf li{
    margin-left: 5px;
    border-top: 1px solid #fff;
}
.tool-nav>li:hover .lkjisf{

    display: block;
}

.foot-input {
    margin-bottom: 10px;
}
.html5-muispp {

    position: fixed;
    top: 30%;
    z-index: 9999;
    right: 0;
}
.html5-muispp>ul>li{
    list-style: none;
    margin: 5px;
    background: #f7f7f7;
    padding: 10px;
    margin-right: 0;
    margin-right: -76px;
}
.html5-muispp>ul>li:hover {
    margin-right: 0px;
}

.html5-muispp ul li i{
    font-size: 28px;
}
.sidemenu li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    font-size: 12px;
    float: left;
    margin-top: 4px;
    position: absolute;
    left: 0;
}
.sidemenu li a{
    border-bottom: 1px solid #e6e6e6;
    padding-left: 10px;
}
.cont-ousel{
        min-height: 450px;
}
.csc-header h1{
    margin-top: 0;
}
.liolli {
    width: 33.33%;
    float: left;
}

@media (max-width: 1600px) {

	.hsALOx {
    font-size: 18px;
	}

    .fill {
        height: 630px;
    }

    .site-header .header-intro .header-intro__content .header-intro__title{
        font-size: 15px;
    }
}

@media (max-width: 1441px)
{
    .fill {
        height: 520px;
    }
}


@media (max-width: 1200px)
{


}

@media  (max-width: 960px){

    .header-logo{
        width: 100%;
    }
    .iumoi{
        display: none;
    }
    .main-nav>ul{
        display: table;
    }
    .main-nav{
        width: 100%;
    }
    .subnav dd {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        height: 112px;
    }

    .fill {
        height: 300px;
    }
    .title-op{
        font-size: 18px;
    }
    .iokop{
        display: table;
    }
    .iokop .likoisdimgitem {
        width: 100%;
    }
    .kwRGMi{
        display: table;
    }
    .gnIDuA {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .dsXrBW {
        padding: 0px 50px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .kZuExJ {
        display: table;
    }
    .fthLyW{
        width: 60px;
        height: 60px;
        bottom: -24px;
    }
    .field-section1 , .field-section{
        width: 100%;
    }
    .liolli {
        width: 100%;
    }
	
}


@media (max-width: 768px)
{


}


@media (max-width: 576px)
{


}




