/*@import "https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&family=Source+Sans+Pro:wght@400;600;700;900&display=swap";*/


@import "_bootstrap.min.css";
@import "_font-awesome.css";
@import "_slick.css";
@import "_fancybox.css";
@import "_swiper.css";



@font-face {
     font-family: 'Oswald-Regular';
     src: url('../eot/oswald-regular.eot');
     src: url('../eot/oswald-regulard41d.eot?#iefix') format('embedded-opentype'),
          url('../woff/oswald-regular.woff') format('woff'),
          url('../ttf/oswald-regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal; 
}
@font-face {
     font-family: 'Oswald-Light';
     src: url('../eot/oswald-light.eot');
     src: url('../eot/oswald-lightd41d.eot?#iefix') format('embedded-opentype'),
          url('../woff/oswald-light.woff') format('woff'),
          url('../ttf/oswald-light.ttf') format('truetype');
     font-weight: normal;
     font-style: normal; 
}
@font-face {
     font-family: 'SourceSans-SemiBold';
     src: url('../eot/sourcesans-semibold.eot');
     src: url('../eot/sourcesans-semiboldd41d.eot?#iefix') format('embedded-opentype'),
          url('../woff/sourcesans-semibold.woff') format('woff'),
          url('../ttf/sourcesans-semibold.ttf') format('truetype');
     font-weight: normal;
     font-style: normal; 
}
@font-face {
     font-family: 'SourceSans-Bold';
     src: url('../eot/sourcesans-bold.eot');
     src: url('../eot/sourcesans-boldd41d.eot?#iefix') format('embedded-opentype'),
          url('../woff/sourcesans-bold.woff') format('woff'),
          url('../ttf/sourcesans-bold.ttf') format('truetype');
     font-weight: normal;
     font-style: normal; 
}
@font-face {
     font-family: 'SourceSans-Black';
     src: url('../eot/sourcesans-black.eot');
     src: url('../eot/sourcesans-blackd41d.eot?#iefix') format('embedded-opentype'),
          url('../woff/sourcesans-black.woff') format('woff'),
          url('../ttf/sourcesans-black.ttf') format('truetype');
     font-weight: normal;
     font-style: normal; 
}
@font-face {
     font-family: 'SourceSans-Regular';
     src: url('../eot/sourcesans-regular.eot');
     src: url('../eot/sourcesans-regulard41d.eot?#iefix') format('embedded-opentype'),
          url('../woff/sourcesans-regular.woff') format('woff'),
          url('../ttf/sourcesans-regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal; 
}

body {
    color: #11222C
}

img {
    max-width: 100%;
    height: auto
}

header {
    padding-top: 36px;
    padding-bottom: 35px;
    background: #fff;
    position: relative;
    z-index: 10
}

header .container {
    width: 100%;
    max-width: 1470px
}

header .container .logo {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

header .container .head_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 125px 0 0;
    margin: 0;
    list-style: none;
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

header .container .head_menu.hideplease {
    opacity: 0;
    visibility: hidden
}

header .container .head_menu li {
    margin-left: 52px
}

header .container .head_menu li>a {
    color: #11222C;
    font-size: 16px;
    font-family: 'SourceSans-Regular';
    display: block;
    padding-bottom: 10px
}

header .container .head_menu li>a:hover {
    text-decoration: none
}

header .container .head_menu li.menu-item-has-children {
    position: relative
}

header .container .head_menu li.menu-item-has-children>a {
    display: block;
    padding-right: 27px
}

header .container .head_menu li.menu-item-has-children .caretbox {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0px;
    color: #11222C;
    font-size: 18px;
    -webkit-transition: 300ms;
    transition: 300ms
}

header .container .head_menu li.menu-item-has-children .caretbox i {
    font-family: 'FontAwesome';
}

header .container .head_menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible
}

header .container .head_menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    background: #E87511;
    min-width: 145px;
    -webkit-transition: 300ms;
    transition: 300ms
}

header .container .head_menu li .sub-menu li {
    margin-left: 0
}

header .container .head_menu li .sub-menu li>a {
    color: #fff;
    padding: 5px 15px;
    -webkit-transition: 300ms;
    transition: 300ms
}

header .container .head_menu li .sub-menu li>a:hover {
    background: #f1903b
}

header .container .search_place {
    position: relative
}

header .container .search_place .search_icon {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    margin-right: 0px;
    background: url(../svg/header-search.svg) no-repeat center center
}

header .container .search_place .search_field {
    position: absolute;
    top: -9px;
    right: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

header .container .search_place .search_field input {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #53B1B1;
    padding: 5px
}

header .container .search_place .search_field input:focus {
    outline: none
}

header .container .search_place.active .search_field {
    opacity: 1;
    visibility: visible
}

header .container .search_place.another .search_icon {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-right: 15px
}

header .container .search_place.another .search_field {
    top: -5px;
    right: 45px
}

header .container .lang_select {
    position: relative;
    /*margin-right: 35px;*/
    margin-left: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

header .container .lang_select.hideplease {
    opacity: 0;
    visibility: hidden
}

header .container .lang_select:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../svg/header-globe.svg) no-repeat;
    position: absolute;
    top: 5px;
    left: -3px;
    pointer-events: none
}

header .container .lang_select:after {
    content: "\f107";
    font-family: FontAwesome;
    margin: 1px 0 0 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 3px;
    color: #11222C;
    font-size: 18px;
    pointer-events: none
}

header .container .lang_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 7px 30px;
    font-family: 'SourceSans-Regular';
    font-size: 12px;
    color: #11222C;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    background: transparent
}

header .container .lang_select select:focus {
    outline: none
}

header .container .lang_select select option {
    padding-left: 0px;
    padding-right: 0px
}

header .container .lang_select select::-ms-expand {
    display: none
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 3px 0 0;
    padding: 0px;
    float: right;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    transition-property: opacity,-webkit-filter;
    -webkit-transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 24px
}

.hamburger .hamburger-inner,.hamburger .hamburger-inner:after,.hamburger .hamburger-inner:before {
    background-color: #2d3a42;
    position: absolute;
    width: 28px;
    height: 3px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    position: absolute;
    width: 28px;
    height: 3px;
    border-radius: 5px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.hamburger-inner {
    top: 50%;
    display: block
}

.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in
}

.hamburger-inner:before {
    top: -8px
}

.hamburger-inner:after {
    bottom: -8px
}

.hamburger-inner:after,.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 0.1s ease-out,-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transition: bottom 0.1s ease-out,-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.big_intro {
    position: relative;
    padding-top: 5%;
    padding-bottom: 144px;
    color: #fff
}

.big_intro.has_bread {
    padding-top: 35px
}

.big_intro .big_intro_desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.big_intro .container {
    width: 100%;
    max-width: 1470px;
    z-index: 3;
    position: relative
}

.big_intro .label {
    font-family: 'SourceSans-Black';
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 11px;
    text-transform: uppercase;
    letter-spacing: 1.1px
}

.big_intro h1 {
    font-family: 'Oswald-Regular';
    font-size: 76px;
    line-height: 90px;
    margin-bottom: 61px
}

.big_intro p {
    font-family: 'Oswald-Light';
    font-size: 35px;
    line-height: 45px;
}

.big_intro p:last-of-type {
    margin-bottom: 62px
}

.breadcrumbs {
    margin-bottom: 20px;
    min-height: 18px
}

.breadcrumbs ol,.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs ol li,.breadcrumbs ul li {
    font-family: 'SourceSans-Regular';
    font-size: 12px
}

.breadcrumbs ol li a,.breadcrumbs ul li a {
    color: #fff
}

.breadcrumbs ol li:after,.breadcrumbs ul li:after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.breadcrumbs ol li:last-child:after,.breadcrumbs ul li:last-child:after {
    display: none
}

.res-top ul li,.res-top ul li a {
    color: #000000
}

.button:hover {
    text-decoration: none
}

.page_wrap {
    overflow: hidden
}

.home_counts {
    padding-top: 104px;
    padding-bottom: 128px;
    font-family: 'SourceSans-Regular';
    font-size: 20px;
    position: relative
}

.home_counts .home_counts_svg {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.home_counts .home_counts_svg svg {
    max-width: 100%;
    height: auto
}

.home_counts .home_counts_label {
    font-size: 30px;
    font-family: 'Oswald-Regular';
    margin-bottom: 12px
}

.home_counts .container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

.home_counts p.lead {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 7px
}

.home_counts h3 {
    font-family: 'Oswald-Regular';
    font-size: 74px;
    color: #53B1B1;
    margin-bottom: 6px
}

.home_counts .home_counts_icon {
    margin-right: 20px;
    padding-top: 15px
}

.home_counts .home_counts_row {
    padding-top: 104px
}

.home_counts .home_counts_dec {
    position: absolute;
    bottom: -51px;
    right: 0px;
    width: 370px;
    height: 379px;
    background: url(../png/homedec_1.png) no-repeat
}

.services_home {
    padding-bottom: 133px
}

.services_home .container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

.services_home h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px
}

.services_home p.lead {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald-Light';
}

.services_home .lead_img {
    padding-top: 57px;
    margin-bottom: 48px
}

.services_home .lead_img img {
    border-radius: 12px
}

.services_home .service_home_box {
    padding: 46px 50px;
    margin-bottom: 30px;
    background: #F3F5F7;
    border-radius: 12px
}

.services_home .service_home_box h3 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 23px
}

.services_home .service_home_box p {
    font-size: 16px;
    font-family: 'SourceSans-Regular';
    line-height: 24px;
    margin-bottom: 27px
}

.services_home .services_home_content {
    position: relative;
    z-index: 2
}

.services_home .services_home_dec {
    position: absolute;
    bottom: -160px;
    right: 453px;
    z-index: 1;
    width: 878px;
    height: 376px;
    background: url(../png/homedec_1.png) no-repeat
}

.readmore {
    display: inline-block!important;
    vertical-align: top;
    position: relative;
    padding-right: 33px;
    color: #11222C;
    font-family: 'SourceSans-SemiBold';
    font-size: 20px
}

.readmore:after {
    content: "";
    background: url(../svg/read_arrow.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.readmore:hover {
    text-decoration: none;
    color: #11222C
}

.readmore:hover:after {
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px)
}

.tech_home {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    padding-bottom: 98px;
    position: relative
}

.tech_home .tech_svg {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 1;
    max-width: 320px;
    pointer-events: none
}

.tech_home .tech_svg svg {
    max-width: 100%;
    height: auto
}

.tech_home .tech_svg_2 {
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: -811px;
    pointer-events: none
}

.tech_home .tech_svg_2 svg {
    max-width: 100%;
    height: auto
}

.tech_home .container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.tech_home h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px;
    margin-top: 8px
}

.tech_home p.lead {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald-Light';
}

.tech_home p {
    margin-bottom: 20px
}

.tech_home .tech_home_img {
    margin-bottom: 35px
}

.tech_home .tech_home_img img {
    border-radius: 12px
}

.tech_home .tech_home_txt {
    margin-left: 140px;
    max-width: 535px;
    padding-top: 60px;
    font-family: 'Oswald-Light';
    font-size: 24px
}

.tech_home .tech_home_txt ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style: none;
    padding: 0;
    margin: 0 0 31px
}

.tech_home .tech_home_txt ul li {
    margin-bottom: 28px
}

.tech_home .tech_home_txt ul li a {
    color: #6A737B;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 300
}

.tech_home .tech_home_txt ul li a:hover {
    text-decoration: none
}

.tech_home .tech_home_txt ul li a:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E87511;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 0
}

.tech_home .tech_home_txt ul li a.active {
    text-decoration: none;
    color: #11222C;
    font-family: 'Oswald-Regular';
}

.tech_home .tech_home_txt ul li a.active:before {
    opacity: 1
}

.tech_home .tech_tab {
    display: none
}

.slider,.slider2 {
    border-radius: 12px;
    overflow: hidden
}

.slider .item,.slider2 .item {
    background: #F3F5F7
}

.slider .item .item_txt,.slider2 .item .item_txt {
    padding: 28px 30px 30px
}

.slider .item .item_txt h4,.slider2 .item .item_txt h4 {
    font-size: 24px;
    font-family: 'Oswald-Regular';
    margin-bottom: 12px
}

.slider .item .item_txt .button,.slider2 .item .item_txt .button {
    width: 100%;
    text-align: center
}

.slider .item .item_txt p,.slider2 .item .item_txt p {
    font-size: 16px;
    margin-bottom: 30px
}

.pagingInfo {
    width: 100px;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 40px auto
}

.pagingInfo .paging_arrows,.pagingInfo .paging_arrows_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagingInfo .paging_arrows .slick-arrow,.pagingInfo .paging_arrows_2 .slick-arrow {
    text-indent: -9999px;
    background: url(../svg/read_arrow.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    border: 0
}

.pagingInfo .paging_arrows .slick-arrow:focus,.pagingInfo .paging_arrows_2 .slick-arrow:focus {
    outline: none
}

.pagingInfo .paging_arrows .slick-arrow.slick-prev,.pagingInfo .paging_arrows_2 .slick-arrow.slick-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.home_blue {
    background: #53b1b1;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 49px;
    color: #fff;
    position: relative;
    overflow: hidden
}

.home_blue h2 {
    font-family: 'SourceSans-Black';
    text-transform: uppercase;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1px;
    margin-bottom: 55px
}

.home_blue .container {
    max-width: 1266px;
    position: relative
}

.home_blue .home_partners_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 46px
}

.home_blue .slick-arrow {
    text-indent: -9999px;
    background: url(../svg/white_arrow.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    border: 0;
    cursor: pointer;
    margin-left: 20px
}

.home_blue .slick-arrow:focus {
    outline: none
}

.home_blue .slick-arrow.slick-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.home_blue .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home_blue .home_partners .item {
    padding-left: 22px;
    padding-right: 22px
}

.home_blue .home_partners .item img {
    max-width: 100%;
    height: auto
}

.home_staff {
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative
}

.home_staff .home_staff_dec {
    position: absolute;
    right: 300px;
    top: -180px;
    background: url(../png/homedec_1.png) no-repeat;
    width: 878px;
    height: 376px
}

.home_staff .home_staff_svg {
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 42%;
    pointer-events: none
}

.home_staff .home_staff_svg svg {
    max-width: 100%;
    height: auto
}

.home_staff>.container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

.home_staff h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px;
    margin-top: 8px
}

.home_staff p.lead {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald-Light';
    margin-bottom: 0
}

.home_staff .res-post-sec {
    padding-top: 63px;
    position: relative;
    z-index: 2
}

.res-post-sec .res-post__item:hover .readmore:after {
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px)
}

.home_sustain {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.home_sustain .home_sustain_dec {
    position: absolute;
    bottom: -200px;
    right: 0px;
    width: 848px;
    height: 376px;
    background: url(../png/homedec_2.png) no-repeat
}

.home_sustain .lead_dec {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 42%;
    border-radius: 0 12px 150px 0
}

.home_sustain .container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

.home_sustain .container img {
    border-radius: 12px
}

.home_sustain h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px;
    margin-top: 8px
}

.home_sustain p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'SourceSans-Regular';
    margin-bottom: 30px
}

.home_sustain p.lead {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald-Light';
}

.home_sustain .home_sustain_img {
    position: relative;
    padding-top: 40px
}

.home_sustain .home_sustain_img .lead_dec {
    width: auto;
    left: -36px;
    right: -36px;
    height: 60%
}

.home_sustain .home_sustain_img img {
    position: relative;
    z-index: 2
}

.home_sustain .map_wrap {
    max-width: 806px
}

.home_sustain .sustain_count_row {
    padding-top: 60px;
    max-width: 430px
}

.home_sustain .locations_txt {
    max-width: 550px
}

.home_sustain .sustain_count {
    font-size: 20px;
    font-family: 'SourceSans-Regular';
    margin-bottom: 60px
}

.home_sustain .sustain_count .number {
    font-size: 74px;
    font-family: 'Oswald-Regular';
    color: #53B1B1
}

.home_sustain .home_sustain_svg {
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 26%
}

.home_sustain .home_sustain_svg svg {
    max-width: 100%;
    height: auto
}

.home_careers {
    padding-top: 97px;
    position: relative
}

.home_careers>.container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

.home_careers h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px;
    margin-top: 8px
}

.home_careers p.lead {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald-Light';
    margin-bottom: 0
}

.home_careers .home_careers_rows .home_careers_row {
    margin-bottom: 80px
}

.home_careers .home_careers_rows .home_careers_row:first-of-type {
    padding-top: 63px
}

.home_careers .home_careers_rows .container {
    width: 100%;
    max-width: 1190px
}

.home_careers .home_careers_rows img {
    border-radius: 12px
}

.home_careers .home_careers_rows h3 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 23px;
    margin-bottom: 30px
}

.home_careers .home_careers_rows p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'SourceSans-Regular';
    margin-bottom: 30px
}

.home_careers .home_careers_rows .home_careers_txt {
    max-width: 495px
}

.home_careers .home_careers_svg {
    position: absolute;
    top: 450px;
    left: 0
}

.home_careers .home_careers_svg svg {
    max-width: 100%;
    height: auto
}

.home_careers+.home_staff {
    padding-top: 60px
}

.home_careers+.home_staff .res-post-sec .res-post {
    padding-bottom: 62px
}

.res-form-sec {
    position: relative;
    z-index: 2
}

footer {
    padding-top: 61px;
    overflow: hidden
}

footer .container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

footer .footer_top {
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 58px;
    margin-bottom: 66px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer h4 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-bottom: 34px
}

footer ul {
    padding: 0;
    margin: 0 0 60px;
    list-style: none;
    font-family: 'SourceSans-Regular';
}

footer ul li {
    margin-bottom: 15px
}

footer ul li a {
    color: #11222C;
    -webkit-transition: 300ms;
    transition: 300ms
}

footer ul li a:hover {
    text-decoration: none;
    color: #E87511
}

footer ul.bottommenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    margin-bottom: 0
}

footer ul.bottommenu li {
    margin-right: 16px;
    position: relative
}

footer ul.bottommenu li:after {
    content: "|";
    font-family: 'SourceSans-Regular';
    position: absolute;
    top: 0;
    right: -9px
}

footer ul.bottommenu li:last-child:after {
    display: none
}

footer ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

footer ul.social li {
    margin-bottom: 0;
    margin-left: 15px
}

footer ul.social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid #E87511;
    color: #E87511
}

footer ul.social li a i {
    font-size: 14px
}

.foot_totop {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 42px;
    height: 42px;
    background: url(../svg/gototop.svg) no-repeat;
    margin-top: 9px
}

.footer_bottom {
    font-family: 'SourceSans-Regular';
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 50px
}

.res-faq-sec {
    position: relative
}

.res-faq-sec .res-faq-item .card {
    border: 0
}

.res-faq-sec .faq_dec {
    position: absolute;
    top: -148px;
    right: 0px;
    height: 357px;
    width: 392px;
    background: url(../png/tech_dec.png) no-repeat
}

.tech_videosec {
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative
}

.tech_videosec .tech_videosec_svg {
    position: absolute;
    top: 235px;
    left: 0
}

.tech_videosec .tech_videosec_svg svg {
    max-width: 100%;
    height: auto
}

.tech_videosec .container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

.tech_videosec .container img {
    border-radius: 12px
}

.tech_videosec .video {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.tech_videosec .video:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #11222C;
    opacity: 0.1
}

.tech_videosec .video:after {
    content: "";
    width: 139px;
    height: 139px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../svg/videoplay.svg) no-repeat;
    background-size: contain
}

.tech_videosec h1,.tech_videosec h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px
}

.tech_videosec h3 {
    font-family: 'Oswald-Regular';
}

.tech_videosec p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
}

.tech_benefits {
    position: relative;
    padding-bottom: 166px
}

.tech_benefits .tech_dec {
    position: absolute;
    top: -148px;
    right: 0px;
    height: 357px;
    width: 452px;
    background: url(../png/tech_dec.png) no-repeat
}

.tech_benefits .tech_benefits_svg {
    position: absolute;
    top: 358px;
    left: 0
}

.tech_benefits .container {
    width: 100%;
    max-width: 1440px;
    position: relative;
    z-index: 2;
    padding-top: 4%;
    background: #F3F5F7;
    border-radius: 12px;
    padding-bottom: 3%;
    position: relative
}

.tech_benefits h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px
}

/*
.tech_benefits p.lead {
    font-size: 36px;
    line-height: 46px;
    font-family: "Oswald",sans-serif;
    font-weight: 300
}
*/

.tech_benefits .tech_benefits_text {
    max-width: 470px
}

.tech_benefits .benefit_list {
    padding: 0;
    margin: 5% 0 0 0;
    list-style: none;
    /*-webkit-columns: 2;*/
    /*-moz-columns: 2;*/
    /*columns: 2;*/
}

.tech_benefits .benefit_list li {
    margin-bottom: 20px
}

.tech_benefits .benefit_list .benefit_txt {
    padding-left: 18px;
    font-size: 16px;
    max-width: 356px;
    min-height: 140px;
}

.tech_benefits .benefit_list .benefit_txt h4 {
    font-family: 'Oswald-Regular';
    font-size: 30px
}

.amazing_scroll {
    position: relative;
    margin-bottom: 100px;
    position: relative;
    z-index: 2
}

.amazing_scroll .amazing_row_svg_1 {
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 370px;
    max-width: 340px
}

.amazing_scroll .amazing_row_svg_1 svg {
    max-width: 100%;
    height: auto
}

.amazing_scroll .amazing_row_svg_2 {
    position: absolute;
    left: 0;
    bottom: -100px;
    max-width: 340px
}

.amazing_scroll .amazing_row_svg_2 svg {
    max-width: 100%;
    height: auto
}

.amazing_scroll .amazing_box {
    margin-bottom: 60px
}

.amazing_scroll .amazing_box .amazing_img {
    margin-bottom: 23px
}

.amazing_scroll .amazing_box .amazing_img img {
    border-radius: 12px
}

.amazing_scroll .amazing_box h4 {
    font-family: 'Oswald-Regular';
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px
}

.amazing_scroll .amazing_box p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
}

.amazing_scroll .amazing_box .button {
    width: 100%
}

.amazing_scroll .amazing_scroll_dec {
    position: absolute;
    bottom: -200px;
    left: 0px;
    height: 357px;
    width: 765px;
    background: url(../png/tech_dec2.png) no-repeat right top;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.amazing_scroll.show1200 .container {
    overflow: hidden
}

.amazing_scroll h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px
}

.amazing_scroll p.lead {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald-Light';
}

.amazing_scroll .slider,.amazing_scroll .slider2 {
    border-radius: 0
}

.amazing_scroll .slider img,.amazing_scroll .slider2 img {
    border-radius: 12px 12px 0 0;
    width: 100%
}

.amazing_scroll .slider .item,.amazing_scroll .slider2 .item {
    padding-left: 8px;
    padding-right: 8px;
    background: transparent
}

.amazing_scroll .slider .item .item_txt,.amazing_scroll .slider2 .item .item_txt {
    background: #F3F5F7;
    border-radius: 0 0 12px 12px
}

.amazing_scroll .container {
    position: relative;
    max-width: 1440px
}

.amazing_scroll .container .amazing_body {
    padding-top: 200px
}

.amazing_scroll .container .amazing_body .amazing_body_line {
    padding-top: 150px;
    padding-bottom: 150px;
    opacity: 0;
    pointer-events: none
}

.amazing_scroll .container .amazing_list_col {
    position: sticky;
    top: 66px;
    left: 0
}

.amazing_scroll .container .amazing_list {
    padding-top: 60px;
    padding-left: 140px;
    padding-bottom: 140px
}

.amazing_scroll .container .amazing_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.amazing_scroll .container .amazing_list ul:before {
    content: "";
    width: 1px;
    background: #6A737B;
    position: absolute;
    top: 20px;
    left: 5px;
    bottom: 20px
}

.amazing_scroll .container .amazing_list ul li {
    margin-top: 15px;
    margin-bottom: 15px
}

.amazing_scroll .container .amazing_list ul li a {
    font-family: 'Oswald-Light';
    color: #6A737B;
    font-size: 24px;
    -webkit-transition: 300ms;
    transition: 300ms;
    position: relative;
    display: block;
    padding-left: 70px
}

.amazing_scroll .container .amazing_list ul li a:after {
    content: "";
    position: absolute;
    top: 52%;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 5px solid #E87511;
    background: #fff;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translateY(-50%) scale(0.3);
    transform: translateY(-50%) scale(0.3)
}

.amazing_scroll .container .amazing_list ul li a.active {
    padding-left: 35px;
    font-family: 'Oswald-Regular';
    color: #11222C
}

.amazing_scroll .container .amazing_list ul li a.active:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.amazing_scroll .amazing_side_holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%
}

.amazing_scroll .amazing_side {
    position: sticky;
    top: 0;
    height: 100vh
}

.amazing_scroll .amazing_side .amazing_side_image.active{
    opacity: 1;
}
.amazing_scroll .amazing_side .amazing_side_image {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.amazing_scroll .amazing_side .amazing_side_image img {
    border-radius: 12px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.amazing_scroll .amazing_info {
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    background: #F3F5F7;
    -webkit-box-shadow: 8px 8px 14px rgba(0,0,0,0.09);
    box-shadow: 8px 8px 14px rgba(0,0,0,0.09);
    border-radius: 12px;
    max-width: 528px;
    padding: 56px;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 16px;
    pointer-events: none
}

.amazing_scroll .amazing_info.active {
    opacity: 1;
    pointer-events: auto
}

.amazing_scroll .amazing_info.inline {
    opacity: 1;
    pointer-events: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    padding: 36px
}

.amazing_scroll .amazing_info h3 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    padding-top: 7px;
    margin-bottom: 15px
}

.amazing_scroll .amazing_info p {
    margin-bottom: 30px
}

.map_wrap {
    position: relative;
    height: 531px;
    border-radius: 8px;
    overflow: hidden
}

.map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.z2 {
    position: relative;
    z-index: 2
}

.car-sing-why-sec .car-sing-why-wrap.transparent {
    background: transparent
}

.car-sing-why-sec .car-sing-why-wrap.transparent .car-sing-why {
    padding-top: 80px
}

.res-faq h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px
}

.res-faq-sec .res-faq .alm-btn-wrap .alm-load-more-btn {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    background: transparent;
    border: 0;
    cursor: pointer
}

.faq_load_more,.res-faq-sec .res-faq .alm-btn-wrap {
    margin-top: 56px;
    text-align: center
}

.cont-form-sec .cont-form input+.wpcf7-not-valid-tip {
    margin-bottom: 20px;
    display: block;
    margin-top: -15px
}

.cont-form-sec.default {
    padding-top: 100px
}

.cont-form-sec.default h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 70px
}

.cont-form-sec.default .container {
    width: 100%;
    max-width: 1440px
}

.cont-form-sec.default .cont-form {
    max-width: 1364px;
    margin: 0 auto
}

.cont-form-sec.default .row {
    margin-right: -15px;
    margin-left: -15px
}

.cont-form-sec.dark,.cont-form-sec.green {
    background: #11222C;
    color: #fff;
    padding-top: 100px
}

.cont-form-sec.dark h2,.cont-form-sec.green h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 70px
}

.cont-form-sec.dark .row,.cont-form-sec.green .row {
    margin-right: -15px;
    margin-left: -15px
}

.cont-form-sec.dark .container,.cont-form-sec.green .container {
    width: 100%;
    max-width: 1440px
}

.cont-form-sec.dark .cont-form input,.cont-form-sec.dark .cont-form textarea,.cont-form-sec.green .cont-form input,.cont-form-sec.green .cont-form textarea {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.cont-form-sec.dark .cont-form,.cont-form-sec.green .cont-form {
    max-width: 1364px;
    margin: 0 auto
}

.cont-form-sec.dark .cont-form ::-webkit-input-placeholder,.cont-form-sec.green .cont-form ::-webkit-input-placeholder {
    color: #fff
}

.cont-form-sec.dark .cont-form :-moz-placeholder,.cont-form-sec.green .cont-form :-moz-placeholder {
    color: #fff
}

.cont-form-sec.dark .cont-form ::-moz-placeholder,.cont-form-sec.green .cont-form ::-moz-placeholder {
    color: #fff
}

.cont-form-sec.dark .cont-form :-ms-input-placeholder,.cont-form-sec.green .cont-form :-ms-input-placeholder {
    color: #fff
}

.cont-form-sec.dark .cont-form select,.cont-form-sec.green .cont-form select {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.cont-form-sec.dark .cont-form select option,.cont-form-sec.green .cont-form select option {
    color: #11222C
}

.cont-form-sec.dark .cont-form .sel-box:before,.cont-form-sec.green .cont-form .sel-box:before {
    background: transparent;
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    top: 12px
}

.cont-form-sec.green {
    background: #2A5959
}

.car-sing-why-sec {
    position: relative
}

.car-sing-why-sec .why_dec {
    position: absolute;
    top: -248px;
    right: 0px;
    height: 357px;
    width: 352px;
    background: url(../png/tech_dec2.png) no-repeat
}

.stories_carousel_sec .container .stories_carousel_holder .stories_carousel .slick-active.slick-center+.slick-slide {
    opacity: 0.2
}

.stories_carousel_sec {
    padding-top: 40px;
    position: relative
}

.stories_carousel_sec .stories_svg {
    position: absolute;
    top: 180px;
    left: 0;
    pointer-events: none
}

.stories_carousel_sec .stories_svg svg {
    max-width: 100%;
    height: auto
}

.stories_carousel_sec .container_first {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

.stories_carousel_sec h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 80px
}

.stories_carousel_sec .item {
    padding-left: 14px;
    padding-right: 14px
}

.stories_carousel_sec .item .carousel_box {
    background: #F3F5F7;
    border-radius: 12px;
    padding: 104px 89px 50px 50px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'SourceSans-Regular';
    position: relative
}

.stories_carousel_sec .item .carousel_box:before {
    content: "";
    width: 30px;
    height: 25px;
    background: url(../svg/quote.svg) no-repeat;
    position: absolute;
    top: 50px;
    left: 50px
}

.stories_carousel_sec .item .carousel_box p:last-child {
    margin-bottom: 0
}

.stories_carousel_sec .item .carousel_box .man_row {
    padding-top: 50px;
    font-size: 16px;
    text-transform: uppercase
}

.stories_carousel_sec .item .carousel_box .man_row img {
    border-radius: 100%;
    margin-right: 20px
}

.stories_carousel_sec .item .carousel_box .man_row h4 {
    font-family: 'SourceSans-Bold';
    font-size: 16px;
    color: #53B1B1;
    margin-bottom: 5px
}

.stories_carousel_sec .stories_carousel_nav {
    text-align: right;
    padding-top: 40px;
    overflow: hidden
}

.stories_carousel_sec .stories_carousel_nav .slick-arrow {
    text-indent: -9999px;
    background: url(../svg/read_arrow.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    border: 0;
    cursor: pointer
}

.stories_carousel_sec .stories_carousel_nav .slick-arrow:focus {
    outline: none
}

.stories_carousel_sec .stories_carousel_nav .slick-arrow.slick-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 30px
}

.res-form-sec .mc4wp-form-fields input[type=email]:focus,.res-form-sec .mc4wp-form-fields input[type=text]:focus {
    outline: none
}

.res-form-sec .mc4wp-form-fields input[type=email],.res-form-sec .mc4wp-form-fields input[type=text] {
    display: block;
    width: 100%;
    font-family: 'Oswald-Light';
    font-size: 30px;
    height: 45px;
    color: #fff;
    background-color: transparent;
    border: none;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.3)
}

.res-form-sec .mc4wp-form-fields input[type=text] {
    width: 100%
}

.res-form-sec .mc4wp-form-fields input[type=submit] {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    width: 152px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #E87511;
    border-radius: 4px;
    background-color: #E87511;
    cursor: pointer;
    color: #11222C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 100px
}

.res-form-sec .mc4wp-form-fields input[type=submit]:hover {
    color: #E87511;
    background-color: #11222C
}

@media (max-width: 1300px) {
    .res-form-sec .mc4wp-form-fields {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .res-form-sec .mc4wp-form-fields input[type=email] {
        display: block;
        margin-right: 60px;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 767px) {
    .res-form-sec .mc4wp-form-fields {
        display:block
    }

    .res-form-sec .mc4wp-form-fields input[type=email] {
        margin-bottom: 40px;
        font-size: 25px;
        line-height: 25px
    }

    .res-form-sec .mc4wp-form-fields input[type=submit] {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
}

.res-form-sec .mc4wp-form-fields ::-webkit-input-placeholder {
    color: #fff
}

.res-form-sec .mc4wp-form-fields :-moz-placeholder {
    color: #fff
}

.res-form-sec .mc4wp-form-fields ::-moz-placeholder {
    color: #fff
}

.res-form-sec .mc4wp-form-fields :-ms-input-placeholder {
    color: #fff
}

.res-form-sec .res-form__right .mc4wp-success p {
    font-weight: 300;
    font-size: 18px;
    padding: 15px 0;
    color: #91d991
}

.res-faq-sec .res-faq-item .card-body p {
    border: 0
}

.res-faq-sec .res-faq-item .card-body p:last-child {
    margin-bottom: 0
}

.res-faq-sec .res-faq .alm-btn-wrap .alm-load-more-btn.done {
    opacity: 0
}

.button.black:hover {
    color: #11222C;
    background-color: transparent;
    text-decoration: none
}

.button.black {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #11222C;
    border-radius: 4px;
    background-color: #11222C;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px 20px
}

.car-who-sec .car-who__right-item a {
    display: inline-block!important;
    vertical-align: top
}

.res-top-sec+.cont-form-sec {
    padding-top: 0
}

.tech_home+.home_staff {
    padding-top: 0
}

.home_blue+.home_sustain {
    margin-top: 155px
}

.home_sustain.locations+.tech_benefits,.home_sustain.locations+.tech_home {
    margin-top: 140px;
}

.tech_benefits+.home_staff {
    padding-top: 0
}

.res-awards-sec.blue {
    background-color: #0b81d5;
    padding-top: 100px;
    color: #fff
}

.res-awards-sec.blue .res-awards__left-item h5 {
    color: #fff
}

.cont-form-sec.contaction {
    padding-top: 70px;
    padding-bottom: 100px
}

.cont-form-sec.contaction h2 {
    margin-bottom: 25px
}

.cont-form-sec.contaction p {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Oswald-Light';
}

.cont-form-sec.contaction .button {
    margin-top: 30px
}

.tech_videosec+.car-exp-vis .car-vision {
    padding-top: 0
}

.latest_job_place {
    max-width: 815px
}

.car-vision-sec.car-exp-vis+.car-vision-sec .car-vision {
    padding-top: 0
}

.car-slider-sec .slider__item-box img:first-child {
    margin-bottom: 25px
}

.home_staff+.res-awards-sec {
    padding-top: 60px
}

.double_action .container {
    width: 100%;
    max-width: 1470px;
    position: relative;
    z-index: 2
}

.double_action .action_box {
    background: #2A5959;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 105px;
    margin-bottom: 20px
}

.double_action .action_box h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 23px
}

.double_action .action_box p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 48px
}

.double_action .newslet_box {
    background: #11222C;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    padding: 105px 84px;
    margin-bottom: 20px
}

.double_action .newslet_box h2 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 40px
}

.double_action .newslet_box .mc4wp-form-fields>.row>.col-lg-8,.double_action .newslet_box .mc4wp-form-fields>.row>.col-lg-auto {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.double_action .newslet_box input[type=email]:focus,.double_action .newslet_box input[type=text]:focus {
    outline: none
}

.double_action .newslet_box input[type=email],.double_action .newslet_box input[type=text] {
    display: block;
    width: 100%;
    font-family: 'Oswald-Light';
    font-size: 22px;
    height: 45px;
    color: #fff;
    background-color: transparent;
    border: none;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.3)
}

.double_action .newslet_box input[type=text] {
    width: 100%
}

.double_action .newslet_box input[type=submit] {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    width: 152px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #E87511;
    border-radius: 4px;
    background-color: #E87511;
    cursor: pointer;
    color: #11222C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px
}

.double_action .newslet_box input[type=submit]:hover {
    color: #E87511;
    background-color: #11222C
}

.esg-sec .esg-wrap .esg-wrap-bg {
    border-radius: 0 12px 150px 0
}

.esg-mob-sec+.double_action {
    margin-top: 97px
}

.tech_benefits+.home_counts {
    padding-top: 0
}

.default_page_content {
    padding-bottom: 170px
}

.default_page_content .container {
    max-width: 1050px;
    position: relative;
    z-index: 3
}

.default_page_content .container .default_page_txt {
    max-width: 1088px
}

.default_page_content .container .default_page_txt ol,.default_page_content .container .default_page_txt p,.default_page_content .container .default_page_txt ul {
    font-size: 18px;
    font-family: 'SourceSans-Regular';
    line-height: 26px;
    margin-bottom: 20px
}

.default_page_content .container .default_page_txt ul {
    padding: 0;
    margin: 0 0 35px;
    list-style: none
}

.default_page_content .container .default_page_txt ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px
}

.default_page_content .container .default_page_txt ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #11222C;
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: 0
}

.default_page_content .container .default_page_txt h1,.default_page_content .container .default_page_txt h2 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    margin-bottom: 30px
}

.default_page_content .container .default_page_txt h3,.default_page_content .container .default_page_txt h4,.default_page_content .container .default_page_txt h5 {
    font-family: 'Oswald-Regular';
}

.defaulp_dec {
    position: absolute;
    top: 210px;
    right: 0;
    width: 878px;
    height: 376px;
    background: url(../png/homedec_3.png) no-repeat;
    z-index: 2
}

.defaulp_svg {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 1;
    max-width: 757px
}

.defaulp_svg svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    max-width: 100%;
    height: auto
}

.res-top-sec.defaultp .res-top {
    padding-bottom: 35px
}

.error404 header,.page-template-default header,.search-results header {
    border-bottom: 1px solid #BEBEBE
}

.search_formpage {
    max-width: 259px;
    position: relative
}

.search_formpage .search_icon {
    border: 0;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 11px;
    right: 0;
    background: url(../svg/header-search.svg) no-repeat center center;
    cursor: pointer
}

.search_formpage .search_icon:focus {
    outline: none
}

.search_formpage .label {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    margin-bottom: 10px
}

.search_formpage input {
    font-size: 16px;
    width: 100%;
    border-bottom: 2px solid #E87511;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 20px
}

.search_formpage input:focus {
    outline: none
}

.search_formpage ::-webkit-input-placeholder {
    color: #6A737B;
    opacity: 0.65
}

.search_formpage :-moz-placeholder {
    color: #6A737B;
    opacity: 0.65
}

.search_formpage ::-moz-placeholder {
    color: #6A737B;
    opacity: 0.65
}

.search_formpage :-ms-input-placeholder {
    color: #6A737B;
    opacity: 0.65
}

.search_formpage_after {
    font-size: 18px;
    font-family: 'SourceSans-Regular';
    padding-top: 80px
}

.search_ans {
    margin-bottom: 50px
}

.search_ans h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px
}

.search_ans h4 a {
    color: #11222C
}

.search_ans h4 a:hover {
    text-decoration: none
}

.search_ans p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px
}

.searchtag {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #11222C;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'SourceSans-Bold';
    text-transform: uppercase;
    padding: 2px 6px
}

.search_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden
}

.search_pagination>* {
    font-size: 16px;
    font-family: 'SourceSans-Regular';
    color: #E87511;
    margin: 0 8px
}

.search_pagination>:hover {
    color: #E87511;
    text-decoration: none
}

.search_pagination>.next {
    text-indent: -9999px;
    width: 20px;
    height: 12px;
    background: url(../svg/read_arrow.svg) no-repeat center center
}

.search_pagination>.prev {
    text-indent: -9999px;
    width: 20px;
    height: 12px;
    background: url(../svg/read_arrow.svg) no-repeat center center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.search_pagination>.current {
    color: #221F1F
}

.search_dec {
    position: absolute;
    top: 170px;
    right: 0;
    width: 878px;
    height: 376px;
    background: url(../png/tech_dec.png) no-repeat;
    z-index: 2
}

.search_svg {
    position: absolute;
    top: 800px;
    right: 0;
    z-index: 1;
    max-width: 757px
}

.search_svg svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    max-width: 100%;
    height: auto
}

div.search-results {
    overflow: hidden
}

.default_page_content.search_res {
    padding-top: 65px
}

.intro404 {
    padding-bottom: 100px;
    position: relative
}

.intro404 .intro-title {
    color: #53B1B1;
    font-family: 'SourceSans-Regular';
}

.intro404 p {
    font-size: 36px;
    font-family: 'Oswald-Light';
    margin-bottom: 40px
}

.intro404 h3 {
    font-size: 50px;
    font-family: 'Oswald-Regular';
    margin-bottom: 10px
}

.nofound_dec_1 {
    background: url(../png/homedec_3.png) no-repeat;
    width: 600px;
    height: 400px;
    position: absolute;
    top: 75px;
    right: 0
}

.nofound_dec_2 {
    background: url(../png/homedec_3.png) no-repeat top right;
    width: 376px;
    height: 325px;
    position: absolute;
    bottom: 133px;
    left: 0
}

.car-vision-sec+.home_staff {
    padding-top: 0
}

.res-single-page .res-top-wrap .res-top__content p span.rt-label,.res-single-page .res-top-wrap .res-top__content p span.rt-time {
    font-weight: 300
	font-family: 'Oswald-Regular';
}

.res-blog-sec .res-blog__right h1,.res-blog-sec .res-blog__right h2,.res-blog-sec .res-blog__right h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    margin-bottom: 35px
}

.contimg {
    max-width: 92px
}

.contimg img {
    border-radius: 100%
}

.res-post-text {
    margin-bottom: 1rem
}

.res-post-text>p {
    margin-bottom: 0
}

.cvf_pag_loading {
    padding: 20px
}

.cvf-universal-pagination ul {
    margin: 0;
    padding: 0
}

.cvf-universal-pagination ul li {
    display: inline;
    margin: 3px;
    padding: 4px 8px;
    background: #FFF;
    color: black
}

.cvf-universal-pagination ul li.active:hover {
    cursor: pointer;
    background: #1E8CBE;
    color: white
}

.cvf-universal-pagination ul li.inactive {
    background: #7E7E7E
}

.cvf-universal-pagination ul li.selected {
    background: #1E8CBE;
    color: white
}

.button {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px;
    border: 2px solid #E87511;
    border-radius: 4px;
    background-color: #E87511;
    cursor: pointer;
    color: #11222C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.button:hover {
    color: #E87511;
    background-color: #11222C
}

.hide {
    display: none
}

.button-orange {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    width: 152px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #E87511;
    border-radius: 4px;
    background-color: #E87511;
    cursor: pointer;
    color: #11222C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

[lang="fr-FR"] .digital-sec .digital__right-item .button-orange {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.button-orange:hover {
    color: #E87511;
    background-color: transparent;
    text-decoration: none
}

.gray-btn {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    max-width: 243px;
    width: 100%;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #11222C;
    border-radius: 4px;
    background-color: #11222C;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.gray-btn:hover {
    color: #11222C;
    background-color: transparent;
    text-decoration: none
}

.gray-btn.mini-w {
    max-width: 180px
}

.arr-btn {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    color: #11222C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.arr-btn img {
    margin-left: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 19px;
    width: 100%
}

.arr-btn:hover {
    color: #E87511;
    text-decoration: none
}

.arr-btn:hover img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.res-top-wrap {
    position: relative
}

.res-top-wrap .bg-right {
    position: absolute;
    z-index: -1;
    top: 55px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.res-top-wrap .res-top-bg {
    position: absolute;
    top: 45px;
    right: 0;
    width: 1376px;
    height: 551px
}

.res-top-wrap .container {
    max-width: 1470px
}

.res-top-wrap .res-top {
    padding-top: 35px;
    padding-bottom: 150px
}

.res-top-wrap #breadcrumb {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #000;
    padding: 0;
    margin-bottom: 85px
}

.res-top-wrap #breadcrumb a {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #000
}

.res-top-wrap .res-top__content {
    position: relative;
    z-index: 5
}

.res-top-wrap .res-top__content h5 {
    font-family: 'SourceSans-Black';
    font-size: 22px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.7px
}

.res-top-wrap .res-top__content h1 {
    font-family: 'Oswald-Regular';
    font-size: 70px;
    margin-bottom: 25px
}

.res-top-wrap .res-top__content p {
    font-family: 'Oswald-Light';
    font-size: 26px;
    line-height: 46px;
    max-width: 528px;
    margin-bottom: 0
}

.res-top-wrap .res-top__content .button-orange.contact-btn {
    max-width: 225px;
    width: 100%;
    margin-top: 35px
}

.res-search-sec .container {
    max-width: 870px
}

.res-search-sec .res-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 140px
}

.res-search-sec .res-search__item {
    max-width: 278px;
    width: 100%;
    margin-right: 40px;
    padding-bottom: 12px;
    border-bottom: 2px solid #E87511
}

.res-search-sec .res-search__item p {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    margin-bottom: 14px
}

.res-search-sec .res-search-box-inp {
    position: relative
}

.res-search-sec .res-search-box-inp:after {
    content: "";
    position: absolute;
    top: calc((100% - 18px) / 2);
    right: 0;
    background-image: url("../svg/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 18px;
    pointer-events: none
}

.res-search-sec .res-search-box-inp input {
    width: 100%;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B;
    padding-right: 25px;
    border: none;
    background-color: transparent
}

.res-search-sec .res-search-box-inp input:focus-visible {
    outline: none
}

.res-search-sec .res-search-box-inp input::-webkit-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B
}

.res-search-sec .res-search-box-inp input::-moz-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B
}

.res-search-sec .res-search-box-inp input:-ms-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B
}

.res-search-sec .res-search-box-inp input::-ms-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B
}

.res-search-sec .res-search-box-inp input::placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B
}

.res-search-sec .res-search-box-sel {
    position: relative
}

.res-search-sec .res-search-box-sel:after {
    content: "";
    position: absolute;
    top: calc((100% - 10px) / 2);
    right: 0;
    background-image: url("../svg/arr-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px;
    pointer-events: none
}

.res-search-sec .res-search-box-sel select {
    width: 100%;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B;
    padding-right: 25px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: transparent
}

.res-search-sec .res-search-box-sel select:focus-visible {
    outline: none
}

.res-search-sec .res-search__claer {
    padding-bottom: 10px;
    cursor: pointer
}

.res-search-sec .res-search__claer .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.res-search-sec .res-search__claer .box p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #221F1F;
    margin: 0;
    margin-right: 14px
}

.res-post-sec {
    position: relative
}

.res-post-sec .bg-left {
    position: absolute;
    z-index: -1;
    top: 90px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.res-post-sec .bg-left-long {
    position: absolute;
    z-index: -1;
    top: 750px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.res-post-sec .container {
    max-width: 1050px
}

.res-post-sec .res-post {
    padding-bottom: 100px
}

.res-post-sec .res-post__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 90px 28px
}

.res-post-sec .res-post__item {
    color: #11222C
}

.res-post-sec .res-post__item:hover {
    text-decoration: none
}

.res-post-sec .res-post__item:hover .res-post__item-btn img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.res-post-sec .res-post__item span {
    display: block;
    font-family: 'SourceSans-Bold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 7px;
    border: 1px solid #11222C;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 2px;
    margin-bottom: 20px
}

.res-post-sec .res-post__item h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px
}

.res-post-sec .res-post__item p {
    max-width: 340px;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 24px;
}

.res-post-sec .res-post__item-img-box {
    margin-bottom: 14px
}

.res-post-sec .res-post__item-img-box img {
    width: 100%;
    border-radius: 12px
}

.res-post-sec .res-post__item-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    margin: 0
}

.res-post-sec .res-post__item-btn img {
    margin-left: 19px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.res-post-sec .post-pag {
    padding-top: 90px
}

.res-post-sec .post-pag ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.res-post-sec .post-pag li {
    list-style: none;
    margin-right: 15px
}

.res-post-sec .post-pag li:first-of-type {
    margin-right: 18px
}

.res-post-sec .post-pag li:last-of-type {
    margin-left: 3px;
    margin-right: 0
}

.res-post-sec .post-pag li.active a {
    color: #221F1F
}

.res-post-sec .post-pag a {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #E87511
}

.res-faq-sec {
    position: relative
}

.res-faq-sec .bg-left {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.res-faq-sec .bg-right {
    position: absolute;
    z-index: -1;
    bottom: 100px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.res-faq-sec .container {
    max-width: 1470px
}

.res-faq-sec .res-faq {
    padding-bottom: 100px
}

.res-faq-sec .res-faq h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 55px;
}

.res-faq-sec .res-faq-more-btn {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    color: #11222C;
    margin: 0 auto;
    margin-top: 55px
}

.res-faq-sec .res-faq-item {
    max-width: 1364px;
    margin: 0 auto
}

.res-faq-sec .res-faq-item p {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #BEBEBE
}

.res-faq-sec .res-faq-item p a {
    width: 100%;
    font-family: 'Oswald-Light';
    font-size: 36px;
    color: #11222C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 56px;
    padding-top: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.res-faq-sec .res-faq-item p a:hover {
    text-decoration: none
}

.res-faq-sec .res-faq-item p a.collapsed img {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.res-faq-sec .res-faq-item p a img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.res-faq-sec .res-faq-item .card-body {
    margin-top: 10px;
    background-color: transparent
}

.res-form-sec .res-form-wrap {
    background-color: #11222C;
    height: 397px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.res-form-sec .container {
    max-width: 1470px
}

.res-form-sec .res-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.res-form-sec .res-form__left {
    max-width: 290px;
    width: 100%
}

.res-form-sec .res-form__left h5 {
    max-width: 290px;
    width: 100%;
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 60px;
    color: #fff
}

.res-form-sec .res-form__right p {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    color: #fff;
    margin-bottom: 3px
}

.res-form-sec .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.res-form-sec .box input {
    display: block;
    margin-right: 60px;
    max-width: 733px;
    width: 733px;
    font-family: 'Oswald-Light';
    font-size: 30px;
    height: 45px;
    color: #fff;
    background-color: transparent;
    border: none;
    padding-bottom: 8px;
    border-bottom: 1px solid #FFFFFF
}

.res-form-sec .box input:focus-visible {
    outline: none
}

.res-form-sec .box input::-webkit-input-placeholder {
    color: #fff
}

.res-form-sec .box input::-moz-placeholder {
    color: #fff
}

.res-form-sec .box input:-ms-input-placeholder {
    color: #fff
}

.res-form-sec .box input::-ms-input-placeholder {
    color: #fff
}

.res-form-sec .box input::placeholder {
    color: #fff
}

.res-form-sec .box button {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    width: 152px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #E87511;
    border-radius: 4px;
    background-color: #E87511;
    cursor: pointer;
    color: #11222C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.res-form-sec .box button:hover {
    color: #E87511;
    background-color: #11222C
}

.res-top-sec.office .res-top-wrap .res-top-bg {
    position: absolute;
    top: 40px;
    right: 0;
    width: 1054px;
    height: 809px
}

.res-top-sec.office .res-top-wrap .res-top {
    padding-bottom: 140px
}

.res-top-sec.office .res-top-wrap .res-top__content p {
    margin-bottom: 35px
}

.jobs-who-sec {
    position: relative
}

.jobs-who-sec .bg-left {
    position: absolute;
    z-index: -1;
    bottom: 100px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.jobs-who-sec .jobs-who-sec-bg {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 140px;
    right: 0;
    width: 1355px;
    height: 808px
}

.jobs-who-sec .container {
    max-width: 1050px
}

.jobs-who-sec .jobs-who {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 140px
}

.jobs-who-sec .jobs-who__left {
    max-width: 700px;
    width: 100%;
    margin-right: 148px
}

.jobs-who-sec .jobs-who__left h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    margin-bottom: 35px
}

.jobs-who-sec .jobs-who__left p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px
}

.jobs-who-sec .jobs-who__left ul {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 35px
}

.jobs-who-sec .jobs-who__left li {
    padding: 0;
    margin: 0
}

.jobs-who-sec .jobs-who__left li:not(:last-of-type) {
    margin-bottom: 11px
}

.jobs-who-sec .jobs-who__right {
    max-width: 400px;
    width: 100%
}

.jobs-who-sec .jobs-who__right a:hover {
    text-decoration: none
}

.jobs-who-sec .jobs-who__right h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-bottom: 10px
}

.jobs-who-sec .jobs-who__right-top {
    background-color: #F3F5F7;
    padding: 54px 54px 65px 54px;
    border-radius: 12px;
    margin-bottom: 60px
}

.jobs-who-sec .jobs-who__right-top p {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    margin-bottom: 18px
}

.jobs-who-sec .jobs-who__right-top p:last-of-type {
    margin-bottom: 35px
}

.jobs-who-sec .jobs-who__right-social {
    max-width: 304px;
    width: 100%
}

.jobs-who-sec .jobs-who__right-social .box {
    border-bottom: 1px solid #E87511;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.jobs-who-sec .jobs-who__right-social a {
    max-width: 240px;
    width: 100%
}

.jobs-quite-wrap {
    background-color: #2A5959;
    padding-top: 72px;
    padding-bottom: 100px
}

.jobs-quite h5 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center
}

.jobs-quite p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center
}

.jobs-quite a {
    max-width: 260px;
    width: 100%;
    margin: 0 auto
}

.jobs-staff-sec {
    position: relative
}

.jobs-staff-sec .bg-flow {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 600px;
    bottom: 15px;
    width: 399px;
    height: 392px
}

.jobs-staff-sec .container {
    max-width: 1470px
}

.jobs-staff-sec .jobs-staff {
    padding-top: 140px;
    padding-bottom: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jobs-staff-sec .jobs-staff__left h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    margin-bottom: 12px
}

.jobs-staff-sec .jobs-staff__left p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    max-width: 350px;
    margin-bottom: 0
}

.jobs-staff-sec .jobs-staff__right a {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #11222C;
    padding-right: 5px
}

.jobs-staff-sec .jobs-staff__right a:hover {
    text-decoration: none
}

.jobs-staff-sec .jobs-staff__right a:hover img {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.jobs-staff-sec .jobs-staff__right a img {
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.jobs-page-post-wrap {
    padding-bottom: 40px;
    position: relative
}

.jobs-page-post-wrap .jobs-page-post-wrap-bg {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 755px;
    height: 495px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-top-sec .res-top-wrap .res-top-bg {
    right: 0;
    width: 927px
}

.cont-form-sec .container {
    max-width: 1195px;
    width: 100%
}

.cont-form-sec .cont-form {
    padding-bottom: 65px
}

.cont-form-sec .cont-form .place_holder {
    z-index: 100;
    cursor: text;
    position: absolute;
    top: 12px;
    left: 17px;
    right: 0;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C;
    display: none
}

.cont-form-sec .cont-form .placeinput input:invalid+.place_holder {
    display: inline
}

.cont-form-sec .cont-form .placeinput {
    position: relative
}

.cont-form-sec .cont-form .place_holder span {
    color: red
}

.cont-form-sec .cont-form label {
    width: 100%;
    margin: 0
}

.cont-form-sec .cont-form input {
    border: none;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C;
    width: 100%;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-color: rgba(17,34,44,0.3);
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cont-form-sec .cont-form input::-webkit-inner-spin-button,.cont-form-sec .cont-form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cont-form-sec .cont-form input:focus-visible {
    outline: none
}

.cont-form-sec .cont-form input::-webkit-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form input::-moz-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form input:-ms-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form input::-ms-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form input::placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form .sel-box {
    position: relative
}

.cont-form-sec .cont-form .sel-box:before {
    content: "";
    position: absolute;
    top: 22px;
    right: 25px;
    background-image: url("../svg/sel-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 6px;
    pointer-events: none
}

.cont-form-sec .cont-form select {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C;
    width: 100%;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border-color: rgba(17,34,44,0.3);
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.cont-form-sec .cont-form select:focus-visible {
    outline: none
}

.cont-form-sec .cont-form textarea {
    border-color: rgba(17,34,44,0.3);
    border-radius: 4px;
    margin: 0;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C;
    width: 100%;
    height: 217px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
    resize: none;
    margin-bottom: 35px
}

.cont-form-sec .cont-form textarea:focus-visible {
    outline: none
}

.cont-form-sec .cont-form textarea::-webkit-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form textarea::-moz-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form textarea:-ms-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form textarea::-ms-input-placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form textarea::placeholder {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #11222C
}

.cont-form-sec .cont-form p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px
}

.cont-form-sec .cont-form button {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    width: 152px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #E87511;
    border-radius: 4px;
    background-color: #E87511;
    cursor: pointer;
    color: #11222C;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: auto
}

.cont-form-sec .cont-form button:hover {
    color: #E87511;
    background-color: transparent
}

.cont-form-sec .row {
    margin-right: 0;
    margin-left: 0
}

.open-pos-section .container {
    max-width: 1470px
}

.open-pos-section .open-pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.open-pos-section .open-pos__left {
    max-width: 280px;
    width: 100%;
    margin-right: 130px
}

.open-pos-section .open-pos__left-filter {
    position: sticky;
    top: 10px;
    width: 280px
}

.open-pos-section .open-pos__left-filter-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px
}

.open-pos-section .open-pos__left-filter-top h4 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-bottom: 0
}

.open-pos-section .open-pos__left-filter-top .clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.open-pos-section .open-pos__left-filter-top .clear p {
    margin: 0;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #221F1F;
    margin-right: 14px
}

.open-pos-section .sel-wrap {
    margin-bottom: 55px;
    position: relative
}

.open-pos-section .sel-wrap:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    background-image: url("../svg/plus.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 22px;
    pointer-events: none
}

.open-pos-section .sel-wrap select {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B;
    padding-bottom: 12px;
    border: none;
    border-bottom: 2px solid #E87511;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.open-pos-section .sel-wrap select:focus-visible {
    outline: none
}

.open-pos-section .open-pos__right {
    width: 100%
}

.open-pos-section .open-pos__right ul {
    padding: 0;
    margin: 0
}

.open-pos-section .open-pos__right li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E87511
}

.open-pos-section .open-pos__right li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.open-pos-section .open-pos__right .left {
    width: 44%
}

.open-pos-section .open-pos__right .left h5 {
    max-width: 386px;
    font-family: 'Oswald-Regular';
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 7px
}

.open-pos-section .open-pos__right .left p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B;
    margin: 0
}

.open-pos-section .open-pos__right .center {
    width: 20%;
    font-family: 'Oswald-Light';
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.open-pos-section .open-pos__right .center:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #BEBEBE
}

.open-pos-section .open-pos__right .center:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #BEBEBE
}

.open-pos-section .open-pos__right .right {
    width: 36%;
    padding-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.open-pos-section .open-pos__right .right p {
    max-width: 160px;
    width: 100%;
    margin: 0;
    font-family: 'Oswald-Light';
    font-size: 20px;
    margin-right: 10px
}

.open-pos-section .open-pos__right .right a {
    max-width: 152px;
    width: 100%
}

.open-pos-section .post-pag {
    padding-top: 80px
}

.open-pos-section .post-pag ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.open-pos-section .post-pag li {
    list-style: none;
    margin-right: 15px
}

.open-pos-section .post-pag li:first-of-type {
    margin-right: 18px
}

.open-pos-section .post-pag li:last-of-type {
    margin-left: 3px;
    margin-right: 0
}

.open-pos-section .post-pag li.active a {
    color: #221F1F
}

.open-pos-section .post-pag a {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #E87511
}

.res-single-page .res-top-wrap .res-top__content h1 {
    max-width: 96%
}

.res-single-page .res-top-wrap .res-top__content p {
    max-width: 100%
}

.res-single-page .res-top-wrap .res-top__content p span {
    font-family: 'Oswald-light';
}

.res-blog-sec {
    position: relative
}

.res-blog-sec .bg-left {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 630px;
    left: 0;
    width: 756px;
    height: 1677px
}

.res-blog-sec .bg-right {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -430px;
    right: 0;
    width: 756px;
    height: 1677px
}

.res-blog-sec .res-blog-sec-bg {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    bottom: 580px;
    width: 897px;
    height: 551px
}

.res-blog-sec .container {
    max-width: 1440px
}

.res-blog-sec .res-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.res-blog-sec .res-blog__right {
    max-width: 810px;
    width: 100%
}

.res-blog-sec .res-blog__right img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 50px
}

.res-blog-sec .res-blog__right h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    margin-bottom: 35px
}

.res-blog-sec .res-blog__right p>span,
.res-blog-sec .res-blog__right p {
    font-family: 'SourceSans-Regular'!important;
    font-size: 18px!important;
    margin-bottom: 40px;
}

.res-blog-sec .res-blog__right h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px
}

.res-blog-sec .res-blog__right ul {
    padding: 0;
    padding-left: 20px;
    margin-bottom: 50px
}

.res-blog-sec .res-blog__right li:not(:last-of-type) {
    margin-bottom: 11px
}

.res-blog-sec .res-blog__right a {
    margin-bottom: 130px
}

.res-blog-sec .res-blog__right .box {
    margin-bottom: 50px
}

.res-blog-sec .res-blog__right .box img {
    max-width: 29px;
    border-radius: 0;
    margin-bottom: 20px
}

.res-blog-sec .res-blog__right .box span {
    display: block;
    font-family: 'SourceSans-Regular';
    font-size: 18px
}

.res-blog-sec .res-blog__right .bottom-box {
    background-color: #53B1B1;
    border-radius: 12px;
    padding: 55px 90px 55px 55px
}

.res-blog-sec .res-blog__right .bottom-box p {
    margin: 0
}

.res-blog-sec .res-blog__left {
    max-width: 400px;
    width: 100%
}

.res-blog-sec .res-blog__left .cont {
    background-color: #F3F5F7;
    border-radius: 12px;
    padding-top: 45px;
    padding-left: 57px;
    padding-right: 35px;
    padding-bottom: 55px
}

.res-blog-sec .res-blog__left .cont h4 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-bottom: 10px
}

.res-blog-sec .res-blog__left .cont h5 {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    margin-bottom: 5px
}

.res-blog-sec .res-blog__left .cont p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px
}

.res-blog-sec .res-blog__left .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E87511;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .soc a {
    display: block
}

.res-blog-sec .res-blog__left .soc a:not(:last-of-type) {
    margin-right: 15px
}

.res-blog-sec .res-blog__left .cont-top {
    border-bottom: 1px solid #E87511;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .cont-top h4 {
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .cont-top a {
    font-family: 'SourceSans-SemiBold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #11222C
}

.res-blog-sec .res-blog__left .cont-top a:not(:last-of-type) {
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .cont-top a:hover {
    text-decoration: none
}

.res-blog-sec .res-blog__left .cont-top a:hover img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.res-blog-sec .res-blog__left .cont-top a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 15px
}

.res-blog-sec .res-blog__left .cont-center {
    border-bottom: 1px solid #E87511;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .cont-center h4 {
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .cont-center a {
    font-family: 'SourceSans-SemiBold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #11222C
}

.res-blog-sec .res-blog__left .cont-center a:not(:last-of-type) {
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .cont-center a:hover {
    text-decoration: none
}

.res-blog-sec .res-blog__left .cont-center a:hover img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.res-blog-sec .res-blog__left .cont-center a img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 15px
}

.res-blog-sec .res-blog__left .cont-bot h4 {
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .cont-bot p {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px
}

.res-blog-sec .res-blog__left .box-num {
    margin-bottom: 20px
}

.res-blog-sec .res-blog__left .box-num a {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 18px;
    color: #11222C
}

.res-blog-sec .res-blog__left .box-email {
    margin-bottom: 40px
}

.res-blog-sec .res-blog__left .box-email a {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 18px;
    color: #E87511
}

.car-top-sec .car-top-wrap {
    position: relative;
    height: 100vh
}

.car-top-sec .car-top-wrap .car-top-wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.car-top-sec .car-top-wrap .car-top-wrap-mob {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.car-top-sec .container {
    max-width: 1470px
}

.car-top-sec .car-top {
    color: #fff;
    position: relative;
    z-index: 2
}

.car-top-sec .car-top #breadcrumb {
    padding: 0;
    margin: 0;
    padding-top: 35px;
    margin-bottom: 85px
}

.car-top-sec .car-top #breadcrumb a {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #fff
}

.car-top-sec .car-top #breadcrumb span {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #fff
}

.car-top-sec .car-top h2 {
    font-family: 'SourceSans-Black';
    font-size: 22px;
    text-transform: uppercase
}

.car-top-sec .car-top h1 {
    font-family: 'Oswald-Regular';
    font-size: 100px;
    line-height: 110px;
    max-width: 790px;
    margin-bottom: 30px
}

.car-top-sec .car-top p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 466px;
    margin-bottom: 60px
}

.car-top-sec .car-top p.text-long {
    max-width: 528px
}

.car-who-sec .container {
    max-width: 1470px
}

.car-who-sec .car-who {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.car-who-sec .car-who h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px
}

.car-who-sec .car-who__left {
    max-width: 526px
}

.car-who-sec .car-who__left p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px
}

.car-who-sec .car-who__right-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.car-who-sec .car-who__right-item:not(:last-of-type) {
    margin-right: 28px
}

.car-who-sec .car-who__right-item h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-bottom: 15px
}

.car-who-sec .car-who__right-item a {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    color: #11222C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.car-who-sec .car-who__right-item a img {
    margin-left: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.car-who-sec .car-who__right-item a:hover {
    color: #E87511;
    text-decoration: none
}

.car-who-sec .car-who__right-item a:hover img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.car-video-sec .car-video-wrap {
    background-color: #53B1B1;
    padding-bottom: 100px;
    position: relative
}

.car-video-sec .car-video-wrap .car-video-wrap-bg {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -190px;
    right: 20px;
    width: 311px;
    height: 382px
}

.car-video-sec .car-video-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 135px;
    background-color: #fff
}

.car-video-sec .container {
    max-width: 1190px
}

.car-video-sec .car-video {
    position: relative;
    z-index: 2
}

.car-video-sec .car-video a {
    display: block;
    height: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden
}

.car-video-sec .car-video a:before {
    content: "";
    position: absolute;
    top: calc((100% - 139px) / 2);
    left: calc((100% - 139px) / 2);
    background-image: url("../svg/play.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 139px;
    height: 139px
}

.car-video-sec .car-video img {
    max-width: 100%;
    width: 100%
}

.car-vision-sec .container {
    max-width: 1470px
}

.car-vision-sec .car-vision {
    padding-top: 150px;
    padding-bottom: 80px;
    padding-right: 150px
}

.car-vision-sec .car-vision h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 50px;
}

.car-vision-sec .car-vision h5 {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 500px;
    margin: 0
}

.car-vision-sec .car-vision__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 140px
}

.car-vision-sec .car-vision__left {
    margin-right: 50px
}

.car-vision-sec .car-vision__left h4 {
    margin-bottom: 12px
}

.car-vision-sec .car-vision__left h5 {
    margin-bottom: 32px
}

.car-vision-sec .car-vision__left p {
    font-family: 'SourceSans-Regular';
    font-size: 20px;
    line-height: 28px;
    max-width: 515px
}

.car-vision-sec .car-vision__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 115px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 56px 115px
}

.car-vision-sec .car-vision__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.car-vision-sec .car-vision__right-item h4 {
    margin: 0
}

.car-vision-sec .car-vision__right-item img {
    margin-right: 30px
}

.car-vision-sec .car-vision__bot {
    position: relative
}

.car-vision-sec .car-vision__bot h4 {
    margin-bottom: 12px
}

.car-vision-sec .car-vision__bot-img {
    position: absolute;
    bottom: -50px;
    right: 50px;
    width: 399px;
    height: 392px
}

.car-slider-sec {
    position: relative
}

.car-slider-sec .bg-left {
    position: absolute;
    z-index: -1;
    top: -290px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.car-slider-sec .container {
    max-width: 1190px
}

.car-slider-sec .car-slider {
    padding-bottom: 85px
}

.car-slider-sec .car-slider img {
    border-radius: 12px;
    max-width: 528px;
    width: 100%
}

.car-slider-sec .car-slider .mob-slider {
    display: none
}

.car-slider-sec .slider__item {
    margin-right: 25px
}

.car-slider-sec .slider__item-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.car-slider-sec .slider__item-box img {
    max-width: 250px;
    width: 100%
}

.car-slider-sec .slider-careers {
    position: relative;
    padding-bottom: 50px
}

.car-slider-sec .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.car-slider-sec .slick-list {
    overflow: hidden
}

.car-slider-sec .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    font-size: 0;
    width: 20px;
    height: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer
}

.car-slider-sec .slick-arrow:focus-visible {
    outline: none
}

.car-slider-sec .slick-prev {
    right: 50px;
    background-image: url("../svg/arr-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.car-slider-sec .slick-next {
    right: 0;
    background-image: url("../svg/arr-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.car-diversity-sec {
    position: relative
}

.car-diversity-sec .bg-left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.car-diversity-sec .bg-flow {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 750px;
    top: 0;
    width: 311px;
    height: 382px
}

.car-diversity-sec .bg-flow2 {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 69px;
    bottom: 330px;
    width: 311px;
    height: 382px
}

.car-diversity-sec .car-diversity__top {
    margin-bottom: 70px;
    position: relative
}

.car-diversity-sec .car-diversity__top .container {
    max-width: 1470px
}

.car-diversity-sec .car-diversity__top h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 12px
}

.car-diversity-sec .car-diversity__top h4 {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 528px
}

.car-diversity-sec .car-diversity__bot {
    position: relative
}

.car-diversity-sec .car-diversity__bot .container {
    max-width: 1190px
}

.car-diversity-sec .car-diversity__item:not(:last-of-type) {
    margin-bottom: 80px
}

.car-diversity-sec .car-diversity__item.reverse .car-diversity__item-left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.car-diversity-sec .row {
    margin-right: -10px;
    margin-left: -10px
}

.car-diversity-sec .col-6 {
    margin: 0;
    padding: 0 10px
}

.car-diversity-sec .car-diversity__item-left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.car-diversity-sec .box h5 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px
}

.car-diversity-sec .box p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
    max-width: 528px;
    margin-bottom: 40px
}

.car-diversity-sec .car-diversity__item-right img {
    width: 100%;
    border-radius: 12px
}

.res-awards-sec .container {
    max-width: 1470px
}

.res-awards-sec .res-awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 140px
}

.res-awards-sec .res-awards__left {
    max-width: 680px;
    width: 100%;
    margin-right: 25px
}

.res-awards-sec .res-awards__left h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 12px
}

.res-awards-sec .res-awards__left h4 {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 395px;
    margin-bottom: 60px
}

.res-awards-sec .res-awards__left-item-l {
    max-width: 280px;
    width: 100%
}

.res-awards-sec .res-awards__left-item-r {
    max-width: 280px;
    width: 100%
}

.res-awards-sec .res-awards__left-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.res-awards-sec .res-awards__left-item:not(:last-of-type) {
    margin-bottom: 40px
}

.res-awards-sec .res-awards__left-item h5 {
    font-family: 'Oswald-Regular';
    font-size: 34px;
    line-height: 48px;
    color: #53B1B1;
    margin-bottom: 12px;
}

.res-awards-sec .res-awards__left-item p {
    margin: 0
}

.res-awards-sec .res-awards__right {
    margin-left: 25px;
    max-width: 805px;
    width: 100%
}

.res-awards-sec .res-awards__right img {
    max-width: 805px;
    width: 100%;
    border-radius: 12px
}

.res-awards-mob-sec {
    display: none
}

.res-awards-mob-sec .container {
    max-width: 1190px;
    padding-left: 35px;
    padding-right: 35px
}

.res-awards-mob-sec .res-awards-mob {
    padding-bottom: 40px
}

.res-awards-mob-sec .awards-slider {
    position: relative;
    padding-bottom: 50px
}

.res-awards-mob-sec .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.res-awards-mob-sec .slick-list {
    overflow: hidden
}

.res-awards-mob-sec .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 10;
    font-size: 0;
    width: 20px;
    height: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer
}

.res-awards-mob-sec .slick-arrow:focus-visible {
    outline: none
}

.res-awards-mob-sec .slick-prev {
    right: 50px;
    background-image: url("../svg/arr-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.res-awards-mob-sec .slick-next {
    right: 0;
    background-image: url("../svg/arr-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.res-awards-mob-sec .awards-item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%
}

.res-awards-mob-sec .awards-item h4 {
    font-family: 'Oswald-Regular';
    font-size: 24px;
    color: #000;
    margin-bottom: 12px
}

.res-awards-mob-sec .awards-item p {
    font-size: 16px;
    color: #232323;
    margin: 0
}

.res-awards-mob-sec .awards-item-cont {
    background-color: #F3F5F7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 15px
}

.car-latest-sec .car-latest-wrap {
    background-color: #11222C;
    padding-top: 100px;
    padding-bottom: 90px
}

.car-latest-sec .car-latest-top {
    color: #fff
}

.car-latest-sec .car-latest-top .container {
    max-width: 1470px
}

.car-latest-sec .car-latest-top-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px
}

.car-latest-sec .car-latest-top-cont h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 55px;
}

.car-latest-sec .car-latest-top-cont .car-latest-btn {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px
}

.car-latest-sec .car-latest-top-cont .car-latest-btn img {
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.car-latest-sec .car-latest-top-cont .car-latest-btn:hover {
    text-decoration: none
}

.car-latest-sec .car-latest-top-cont .car-latest-btn:hover img {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.car-latest-sec .car-latest-bot .button-orange {
    display: none;
    font-size: 16px;
    max-width: 100%;
    width: 100%
}

.car-latest-sec .car-latest-bot .container {
    max-width: 1190px
}

.car-latest-sec .car-latest-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
    grid-template-columns: repeat(5,1fr);
    gap: 28px
}

.car-latest-sec .car-latest-item {
    background-color: #F3F5F7;
    border-radius: 12px;
    padding: 20px
}

.car-latest-sec .car-latest-item h5 {
    font-family: 'Oswald-Regular';
    font-size: 22px;
    line-height: 27px;
    color: #232323;
    margin-bottom: 0
}

.car-latest-sec .car-latest-item p {
    font-size: 16px;
    line-height: 18px;
    color: #11222C;
    margin-bottom: 0
}

.car-latest-sec .bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px
}

.car-latest-sec .bot img {
    margin-right: 5px
}

.car-single .car-video-wrap {
    background-color: #2A5959
}

.car-single-vis .car-vision__bot-img {
    display: none
}

.car-single-vis .car-vision {
    padding-top: 100px
}

.car-single-jobs .jobs-staff {
    padding-top: 0
}

.car-sing-our-sec {
    position: relative
}

.car-sing-our-sec .bg-right {
    position: absolute;
    z-index: -1;
    top: 55px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.car-sing-our-sec .container {
    max-width: 1470px
}

.car-sing-our-sec .car-sing-our {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 140px;
    padding-bottom: 100px
}

.car-sing-our-sec .car-sing-our__left {
    max-width: 667px;
    width: 100%;
    margin-right: 25px
}

.car-sing-our-sec .car-sing-our__left img {
    width: 100%;
    border-radius: 12px
}

.car-sing-our-sec .car-sing-our__left h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 12px
}

.car-sing-our-sec .car-sing-our__left p {
    max-width: 526px;
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 60px
}

.car-sing-our-sec .car-sing-our__right {
    max-width: 805px;
    width: 100%;
    margin-left: 25px
}

.car-sing-our-sec .car-sing-our__right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px
}

.car-sing-our-sec .car-sing-our__right-top img {
    margin-bottom: 10px
}

.car-sing-our-sec .car-sing-our__right-top h4 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px
}

.car-sing-our-sec .car-sing-our__right-top p {
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.car-sing-our-sec .car-sing-our__right-item {
    max-width: 250px;
    width: 100%;
    margin-right: 5px;
    margin-left: 5px
}

.car-sing-our-sec .car-sing-our__right-bot img {
    display: block;
    margin-bottom: 30px
}

.car-sing-our-sec .car-sing-our__right-bot h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    line-height: 42px;
    max-width: 667px;
    margin-bottom: 40px
}

.car-sing-our-sec .car-sing-our__right-bot p {
    font-size: 16px;
    font-family: 'SourceSans-Regular';
    margin: 0;
    text-transform: uppercase
}

.car-sing-our-sec .car-sing-our__right-bot p.green-text {
    font-family: 'SourceSans-Bold';
    color: #53B1B1
}

.car-sing-our-sec .car-sing-our__right-bot-img {
    display: none!important
}

.car-sing-why-sec .car-sing-why-wrap {
    background-color: #F3F5F7
}

.car-sing-why-sec .container {
    max-width: 1470px
}

.car-sing-why-sec .car-sing-why {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.car-sing-why-sec .car-sing-why__left {
    max-width: 450px;
    margin-right: 25px
}

.car-sing-why-sec .car-sing-why__left h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 15px
}

.car-sing-why-sec .car-sing-why__left h4 {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px
}

.car-sing-why-sec .car-sing-why__left p {
    margin: 0
}

.car-sing-why-sec .car-sing-why__right {
    margin-left: 25px
}

.car-sing-why-sec .car-sing-why__right-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4,1fr);
    gap: 25px
}

.car-sing-why-sec .car-sing-why__right-item {
    max-width: 240px
}

.car-sing-why-sec .car-sing-why__right-item img {
    margin-bottom: 5px
}

.car-sing-why-sec .car-sing-why__right-item h5 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px
}

.car-sing-why-sec .car-sing-why__right-item p {
    margin: 0
}

.car-vision-sec {
    position: relative
}

.car-vision-sec .bg-right {
    position: absolute;
    z-index: -1;
    top: 140px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.jobs-staff-sec {
    position: relative
}

.jobs-staff-sec .bg-left {
    position: absolute;
    z-index: -1;
    top: -1540px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.car-diversity-sec {
    position: relative
}

.car-diversity-sec .bg-leaves {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -50px;
    right: 0;
    width: 900px;
    height: 542px
}

.jobs-staff-sec {
    position: relative
}

.jobs-staff-sec .bg-leaves {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -250px;
    right: 70px;
    width: 1300px;
    height: 542px
}

.car-exp .car-diversity__top:before {
    display: none
}

.car-exp .car-diversity__bot:before {
    display: none
}

.car-exp .car-diversity__top-exp .container {
    max-width: 1470px
}

.car-exp .car-diversity__top-exp h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 12px
}

.car-exp .car-diversity__top-exp h4 {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 385px;
    margin-bottom: 80px
}

.car-exp .car-diversity__top-exp .btns-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    margin-bottom: 80px
}

.car-exp .car-diversity__top-exp .btns-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #BEBEBE
}

.car-exp .car-diversity__top-exp .btns-box a {
    display: block;
    color: #11222C;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 2;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.car-exp .car-diversity__top-exp .btns-box a:hover {
    text-decoration: none
}

.car-exp .car-diversity__top-exp .btns-box a.active {
    border-bottom: 5px solid #E87511
}

.car-exp .car-diversity__item:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.car-exp .car-diversity__item:nth-child(odd) .row .car-diversity__item-left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.car-exp .car-diversity__item:last-of-type {
    margin-bottom: 80px
}

.car-exp .car-diversity__bot {
    padding-bottom: 60px
}

.car-exp-vis .car-vision {
    padding-top: 140px;
    padding-bottom: 0
}

.meet-why-sec .car-sing-why-wrap {
    background-color: transparent
}

.meet-why-sec .car-sing-why {
    padding-top: 40px;
    padding-bottom: 0
}

.meet-res-post-sec .res-post {
    padding-bottom: 140px
}

.tech-wind-sec .container {
    max-width: 1470px
}

.tech-wind-sec .tech-wind {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 140px;
    position: relative
}

.tech-wind-sec .tech-wind .tech-wind-bg {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 25px;
    left: 330px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 982px;
    height: 497px
}

.tech-wind-sec .tech-wind__left {
    max-width: 528px;
    width: 100%;
    margin-right: 10px
}

.tech-wind-sec .tech-wind__left h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 12px
}

.tech-wind-sec .tech-wind__left p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 450px;
    margin-bottom: 70px
}

.tech-wind-sec .tech-wind__left img {
    max-width: 528px;
    width: 100%;
    margin-bottom: 50px;
    border-radius: 12px
}

.tech-wind-sec .tech-wind__left a img {
    max-width: 19px;
    margin-bottom: 0;
    border: none
}

.tech-wind-sec .tech-wind__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 28px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 805px;
    width: 100%;
    margin-left: 10px
}

.tech-wind-sec .tech-wind__right-item {
    background-color: #F3F5F7;
    border-radius: 12px;
    padding: 50px;
    max-width: 390px;
    width: 100%
}

.tech-wind-sec .tech-wind__right-item img {
    margin-bottom: 5px
}

.tech-wind-sec .tech-wind__right-item h5 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px
}

.tech-wind-sec .tech-wind__right-item p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 24px;
    max-width: 210px;
    margin-bottom: 30px
}

.timeline-section .bg-left {
    position: absolute;
    z-index: -1;
    top: 660px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.digital-sec {
    position: relative
}

.digital-sec .bg-right {
    position: absolute;
    z-index: -1;
    top: 300px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 756px;
    height: 1677px
}

.timeline-section {
    position: relative
}

.timeline-section .container {
    max-width: 1470px
}

.timeline-section .timeline {
    padding-top: 140px;
    padding-bottom: 140px
}

.timeline-section .timeline__top {
    margin-bottom: 60px
}

.timeline-section .timeline__top h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 12px
}

.timeline-section .timeline__top p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 389px
}

.timeline-section .timeline__box {
    /*max-width: 1085px;*/
    max-width: 1185px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.timeline-section .timeline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 540px;
    width: 100%
}

.timeline-section .timeline__item__left {
    padding-top: 80px
}

.timeline-section .timeline__item__left-content {
    position: relative;
    z-index: 5;
    max-width: 390px;
    width: 100%;
    background-color: #F3F5F7;
    border-radius: 12px;
    padding: 50px;
    -webkit-box-shadow: 8px 8px 14px rgba(0,0,0,0.1);
    box-shadow: 8px 8px 14px rgba(0,0,0,0.1)
}

.timeline-section .timeline__item__left-content h6 {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    line-height: 22px;
    color: #53B1B1
}

.timeline-section .timeline__item__left-content h5 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px
}

.timeline-section .timeline__item__left-content p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
}

.timeline-section .timeline__item__right img {
    width: 805px;
    height: 540px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.timeline-section ul {
    padding: 0
}

.timeline-section li {
    list-style: none
}

.swiper-container-wrapper--timeline .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    min-height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px
}

.swiper-container-wrapper--timeline .swiper-slide .container {
    padding: 0;
    width: 100%
}

.swiper-container-wrapper--timeline .swiper-slide .title {
    font-size: 18px;
    opacity: 0;
    -webkit-transition: 0.5s ease 0.5s;
    transition: 0.5s ease 0.5s
}

.swiper-container-wrapper--timeline .swiper-slide-active .title {
    opacity: 1
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    height: 4px;
    border-bottom: 4px solid #BEBEBE;
    width: 75%
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
    background-color: #E87511;
    height: 4px;
    top: 1px
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: -20px;
    width: 130px;
    height: 5px;
    background: -webkit-gradient(linear,left top,right top,color-stop(20%,rgb(255,255,255)),to(#e87511));
    background: linear-gradient(90deg,rgb(255,255,255) 20%,#e87511 100%);
    content: ""
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 4px;
    background-color: red;
    background: -webkit-gradient(linear,left top,right top,from(rgb(190,190,190)),color-stop(25%,rgb(255,255,255)));
    background: linear-gradient(90deg,rgb(190,190,190) 0%,rgb(255,255,255) 25%)
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 75%;
    display: flex
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    line-height: 20px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title.color-tr {
    color: #fff!important
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    content: "";
    position: absolute;
    top: calc(100% + 27px);
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 1;
    border: 4px solid #E87511
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    line-height: 20px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: #E87511;
    width: 28px;
    height: 28px;
    border: none
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    line-height: 20px;
    color: #888;
    font-weight: 16px
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active~.swiper-pagination-switch .switch-title:after {
    background: #fff;
    border-color: #BEBEBE
}

.swiper-container-wrapper--timeline .swiper-wrapper {
    padding-bottom: 45px
}

.swiper-container-wrapper--timeline .swiper-button-prev {
    left: auto;
    right: 60px;
    top: auto;
    bottom: 0;
    font-size: 0;
    background-image: url("../svg/arr-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 12px
}

.swiper-container-wrapper--timeline .swiper-button-prev:after {
    font-size: 0
}

.swiper-container-wrapper--timeline .swiper-button-next {
    top: auto;
    bottom: 0;
    top: auto;
    bottom: 0;
    font-size: 0;
    background-image: url("../svg/arr-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 12px
}

.swiper-container-wrapper--timeline .swiper-button-next:after {
    font-size: 0
}

.digital-sec {
    position: relative
}

.digital-sec .container {
    max-width: 1470px
}

.digital-sec .digital {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 70px;
    padding-bottom: 70px
}

.digital-sec .digital__left {
    max-width: 1080px;
    margin-right: 27px
}

.digital-sec .digital__left h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 12px
}

.digital-sec .digital__left p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    max-width: 375px;
    margin-bottom: 70px
}

.digital-sec .digital__left a {
    position: relative
}

.digital-sec .digital__left a:after {
    content: "";
    position: absolute;
    top: calc((100% - 139px) / 2);
    left: calc((100% - 139px) / 2);
    background-image: url(../svg/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 139px;
    height: 139px
}

.digital-sec .digital__left img {
    max-width: 1080px;
    width: 100%;
    border-radius: 12px
}

.digital-sec .digital__right-more {
    display: none;
    max-width: 100%;
    width: 100%;
    font-size: 18px
}

.digital-sec .digital__right-top {
    margin-bottom: 37px
}

.digital-sec .digital__right-top h5 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px
}

.digital-sec .digital__right-top a {
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    line-height: 22px;
    color: #11222C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.digital-sec .digital__right-top a img {
    margin-left: 15px
}

.digital-sec .digital__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.digital-sec .digital__right-item:not(:last-of-type) {
    margin-bottom: 27px
}

.digital-sec .digital__right-item img {
    max-width: 185px;
    width: 100%;
    border-radius: 12px;
    margin-right: 40px
}

.digital-sec .digital__right-item p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 35px;
    max-width: 240px
}

.esg-sec .esg-wrap {
    height: 970px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.esg-sec .esg-wrap .esg-wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 807px;
    height: 970px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.esg-sec .container {
    max-width: 1470px
}

.esg-sec .esg {
    position: relative;
    z-index: 4
}

.esg-sec .esg nav {
    position: absolute;
    right: 30px;
    top: 10px
}

.esg-sec .esg .nav-tabs {
    border: none;
    position: relative
}

.esg-sec .esg .nav-tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #BEBEBE
}

.esg-sec .esg .nav-link {
    color: #11222C;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    min-width: 160px;
    background-color: transparent;
    cursor: pointer
}

.esg-sec .esg .nav-link:hover {
    border: none;
    outline: none
}

.esg-sec .esg .nav-tabs .nav-link:focus,.esg-sec .esg .nav-tabs .nav-link:hover {
    border: none
}

.esg-sec .esg .nav-tabs .nav-item.show .nav-link,.esg-sec .esg .nav-tabs .nav-link.active {
    border: none;
    color: #11222C;
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 18px;
    border-bottom: 4px solid #E87511
}

.esg-sec .esg__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.esg-sec .esg__item__left img {
    max-width: 870px;
    width: 100%;
    border-radius: 12px
}

.esg-sec .esg__item__right {
    max-width: 528px
}

.esg-sec .esg__item__right h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 12px
}

.esg-sec .esg__item__right h5 {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 35px
}

.esg-sec .esg__item__right p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px
}

.esg-mob-sec {
    display: none
}

.esg-mob-sec .container {
    max-width: 1200px;
    padding-left: 35px;
    padding-bottom: 35px
}

.esg-mob-sec .esg-mob {
    padding-top: 40px;
    padding-bottom: 40px
}

.esg-mob-sec .esg-mob__item:not(:last-of-type) {
    margin-bottom: 30px
}

.esg-mob-sec .esg-mob__item img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 23px
}

.esg-mob-sec .esg-mob__item h4 {
    font-family: 'Oswald-Regular';
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px
}

.esg-mob-sec .esg-mob__item h5 {
    font-family: 'Oswald-Light';
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px
}

.esg-mob-sec .esg-mob__item p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px
}

.esg-mob-sec .esg-mob__item a {
    font-size: 16px;
    max-width: 100%;
    width: 100%
}

.car-bg-sus-page {
    position: relative
}

.car-bg-sus-page .car-bg-sus-page-item {
    content: "";
    position: absolute;
    bottom: -180px;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 480px;
    height: 436px
}

.power-sec .container {
    max-width: 1470px
}

.power-sec .power {
    padding-top: 60px;
    padding-bottom: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.power-sec .power__left {
    max-width: 945px;
    width: 100%;
    margin-right: 25px
}

.power-sec .power__left-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.power-sec .power__left-item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.power-sec .power__left-item.reverse .power__left-item-cont {
    margin-right: 0;
    margin-left: 28px
}

.power-sec .power__left-item:not(:last-of-type) {
    margin-bottom: 28px
}

.power-sec .power__left-item img {
    max-width: 528px;
    width: 100%;
    border-radius: 12px
}

.power-sec .power__left-item-cont {
    max-width: 389px;
    width: 100%;
    background-color: #F3F5F7;
    border-radius: 12px;
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.power-sec .power__left-item-cont .box {
    max-width: 280px
}

.power-sec .power__left-item-cont h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px
}

.power-sec .power__left-item-cont p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 24px;
}

.power-sec .power__right {
    max-width: 526px;
    width: 100%;
    margin-left: 25px
}

.power-sec .power__right-top {
    margin-bottom: 40px
}

.power-sec .power__right-top h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 10px
}

.power-sec .power__right-top h5 {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 35px
}

.power-sec .power__right-top p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
    max-width: 507px;
    margin: 0
}

.power-sec .power__right-bot img {
    margin-bottom: 35px
}

.power-sec .power__right-bot h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 35px
}

.power-sec .power__right-bot p {
    font-family: 'SourceSans-Bold';
    font-size: 16px;
    line-height: 18px;
    color: #53B1B1;
    margin-bottom: 5px
}

.power-sec .power__right-bot h6 {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 55px
}

.power-sec .power__right-bot a {
    max-width: 200px;
    width: 100%
}

.res-awards-sec-blue {
    background-color: #0B81D5;
    padding-top: 100px;
    color: #fff
}

.res-awards-sec-blue .res-awards {
    padding-bottom: 100px
}

.res-awards-sec-blue .res-awards__left-item h5 {
    color: #fff
}

.lead-sec .container {
    max-width: 1470px
}

.lead-sec .lead {
    padding-top: 140px;
    padding-bottom: 140px
}

.lead-sec .lead__top {
    margin-bottom: 70px
}

.lead-sec .lead__top h3 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 12px
}

.lead-sec .lead__top p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    max-width: 526px
}

.lead-sec .lead__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4,1fr);
    gap: 100px 10px;
    position: relative;
    min-height: 810px
}

.lead-sec .lead__item {
    position: relative
}

.lead-sec .lead__item.hidden {
    display: none
}

.lead-sec .lead__item h5 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 5px
}

.lead-sec .lead__item p {
    font-family: 'Oswald-Light';
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 40px
}

.lead-sec .lead__item a {
    max-width: 165px;
    width: 100%;
    margin: 0 auto
}

.lead-sec .img-box {
    max-width: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px
}

.lead-sec .img-box img {
    max-width: 180px;
    width: 100%
}

body.lock {
    overflow: hidden
}

.popup-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    padding-left: 270px;
    padding-right: 270px
}

.popup-slider.active {
    z-index: 50;
    opacity: 1
}

.popup-slider .slider-wrap {
    position: relative;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.popup-slider .slider-wrap.active {
    z-index: 10;
    opacity: 1
}

.popup-slider .slider-wrap .lead__slider-item-close {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 30px;
    right: 30px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 50%
}

.popup-slider .slider-wrap .lead__slider-item-close:focus {
    outline: none
}

.popup-slider .lead__slider-item {
    background-color: #F3F5F7;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 135px 100px 140px 135px;
    position: relative
}

.popup-slider .lead__slider-box {
    position: relative
}

.popup-slider .lead__slider-item-left {
    margin-right: 30px
}

.popup-slider .lead__slider-item-left img {
    max-width: 260px;
    width: 100%;
    border-radius: 50%;
    margin-bottom: 15px
}

.popup-slider .lead__slider-item-right {
    max-width: 706px
}

.popup-slider .lead__slider-item-right-top h4 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 12px
}

.popup-slider .lead__slider-item-right-top p {
    font-family: 'Oswald-Light';
    font-size: 30px;
    line-height: 46px;
    max-width: 386px;
    margin-bottom: 12px
}

.popup-slider .lead__slider-item-right-top a {
    display: block;
    margin: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.popup-slider .lead__slider-item-right-top a img {
    margin: 0
}

.popup-slider .lead__slider-item-right-bot h5 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px
}

.popup-slider .lead__slider-item-right-bot p {
    font-family: 'SourceSans-Regular';
    color: #11222C;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    max-width: 695px
}

.popup-slider .lead__slider-item-right-bot p:not(:last-of-type) {
    margin-bottom: 20px
}

.popup-slider .slick-list {
    overflow: hidden;
    border-radius: 12px
}

.popup-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    font-size: 0;
    background-color: transparent;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 28px;
    cursor: pointer
}

.popup-slider .slick-arrow:focus-visible {
    border: none;
    outline: none
}

.popup-slider .slick-arrow:focus {
    outline: none
}

.popup-slider .slick-next {
    right: 50px;
    background-image: url("../svg/arr-next.svg")
}

.popup-slider .slick-prev {
    left: 50px;
    background-image: url("../svg/arr-prev.svg")
}

.new-form-sec .container {
    max-width: 1470px
}

.new-form-sec .new-form {
    padding-bottom: 100px
}

.new-form-sec .new-form nav {
    margin-bottom: 85px
}

.new-form-sec .new-form .nav-tabs {
    border-bottom: 2px solid #BEBEBE;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.new-form-sec .new-form .nav-tabs .nav-link {
    margin: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    font-family: 'Oswald-Light';
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 7px;
    min-width: 176px;
    position: relative;
    cursor: pointer
}

.new-form-sec .new-form .nav-tabs .nav-link:focus {
    outline: none
}

.new-form-sec .new-form .nav-link.active {
    font-family: 'SourceSans-Regular';
}

.new-form-sec .new-form .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #E87511
}

.new-form-sec .new-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-form-sec .new-form__item-left {
    max-width: 666px;
    margin-right: 10px
}

.new-form-sec .new-form__item-left h4 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 5px
}

.new-form-sec .new-form__item-left p {
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
}

.new-form-sec .new-form__item-right {
    max-width: 813px;
    margin-left: 10px
}

.new-form-sec .new-form__item-right form {
    width: 100%
}

.new-form-sec .new-form__item-right .form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new-form-sec .new-form__item-right input {
    width: 49%;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 16px;
    color: #6A737B;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    border: none;
    border-bottom: 2px solid #E87511;
    margin-bottom: 40px
}

.new-form-sec .new-form__item-right input:focus-visible {
    outline: none
}

.new-form-sec .new-form__item-right .sel-box {
    width: 49%;
    position: relative
}

.new-form-sec .new-form__item-right .sel-box:after {
    content: "";
    position: absolute;
    background-image: url("../svg/sel-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 6px;
    top: 10px;
    right: 0;
    pointer-events: none
}

.new-form-sec .new-form__item-right .sel-box select {
    width: 100%;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 16px;
    color: #6A737B;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
    border: none;
    border-bottom: 2px solid #E87511;
    margin-bottom: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.new-form-sec .new-form__item-right .sel-box select:focus-visible {
    outline: none
}

.new-form-sec .new-form__item-right p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px
}

.loc-sec {
    position: relative;
    z-index: 3
}

.loc-sec .container {
    max-width: 1470px;
    position: relative;
}

/*.loc-sec .loc {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between*/
/*}*/

.loc-sec .loc nav {
    padding-right: 30px;
    padding-top: 140px;
}

.loc-sec .loc .nav-tabs {
    border: none;
}

.loc-sec .loc .nav-tabs .nav-link {
    font-family: 'Oswald-Light';
    font-size: 24px;
    line-height: 26px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.loc-sec .loc .nav-tabs .nav-link:focus {
    outline: none
}

.loc-sec .loc .nav-link.active {
    font-family: 'Oswald-Regular';
    color: #000;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #E87511
}

.loc-sec .loc .tab-content {
    max-width: 1360px;
    width: 100%;
    margin-right: 10px
}

.loc-sec .loc__item {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    padding: 50px;
    /*padding: 90px 130px 90px 130px;*/
    background-color: #F3F5F7;
    border-radius: 12px;
    max-width: 1360px
}

/*.loc-sec .loc__item-left {*/
/*    max-width: 276px*/
/*}*/

.loc-sec .loc__item-left h3 {
    font-family: 'Oswald-Regular';
    font-size: 36px;
    line-height: 38px;
    /*font-size: 50px;*/
    /*line-height: 52px;*/
    margin-bottom: 30px
}

.loc-sec .loc__item-left h4 {
    font-family: 'Oswald-Regular';
    font-size: 28px;
    line-height: 30px;
    /*font-size: 36px;*/
    /*line-height: 38px;*/
    margin-bottom: 30px
}

.loc-sec .loc__item-left h5 {
    font-family: 'Oswald-Regular';
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 30px;
    max-width: 230px
}

.loc-sec .loc__item-left h6 {
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 10px
}

.loc-sec .loc__item-left img {
    margin-bottom: 35px
}

.loc-sec .contacts a {
    display: block;
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #11222C
}

.loc-sec .contacts a.orange {
    color: #E87511
}

/*.loc-sec .loc__item-right {*/
/*    margin-left: 10px*/
/*}*/

.loc-sec .loc__item-right img {
    width: 100%
}

.loc-sec .loc__item-right-box {
    max-width: 810px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

.res-blog-custom .res-blog__right-video-link {
    position: relative;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 50px!important
}

.res-blog-custom .res-blog__right-video-link:before {
    content: "";
    position: absolute;
    top: calc((100% - 139px) / 2);
    left: calc((100% - 139px) / 2);
    background-image: url(../svg/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 139px;
    height: 139px
}

.res-blog-custom .res-blog__right-video-link img {
    margin-bottom: 0;
    max-width: 100%
}

.res-blog-custom .res-blog__right {
    max-width: 810px;
    width: 100%
}

.res-blog-custom .res-blog__right img {
    max-width: 100%
}

.res-blog-custom .res-blog__right h4 {
    max-width: 100%
}

.res-blog-custom .res-blog__right p {
    max-width: 100%
}

.res-blog-custom .res-blog__right h5 {
    max-width: 100%
}

.res-blog-custom .res-blog__right a {
    margin-bottom: 0
}

.res-blog-custom .res-blog__right .box {
    margin-bottom: 50px
}

.res-blog-custom .res-blog__right .box img {
    max-width: 29px;
    border-radius: 0;
    margin-bottom: 20px
}

.res-blog-custom .res-blog__right .box span {
    display: block;
    font-family: 'SourceSans-Regular';
    font-size: 18px
}

.res-blog-custom .res-blog__right .bottom-box {
    background-color: #53B1B1;
    border-radius: 12px;
    padding: 55px 90px 55px 55px
}

.res-blog-custom .res-blog__right .bottom-box p {
    margin: 0
}

.res-blog-custom .another-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.res-blog-custom .another-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 33%;
    margin-bottom: 40px
}

.res-blog-custom .another-item img {
    max-width: 60px;
    margin: 0;
    margin-right: 15px
}

.res-blog-custom .another-item p {
    font-family: 'SourceSans-Regular';
    font-size: 18px;
    line-height: 26px;
    max-width: 162px;
    margin: 0
}

.res-blog-custom .now-wrap {
    background-color: #F3F5F7;
    border-radius: 12px;
    padding: 50px;
    margin-bottom: 35px
}

.res-blog-custom .now-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.res-blog-custom .now-item {
    width: 33%
}

.res-blog-custom .now-item img {
    max-width: 60px;
    margin: 0!important
}

.res-blog-custom .now-item p {
    margin-top: 10px;
    max-width: 204px
}

.res-blog-custom .cont-new-top {
    border-bottom: 1px solid #e87511;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.res-blog-custom .cont-new-top p:last-of-type {
    margin-bottom: 0
}

.res-blog-custom .cont-new-top img {
    margin-bottom: 30px
}

.res-blog-custom .res-blog-sec-bg-new {
    position: absolute;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    bottom: 215px;
    width: 704px;
    height: 478px
}

.pb110 .res-top {
    padding-bottom: 110px
}

@media (max-width: 1700px) {
    .popup-slider {
        padding-left:100px;
        padding-right: 100px
    }

    .popup-slider .lead__slider-item {
        padding: 100px 80px 100px 100px
    }
}

@media (max-width: 1600px) {

    .loc-sec .loc .tab-content {
        max-width: 1210px
    }
}

@media (max-width: 1450px) {
    .new-form-sec .new-form nav {
        margin-bottom:85px
    }

    .new-form-sec .new-form .nav-tabs {
        border: none;
        max-width: 100%
    }

    .new-form-sec .new-form .nav-tabs .nav-link {
        border-radius: 5px;
        background-color: rgba(196,196,196,0.2);
        min-width: auto;
        width: 24%;
        padding: 4px 15px;
        margin: 3px
    }

    .new-form-sec .new-form .nav-link.active {
        font-family: 'SourceSans-Regular';
        background-color: #E87511;
        color: #fff
    }

    .new-form-sec .new-form .nav-link.active:after {
        display: none
    }
}

@media (max-width: 1400px) {


    .loc-sec .loc .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 30px
    }

    .loc-sec .loc .nav-tabs .nav-link {
        margin-right: 10px;
        /*margin-left: 10px;*/
        margin-bottom: 10px
    }

    .loc-sec .loc .tab-content {
        max-width: 100%
    }

    .loc-sec .loc__item-left {
        width: 100%
    }
}

@media (max-width: 1200px) {

    .res-blog-custom .another-item {
        padding-left:15px;
        padding-right: 15px
    }

    .res-blog-custom .another-item img {
        max-width: 60px;
        width: 100%;
        margin-bottom: 0!important;
        margin-right: 15px!important
    }

    .res-blog-custom .another-item p {
        height: auto!important;
        margin: 0!important
    }

    .res-blog-custom .now-item {
        width: 33%;
        padding-left: 15px;
        padding-right: 15px
    }

    .popup-slider {
        padding-left: 100px;
        padding-right: 100px
    }

    .popup-slider .lead__slider-box {
        padding-bottom: 50px;
        background-color: #fff;
        border-radius: 12px
    }

    .popup-slider .slick-arrow {
        top: auto;
        bottom: 17px;
        width: 20px;
        height: 12px
    }

    .popup-slider .slick-prev {
        background-image: url("../svg/arr-left.svg");
        left: auto;
        right: 65px
    }

    .popup-slider .slick-next {
        background-image: url("../svg/arr-right.svg");
        right: 0
    }

    .popup-slider .lead__slider-item {
        padding: 40px;
        display: block
    }

    .popup-slider .lead__slider-item-left {
        margin-right: 0;
        margin-bottom: 20px
    }

    .popup-slider .lead__slider-item-left img {
        max-width: 155px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .popup-slider .lead__slider-item-right {
        max-width: 100%
    }

    .popup-slider .lead__slider-item-right-top {
        position: relative;
        margin-bottom: 30px
    }

    .popup-slider .lead__slider-item-right-top h4 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 3px
    }

    .popup-slider .lead__slider-item-right-top p {
        font-size: 16px;
        line-height: 22px;
        max-width: 196px
    }

    .popup-slider .lead__slider-item-right-top a {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px
    }

    .popup-slider .lead__slider-item-right-top a img {
        max-width: 30px;
        width: 100%
    }

    .popup-slider .lead__slider-item-right-bot h5 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px
    }

    .popup-slider .lead__slider-item-right-bot p {
        font-size: 16px;
        line-height: 22px;
        margin: 0
    }
}

@media (max-width: 1100px) {
    .new-form-sec .container {
        padding-left:35px;
        padding-right: 35px
    }

    .new-form-sec .new-form {
        padding-bottom: 80px
    }

    .new-form-sec .new-form__item {
        display: block
    }

    .new-form-sec .new-form__item-left {
        max-width: 100%;
        margin-right: 0
    }

    .new-form-sec .new-form__item-left h4 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .new-form-sec .new-form__item-left p {
        font-size: 22px;
        line-height: 28px
    }

    .new-form-sec .new-form__item-right {
        max-width: 100%;
        margin-left: 0
    }
}

@media (max-width: 992px) {

    .loc-sec .loc {
        display:block
    }
    .res-top-wrap .container {
        padding-left:35px;
        padding-right: 35px
    }

    .loc-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .loc-sec .loc {
        padding-bottom: 40px
    }

    .loc-sec .loc .tab-content {
        margin: 0
    }

    .loc-sec .loc nav {
        padding-right: 0
    }

    .loc-sec .loc .nav-tabs .nav-link {
        font-size: 20px;
        line-height: 22px
    }

    .loc-sec .loc__item {
        display: block;
        padding: 30px
    }

    .loc-sec .loc__item-left {
        max-width: 100%;
        margin-bottom: 30px
    }

    .loc-sec .loc__item-left h3 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 15px
    }

    .loc-sec .loc__item-left h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .loc-sec .loc__item-left h5 {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%
    }

    .loc-sec .button-orange {
        max-width: 100%;
        width: 100%
    }

    .loc-sec .loc__item-right {
        margin-left: 0
    }

    .loc-sec .loc__item-right-box {
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .res-blog-custom .res-blog__right-video-link:before {
        top:calc((100% - 38px) / 2);
        left: calc((100% - 38px) / 2);
        width: 38px;
        height: 38px
    }

    .res-blog-custom .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .res-blog-custom .another-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 50%;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px
    }

    .res-blog-custom .another-item img {
        max-width: 50px;
        width: 100%;
        margin: 0;
        margin-right: 15px!important
    }

    .res-blog-custom .another-item p {
        font-size: 18px;
        line-height: 26px;
        max-width: 162px;
        margin: 0
    }

    .res-blog-custom .now-wrap {
        padding: 20px;
        margin-bottom: 25px
    }

    .res-blog-custom .now-box {
        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
    }

    .res-blog-custom .now-item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

    .new-form-sec .new-form nav {
        margin: 0 auto;
        margin-bottom: 60px
    }

    .new-form-sec .new-form .nav-tabs .nav-link {
        font-size: 20px;
        line-height: 22px;
        width: 48%
    }
}

@media (max-width: 750px) {
    .popup-slider {
        padding-left:15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        overflow: auto;
        display: block;
        background-color: #fff
    }

    .popup-slider .lead__slider-box {
        padding-bottom: 50px;
        background-color: #fff;
        border-radius: 12px
    }

    .popup-slider .slick-arrow {
        top: auto;
        bottom: 17px;
        width: 20px;
        height: 12px
    }

    .popup-slider .slick-prev {
        background-image: url("../svg/arr-left.svg");
        left: auto;
        right: 65px
    }

    .popup-slider .slick-next {
        background-image: url("../svg/arr-right.svg");
        right: 0
    }

    .popup-slider .lead__slider-item {
        padding: 40px;
        display: block
    }

    .popup-slider .lead__slider-item-left {
        margin-right: 0;
        margin-bottom: 20px
    }

    .popup-slider .lead__slider-item-left img {
        max-width: 130px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .popup-slider .lead__slider-item-right {
        max-width: 100%
    }

    .popup-slider .lead__slider-item-right-top {
        position: relative;
        margin-bottom: 30px
    }

    .popup-slider .lead__slider-item-right-top h4 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 3px
    }

    .popup-slider .lead__slider-item-right-top p {
        font-size: 16px;
        line-height: 22px;
        max-width: 196px
    }

    .popup-slider .lead__slider-item-right-top a {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px
    }

    .popup-slider .lead__slider-item-right-top a img {
        max-width: 30px;
        width: 100%
    }

    .popup-slider .lead__slider-item-right-bot h5 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px
    }

    .popup-slider .lead__slider-item-right-bot p {
        font-size: 16px;
        line-height: 22px;
        margin: 0
    }
}

@media (max-width: 600px) {
    .res-blog-custom .another-box {
        display:block
    }

    .res-blog-custom .another-item {
        max-width: 456px;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }

    .res-blog-custom .another-item p {
        line-height: 24px
    }

    .res-blog-custom .now-wrap {
        padding: 15px
    }

    .res-blog-custom .now-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 500px) {
    .new-form-sec .new-form .nav-tabs .nav-link {
        margin-right:0;
        margin-left: 0;
        width: 100%
    }

    .new-form-sec .new-form__item-left {
        margin-bottom: 30px
    }

    .new-form-sec .new-form__item-right {
        max-width: 100%;
        margin-left: 0
    }

    .new-form-sec .new-form__item-right input {
        width: 100%
    }

    .new-form-sec .new-form__item-right .sel-box {
        width: 100%
    }

    .new-form-sec .new-form__item-right .sel-box select {
        margin-bottom: 50px
    }
}

@media (max-width: 1600px) {
    .open-pos-section .open-pos__left {
        margin-right:80px
    }

    .careers-page-wrap .car-top h1 {
        font-size: 90px;
        line-height: 90px
    }

    .car-top-sec .car-top #breadcrumb {
        padding-top: 25px;
        margin-bottom: 55px
    }

    .car-top-sec .car-top h2 {
        font-family: 'SourceSans-Black';
        font-size: 20px;
        line-height: 26px;
        text-transform: uppercase
    }

    .car-top-sec .car-top h1 {
        font-size: 70px;
        line-height: 80px;
        font-weight: 400;
        max-width: 790px;
        margin-bottom: 30px
    }

    .car-top-sec .car-top p {
        font-family: 'Oswald-Light';
        font-size: 36px;
        line-height: 46px;
        max-width: 466px;
        margin-bottom: 60px
    }

    .car-top-sec .car-top p.text-long {
        max-width: 528px
    }

    .digital-sec .digital__left {
        margin-right: 20px
    }

    .digital-sec .digital__left img {
        max-width: 880px
    }

    .digital-sec .digital__right-top {
        margin-bottom: 37px
    }

    .digital-sec .digital__right-top h5 {
        font-family: 'Oswald-Regular';
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 20px
    }

    .digital-sec .digital__right-top a {
        font-family: 'SourceSans-SemiBold';
        font-size: 20px;
        line-height: 22px;
        color: #11222C;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .digital-sec .digital__right-top a img {
        margin-left: 15px
    }

    .digital-sec .digital__right-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .digital-sec .digital__right-item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .digital-sec .digital__right-item img {
        max-width: 153px;
        width: 100%;
        margin-right: 20px
    }

    .digital-sec .digital__right-item p {
        margin-bottom: 10px;
        max-width: 240px
    }

    .lead-sec .lead__slider-item-left {
        margin-right: 15px
    }

    .lead-sec .lead__slider-item-right {
        margin-left: 15px
    }

    .lead-sec .lead__slider-item {
        padding: 50px
    }

    .lead-sec .lead__box {
        min-height: 630px
    }

    .lead-sec .slick-prev {
        left: 15px
    }

    .lead-sec .slick-next {
        right: 15px
    }
}

@media (max-width: 1520px) {
    .esg-sec .esg-wrap {
        height:auto;
        display: block
    }

    .esg-sec .esg-wrap .esg-wrap-bg {
        display: none
    }

    .esg-sec .esg nav {
        right: 30px;
        top: 0
    }

    .esg-sec .esg .nav-link {
        min-width: auto
    }

    .esg-sec .esg__item__left {
        margin-right: 10px
    }

    .esg-sec .esg__item__right {
        margin-left: 10px;
        max-width: 528px
    }

    .esg-sec .esg__item__right h4 {
        font-size: 35px;
        line-height: 38px
    }

    .esg-sec .esg__item__right h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .esg-sec .esg__item__right p {
        font-family: 'SourceSans-Regular';
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px
    }

    .power-sec .power {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .power-sec .power__right {
        margin-bottom: 30px
    }

    .power-sec .power__right-top p {
        max-width: 100%
    }

    .power-sec .power__left {
        max-width: 100%
    }

    .power-sec .power__left-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .power-sec .power__left-item-cont {
        max-width: 49%
    }

    .power-sec .power__left-item img {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 1400px) {
    .car-who-sec .car-who__right-item {
        max-width:200px;
        width: 100%
    }

    .car-who-sec .car-who__right-item:not(:last-of-type) {
        margin-right: 20px
    }

    .car-slider-sec .car-slider img {
        max-width: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .res-awards-sec .res-awards__left h3 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 10px
    }

    .res-awards-sec .res-awards__left h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .res-awards-sec .res-awards__left-item h5 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 12px
    }

    .res-awards-sec .res-awards__left-item p {
        margin: 0
    }

    .res-awards-sec .res-awards__right {
        margin-left: 25px;
        max-width: 805px;
        width: 100%
    }

    .car-latest-sec .car-latest-box {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
        grid-template-columns: repeat(3,1fr);
        gap: 28px
    }

    .car-sing-why-sec .car-sing-why {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .car-sing-why-sec .car-sing-why__right-box {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .tech-wind-sec .tech-wind .tech-wind-bg {
        left: 0
    }

    .digital-sec .digital__left img {
        max-width: 763px
    }

    .digital-sec .digital__right-item img {
        max-width: 131px
    }
}

@media (max-width: 1300px) {
    .res-form-sec .res-form-wrap {
        height:auto;
        display: block;
        padding-top: 50px;
        padding-bottom: 50px
    }

    .res-form-sec .res-form {
        display: block
    }

    .res-form-sec .res-form__left {
        max-width: 100%;
        width: 100%
    }

    .res-form-sec .res-form__left h5 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .res-form-sec .res-form__right p {
        font-family: 'Oswald-Regular';
        font-size: 36px;
        color: #fff;
        margin-bottom: 3px
    }

    .res-form-sec .box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .res-form-sec .box input {
        display: block;
        margin-right: 60px;
        max-width: 100%;
        width: 100%
    }

    .jobs-who-sec .jobs-who__left {
        margin-right: 30px
    }

    .open-pos-section .open-pos {
        display: block
    }

    .open-pos-section .open-pos__left {
        max-width: 100%;
        width: 100%;
        margin-right: 0
    }

    .open-pos-section .open-pos__left-filter {
        position: relative;
        top: auto;
        width: 100%;
        margin-bottom: 70px
    }

    .open-pos-section .open-pos__left-filter-top {
        margin-bottom: 30px
    }

    .open-pos-section .sel-wrap {
        margin-bottom: 20px;
        position: relative
    }

    .open-pos-section .sel-wrap:after {
        top: 2px
    }

    .open-pos-section .open-pos__right {
        width: 100%
    }

    .open-pos-section .open-pos__right li {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .open-pos-section .open-pos__right .left {
        max-width: 300px;
        width: 100%;
        margin-right: 10px
    }

    .open-pos-section .open-pos__right .left h5 {
        font-size: 16px;
        line-height: 20px;
        min-height: 40px
    }

    .open-pos-section .open-pos__right .center {
        max-width: 190px;
        width: 100%;
        font-size: 16px
    }

    .open-pos-section .open-pos__right .right {
        max-width: 300px;
        width: 100%;
        padding-left: 0;
        margin-left: 10px
    }

    .open-pos-section .open-pos__right .right p {
        max-width: 140px;
        width: 100%;
        font-size: 16px
    }

    .open-pos-section .post-pag {
        padding-top: 80px
    }

    .open-pos-section .post-pag ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .open-pos-section .post-pag li {
        list-style: none;
        margin-right: 15px
    }

    .open-pos-section .post-pag li:first-of-type {
        margin-right: 18px
    }

    .open-pos-section .post-pag li:last-of-type {
        margin-left: 3px;
        margin-right: 0
    }

    .open-pos-section .post-pag li.active a {
        color: #221F1F
    }

    .open-pos-section .post-pag a {
        font-family: 'SourceSans-Regular';
        font-size: 16px;
        color: #E87511
    }

    .car-sing-our-sec .car-sing-our {
        display: block;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .car-sing-our-sec .car-sing-our__left {
        max-width: 100%;
        width: 100%;
        margin-right: 0
    }

    .car-sing-our-sec .car-sing-our__left img {
        display: block;
        max-width: 667px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .car-sing-our-sec .car-sing-our__right {
        max-width: 100%;
        width: 100%;
        margin-left: 0
    }
}

@media (max-width: 1200px) {
    .res-blog-sec .res-blog-sec-bg {
        display:none
    }

    .jobs-who-sec .jobs-who-sec-bg {
        display: none
    }

    .jobs-page-post-wrap .jobs-page-post-wrap-bg {
        display: none
    }

    .car-video-sec .car-video-wrap .car-video-wrap-bg {
        display: none
    }

    .car-diversity-sec .bg-flow {
        display: none
    }

    .car-diversity-sec .bg-flow2 {
        display: none
    }

    .jobs-staff-sec .bg-flow {
        display: none
    }

    .car-diversity-sec .bg-leaves {
        display: none
    }

    .jobs-staff-sec .bg-leaves {
        display: none
    }

    .res-blog-sec .container {
        max-width: 1190px
    }

    .res-blog-sec .res-blog {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .res-blog-sec .res-blog__right {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px
    }

    .res-blog-sec .res-blog__right img {
        display: block;
        margin: 0 auto;
        margin-bottom: 50px
    }

    .res-blog-sec .res-blog__right h4 {
        max-width: 100%;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 25px
    }

    .res-blog-sec .res-blog__right p {
        max-width: 100%;
        font-family: 'SourceSans-Regular';
        font-size: 18px;
        margin-bottom: 25px
    }

    .res-blog-sec .res-blog__right h5 {
        max-width: 100%;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .res-blog-sec .res-blog__right ul {
        padding: 0;
        padding-left: 20px;
        margin-bottom: 30px
    }

    .res-blog-sec .res-blog__right li:not(:last-of-type) {
        margin-bottom: 11px
    }

    .res-blog-sec .res-blog__right a {
        margin-bottom: 80px
    }

    .res-blog-sec .res-blog__right .box {
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__right .box img {
        display: inline
    }

    .res-blog-sec .res-blog__right .bottom-box {
        padding: 30px 30px 50px 30px
    }

    .res-blog-sec .res-blog__left {
        max-width: 100%;
        width: 100%
    }

    .res-blog-sec .res-blog__left .cont {
        background-color: #F3F5F7;
        border-radius: 12px;
        padding-top: 45px;
        padding-left: 57px;
        padding-right: 35px;
        padding-bottom: 55px
    }

    .res-blog-sec .res-blog__left .cont h4 {
        font-family: 'Oswald-Regular';
        font-size: 30px;
        margin-bottom: 10px
    }

    .res-blog-sec .res-blog__left .cont h5 {
        font-family: 'SourceSans-SemiBold';
        font-size: 18px;
        margin-bottom: 5px
    }

    .res-blog-sec .res-blog__left .cont p {
        font-family: 'SourceSans-Regular';
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 17px
    }

    .res-blog-sec .res-blog__left .soc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #E87511;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .soc a {
        display: block
    }

    .res-blog-sec .res-blog__left .soc a:not(:last-of-type) {
        margin-right: 15px
    }

    .res-blog-sec .res-blog__left .cont-top {
        border-bottom: 1px solid #E87511;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .cont-top h4 {
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .cont-top a {
        font-family: 'SourceSans-SemiBold';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #11222C
    }

    .res-blog-sec .res-blog__left .cont-top a:not(:last-of-type) {
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .cont-top a:hover {
        text-decoration: none
    }

    .res-blog-sec .res-blog__left .cont-top a:hover img {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .res-blog-sec .res-blog__left .cont-top a img {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-left: 15px
    }

    .res-blog-sec .res-blog__left .cont-center {
        border-bottom: 1px solid #E87511;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .cont-center h4 {
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .cont-center a {
        font-family: 'SourceSans-SemiBold';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #11222C
    }

    .res-blog-sec .res-blog__left .cont-center a:not(:last-of-type) {
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .cont-center a:hover {
        text-decoration: none
    }

    .res-blog-sec .res-blog__left .cont-center a:hover img {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .res-blog-sec .res-blog__left .cont-center a img {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-left: 15px
    }

    .res-blog-sec .res-blog__left .cont-bot h4 {
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .cont-bot p {
        font-family: 'SourceSans-SemiBold';
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .res-blog-sec .res-blog__left .box-num {
        margin-bottom: 20px
    }

    .res-blog-sec .res-blog__left .box-num a {
        font-family: 'SourceSans-Regular';
        font-size: 18px;
        line-height: 18px;
        color: #11222C
    }

    .res-blog-sec .res-blog__left .box-email {
        margin-bottom: 40px
    }

    .res-blog-sec .res-blog__left .box-email a {
        font-family: 'SourceSans-Regular';
        font-size: 18px;
        line-height: 18px;
        color: #E87511
    }

    .car-who-sec .car-who {
        padding-top: 80px;
        padding-bottom: 80px;
        display: block
    }

    .car-who-sec .car-who h4 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .car-who-sec .car-who__left {
        max-width: 100%;
        margin-bottom: 30px
    }

    .car-who-sec .car-who__left p {
        font-size: 22px;
        line-height: 28px
    }

    .car-who-sec .car-who__right-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .car-who-sec .car-who__right-item {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .car-who-sec .car-who__right-item:not(:last-of-type) {
        margin-right: 0
    }

    .car-who-sec .car-who__right-item h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .car-who-sec .car-who__right-item a {
        font-size: 16px
    }

    .car-vision-sec .car-vision {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 0
    }

    .car-vision-sec .car-vision h4 {
        font-size: 30px;
        line-height: 30px
    }

    .car-vision-sec .car-vision h5 {
        font-size: 22px;
        line-height: 28px
    }

    .car-vision-sec .car-vision__top {
        display: block;
        margin-bottom: 40px
    }

    .car-vision-sec .car-vision__left {
        margin-right: 0
    }

    .car-vision-sec .car-vision__left h4 {
        margin-bottom: 12px
    }

    .car-vision-sec .car-vision__left h5 {
        margin-bottom: 24px
    }

    .car-vision-sec .car-vision__left p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px
    }

    .car-vision-sec .car-vision__bot-img {
        display: none;
        width: 0;
        height: 0
    }

    .res-awards-sec .res-awards {
        display: block
    }

    .res-awards-sec .res-awards__left {
        max-width: 100%;
        margin-right: 0
    }

    .res-awards-sec .res-awards__left h3 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 10px;
        text-align: center
    }

    .res-awards-sec .res-awards__left h4 {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 40px
    }

    .res-awards-sec .res-awards__left-item {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 40px
    }

    .res-awards-sec .res-awards__left-item h5 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 12px
    }

    .res-awards-sec .res-awards__left-item p {
        margin: 0
    }

    .res-awards-sec .res-awards__right {
        margin-left: 0;
        max-width: 100%;
        width: 100%
    }

    .res-awards-sec .res-awards__right img {
        display: block;
        margin: 0 auto
    }

    .car-diversity-sec .car-diversity__top:before {
        display: none
    }

    .car-diversity-sec .car-diversity__bot:before {
        display: none
    }

    .digital-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .digital-sec .digital {
        display: block;
        padding-top: 70px;
        padding-bottom: 70px
    }

    .digital-sec .digital__left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .digital-sec .digital__left h4 {
        font-size: 30px;
        line-height: 36px
    }

    .digital-sec .digital__left p {
        font-size: 22px;
        line-height: 28px;
        max-width: 100%;
        margin-bottom: 30px
    }

    .digital-sec .digital__left img {
        max-width: 100%
    }

    .digital-sec .digital__right-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .digital-sec .digital__right-top {
        margin-bottom: 30px
    }

    .digital-sec .digital__right-top h5 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0
    }

    .digital-sec .digital__right-top a {
        display: none
    }

    .digital-sec .digital__right-box {
        margin-bottom: 30px
    }

    .digital-sec .digital__right-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .digital-sec .digital__right-item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .digital-sec .digital__right-item img {
        max-width: 125px;
        width: 100%;
        border-radius: 12px;
        margin-right: 20px
    }

    .digital-sec .digital__right-item p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        max-width: 100%
    }

    .digital-sec .digital__right-item a {
        display: none
    }

    .car-bg-sus-page .car-bg-sus-page-item {
        display: none
    }

    .lead-sec .lead__box {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width: 1100px) {
    .esg-sec {
        display:none
    }

    .esg-mob-sec {
        display: block
    }
}

@media (max-width: 992px) {
    .car-sing-our-sec .bg-right {
        width:320px;
        height: 711px
    }

    .res-faq-sec .bg-right {
        width: 320px;
        height: 711px
    }

    .res-faq-sec .bg-left {
        width: 320px;
        height: 711px
    }

    .res-blog-sec .bg-left {
        width: 320px;
        height: 711px
    }

    .res-blog-sec .bg-right {
        width: 320px;
        height: 711px
    }

    .res-post-sec .bg-left {
        width: 320px;
        height: 711px
    }

    .res-top-wrap .bg-right {
        width: 320px;
        height: 711px
    }

    .jobs-who-sec .bg-left {
        width: 320px;
        height: 711px
    }

    .car-diversity-sec {
        position: relative
    }

    .car-diversity-sec .bg-left {
        top: 0;
        left: 0;
        width: 320px;
        height: 711px
    }

    .car-slider-sec {
        position: relative
    }

    .car-slider-sec .bg-left {
        top: 290px;
        left: 0;
        width: 320px;
        height: 711px
    }

    .car-vision-sec {
        position: relative
    }

    .car-vision-sec .bg-right {
        top: 140px;
        right: 0;
        width: 320px;
        height: 711px
    }

    .jobs-staff-sec {
        position: relative
    }

    .jobs-staff-sec .bg-left {
        top: -340px;
        left: 0;
        width: 320px;
        height: 711px
    }

    .timeline-section .bg-left {
        top: 660px;
        left: 0;
        width: 320px;
        height: 711px
    }

    .digital-sec {
        position: relative
    }

    .digital-sec .bg-right {
        top: 300px;
        right: 0;
        width: 320px;
        height: 711px
    }

    .res-top-wrap .res-top-bg {
        width: 939px;
        height: 376px;
        right: 0
    }

    .res-top-wrap .res-top {
        padding-top: 30px;
        padding-bottom: 80px
    }

    .res-top-wrap #breadcrumb {
        margin-bottom: 25px
    }

    .res-top-wrap .res-top__content h5 {
        font-size: 20px;
        line-height: 20px
    }

    .res-top-wrap .res-top__content h1 {
        font-size: 60px;
        margin-bottom: 25px
    }

    .res-top-wrap .res-top__content p {
        font-size: 25px;
        line-height: 32px;
        font-family: 'SourceSans-Regular';
    }

    .res-search-sec .res-search {
        display: block;
        margin-bottom: 80px
    }

    .res-search-sec .res-search__item {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }

    .res-search-sec .res-search__item p {
        margin-bottom: 8px
    }

    .res-post-sec .res-post__box {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 60px 15px
    }

    .res-faq-sec .res-faq {
        padding-bottom: 80px
    }

    .res-faq-sec .res-faq-item p {
        border-bottom: 1px solid #BEBEBE
    }

    .res-faq-sec .res-faq-item p a {
        font-size: 22px;
        padding-bottom: 20px;
        padding-top: 15px
    }

    .res-faq-sec .res-faq-item p a img {
        margin-left: 15px
    }

    .res-faq-sec .res-faq-item .card-body {
        margin-top: 10px
    }

    .res-top-sec.office .res-top-wrap .res-top-bg {
        position: absolute;
        top: 40px;
        right: -400px;
        width: 1355px;
        height: 808px
    }

    .res-top-sec.office .res-top-wrap .res-top {
        padding-bottom: 140px
    }

    .jobs-who-sec .jobs-who {
        display: block;
        padding-bottom: 100px
    }

    .jobs-who-sec .jobs-who__left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }

    .jobs-who-sec .jobs-who__left h4 {
        font-size: 40px;
        line-height: 40px
    }

    .jobs-who-sec .jobs-who__right {
        margin: 0 auto
    }

    .jobs-who-sec .jobs-who__right-top {
        background-color: #F3F5F7;
        padding: 45px 45px 60px 45px;
        border-radius: 12px;
        margin-bottom: 50px;
        position: relative;
        z-index: 2
    }

    .jobs-who-sec .jobs-who__right-top p {
        font-family: 'SourceSans-SemiBold';
        font-size: 18px;
        margin-bottom: 18px
    }

    .jobs-who-sec .jobs-who__right-top p:last-of-type {
        margin-bottom: 35px
    }

    .jobs-who-sec .jobs-who__right-social {
        max-width: 304px;
        width: 100%
    }

    .jobs-who-sec .jobs-who__right-social .box {
        border-bottom: 1px solid #E87511;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .jobs-who-sec .jobs-who__right-social a {
        max-width: 240px;
        width: 100%
    }

    .car-top-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-top-sec .car-top-wrap {
        height: auto;
        min-height: 755px
    }

    .car-top-sec .car-top-wrap .car-top-wrap-bg {
        display: none
    }

    .car-top-sec .car-top-wrap .car-top-wrap-mob {
        display: block
    }

    .car-top-sec .car-top #breadcrumb {
        margin-bottom: 20px
    }

    .car-top-sec .car-top #breadcrumb a {
        font-size: 12px;
        line-height: 12px
    }

    .car-top-sec .car-top #breadcrumb span {
        font-size: 12px;
        line-height: 12px
    }

    .car-top-sec .car-top h2 {
        font-size: 14px;
        line-height: 14px
    }

    .car-top-sec .car-top h1 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 8px
    }

    .car-top-sec .car-top p {
        font-size: 22px;
        line-height: 28px;
        max-width: 275px;
        margin-bottom: 20px
    }

    .car-who-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-video-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-video-sec .car-video-wrap {
        background-color: #53B1B1;
        padding-bottom: 100px;
        position: relative
    }

    .car-video-sec .car-video-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 135px;
        background-color: #fff
    }

    .car-video-sec .car-video a:before {
        top: calc((100% - 80px) / 2);
        left: calc((100% - 80px) / 2);
        width: 80px;
        height: 80px
    }

    .car-slider-sec .container {
        max-width: 1190px
    }

    .car-slider-sec .car-slider {
        padding-bottom: 85px
    }

    .car-slider-sec .car-slider img {
        height: 100%
    }

    .car-slider-sec .slider__item {
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .car-slider-sec .slider__item-box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .car-slider-sec .slider__item-box img {
        max-width: 100%;
        width: 100%;
        border-radius: 12px
    }

    .car-slider-sec .slider__item-box img:first-of-type {
        margin-bottom: 30px
    }

    .car-slider-sec .slick-prev {
        right: auto;
        left: calc((100% - 150px) / 2)
    }

    .car-slider-sec .slick-next {
        right: calc((100% - 150px) / 2)
    }

    .car-vision-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-diversity-sec .car-diversity__top h4 {
        max-width: 100%
    }

    .car-diversity-sec .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .car-diversity-sec .car-diversity__item:not(:last-of-type) {
        margin-bottom: 0
    }

    .car-diversity-sec .car-diversity__item-left {
        margin-bottom: 40px;
        display: block
    }

    .car-diversity-sec .box p {
        max-width: 100%
    }

    .car-diversity-sec .car-diversity__item-right {
        margin-bottom: 40px
    }

    .car-single .car-video-wrap {
        background-color: #2A5959;
        padding-bottom: 100px;
        position: relative
    }

    .car-single .car-video-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 135px;
        background-color: #fff
    }

    .car-sing-why-sec .car-sing-why {
        display: block
    }

    .car-sing-why-sec .car-sing-why__left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .car-sing-why-sec .car-sing-why__right {
        margin-left: 0
    }

    .car-sing-why-sec .car-sing-why__right-item {
        max-width: 100%
    }

    .res-top-wrap .res-top-bg {
        display: none
    }

    .contact-top-sec .res-top-wrap .res-top-bg {
        display: none
    }

    .tech-wind-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .tech-wind-sec .tech-wind {
        display: block
    }

    .tech-wind-sec .tech-wind .tech-wind-bg {
        display: none
    }

    .tech-wind-sec .tech-wind__left {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }

    .tech-wind-sec .tech-wind__left img {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .tech-wind-sec .tech-wind__left a img {
        margin-left: 12px;
        margin-bottom: 0
    }

    .tech-wind-sec .tech-wind__right {
        margin-left: 0;
        width: 100%;
        max-width: 100%
    }

    .tech-wind-sec .tech-wind__right-item {
        max-width: 100%
    }

    .timeline-section .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .timeline-section .timeline {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .timeline-section .timeline__top {
        margin-bottom: 20px
    }

    .timeline-section .timeline__top h3 {
        font-size: 30px;
        line-height: 32px
    }

    .timeline-section .timeline__top p {
        font-size: 22px;
        line-height: 28px;
        max-width: 100%;
        margin: 0
    }

    .timeline-section .timeline__box {
        max-width: 1085px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }

    .timeline-section .timeline__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        min-height: auto;
        width: 100%
    }

    .timeline-section .timeline__item__left {
        padding-top: 0
    }

    .timeline-section .timeline__item__left-content {
        position: relative;
        z-index: 0;
        max-width: 100%;
        width: 100%;
        background-color: #F3F5F7;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 30px;
        padding-bottom: 45px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .timeline-section .timeline__item__left-content h6 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px
    }

    .timeline-section .timeline__item__left-content h5 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .timeline-section .timeline__item__left-content p {
        font-size: 16px;
        line-height: 22px
    }

    .timeline-section .timeline__item__right img {
        max-width: 100%;
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        border-radius: 0;
        -o-object-fit: cover;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    #pog-wrap {
        width: 815px;
        overflow-y: scroll
    }

    #pog-wrap::-webkit-scrollbar {
        width: 0
    }

    .swiper-container-wrapper--timeline .swiper-slide {
        min-height: auto
    }

    .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
        margin-bottom: 30px;
        width: 813px
    }

    .swiper-container-wrapper--timeline .swiper-pagination-custom {
        width: 813px
    }

    .lead-popup .lead__slider-box {
        z-index: 22
    }

    .lead-popup .lead__slider-item {
        padding: 40px;
        display: block
    }

    .lead-popup .lead__slider-item-left {
        max-width: 150px;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .lead-popup .lead__slider-item-left img {
        max-width: 150px;
        width: 100%
    }

    .lead-popup .lead__slider-item-right {
        max-width: 100%;
        width: 100%;
        margin-left: 0
    }

    .lead-popup .lead__slider-item-right-top {
        margin-bottom: 30px;
        position: relative
    }

    .lead-popup .lead__slider-item-right-top h4 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 2px
    }

    .lead-popup .lead__slider-item-right-top p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0
    }

    .lead-popup .lead__slider-item-right-top a {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px
    }

    .lead-popup .lead__slider-item-right-top a img {
        width: 100%
    }

    .lead-popup .lead__slider-item .lead__slider-item-close {
        width: 20px;
        height: 20px;
        border-radius: 50%
    }

    .lead-popup .lead__slider-item .lead__slider-item-close img {
        width: 100%
    }

    .lead-popup .lead__slider-item-right-bot h5 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 1px
    }

    .lead-popup .lead__slider-item-right-bot p {
        font-size: 16px;
        line-height: 22px
    }

    .lead-popup .lead__slider-box {
        padding-bottom: 50px;
        background-color: #fff
    }

    .lead-popup .slick-arrow {
        top: auto;
        bottom: 20px;
        width: 20px;
        height: 12px
    }

    .lead-popup .slick-next {
        right: 30px;
        background-image: url("../svg/arr-right.svg")
    }

    .lead-popup .slick-prev {
        left: auto;
        right: 80px;
        background-image: url("../svg/arr-left.svg")
    }

    .lead-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .lead-sec .lead {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .lead-sec .lead__top {
        margin-bottom: 30px
    }

    .lead-sec .lead__top h3 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .lead-sec .lead__top p {
        font-size: 22px;
        line-height: 28px
    }

    .lead-sec .lead__slider-box {
        padding-bottom: 50px
    }

    .lead-sec .slick-arrow {
        top: auto;
        bottom: 17px;
        width: 20px;
        height: 12px
    }

    .lead-sec .slick-prev {
        background-image: url("../svg/arr-left.svg");
        left: auto;
        right: 80px
    }

    .lead-sec .slick-next {
        background-image: url("../svg/arr-right.svg")
    }

    .lead-sec .lead__slider-item {
        padding: 40px;
        display: block
    }

    .lead-sec .lead__box {
        min-height: 475px;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2,1fr);
        gap: 30px 10px
    }

    .lead-sec .img-box {
        max-width: 100px;
        margin-bottom: 15px
    }

    .lead-sec .img-box img {
        max-width: 100px
    }

    .lead-sec .lead__item h5 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 3px
    }

    .lead-sec .lead__item p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px
    }

    .lead-sec .lead__item a {
        font-size: 18px;
        max-width: 130px;
        width: 100%
    }

    .lead-sec .lead__slider-item-left {
        margin-right: 0;
        margin-bottom: 20px
    }

    .lead-sec .lead__slider-item-left img {
        max-width: 155px;
        display: block;
        margin: 0 auto
    }

    .lead-sec .lead__slider-item-right {
        max-width: 100%
    }

    .lead-sec .lead__slider-item-right-top {
        position: relative;
        margin-bottom: 30px
    }

    .lead-sec .lead__slider-item-right-top h4 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 3px
    }

    .lead-sec .lead__slider-item-right-top p {
        font-size: 16px;
        line-height: 22px;
        max-width: 196px
    }

    .lead-sec .lead__slider-item-right-top a {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px
    }

    .lead-sec .lead__slider-item-right-top a img {
        max-width: 30px;
        width: 100%
    }

    .lead-sec .lead__slider-item-right-bot h5 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 3px
    }

    .lead-sec .lead__slider-item-right-bot p {
        font-size: 16px;
        line-height: 22px;
        margin: 0
    }
}

@media (max-width: 768px) {
    .res-faq-sec .container {
        width:100%;
        padding: 0
    }

    .res-faq-sec .res-faq {
        padding-bottom: 40px
    }

    .res-faq-sec .res-faq h3 {
        font-size: 30px;
        line-height: 33px;
        padding-left: 35px;
        padding-right: 35px
    }

    .res-faq-sec .res-faq-item p {
        border-bottom: none
    }

    .res-faq-sec .res-faq-item p a {
        font-size: 18px;
        padding-bottom: 10px;
        padding-top: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 35px;
        padding-right: 35px;
        border: none;
        background-color: #F3F5F7;
        position: relative
    }

    .res-faq-sec .res-faq-item p a:after {
        content: "";
        position: absolute;
        z-index: 100;
        bottom: 0;
        left: 35px;
        right: 35px;
        height: 1px;
        background-color: #BEBEBE;
        display: none
    }

    .res-faq-sec .res-faq-item p a.collapsed {
        background-color: transparent
    }

    .res-faq-sec .res-faq-item p a.collapsed:after {
        display: block
    }

    .res-faq-sec .res-faq-item p a img {
        margin-left: 15px;
        max-width: 20px
    }

    .res-faq-sec .res-faq-item .card-body {
        font-size: 16px;
        padding: 0;
        border: none;
        margin-top: 0;
        background-color: #F3F5F7;
        padding-bottom: 30px;
        padding-left: 35px;
        padding-right: 35px
    }

    .res-faq-sec .res-faq-more-btn {
        margin-top: 40px
    }

    .res-form-sec .res-form__left h5 {
        font-size: 30px;
        line-height: 35px
    }

    .res-form-sec .res-form__right p {
        font-size: 25px;
        line-height: 25px
    }

    .res-form-sec .box {
        display: block
    }

    .res-form-sec .box input {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 30px
    }

    .res-form-sec .box input::-webkit-input-placeholder {
        font-size: 25px;
        line-height: 25px
    }

    .res-form-sec .box input::-moz-placeholder {
        font-size: 25px;
        line-height: 25px
    }

    .res-form-sec .box input:-ms-input-placeholder {
        font-size: 25px;
        line-height: 25px
    }

    .res-form-sec .box input::-ms-input-placeholder {
        font-size: 25px;
        line-height: 25px
    }

    .res-form-sec .box input::placeholder {
        font-size: 25px;
        line-height: 25px
    }

    .res-form-sec .box button {
        margin: 0 auto
    }

    .jobs-quite-wrap {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .jobs-quite h5 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .jobs-quite p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px
    }

    .jobs-staff-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .jobs-staff-sec .jobs-staff {
        padding-top: 40px;
        padding-bottom: 30px;
        display: block
    }

    .jobs-staff-sec .jobs-staff__left h4 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .jobs-staff-sec .jobs-staff__left p {
        font-size: 22px;
        line-height: 28px;
        max-width: 500px;
        margin-bottom: 30px
    }

    .res-post-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .open-pos-section .open-pos__right {
        width: 100%
    }

    .open-pos-section .open-pos__right li {
        display: block;
        padding-bottom: 30px;
        margin-bottom: 50px
    }

    .open-pos-section .open-pos__right .left {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center
    }

    .open-pos-section .open-pos__right .left h5 {
        min-height: auto;
        max-width: 100%
    }

    .open-pos-section .open-pos__right .center {
        max-width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center
    }

    .open-pos-section .open-pos__right .center:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: auto;
        left: 30px;
        right: 30px;
        width: auto;
        height: 1px;
        background-color: #BEBEBE
    }

    .open-pos-section .open-pos__right .center:before {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        left: 30px;
        right: 30px;
        width: auto;
        height: 1px;
        background-color: #BEBEBE
    }

    .open-pos-section .open-pos__right .right {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        display: block
    }

    .open-pos-section .open-pos__right .right p {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px
    }

    .open-pos-section .open-pos__right .right a {
        margin: 0 auto
    }

    .car-video-sec .car-video-wrap {
        background-color: #53B1B1;
        padding-bottom: 40px;
        position: relative;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(42%,#fff),color-stop(40%,#53B1B1));
        background: linear-gradient(to bottom,#fff 42%,#53B1B1 40%)
    }

    .car-video-sec .car-video-wrap:after {
        display: none
    }

    .car-video-sec .car-video a:before {
        top: calc((100% - 38px) / 2);
        left: calc((100% - 38px) / 2);
        width: 38px;
        height: 38px
    }

    .car-vision-sec .car-vision {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .car-vision-sec .car-vision__right {
        display: block;
        -ms-grid-columns: 1fr 115px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 56px 115px
    }

    .car-vision-sec .car-vision__right-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .car-vision-sec .car-vision__right-item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .car-vision-sec .car-vision__right-item h4 {
        margin: 0
    }

    .car-vision-sec .car-vision__right-item img {
        max-width: 32px;
        width: 100%;
        margin-right: 15px
    }

    .car-vision-sec .car-vision__bot {
        position: relative
    }

    .car-vision-sec .car-vision__bot-img {
        display: none;
        width: 0;
        height: 0
    }

    .car-diversity-sec .car-diversity__top {
        margin-bottom: 30px
    }

    .car-diversity-sec .car-diversity__top .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-diversity-sec .car-diversity__top h3 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .car-diversity-sec .car-diversity__top h4 {
        font-size: 22px;
        line-height: 28px
    }

    .car-diversity-sec .car-diversity__bot {
        padding-bottom: 10px
    }

    .car-diversity-sec .car-diversity__bot .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-diversity-sec .car-diversity__item-left {
        margin-bottom: 30px
    }

    .car-diversity-sec .box h5 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .car-diversity-sec .box p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px
    }

    .car-diversity-sec .button-orange {
        max-width: 100%;
        width: 100%
    }

    .car-diversity-sec .car-diversity__item-right {
        margin-bottom: 23px
    }
/*
    .res-awards-sec {
        display: none
    }
	
*/

    .res-awards-mob-sec {
        display: block
    }

    .car-latest-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-latest-sec .car-latest-wrap {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .car-latest-sec .car-latest-top-cont {
        display: block;
        margin-bottom: 0
    }

    .car-latest-sec .car-latest-top-cont h4 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px
    }

    .car-latest-sec .car-latest-top-cont .car-latest-btn {
        display: none
    }

    .car-latest-sec .car-latest-bot .button-orange {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .car-latest-sec .car-latest-box {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        margin-bottom: 30px
    }

    .car-single .car-video-wrap {
        background-color: #2A5959;
        padding-bottom: 40px;
        position: relative;
        background: -webkit-gradient(linear,left top,left bottom,color-stop(42%,#fff),color-stop(40%,#2A5959));
        background: linear-gradient(to bottom,#fff 42%,#2A5959 40%)
    }

    .car-single .car-video-wrap:after {
        display: none
    }

    .car-sing-our-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-sing-our-sec .car-sing-our {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .car-sing-our-sec .car-sing-our__left img {
        display: none
    }

    .car-sing-our-sec .car-sing-our__left h3 {
        font-size: 30px;
        line-height: 33px
    }

    .car-sing-our-sec .car-sing-our__left p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .car-sing-our-sec .car-sing-our__right-top {
        display: block;
        margin-bottom: 30px
    }

    .car-sing-our-sec .car-sing-our__right-top .box {
        margin-left: 12px;
        padding-top: 5px
    }

    .car-sing-our-sec .car-sing-our__right-top img {
        margin-bottom: 0
    }

    .car-sing-our-sec .car-sing-our__right-top h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 13px
    }

    .car-sing-our-sec .car-sing-our__right-top p {
        line-height: 22px
    }

    .car-sing-our-sec .car-sing-our__right-item {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .car-sing-our-sec .car-sing-our__right-item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .car-sing-our-sec .car-sing-our__right-bot-img {
        display: block!important;
        border-radius: 10px;
        max-width: 477px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .car-sing-our-sec .car-sing-our__right-bot img {
        display: block;
        margin-bottom: 30px
    }

    .car-sing-our-sec .car-sing-our__right-bot h5 {
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
        margin-bottom: 30px
    }

    .car-sing-our-sec .car-sing-our__right-bot p {
        font-size: 13px
    }

    .car-sing-why-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-sing-why-sec .car-sing-why {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .car-sing-why-sec .car-sing-why__left h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 12px
    }

    .car-sing-why-sec .car-sing-why__left h4 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .car-sing-why-sec .car-sing-why__left p {
        font-size: 16px
    }

    .car-sing-why-sec .car-sing-why__right-box {
        gap: 30px 10px
    }

    .car-sing-why-sec .car-sing-why__right-item h5 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .car-sing-why-sec .car-sing-why__right-item p {
        font-size: 16px
    }

    .car-exp-vis .car-vision {
        padding-bottom: 0
    }

    .car-exp .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-exp .car-diversity__top-exp h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .car-exp .car-diversity__top-exp h4 {
        font-size: 22px;
        line-height: 28px;
        max-width: 100%;
        margin-bottom: 30px
    }

    .car-exp .car-diversity__top-exp .btns-box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        margin-bottom: 30px
    }

    .car-exp .car-diversity__top-exp .btns-box:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #BEBEBE
    }

    .car-exp .car-diversity__top-exp .btns-box a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px
    }

    .car-exp .car-diversity__item:nth-child(odd) .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .car-exp .car-diversity__item:nth-child(odd) .row .car-diversity__item-left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .car-exp .car-diversity__item:last-of-type {
        margin-bottom: 0
    }

    .car-exp .car-diversity__bot {
        padding-bottom: 10px
    }

    .tech-wind-sec .tech-wind {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .tech-wind-sec .tech-wind__left {
        margin-bottom: 30px
    }

    .tech-wind-sec .tech-wind__left h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px
    }

    .tech-wind-sec .tech-wind__left p {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .tech-wind-sec .tech-wind__left img {
        margin-bottom: 30px
    }

    .tech-wind-sec .tech-wind__left a img {
        border: none
    }

    .tech-wind-sec .tech-wind__right {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 100%;
        width: 100%;
        margin-left: 0
    }

    .tech-wind-sec .tech-wind__right-item {
        border-radius: 10px;
        padding: 30px;
        max-width: 100%;
        width: 100%
    }

    .tech-wind-sec .tech-wind__right-item img {
        margin-bottom: 5px
    }

    .tech-wind-sec .tech-wind__right-item h5 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .tech-wind-sec .tech-wind__right-item p {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%
    }

    .digital-sec .digital__left a:after {
        top: calc((100% - 38px) / 2);
        left: calc((100% - 38px) / 2);
        width: 38px;
        height: 38px
    }

    .power-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .power-sec .power {
        padding-top: 0;
        padding-bottom: 40px
    }

    .power-sec .power__right {
        max-width: 100%;
        margin-left: 0;
    }

    .power-sec .power__right-top {
        margin-bottom: 30px
    }

    .power-sec .power__right-top h4 {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .power-sec .power__right-top h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 24px
    }

    .power-sec .power__right-top p {
        font-size: 16px;
        line-height: 22px
    }

    .power-sec .power__right-bot img {
        margin-bottom: 30px
    }

    .power-sec .power__right-bot h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px
    }

    .power-sec .power__right-bot h6 {
        margin-bottom: 30px
    }

    .power-sec .power__right-bot a {
        max-width: 100%;
        width: 100%
    }

    .power-sec .power__left-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .power-sec .power__left-item.reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .power-sec .power__left-item.reverse .power__left-item-cont {
        margin-left: 0
    }

    .power-sec .power__left-item-cont {
        max-width: 100%;
        padding: 30px;
        margin-right: 0;
        margin-top: 15px
    }

    .power-sec .power__left-item-cont .box {
        max-width: 100%
    }
}

@media (max-width: 650px) {
    .res-post-sec .res-post {
        padding-bottom:40px
    }

    .res-post-sec .res-post__box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px
    }

    .res-post-sec .res-post__item h5 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
        max-width: 260px
    }

    .res-post-sec .res-post__item p {
        font-size: 16px;
        line-height: 22px;
        max-width: 500px;
        margin-bottom: 24px
    }

    .res-post-sec .res-post__item-img-box {
        margin-bottom: 20px
    }

    .jobs-page-post-wrap {
        padding-bottom: 40px;
        position: relative
    }

    .jobs-page-post-wrap:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 40px;
        right: 0;
        width: 755px;
        height: 495px;
        background-image: url("../who-bg2.html");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media (max-width: 600px) {
    .car-top-sec .car-top .gray-btn {
        max-width:100%;
        font-size: 18px!important
    }

    .car-who-sec .car-who {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .car-who-sec .car-who__right-box {
        display: block
    }

    .car-who-sec .car-who__right-item {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .car-who-sec .car-who__right-item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .car-who-sec .car-who__right-item h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .car-who-sec .car-who__right-item a {
        font-size: 16px
    }

    .car-slider-sec .container {
        padding-left: 35px;
        padding-right: 35px
    }

    .car-slider-sec .car-slider {
        padding-bottom: 40px
    }

    .car-slider-sec .car-slider img {
        height: auto
    }

    .car-slider-sec .car-slider .desc-slider {
        display: none
    }

    .car-slider-sec .car-slider .mob-slider {
        display: block
    }

    .car-slider-sec .slider__item {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        margin-right: 5px;
        margin-left: 5px
    }

    .car-slider-sec .slick-prev {
        left: auto;
        right: 45px
    }

    .car-slider-sec .slick-next {
        right: 0
    }
}

@media (max-width: 500px) {
    .car-latest-sec .car-latest-box {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .car-latest-sec .car-latest-item:not(:nth-child(-n+5)) {
        display: none
    }
}

@media (max-width: 370px) {
    .car-sing-why-sec .car-sing-why__right-box {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        gap: 30px
    }

    .car-top-sec .car-top h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 5px
    }

    .car-top-sec .car-top p {
        font-size: 20px;
        line-height: 22px
    }

    .car-exp .car-diversity__top-exp .btns-box a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px
    }
}

@media only screen and (max-width: 1640px) {
    .tech_benefits .container {
        border-radius:0
    }
}

@media only screen and (max-width: 1500px) {
    .amazing_scroll .container .amazing_list {
        padding-left:40px
    }

    .defaulp_dec {
        display: none
    }
}

@media only screen and (max-width: 1300px) {
    .amazing_scroll .container .amazing_list {
        padding-left:0px
    }

    header .container .head_menu {
        padding-right: 15px
    }

    header .container .head_menu li {
        margin-left: 25px
    }

    .services_home .service_home_box p br,.services_home p.lead br,.tech_home p.lead br {
        display: none
    }

    .tech_home .tech_home_txt {
        margin-left: 0
    }

    .res-form-sec .res-form__left h5 {
        text-align: left
    }
}
.recite_toggle.hideplease{
    opacity: 0;
    visibility: hidden;
}
.recite_toggle{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 38px;
}
@media only screen and (max-width: 1200px) {
    .recite_toggle{
        margin-right: 20px;
    }
    header .container .lang_select{
        margin-left: 20px;
    }
    .amazing_row {
        padding-top:40px
    }

    .home_sustain .sustain_count {
        margin-bottom: 30px
    }

    .home_sustain .sustain_count_row {
        padding-top: 30px
    }

    .home_sustain .map_wrap {
        max-width: 510px;
        height: 335px
    }

    .amazing_scroll .slider {
        margin-top: 60px
    }

    .hide1200,.parallax_scroll {
        display: none
    }

    .tech_benefits .benefit_list {
        margin-left: 0;
        padding-top: 60px
    }

    .services_home .service_home_box {
        padding: 35px
    }

    .big_intro:before {
        content: "";
        background: -webkit-gradient(linear,left top,right top,color-stop(19%,rgba(0,0,0,0.65)),color-stop(46%,rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
        background: linear-gradient(to right,rgba(0,0,0,0.65) 19%,rgba(0,0,0,0.65) 46%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2
    }

    .big_intro h1 br,.big_intro p br {
        display: none
    }

    .big_intro h1 {
        font-size: 70px;
        line-height: 80px
    }
}

@media only screen and (max-width: 992px) {
    .res-faq .pm36 {
        padding-left:15px;
        padding-right: 15px
    }

    .double_action .newslet_box input[type=email],.double_action .newslet_box input[type=text],.res-form-sec .mc4wp-form-fields input[type=email],.res-form-sec .mc4wp-form-fields input[type=text] {
        margin-bottom: 30px
    }

    .res-form-sec .mc4wp-form-fields input[type=submit] {
        margin-left: 0
    }

    .home_sustain .sustain_count {
        margin: 0 auto 30px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .home_sustain .locations_txt,.home_sustain .map_wrap,.home_sustain .sustain_count_row {
        max-width: 100%
    }

    .tech_videosec .video {
        margin-top: 40px
    }

    .tech_videosec {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .home_sustain_img {
        margin-bottom: 30px
    }

    .home_sustain .lead_dec {
        width: 100%;
        height: 35%;
        border-radius: 0
    }

    .tech_home .tech_home_img {
        padding-top: 35px
    }

    .services_home_right {
        padding-top: 48px
    }

    header {
        padding-top: 28px;
        padding-bottom: 28px
    }

    .head_menu_wrap {
        display: none
    }

    header .container .head_menu {
        padding-right: 0;
        float: none;
        display: block;
        padding-top: 10px
    }

    .hide992 {
        display: none
    }

    header .container .head_menu li {
        margin-left: 0
    }

    header .container .head_menu li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    header .container .head_menu li.menu-item-has-children:after {
        top: 7px
    }

    header .container .head_menu li.menu-item-has-children .caretbox {
        width: 28px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 21px
    }

    header .container .head_menu li .sub-menu {
        position: static;
        background: transparent;
        opacity: 1;
        visibility: visible;
        display: none;
        padding-bottom: 10px
    }

    header .container .head_menu li .sub-menu li>a {
        color: #11222C
    }

    header .container .head_menu>li {
        border-bottom: 1px solid #53B1B1
    }

    header .container .head_menu>li.active .sub-menu {
        display: block
    }

    header .container .head_menu.hide {
        opacity: 1;
        visibility: visible
    }

    .home_sustain {
        padding-bottom: 60px
    }

    .home_careers {
        padding-top: 60px
    }

    .home_careers_img {
        margin-bottom: 30px
    }

    footer ul.bottommenu {
        padding-left: 0;
        padding-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .intro404 {
        padding-bottom:50px
    }

    .intro404 .intro-title {
        font-size: 100px
    }

    .default_page_content {
        padding-bottom: 70px
    }

    .double_action .newslet_box input[type=submit],.esg-mob-sec+.double_action {
        margin-top: 0
    }

    .esg-mob-sec .container {
        padding-left: 36px;
        padding-right: 36px
    }

    .double_action .newslet_box input[type=email],.double_action .newslet_box input[type=text] {
        font-size: 18px
    }

    .cont-form-sec.contaction p {
        font-size: 18px;
        line-height: 28px
    }

    .cont-form-sec .cont-form button {
        width: 100%
    }

    .cont-form-sec.dark,.cont-form-sec.default,.cont-form-sec.green {
        padding-top: 40px
    }

    .home_sustain+.car-sing-why-sec .car-sing-why-wrap.transparent .car-sing-why {
        padding-top: 0
    }

    .home_sustain .sustain_count_row {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .home_sustain .map_wrap {
        height: 220px
    }

    .amazing_scroll {
        margin-bottom: 40px
    }

    .tech_benefits {
        padding-bottom: 40px
    }

    .amazing_scroll .slider {
        margin-top: 30px
    }

    .tech_benefits .benefit_list {
        padding-top: 20px;
        margin-left: -5px;
        margin-right: -5px
    }

    .tech_benefits .benefit_list li {
        padding-left: 5px;
        padding-right: 5px
    }

    .tech_benefits .container {
        padding-top: 40px;
        padding-bottom: 0
    }

    .tech_videosec {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .tech_videosec .video:after {
        width: 37px;
        height: 37px
    }

    .tech_videosec .video {
        margin-top: 15px
    }

    .footer_bottom {
        text-align: center;
        color: #717171
    }

    footer ul.bottommenu {
        display: block;
        padding-top: 5px;
        color: #717171
    }

    footer ul.bottommenu li {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px;
        margin-bottom: 5px
    }

    footer ul.bottommenu li:after {
        right: -7px
    }

    footer ul.bottommenu li a {
        color: #717171
    }

    footer h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    footer ul {
        font-size: 14px;
        margin-bottom: 30px
    }

    .colonmob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        margin-left: 0;
        margin-right: 0;
        height: 730px
    }

    .colonmob>div {
        padding-left: 0;
        padding-right: 0;
        width: 49%
    }

    .colonmob>div ul {
        padding-right: 15px
    }

    footer ul.social {
        padding-top: 26px
    }

    footer ul.social li {
        margin-left: 0;
        margin-right: 15px
    }

    footer {
        padding-top: 40px
    }

    footer .footer_top {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .res-form-sec .res-form__left h5 {
        text-align: left;
        max-width: 55%;
        margin-bottom: 40px
    }

    .res-form-sec .box input {
        margin-bottom: 40px
    }

    .home_careers .home_careers_rows .home_careers_row:first-of-type {
        padding-top: 40px
    }

    .home_careers {
        padding-top: 0
    }

    .home_staff {
        padding-bottom: 0;
        padding-top: 40px
    }

    .home_sustain {
        padding-top: 0
    }

    .tech_home .tech_svg {
        top: -115px
    }

    .tech_home .tech_home_txt {
        padding-top: 15px
    }

    .tech_home h2 {
        margin-bottom: 10px
    }

    .services_home {
        padding-bottom: 10px
    }

    .cont-form-sec.contaction {
        padding-bottom: 40px
    }

    .cont-form-sec.contaction .button,.services_home .service_home_box .button {
        width: 100%
    }

    .services_home .service_home_box h3 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .services_home .service_home_box {
        padding: 30px
    }

    .services_home_right {
        padding-top: 30px
    }

    .double_action .container>.row>div {
        padding-left: 0;
        padding-right: 0
    }

    .double_action .container>.row {
        margin-left: 0;
        margin-right: 0
    }

    .double_action .action_box p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .readmore {
        font-size: 18px
    }

    .services_home .lead_img {
        padding-top: 15px;
        margin-bottom: 30px
    }

    .cont-form-sec.dark h2,.cont-form-sec.default h2,.cont-form-sec.green h2 {
        margin-bottom: 30px
    }

    .double_action .action_box h2,.double_action .newslet_box h2,.tech_benefits h2,.tech_videosec h1,.tech_videosec h2 {
        margin-bottom: 12px
    }

    .res-top-wrap .res-top__content h1 {
        font-size: 40px;
        line-height: 50px
    }

    .amazing_scroll h2,.cont-form-sec.dark h2,.cont-form-sec.default h2,.cont-form-sec.green h2,.default_page_content .container .default_page_txt h1,.default_page_content .container .default_page_txt h2,.double_action .action_box h2,.double_action .newslet_box h2,.home_careers h2,.home_staff h2,.home_sustain h2,.intro404 h3,.res-faq h2,.search_ans h4,.services_home h2,.stories_carousel_sec h2,.tech_benefits h2,.tech_home h2,.tech_videosec h1,.tech_videosec h2 {
        font-size: 30px
    }

    .amazing_scroll p.lead,.home_careers p.lead,.home_counts p.lead,.home_staff p.lead,.home_sustain p.lead,.intro404 p,.services_home p.lead,.tech_benefits p.lead,.tech_home p.lead,.tech_videosec p:first-of-type {
        font-size: 22px;
        line-height: 28px
    }

    .big_intro .button,.home_careers .home_careers_rows .home_careers_txt .button,.home_sustain .button,.res-form-sec .box button {
        width: 100%;
        text-align: center
    }

    .home_counts .home_counts_row {
        padding-top: 24px
    }

    .home_counts .home_counts_row p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .home_counts .home_counts_icon {
        max-width: 40px;
        margin-right: 10px
    }

    .home_counts h3 {
        font-size: 50px;
        line-height: 74px;
        margin-bottom: 0
    }

    .tech_videosec p:first-of-type {
        margin-bottom: 24px
    }

    .tech_videosec p {
        font-size: 16px;
        line-height: 22px
    }

    .home_staff p.lead {
        margin-bottom: 30px
    }

    .home_counts {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .big_intro p {
        font-size: 22px;
        line-height: 28px
    }

    .big_intro p:last-of-type {
        margin-bottom: 25px
    }

    .big_intro h1 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px
    }

    .big_intro .label {
        padding-top: 0;
        font-size: 14px
    }

    .big_intro {
        padding-top: 36px;
        min-height: 755px
    }

    .big_intro:before {
        display: none
    }

    .pm36,.res-faq .pm36,.stories_carousel_sec .container_first {
        padding-left: 36px;
        padding-right: 36px
    }

    .home_counts .home_counts_svg {
        left: auto;
        right: 0;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        top: 93%;
        max-width: 340px
    }

    .home_staff .home_staff_svg {
        max-width: 320px;
        top: 32%
    }

    .home_careers .home_careers_svg {
        max-width: 340px;
        top: -130px
    }

    .home_sustain .home_sustain_svg {
        max-width: 340px;
        top: 490px
    }

    .hideon_search_mobile.hide {
        opacity: 0;
        visibility: hidden
    }

    .hide767 {
        display: none
    }

    .tech_home .slider,.tech_home .slider2 {
        margin-top: 30px
    }

    .tech_home {
        padding-bottom: 0px
    }

    .home_blue {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .home_blue h2 {
        font-size: 12px;
        margin-bottom: 30px
    }

    .home_blue .home_partners_arrows {
        padding-top: 30px
    }

    .home_blue .home_partners .item {
        padding-left: 35px;
        padding-right: 0
    }

    .home_staff .res-post-sec {
        padding-top: 40px
    }

    .home_staff .res-post-sec .res-post {
        padding-bottom: 40px
    }

    .home_careers .home_careers_rows .home_careers_row {
        margin-bottom: 40px
    }

    .home_careers .home_careers_rows h3 {
        font-size: 24px;
        line-height: 26px
    }

    footer ul li {
        margin-bottom: 10px
    }

    .tech_benefits .benefit_list .benefit_txt h4 {
        font-size: 24px;
        line-height: 32px
    }

    .tech_benefits .benefit_list .benefit_icon {
        max-width: 40px;
        margin-bottom: 10px
    }

    .tech_benefits .benefit_list .benefit_txt {
        padding-left: 0
    }

    .amazing_scroll .slider {
        border-radius: 12px;
        overflow: hidden
    }

    .amazing_scroll .slider .item {
        padding-left: 0;
        padding-right: 0
    }

    .amazing_scroll .slider .item .item_txt,.amazing_scroll .slider .item img {
        border-radius: 0
    }

    .stories_carousel_holder {
        width: 100%!important;
        padding-top: 30px
    }

    .stories_carousel_sec .item .carousel_box {
        padding: 85px 30px 30px 30px;
        font-size: 16px;
        line-height: 22px
    }

    .stories_carousel_sec .item .carousel_box:before {
        top: 37px;
        left: 30px
    }

    .stories_carousel_sec .item {
        padding-left: 0;
        padding-right: 0
    }

    .stories_carousel_sec .item .carousel_box .man_row {
        padding-top: 30px;
        font-size: 13px
    }

    .stories_carousel_sec .item .carousel_box .man_row h4 {
        font-size: 13px;
        margin-bottom: 0
    }

    .stories_carousel_sec h2 {
        margin-bottom: 20px
    }

    .stories_carousel_sec .stories_carousel_nav {
        padding-top: 20px
    }

    .double_action .action_box,.double_action .newslet_box {
        padding: 25px
    }
}

@media only screen and (max-width: 480px) {
    .home_blue .home_partners {
        margin-left:-15px;
        margin-right: -15px
    }

    .home_blue .home_partners .slick-list {
        padding-left: 0!important
    }
}

@media only screen and (max-width: 320px) {
    .colonmob {
        height:760px
    }
}

@media only screen and (min-width: 768px) {
    .show767 {
        display:none
    }

    .stories_carousel_sec .container .stories_carousel_holder .stories_carousel .slick-list {
        margin-left: -20px!important;
        padding-left: 0!important
    }
}

@media only screen and (min-width: 992px) {
    .hamburger {
        display:none
    }

    .show992 {
        display: none
    }

    .home_careers .home_careers_rows .home_careers_row:nth-child(2n) .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .ml50 {
        padding-left: 50px!important
    }

    .mr50 {
        padding-right: 50px!important
    }

    .newslet_box .ml50 {
        padding-left: 25px!important
    }

    .newslet_box .mr50 {
        padding-right: 25px!important
    }

    .newsletter_row1 {
        margin-bottom: 33px
    }

    .double_action .newsletter_row1 {
        margin-bottom: 9px
    }
}

@media only screen and (min-width: 1200px) {
    .maxw50per {
        max-width:50%
    }

    .big_intro {
        min-height:90vh; 
        
    }

    .home_careers p.lead,.home_counts p.lead {
        max-width: 66.6666%
    }

    .show1200 {
        display: none
    }

    .big_intro .breadcrumbs ol li,.big_intro .breadcrumbs ul li,.res-top .breadcrumbs ol li,.res-top .breadcrumbs ul li {
        font-size: 16px
    }

    .big_intro .breadcrumbs,.res-top .breadcrumbs {
        margin-bottom: 88px
    }
}

@media only screen and (min-width: 1300px) {
    .tech_benefits .container {
        padding-left:56px;
        padding-right: 56px
    }

    .home_careers .home_careers_rows .home_careers_row:nth-child(2n) .home_careers_txt {
        margin-left: 100px
    }
}

@media only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    input,textarea {
        background-image:-webkit-linear-gradient(#fff 0,0%,100%,0,#fff 0,0%,100%,0);
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

/*=== ADD ===*/
/*formstyler*/
.jq-checkbox, .jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-checkbox input, .jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox, .jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select, .jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li, .jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 10;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-number {
    display: inline-block;
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
    /* ÃÂ´ÃÂ»Ã‘Â Opera PrestoÃ‚Â */
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* ÃÂ² ÃÂºÃÂ°ÃÂºÃÂ¸Ã‘â€¦-Ã‘â€šÃÂ¾ ÃÂ±Ã‘â‚¬ÃÂ°Ã‘Æ’ÃÂ·ÃÂµÃ‘â‚¬ÃÂ°Ã‘â€¦ ÃÂ¿Ã‘â‚¬ÃÂ¸Ã‘ÂÃ‘Æ’Ã‘â€šÃ‘ÂÃ‘â€šÃÂ²Ã‘Æ’ÃÂµÃ‘â€š ÃÂ¾Ã‘â€šÃ‘ÂÃ‘â€šÃ‘Æ’ÃÂ¿ */
    -webkit-appearance: none;
}

.jq-checkbox, .jq-radio {
    vertical-align: -4px;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #3f3e3a;
    background: transparent;
    cursor: pointer;
}

.jq-checkbox.focused, .jq-radio.focused {
    border: 1px solid #3f3e3a;
}

.jq-checkbox.disabled, .jq-radio.disabled {
    opacity: .55;
}

.jq-checkbox {
    border-radius: 0px;
}

.jq-checkbox.checked {
    background: #F6B17D;
    border: 1px solid #F6B17D;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #292824;
    border-left: 2px solid #292824;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.jq-radio {
    border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #777;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.jq-file input {
    cursor: pointer;
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file.disabled, .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}

.jq-number__field:hover {
    border-color: #B3B3B3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field, .jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.jq-selectbox__select {
    width: 231px;
    /*height: 32px;*/
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%!important;
    color: #6A737B;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    display: none;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 9px;
    border-radius: 0 0 5px 5px;
    background: #FFF;
    box-shadow: 0px 15px 20px rgba(0,0,0,.2);
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #221F1F;
    border-radius: 5px;
    font-size: 16px;
}

.jq-selectbox li.selected , .jq-selectbox li:hover {
    background: #f3c8ab;
    color: #303639;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler, textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover, textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus, input[type='password'].styler:hover:focus, input[type='search'].styler:hover:focus, input[type='tel'].styler:hover:focus, input[type='text'].styler:hover:focus, input[type='url'].styler:hover:focus, textarea.styler:hover:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

button.styler, input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

button.styler.styler::-moz-focus-inner, input[type='button'].styler.styler::-moz-focus-inner, input[type='submit'].styler.styler::-moz-focus-inner, input[type='reset'].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover, input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:not([disabled]):hover, input[type='reset'].styler:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active, input[type='button'].styler:active, input[type='submit'].styler:active, input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled], input[type='button'].styler[disabled], input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.new-form-sec .new-form__item-right .wpcf7-form-control-wrap {
    margin-bottom: 40px;
    display: block;
}

.new-form-sec .new-form__item-right .sel-box select, .new-form-sec .new-form__item-right .sel-box, .new-form-sec .new-form__item-right input {
    width: 100%;
    margin-bottom: 0;
}

.form-box.row {
    margin-left: -6px;
    margin-right: -6px;
}

.form-box.row>div {
    padding-left: 6px;
    padding-right: 6px;
}

.loc_map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loc_map_wrap {
    /*width: 810px;*/
    height: 530px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (max-width : 1300px) {
    .loc_map_wrap {
        width: 610px;
    }
}

@media only screen and (max-width : 992px) {
    .loc_map_wrap {
        width: 100%;
    }
}

@media only screen and (max-width : 767px) {
    .loc_map_wrap {
        height: 330px;
    }
}

.res-post-sec .res-post__item h5 a:hover {
    text-decoration: none;
}

.res-post-sec .res-post__item h5 a {
    color: #11222C;
}
.blog_tags li a,
.blog_tags li:nth-child(1) a {
    border: 1px solid #11222C;
}

.blog_tags li:nth-child(2) a {
    background: #FFC699;
    border: 1px solid #FFC699;
}

.blog_tags a {
    margin-right: 10px;
    color: #11222C;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-family: 'SourceSans-SemiBold';
}

.blog_tags a:hover {
    text-decoration: none;
}

.blog_tags {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    font-family: 'SourceSans-Regular';
}

.res-post-sec .post-pag a.prev {
    width: 22px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    background: url(../svg/arr-left.svg) no-repeat center center;
}

.res-post-sec .post-pag a.next {
    width: 22px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    background: url(../svg/arr-right.svg) no-repeat center center;
}

.res-post-sec .post-pag nav {
    margin-left: 18px;
    margin-right: 18px;
}

.res-search-sec .container {
    max-width: 1050px;
}

@media (min-width: 992px) {
    .res-search-sec .res-search__item {
        margin-right: 15px;
        max-width: 21%;
    }
}

.res-search-sec .res-search__claer {
    max-width: 11%;
    width: 100%;
}

.res-search-sec .res-search__claer .box {
    float: right;
}

.z3 {
    position: relative;
    z-index: 3;
}

.page404content .res-top-wrap .res-top__content h5 {
    font-family: 'Oswald-Regular';
    font-size: 100px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page404content .res-top-wrap .res-top__content h1 {
    font-family: 'Oswald-Regular';
    font-size: 50px;
    margin-bottom: 15px;
}

.page404content .search_formpage {
    margin-bottom: 50px;
}

.page404content .defaulp_dec {
    top: 50px;
}

.page404content {
    padding-top: 150px;
    padding-bottom: 130px;
}

.page404content .res-top-wrap .res-top__content p {
    max-width: 100%;
    margin-bottom: 40px;
}

@media only screen and (max-width : 767px) {
    .page404content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .page404content .res-top-wrap .res-top__content h5 {
        font-size: 70px;
    }

    .page404content .res-top-wrap .res-top__content h1 {
        font-size: 40px;
    }
}

div.search-no-results {
    overflow: hidden;
}

.double_action .newslet_box input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.double_action .newslet_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.double_action .newslet_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.double_action .newslet_box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.popup-slider.active {
    background: rgba(255, 255, 255, 0.5)
}

.fol_us ul.social li a i {
    font-size: 14px;
}

.fol_us ul.social li a:hover {
    text-decoration: none;
}

.fol_us ul.social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid #E87511;
    color: #E87511;
}

.fol_us ul.social li {
    margin-bottom: 0;
    margin-right: 15px;
}

.fol_us ul.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fol_us p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 27px;
}

.fol_us h3 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-bottom: 16px;
}

.fol_us {
    max-width: 400px;
    padding-top: 28px;
}

@media only screen and (min-width : 1200px) {
    .fol_us {
        margin-right: 140px;
    }
}

.header_drop_holder {
    position: relative;
    z-index: 10;
}

.header_drop_holder .header_drop .container {
    width: 100%;
    max-width: 1470px;
}

.header_drop_holder .header_drop {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: none;
    padding-top: 43px;
    padding-bottom: 43px;
    background: #fff;
    box-shadow: 0px 6px 4px 0px rgba(0,0,0,0.17);
    overflow: hidden;
}

.header_drop .border-right {
    border-color: #BEBEBE!important;
}

.header_drop h3 {
    font-family: 'Oswald-Regular';
    font-size: 30px;
    margin-bottom: 15px;
}

.header_drop p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 27px;
}

.row.stretch {
    height: 100%;
    min-height: 100%;
}

.header_drop_firstcol {
    padding-right: 88px;
    max-width: 398px;
    padding-top: 15px;
}

.droptabnav li a.active {
    background: #FDF4EC;
    font-family: 'Oswald-Regular';
    border-left: 4px solid #E87511;
}

.droptabnav li a:hover:after {
    color: #E87511;
}

.droptabnav li a:hover {
    text-decoration: none;
}

.droptabnav li a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 20px;
    right: 25px;
}

.droptabnav li a {
    display: block;
    padding: 18px 38px;
    font-family: 'Oswald-Light';
    font-size: 22px;
    line-height: 28px;
    color: #11222C;
    border-left: 4px solid #fff;
    position: relative;
}

.droptabnav {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 430px;
}

.countrylist .menu_block:hover {
    text-decoration: none;
    background: #FDF4EC;
    color: #232323;
}

.countrylist h4 a {
    color: #11222C;
}

.countrylist h4 a:hover {
    color: #11222C;
    text-decoration: none;
}

.countrylist h4 {
    font-size: 22px;
    line-height: 28px;
    color: #11222C;
    font-family: 'Oswald-Regular';
}

.countrylist .menu_block p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    margin-bottom: 10px;
}

.countrylist .menu_block:hover {
    border-left: 4px solid #E87511;
}

.countrylist .menu_block.nobor {
    border-color: transparent!important;
}

.countrylist .menu_block {
    display: block;
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 22px;
    color: #232323;
    border-left: 4px solid #fff;
}

.countrylist .col-4 .menu_block {
    padding: 15px 55px;
}

.countrylist .col-6 .menu_block {
    padding: 15px 22px;
}

.countrylist {
    padding: 0;
    margin: 0;
    list-style: none;
}

header {
    border-bottom: 1px solid #BEBEBE;
}

ul.countrylist_sub a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

ul.countrylist_sub a:hover:after {
    right: -5px;
}

ul.countrylist_sub a:hover {
    text-decoration: none;
}

ul.countrylist_sub a {
    display: block;
    position: relative;
    padding-right: 44px;
    font-family: 'SourceSans-SemiBold';
    font-size: 18px;
    color: #11222C;
}

ul.countrylist_sub li {
    margin-bottom: 7px;
}

ul.countrylist_sub {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

body {
    font-family: 'SourceSans-Regular';
}

.header_drop_lastcol .label {
    font-size: 14px;
    margin-bottom: 5px;
}

.header_drop_lastcol img {
    border-radius: 12px;
}

.header_drop_lastcol h3 a:hover {
    text-decoration: none;
    color: #E87511;
}

.header_drop_lastcol h3 a {
    color: #11222C;
}

.header_drop_lastcol .row {
    margin-bottom: 38px;
}

.header_drop_lastcol h3 {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Oswald-Regular';
    color: #11222C;
}

.header_drop_lastcol {
    max-width: 390px;
    padding-left: 20px;
}

.header_drop_lastcol h3.mb30 {
    margin-bottom: 30px;
}

@media only screen and (max-width : 1400px) {
    .droptabnav li a {
        padding: 18px 38px 18px 20px;
    }

    .countrylist .col-4 .menu_block {
        padding: 15px 30px;
    }

    .header_drop_firstcol {
        padding-right: 30px;
        max-width: 220px;
    }

    .countrylist .col-4 .menu_block {
        padding: 15px 15px;
    }
}

@media only screen and (max-width : 1200px) {
    .header_drop_firstcol {
        max-width: 80%;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .header_drop .border-right:nth-child(1) {
        border-color: transparent!important;
    }
}

ul.level_3, ul.level_2 {
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    background: rgba(0,0,0,0.05);
    display: none;
}

ul.level_3 li, ul.level_2 li {
    border-bottom: 1px solid #fff;
}

ul.level_3 li:last-child, ul.level_2 li:last-child {
    border-bottom: none;
}

header .container .head_menu li.active>ul {
    display: block;
}

header .container .head_menu li.active>.caretbox i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .container .head_menu li .caretbox i {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

@media only screen and (max-width : 767px) {
    .logo.hideon_search_mobile.hideplease {
        opacity: 0;
        visibility: hidden;
    }
}

.big_intro .label {
    font-family: 'SourceSans-SemiBold';
}

header .container .head_menu .caretbox i {
    -webkit-transition: .3s;
    transition: .3s;
}

header .container .head_menu>li.undeline>.caretbox i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .container .head_menu>li.undeline>a {
    font-family: 'SourceSans-Bold';
}

header .container .head_menu>li>a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

header .container .head_menu>li>a {
    display: block;
    text-align: center;
}

@media only screen and (max-width : 992px) {
    header .container .head_menu li.menu-item-has-children>a {
        padding-right: 0;
    }
}

.footer_bottom a, .footer_bottom {
    color: #717171;
}

.new-form-select {
    position: relative;
    max-width: 400px;
}

.new-form-select:after {
    content: '';
    position: absolute;
    background-image: url(../svg/sel-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 6px;
    top: 10px;
    right: 0;
    pointer-events: none;
}

.new-form-select select:focus {
    outline: none;
}
.loc-sec .new-form-select select{
    background: transparent;
}
.new-form-select select {
    width: 100%;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #E87511;
    font-family: 'SourceSans-Regular';
    font-size: 20px;
    color: #6A737B;
    padding: 0;
    margin: 0;
    line-height: inherit;
    padding-bottom: 8px;
    appearance: none;
    cursor: pointer;
}

.new-form-select select::-ms-expand {
    display: none;
}

.new-form-sec .new-form__item-left p {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.new-form-sec .new-form__item-left h4 {
    margin-bottom: 30px;
}

.new-form-sec .tab-pane {
    padding-top: 90px;
}

.readmore:hover {
    color: #E87511;
}

.readmore {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.new-form-sec .new-form__item-left {
    max-width: 540px;
}

.new-form-sec .new-form__item-right .sel-box select {
    line-height: inherit;
    padding-bottom: 8px;
}

.new-form__item .label {
    font-family: 'SourceSans-Regular';
    font-size: 16px;
    color: #6A737B;
    margin-bottom: 5px;
}

.new-form__item textarea {
    height: 96px;
    border: 2px solid #E87511;
    width: 100%;
}

.res-top-sec.office .res-top-wrap .res-top-bg {
    top: 120px;
}

.home_blue h2 {
    font-family: 'SourceSans-Bold';
}

.new-form-sec .new-form__item-left.grebo {
    -ms-flex-item-align: center!important;
    align-self: center!important;
    background: #f3f5f7;
    border-radius: 8px;
    padding: 40px 50px;
    max-width: 810px;
}

@media only screen and (max-width : 992px) {
    header .container .head_menu>li>a {
        text-align: left;
    }
}

@media only screen and (max-width : 767px) {
    .new-form-sec .new-form__item-left.grebo {
        padding: 20px;
    }
}

@media only screen and (min-width : 1200px) {
    .page-id-366 .tech_videosec {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .page-id-366 .timeline-section + .car-sing-why-sec .car-sing-why-wrap.transparent .car-sing-why {
        padding-top: 0;
    }

    .page-id-366 .digital-sec .digital {
        padding-top: 40px;
        padding-bottom: 140px;
    }

    .page-id-366 .esg-mob-sec+.double_action {
        margin-top: 140px;
    }
}

/*===// ADD ===*/

.single-customer_story .res-top-wrap .res-top{
    padding-bottom: 50px;
}
.dwn_tick_row label{
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}
.dwn_tick_row input:checked + label:after{
    content: '';
    width: 7px;
    height: 4px;
    border-left: 1px solid #E87511;
    border-bottom: 1px solid #E87511;
    position: absolute;
    top: 9px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dwn_tick_row label:before{
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #E87511;
    position: absolute;
    top: 4px;
    left: 0;
}
.dwn_tick_row input{
    display: none;
}
.dwn_tick_row{
    padding-top: 15px;
}
.res-blog-sec .res-blog__left .cont-top h4.mb10{
    margin-bottom: 10px;
}
.res-blog-sec .res-blog__left .cont-top a.disabled{
    pointer-events: none;
}
.loc-sec .loc .nav-tabs{
    display: block;
}

.timeline__box label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 12px;
  font-style: italic;
  font-weight: bold;
  color: #00ffa4;
}
.timeline__box .loading-bar:before{
    content: '';
    height: 4px;
    width: 100%;
    background: #BEBEBE;
    position: absolute;
    top: 37px;
    left: 0;
}
.timeline__box .loading-bar.slick-initialized{
    display: block;
}
.timeline__box .loading-bar {
  display: none;
  position: relative;
}
.timeline__box .slick-current.loading-bar-bullet{
    position: relative;
}
.timeline__box .loading-bar-bullet::before {
  content: "";
  display: block;
  background: #fff;
  height: 23px;
  width: 23px;
  border-radius: 100px;
  z-index: 999;
  border: 4px solid #BEBEBE;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.timeline__box .slick-current.loading-bar-bullet::after {
    content: '';
    background: #E87511;
    position: absolute;
    top: 9px;
    right: 50%;
    width: 10000px;
    height: 4px;
    z-index: 1;
}
.timeline__box .slick-current.loading-bar-bullet >span {
    color: #11222C;
}
.timeline__box .slick-current.loading-bar-bullet::before {
  background: #E87511;
  border-color: #E87511;
}
.loading-bar-wrap{
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.loading-bar-wrap:before{
    content: '';
    position: absolute;
    top: 37px;
    left: 0;
    height: 4px;
    width: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e87511+100&0+24,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(249,222,198,0) 24%, rgba(232,117,17,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(249,222,198,0) 24%,rgba(232,117,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(249,222,198,0) 24%,rgba(232,117,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e87511',GradientType=1 ); /* IE6-9 */
    
}
.loading-bar-wrap:after{
    content: '';
    position: absolute;
    top: 37px;
    right: 0;
    height: 4px;
    width: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bebebe+2,ffffff+66&1+0,0+66 */
    background: -moz-linear-gradient(left,  rgba(190,190,190,1) 0%, rgba(190,190,190,0.97) 2%, rgba(255,255,255,0) 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(190,190,190,1) 0%,rgba(190,190,190,0.97) 2%,rgba(255,255,255,0) 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(190,190,190,1) 0%,rgba(190,190,190,0.97) 2%,rgba(255,255,255,0) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.timeline__box .loading-bar-bullet {
    position: relative;
}
.timeline__box .loading-bar-bullet >span{
    font-family: 'SourceSans-SemiBold';
    font-size: 20px;
    line-height: 20px;
    color: #888;
    position: absolute;
    left: 50%;
    top: -31px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.timeline__box .loading-bar .slick-list{
    padding-top: 28px;
}
.timeline__box .labels{
    padding-top: 70px;
}
.timlinearrows>button.slick-next:focus{
    outline: none;
}
.timlinearrows>button.slick-next{
    background: url(../svg/arr-right.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    border: 0;
    margin-left: 26px;
    text-indent: -10000px;
    cursor: pointer;
}
.timlinearrows>button.slick-prev:focus{
    outline: none;
}
.timlinearrows>button.slick-prev{
    background: url(../svg/arr-left.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    border: 0;
    margin-left: 26px;
    text-indent: -10000px;
    cursor: pointer;
}
.timlinearrows{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 34px;
}
@media only screen and (max-width : 992px) {
    .loading-bar-wrap{
        margin-top: 35px;
    }
}
.timlinearrows>button.slick-disabled{
    opacity: 0.6;
    pointer-events: none;
}
.locationtab{
    display: none;
}
.locationtab.show{
    display: block;
}
.selectnav{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    max-width: 20%;
    z-index: 3;
    /*margin-bottom: 70px;*/
}


@media (max-width: 992px) {
    .selectnav{
        position: relative;
        max-width: 400px;
        left: 0;
    }
    .loc-sec .loc nav{
        padding-top: 60px;
    }
    
    .car-sing-why-sec .car-sing-why{
        display: block!important;
    }
}
.loc-sec .container .label{
    font-family: 'Oswald-Regular';
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 15px;
}
@media (max-width: 767px){
    .car-sing-why-sec .car-sing-why__right-box{
        display: block;
    }
    .car-sing-why-sec .car-sing-why__right-item{
        margin-bottom: 30px;
    }
}
svg{
    fill: #e2f0fa;
}

.res-post-sec .post-pag span:not(.current_page){
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.res-post-sec .res-post__item-img-box>a{
    display: block;
    height: 199px;
}

.res-post-sec .res-post__item-img-box>a>img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single .blog_tags li{
    margin-bottom: 15px;
}
.single .blog_tags {
    padding-top: 25px;
    margin-bottom: 0;
}

.car-sing-our-sec .car-sing-our_textbefore {
    max-width: 66%;
}
.car-sing-our-sec .car-sing-our_textbefore p{
    font-family: 'Oswald-Light';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 60px;
}
.car-sing-our-sec .car-sing-our_textbefore h3{
    font-family: 'Oswald-Regular';
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 12px;
}
.car-sing-our-sec .car-sing-our_textbefore{
    padding-top: 140px;
}
.car-sing-our-sec .car-sing-our_textbefore + .car-sing-our{
    padding-top: 0px;
}
.car-sing-our-sec .car-sing-our{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 768px){
    .car-sing-our-sec .car-sing-our_textbefore p{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .car-sing-our-sec .car-sing-our_textbefore h3{
        font-size: 30px;
        line-height: 33px;
    }
}

.resource-single .blog_tags:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+53&0+5,1+53 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 53%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 53%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.resource-single .blog_tags{
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}
.res-awards-sec + .double_action{
    margin-top: 60px;
}
.countrylist .menu_block a:hover{
    text-decoration: none;
}

.twicon svg{
  fill: #E87511;
  max-width: 15px;
}
.twicon:hover svg{
  fill: #fff;
}
.jobs-who-sec .jobs-who__right-social a.twicon,
.res-blog-sec .res-blog__left .soc .twicon{
  width: 40px;
  height: 40px;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
                border: 1px solid #E87511;
                border-radius: 100%;
}
.jobs-who-sec .jobs-who__right-social a.twicon:hover svg,
.res-blog-sec .res-blog__left .soc .twicon:hover svg{
  fill: #E87511;
}
.jobs-who-sec .jobs-who__right-social .box{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.jobs-who-sec .jobs-who__right-social a.twicon{
  margin-right: 15px;
}
.timeline__box .loading-bar .slick-prev{
   background: url(../svg/arr-left.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    border: 0;
    text-indent: -10000px;
    cursor: pointer;
    position: absolute;
    bottom: -35px;
    right: 0px;
    z-index: 5;
}
.timeline__box .loading-bar .slick-next{
  background: url(../svg/arr-right.svg) no-repeat center center;
    width: 20px;
    height: 12px;
    border: 0;
    text-indent: -10000px;
    cursor: pointer;
    position: absolute;
    bottom: -35px;
    right: -45px;
    z-index: 5;
}
.timeline__box .loading-bar .slick-next:focus,
.timeline__box .loading-bar .slick-prev:focus{
  outline: none;
}
.timeline__box .loading-bar .slick-next.slick-disabled,
.timeline__box .loading-bar .slick-prev.slick-disabled{
    opacity: 0.6;
    pointer-events: none;
}
@media (max-width: 992px){
    header .container .lang_select{
        margin-left: 0;
        margin-right: 15px;
    }
}