/**
*	Theme Name: CAN GERÜSTBAU
**/

/*
font-family: "Poppins", sans-serif;
font-family: "Ubuntu", sans-serif;
font-family: "Raleway", sans-serif;
*/

#wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Poppins", sans-serif !important;
}
img {
    max-width: 100%;
}
:root {
    --blue: #0f3973;
    --golden: #d2ad41;
    --white: #ffffff;
    --black: #181818;
}

* {
    box-sizing: border-box;
}
a,
a:hover {
    text-decoration: none !important;
    transition: 0.3s all;
}

.d-flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.column-flow {
    flex-flow: column;
}

.semibold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slick-list.draggable {
    padding: 0px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.site-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 5px;
    min-height: 5px;
}

.phone-alt {
    background-image: url('images/phone.png');
    width: 21px;
    height: 21px;
    margin-right: 1px;
    vertical-align: bottom;
}

.color-control {
    transform: translateX(-200px);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    z-index: 999;
    width: 250px;
    bottom: 2%;
}

.color-control._open {
    transform: translateX(0);
}

.colors-options {
    float: left;
    width: 200px;
    padding: 10px;
    height: 150px;
    border: 1px solid #eee;
    background: #fff f;
    -webkit-box-shadow: 0 0 10px 0 #000;
    -moz-box-shadow: 0 0 10px 0 rgba(106, 100, 122, .2);
    box-shadow: 0 0 10px 0 #000;
}

.colors-options ul {
    margin: 0px;
    padding: 0px;
}

.colors-options ul li {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 25%;
    float: left;
}

.colors-options ul li span {
    margin: 2px;
    border: 2px solid #fff;
    width: calc(100% - 6px);
    height: 40px;
    display: block;
}

.colors-options ul li:hover span,
.colors-options ul li._selected span {
    border: 2px solid #000;
}

.colors-button {
    color: #fff;
    cursor: pointer;
    line-height: 1.3;
    font-size: 12px;
    padding-top: 12px;
    text-align: center;
    float: right;
    width: 50px;
    height: 50px;
    background: #dcb342;
}
.content-header.cover {
    padding: 260px 0 100px;
    position: relative;
    background-attachment: fixed !important;
}
.content-header.cover::after {
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.conthead-content {
    position: relative;
    z-index: 1;
}
.conthead-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
.site-header {
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.header-content .d-flex{
    align-items: center;
    justify-content: space-between;
}
.site-logo img {
    width: 235px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
    margin: 0 35px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.4s ease;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -12px;
    top: 3px;
    line-height: 1;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #1f232d;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #ac3838;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #ac3838;
}
.head-phone {
    margin-left: 88px;
}
.head-phone a {
    font-weight: bold;
    font-size: 22.31px;
    color: #ffffff;
    letter-spacing: -0.02em;
    display: inline-block;
    font-family: "Raleway", sans-serif;
}
.head-phone a:hover {
    color: #ac3838;
}
.cover{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.banner-sec {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 170px;
    clip-path: polygon(0 0, 66% 0, 100% 0, 100% 70%, 80% 90%, 69% 100%, 20% 100%, 0 100%, 0% 35%, 0 0);
    background-attachment: fixed !important;
}
.banner-sec::after{
    content: '';
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.banner-text {
    position: relative;
    z-index: 1;
}
.banner-text h1,
.banner-text h2,
.banner-text h3,
.banner-text h4,
.banner-text h5,
.banner-text h6{
    color: #ffffff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: "Raleway", sans-serif;
}
.banner-text h1 strong,
.banner-text h2 strong,
.banner-text h3 strong,
.banner-text h4 strong,
.banner-text h5 strong,
.banner-text h6 strong{
    color: #ac3838;
    font-weight: 600;
}
.banner-text p {
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 40px;
    width: 82%;
}
.banner-text a,
.habout-text a,
.sup-text a,
.menu-button a{
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    border: 2px solid #ac3838;
    background-color: #ac3838;
    display: inline-block;
    padding: 10px 40px;
    font-family: "Raleway", sans-serif;
}
.banner-text a i,
.habout-text a i,
.sup-text a i,
.menu-button a i{
    margin-right: 7px;
}
.nav-menu li.menu-button a {
    font-size: 18px;
    padding: 12px 40px 13px;
    border: 1px solid #ac3838;
}
.nav-menu li.menu-button a:hover{
    color: #ffffff;
    background-color: transparent;
}
.banner-text a:hover,
.habout-text a:hover,
.sup-text a:hover {
    background-color: transparent;
}

.habout-text a:hover {
    color: #ac3838;
}

.inner-logo-sec {
    padding-top: 53px;
    padding-bottom: 162px;
}

.company-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.awards-ratings {
    padding-top: 94px;
    padding-bottom: 210px;
}

.awardrating-content {
    width: 65%;
    margin: 0 auto;
}

.awarating-list {
    padding-left: 0px;
}

.awarating-ct span {
    color: #1a1e1f;
    font-size: 14.19px;
    font-weight: bold;
    letter-spacing: 2.8px;
    display: block;
    text-transform: uppercase;
}

.awarating-ct strong {
    color: #b57067;
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    display: block;
}

.awarating-list ul {
    display: inline-block;
    width: 100%;
}

.awarating-list ul li {
    float: left;
    width: 25%;
}

.awarating-lbox {
    display: flex;
}

.awarating-lbox strong {
    color: #1a1e1f;
    font-size: 22px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

.awarating-lbox span {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.awar-lct {
    padding-left: 15px;
    align-self: center;
}
.home-about-sec {
    padding: 100px 0 70px;
}
.about-img {
    position: relative;
}
.img-about::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ac3838;
    clip-path: polygon(0 0, 66% 0, 100% 0, 100% 70%, 80% 90%, 69% 100%, 20% 100%, 0 100%, 0% 35%, 0 0);
}
.img-about img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    clip-path: polygon(0 0, 66% 0, 100% 0, 100% 70%, 80% 90%, 69% 100%, 20% 100%, 0 100%, 0% 35%, 0 0);
}
.homeabout-content .row.left .col-sm-12:first-child{
    order: 2;
}
.homeabout-content .row.left .col-sm-12:nth-child(2){
    order: 1;
}
.homeabout-content .row.left .col-sm-12:first-child .img-about img{
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0% 20%);
}
.homeabout-content .row.left .col-sm-12:first-child .img-about::after{
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0% 80%, 0% 20%);
    left: 30px;
}
.homeabout-content .row.left .habout-text {
    padding-left: 0;
    padding-right: 30px;
}
.homeabout-content .row {
    margin-bottom: 100px;
}
.homeabout-content .row:last-child{
    margin-bottom: 0;
}
.home-about-sec .row.right .col-sm-12:first-child{
    order: 1;
}
.home-about-sec .row.right .col-sm-12:nth-child(2){
    order: 2;
}
.home-about-sec .row.right .habout-text{
    padding-left: 30px;
    padding-right: 0;
}
.habout-text h1,
.habout-text h2,
.habout-text h3,
.habout-text h4,
.habout-text h5,
.habout-text h6{
    font-weight: bold;
    font-size: 30px;
    color: #1f232d;
    margin-bottom: 23px;
    font-family: "Raleway", sans-serif;
}
.habout-text h1 strong,
.habout-text h2 strong,
.habout-text h3 strong,
.habout-text h4 strong,
.habout-text h5 strong,
.habout-text h6 strong{
    color: #ac3838;
    font-weight: bold;
}
.habout-text{
    padding-left: 20px;
}
.habout-text p strong{
    font-size: 18px;
    color: #ac3838;
    margin-bottom: 23px;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.habout-text p strong::after{
    content: '';
    display: block;
    background-color: #ac3838;
    width: 273px;
    height: 2px;
    margin: 5px 0 0;
}
.habout-text h2 span {
    color: #ac3838;
}
.habout-text p {
    font-weight: 400;
    font-size: 15px;
    color: #1f232d;
    line-height: 26px;
    margin-bottom: 25px;
}

.habout-text p strong {
    font-weight: 600;
}

.habout-btn {
    padding-top: 20px;
}

.number-sec {
    padding-top: 59px;
    padding-bottom: 62px;
}

.number-sec .col-lg-3 {
    position: relative;
}

.number-sec .col-lg-3::after {
    content: '';
    display: block;
    width: 2px;
    height: 79px;
    border-right: 1px solid #ececec;
    position: absolute;
    top: 49px;
    right: 0;
}

.number-sec .col-lg-3:last-child::after {
    content: none;
}

.number-main {
    text-align: center;
}

.number-main h2 {
    font-weight: bold;
    font-size: 151.88px;
    color: #ffdee0;
    margin-bottom: 0;
    position: relative;
    font-family: "Raleway", sans-serif;
}

.number-main h4 {
    font-weight: 600;
    font-size: 24.3px;
    color: #10181a;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif;
}

.hservice-sec {
    background-color: #f6f7ff;
    padding: 70px 0 60px;
}

.service-head {
    text-align: center;
    width: 63%;
    margin: 0 auto;
    padding-bottom: 113px;
}

.service-head h3 {
    font-weight: 600;
    font-size: 16.22px;
    color: #1f232d;
    margin-bottom: 9px;
    font-family: "Raleway", sans-serif;
}
.service-head h2 {
    font-weight: 600;
    font-size: 35px;
    color: #1f232d;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}
.service-head h2 span {
    color: #ac3838;
}

.ser-content {
    text-align: center;
    padding: 0 15px;
}

.ser-img img,
.ser-data img {
    margin: 0 auto;
}
.ser-img img {
    width: 70px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(20%) saturate(1878%) hue-rotate(314deg) brightness(80%) contrast(100%);
}
.ser-data h3 {
    font-weight: 600;
    font-size: 22.52px;
    color: #1f232d;
    margin-bottom: 23px;
    font-family: "Raleway", sans-serif;
}

.ser-data p {
    font-weight: 600;
    font-size: 15.02px;
    color: #898989;
    margin-bottom: 24px;
}

.ser-img {
    margin-bottom: 45px;
}

.service-slider .slick-dots li button::before {
    width: 15px;
    height: 15px;
    opacity: 1;
    color: #fff;
    border: 1px solid #ac3838;
    border-radius: 50%;
}

.service-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    background: #ac3838;
    color: #ac3838;
}

.service-slider .slick-dots {
    bottom: -68px;
    display: none;
}

.award-sec {
    padding-top: 87px;
    padding-bottom: 100px;
    padding-left: 197px;
}

.habout-text.award-head {
    width: 36%;
    padding-bottom: 36px;
}

.award-main .item {
    border: 1px solid #c7c7c7;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 32px;
    padding-bottom: 41px;
    margin: 0 14px;
}

.awar-img {
    height: 103px;
    display: flex;
    align-items: center;
}

.awar-img {
    height: 103px;
    display: flex;
    align-items: center;
}

.awar-data {
    padding-bottom: 37px;
}

.awar-data h3 {
    font-weight: 600;
    font-size: 16.22px;
    color: #1f232d;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

.awar-name h2::before {
    content: '';
    display: block;
    height: 3px;
    width: 135px;
    background-color: #1f232d;
    margin: 0px 0 10px;
}

.awar-name h2 {
    font-weight: 600;
    font-size: 16.22px;
    color: #1f232d;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

.awar-name {
    margin-top: 19px;
}
.outsurce-sec {
    background-color: #1f232d;
    color: #fff;
    margin-right: 121px;
    margin-top: 0;
	margin-bottom: 70px;
    overflow: hidden;
    clip-path: polygon(0 0, 66% 0, 100% 0, 100% 70%, 80% 90%, 69% 100%, 20% 100%, 0 100%, 0% 35%, 0 0);
}
.outscour-head{
    padding-top: 80px;
}
.hwhychoose-content .outscour-head{
    padding-top: 0;
}
.outscour-head h4 {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.outscour-head h1,
.outscour-head h2,
.outscour-head h3,
.outscour-head h5,
.outscour-head h6{
    font-weight: 500;
    font-size: 38px;
    color: #fff;
    letter-spacing: -0.04em;
    margin-bottom: 14px;
    font-family: "Raleway", sans-serif;
}
.outscour-head h1 strong,
.outscour-head h2 strong,
.outscour-head h3 strong,
.outscour-head h5 strong,
.outscour-head h6 strong{
    color: #ac3838;
    font-weight: 600;
}
.outscour-head p {
    font-weight: 400;
    font-size: 16.22px;
    color: #ffffff;
    margin-bottom: 0;
}

.outscour-head ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 63px;
    padding: 0;
}
.outscour-head ul li {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 60px;
}

.col-out h2 {
    font-weight: bold;
    font-size: 18.25px;
    color: #fff;
    margin-bottom: 5px;
    font-family: "Raleway", sans-serif;
}
.col-out p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
}
.outig img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(20%) saturate(1878%) hue-rotate(314deg) brightness(80%) contrast(100%);
}
.outig::after {
    content: '';
    display: block;
    height: 2px;
    width: 62px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 17px 0 0;
}
.outig {
    padding-bottom: 17px;
}

.outsourc-img {
    width: 777px;
}

.outsourc-img img {
    width: 100%;
    height: 920px;
    object-fit: cover;
    object-position: center;
}

.team-sec {
	display: none;
    padding: 80px 0;
}

.main-team {
    padding-left: 128px;
    padding-right: 128px;
}

.team-head {
    text-align: center;
    padding-bottom: 84px;
}

.team-head h3 {
    font-weight: 600;
    font-size: 16.23px;
    color: #1f232d;
    margin-bottom: 5px;
    font-family: "Raleway", sans-serif;
}

.team-head h2 {
    font-weight: 600;
    font-size: 35px;
    color: #10181a;
    margin-bottom: 11px;
    font-family: "Raleway", sans-serif;
}

.team-head h2 strong {
    color: #ac3838;
    font-weight: 600;
}
.team-head p {
    font-weight: 400;
    font-size: 15px;
    color: #929292;
    width: 60%;
    margin: 0 auto;
}
.member-main {
    text-align: center;
}

.member-data {
    padding-top: 30px;
}

.member-data h3 {
    font-weight: 600;
    font-size: 18.26px;
    color: #1f232d;
    margin-bottom: 12px;
    font-family: "Raleway", sans-serif;
}

.member-data h4 {
    font-weight: 600;
    font-size: 14.2px;
    color: #929292;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}
.support-sec {
    margin-left: 0;
    padding-top: 92px;
    padding-bottom: 96px;
    background-attachment: fixed !important;
    position: relative;
}
.support-sec::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.sup-text {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sup-text h4 {
    color: #ffffff;
    font-weight: 400;
    font-size: 16.34px;
    margin-bottom: 9px;
    font-family: "Raleway", sans-serif;
}

.sup-text h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 57px;
    font-family: "Raleway", sans-serif;
}
.testi-sec {
    padding-top: 92px;
    padding-bottom: 94px;
}

.testi-head {
    text-align: center;
}

.testi-head h3 {
    font-weight: 600;
    font-size: 16.21px;
    color: #1f232d;
    margin-bottom: 7px;
    font-family: "Raleway", sans-serif;
}

.testi-head h2 {
    font-weight: 600;
    font-size: 48.64px;
    color: #1f232d;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

.testi-head {
    text-align: center;
    padding-bottom: 46px;
}

.slider-content img {
    margin: 0 auto;
    margin-bottom: 52px;
}

.slider-content p {
    font-weight: 400;
    color: #1f232d;
    font-size: 24.32px;
    line-height: 34.48px;
    margin-bottom: 21px;
}

.slider-content h3 {
    font-weight: bold;
    font-size: 24.32px;
    color: #1f232d;
    margin-bottom: 16px;
    font-family: "Raleway", sans-serif;
}

.slider-content h4 {
    font-weight: 400;
    font-size: 16.21px;
    color: #1f232d;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
}

.slider-content-img img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.main-testi {
    width: 91%;
    margin: 0 auto;
}

.slick-current .slider-content-img img {
    border: 1px solid #e85962;
}

.testi-slider-nav {
    width: 30%;
    margin: 0 auto;
    margin-top: 60px;
}

.slider-content {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.testi-slider .slick-prev::before {
    content: url(images/testi-left.png);
}

.testi-slider .slick-next::before {
    content: url(images/testi-right.png);
}
.site_footer {
    padding-top: 60px;
    padding-bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #f6f7ff;
}
.ft-innner {
    width: 80%;
    margin: 0 auto;
}
.copyright {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    margin-top: 60px;
}
.ft-logo {
    color: #fff;
    text-align: center;
}

.ft-logo ul {
    margin-top: 26px;
    margin-bottom: 29px;
    padding: 0;
}

.ft-logo ul li {
    display: inline-block;
    margin-right: 4px;
}
.ft-logo ul li:last-child{
    margin-right: 0;
}
.ft-logo ul li a {
    width: 36px;
    height: 36px;
    border: 1px solid #29272d;
    border-radius: 50%;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    font-family: "Raleway", sans-serif;
    color: #29272d;
}
.ft-logo ul li a:hover {
    color: #ffffff;
    border: 1px solid #ac3838;
    background-color: #ac3838;
}

.ft-logo span {
    font-weight: 400;
    font-size: 14.19px;
    line-height: 34.46px;
    display: inline-block;
    font-family: "Raleway", sans-serif;
}
.ft-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu ul li{
    margin-bottom: 12px;
}
.ft-menu h2 {
    font-weight: bold;
    font-size: 24px;
    color: #29272d;
    margin-bottom: 20px;
    font-family: "Raleway", sans-serif;
}
.ft-menu span,
.ft-menu a {
    font-weight: 500;
    font-size: 15px;
    color: #2f2c33;
    font-family: "Raleway", sans-serif;
}

.ft-menu a:hover {
    color: #ac3838;
}

.ft-menu.bot-text {
    padding-top: 29px;
}
.ftcontact-dt ul li span,
.ftcontact-dt ul li a{
    display: flex;
}
.ftcontact-dt ul li i {
    color: #ac3838;
    margin-right: 7px;
    position: relative;
    top: 4px;
}
.ft-logo.ftsocial {
    text-align: left;
    padding-top: 0;
}
.first-menu{
    padding-left: 50px;
}
.copyright{
    margin-top: 40px;
}

/*Contact us*/
.work-progress{
    padding: 70px 0 120px;
}
.ourtesti-content.workprog-content {
	 margin-bottom: 53px;
}
.workprog-lbox {
    text-align: center;
    background-color: #fff;
    padding: 50px 40px 40px;
    border: 2px solid #f7f6f4;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
}
.workprog-lbox:hover {
	 background-color: #ac3838;
	 border-color: #ac3838;
	 transform: scale(1.07);
	 z-index: 3;
}
.workprog-lbox strong {
	 color: #1a1e1f;
	 font-size: 81.04px;
	 font-weight: bold;
	 display: block;
	 margin-bottom: 7px;
}
.workprog-lbox h4 {
    color: #29272d;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.workprog-lbox p,
.workprog-lbox a{
	 color: #404040;
	 font-size: 19.21px;
	 line-height: 33px;
	 font-weight: 400;
	 margin: 0 auto;
	 width: 85%;
     display: inline-block;
}
.workprog-lbox a:hover{
    color: #29272d;
}
.workprog-lbox:hover strong,
.workprog-lbox:hover h4,
.workprog-lbox:hover p,
.workprog-lbox:hover a{
	 color: #fff;
}
.workprog-lbox .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}
.workprog-lbox .icon img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(14%) saturate(4577%) hue-rotate(323deg) brightness(104%) contrast(95%);
}
.workprog-lbox:hover .icon img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6096%) hue-rotate(71deg) brightness(102%) contrast(97%);
}
.workprog-btmct {
	 text-align: center;
	 margin-top: 55px;
}
.workprog-btmct p {
	 color: #737879;
	 font-size: 18.23px;
	 font-weight: 400;
	 margin: 0 0 15px 0;
}
.workprog-btmct p a {
	 color: #ac3838;
	 text-decoration: underline !important;
	 transition: all 0.4s ease;
	 font-weight: bold;
}
.hwhychoose-content .col-sm-12:nth-child(2){
    align-self: flex-end;
}
.google-mapsec {
    padding: 0;
    margin-bottom: 0;
}
.google-mapsec,
.google-mapsec iframe{
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}
.google-mapsec {
    padding: 0;
    margin-bottom: 0;
}
.hwhychoose-sec {
    background-color: #2f2c33;
    padding: 90px 0 0;
}
.hwhychoose-img {
    width: 500px;
    margin: -175px 0 0 auto;
}
.kontakt-form {
    padding-right: 25px;
    margin-top: 40px;
    padding-bottom: 40px;
}
.kontakt-form h4 {
    color: #212121;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
}
.kontakt-form h4 strong{
    color: #ac3838;
    font-weight: bold;
}
.kontakt-form p{
    margin: 0;
}
.kontakt-form .row{
    margin-left: -8px;
    margin-right: -8px;
}
.kontakt-form .col-3,
.kontakt-form .col-4,
.kontakt-form .col-6,
.kontakt-form .col-8,
.kontakt-form .col-12{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea,
.kontakt-form input::placeholder,
.kontakt-form select::placeholder,
.kontakt-form textarea::placeholder{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}
.kontakt-form input:focus,
.kontakt-form select:focus,
.kontakt-form textarea:focus{
    outline: none;
}
.kontakt-form input,
.kontakt-form select,
.kontakt-form textarea{
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
}
.kontakt-form input,
.kontakt-form select{
    height: 50px;
}
.kontakt-form textarea{
    height: 120px;
    padding-top: 20px;
}
.kontakt-form .button{
    margin: 0;
    text-align: center;
}
.kontakt-form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #ac3838;
    height: 50px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #ac3838;
}
.kontakt-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #ac3838;
    background-color: transparent;
}
.kontakt-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.kontakt-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 20px;
    text-align: center;
}
/*Contact us*/

.hmainct-sec {
    text-align: center;
    padding-top: 60px;
}
.support-sec.cover.hparallax {
    min-height: 500px;
}
.home-about-sec.flr .row {
    margin-bottom: 70px;
}
.home-about-sec.flr .row:last-child{
    margin-bottom: 0;
}
.servicepg-list .ser-content {
    background-color: #ffffff;
    padding: 40px 20px;
    height: 100%;
}
.servicepg-list .ser-content .ser-img {
    margin-bottom: 25px;
}

@media (max-width: 1600px) {
    .outsurce-sec {
        margin-right: 0;
    }
}

@media (max-width: 1536px) {
    .award-sec {
        padding-left: 0;
    }

    .awardrating-content {
        width: 75%;
        margin: 0 auto;
    }

    .awards-ratings {
        padding-top: 65px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1440px) {
    .head-phone {
        margin-left: 39px;
    }
    .main-team {
        padding-left: 0;
        padding-right: 0;
    }

    .sup-text {
        width: 85%;
    }

    .slider-content {
        width: 86%;
    }

    .testi-slider-nav {
        width: 40%;
    }

    .habout-text.award-head {
        width: 47%;
        padding-bottom: 36px;
    }

    .outscour-head ul li {
        width: 50%;
        padding-right: 41px;
        margin-bottom: 63px;
    }

    .img-about-text {
        right: 18px;
    }

    .inner-logo-sec {
        padding-top: 53px;
        padding-bottom: 97px;
    }

    .service-head {
        width: 63%;
        padding-bottom: 68px;
    }

    .support-sec {
        margin-left: 0;
        padding-top: 92px;
        padding-bottom: 96px;
    }

    .ft-innner {
        width: 100%;
        margin: 0 auto;
    }

    .awardrating-content {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1170px) {
    .banner-text {
        width: 80%;
    }

    .inner-logo-sec {
        padding-top: 53px;
        padding-bottom: 45px;
    }

    .inner-logo-sec .row {
        justify-content: center;
    }

    .inner-logo-sec .col {
        flex: 0 0 33.3333%;
        width: 33.3333%;
        margin-bottom: 17px;
    }

    .company-logo {
        justify-content: center;
    }

    .img-about img {
        width: 100%;
    }

    .img-about-text {
        right: 16px;
        bottom: 49px;
    }

    .habout-btn {
        padding-top: 0;
    }

    .service-head {
        width: 100%;
        padding-bottom: 68px;
    }

    .habout-text p {
        margin-bottom: 15px;
    }

    .outscour-head h3 {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .col-out p {
        font-size: 14px;
        line-height: 23px;
    }

    .team-head p {
        width: 68%;
    }

    .member-img img {
        width: 100%;
    }

    .slider-content p {
        font-size: 21px;
        line-height: 31px;
    }
}
@media (max-width: 1024px){
    .habout-text h1, .habout-text h2, .habout-text h3, .habout-text h4, .habout-text h5, .habout-text h6 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .sup-text h3 {
        font-size: 35px;
        margin-bottom: 35px;
    }
    .ft-innner .row {
        flex-wrap: unset;
        justify-content: space-between;
        margin: 0;
    }
    .ft-innner .row .col-sm-6 {
        flex: auto;
        width: auto;
        max-width: unset;
    }
    .ft-logo {
        width: 215px;
    }
    .first-menu {
        padding-left: 0;
    }
    .banner-sec {
        height: auto;
        display: block;
        align-items: unset;
        padding-top: 170px;
        padding: 210px 0 30px;
    }
    body .container, body .container-lg, body .container-md, body .container-sm {
        max-width: 100%;
        padding: 0 40px;
    }
    .content-header.cover {
        padding: 190px 0 40px;
    }
    .conthead-content h1{
        font-size: 38px;
    }
    .work-progress {
        padding: 50px 0 105px;
    }
    .workprog-lbox {
        padding: 40px 20px 30px;
    }
    .workprog-lbox .icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 25px;
    }
    .workprog-lbox h4{
        font-size: 21px;
    }
    .workprog-lbox p, .workprog-lbox a {
        font-size: 17px;
        line-height: unset;
        width: 100%;
    }
    .google-mapsec, .google-mapsec iframe{
        height: 400px;
    }
}
    
@media (max-width: 991px) {
    header.site-header .container {
        position: relative;
    }

    .head-phone {
        margin-left: 0;
        margin-right: 41px;
    }

    .nav-bar ul li a {
        color: #fff;
    }

    .nav-bar ul li {
        margin: 10px 0;
    }

    .banner-text {
        width: 100%;
    }

    .banner-text h1 {
        font-size: 54px;
        line-height: 69px;
        margin-bottom: 7px;
    }

    .banner-text p {
        font-size: 20.26px;
        line-height: 36.47px;
        margin-bottom: 32px;
        width: 100%;
    }

    .company-logo img {
        width: 200px;
        object-fit: scale-down;
    }

    .img-about-text {
        right: 16px;
        bottom: 0;
    }

    .habout-text {
        padding-top: 40px;
    }

    .number-sec {
        padding-top: 21px;
        padding-bottom: 26px;
    }

    .habout-text.award-head {
        width: 77%;
        padding-bottom: 36px;
    }

    .team-head p {
        width: 100%;
    }

    .member-main {
        text-align: center;
        margin-bottom: 37px;
    }

    .team-sec {
        padding-top: 46px;
        padding-bottom: 20px;
    }

    .sup-text h3 {
        font-size: 48px;
        margin-bottom: 36px;
    }

    .testi-sec {
        padding-top: 41px;
        padding-bottom: 48px;
    }

    .testi-slider-nav {
        width: 70%;
    }

    .main-testi {
        width: 100%;
    }

    .slider-content {
        width: 98%;
    }

    .ft-logo,
    .ft-menu {
        padding-top: 0px;
        padding-bottom: 19px;
    }

    .ft-menu.bot-text {
        padding-top: 0;
    }

    .site_footer {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .outsourc-img img {
        width: 83%;
        height: auto;
        object-fit: cover;
        object-position: center;
        margin: 0 auto;
    }

    .outsourc-img {
        width: auto;
        text-align: center;
    }

    .award-sec {
        padding-top: 12px;
        padding-bottom: 69px;
    }

    .outscour-head {
        padding-top: 48px;
    }

    .awarating-list ul li {
        float: left;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .awarating-lbox {
        display: flex;
        justify-content: center;
    }

    .awards-ratings {
        padding-top: 38px;
        padding-bottom: 6px;
    }
    .site-logo {
        max-width: 100%;
        width: auto;
        margin: 0;
    }

    .site-logo img {
        width: 250px;
    }

    header.site-header {
        padding: 18px 0;
    }
    .home-about-sec {
        padding: 70px 0 40px;
    }
    .about-img {
        margin-left: 30px;
    }
    .habout-text {
        padding-left: 0;
        text-align: center;
    }
    .habout-text p strong::after {
        margin: 10px auto 0;
    }
    .hservice-sec {
        padding: 50px 0 60px;
    }
    .homeabout-content .col-sm-12{
        flex: auto;
        width: 100%;
    }
    .homeabout-content .row.left .col-sm-12:first-child,
    .homeabout-content .row.left .col-sm-12:nth-child(2) {
        order: unset;
    }
    .homeabout-content .row.left .about-img {
        margin-left: 0;
        margin-right: 30px;
    }
    .homeabout-content .row.left .habout-text{
        padding-right: 0;
    }
    .homeabout-content .row {
        margin-bottom: 60px;
    }
    .home-about-sec .row.right .habout-text {
        padding-left: 0;
        padding-right: 0;
    }
    .outscour-head {
        text-align: center;
    }
    .outig::after{
        margin: 17px auto 0;
    }
    .outsurce-sec {
        margin-right: 0;
        padding: 50px 0 0;
        clip-path: unset;
    }
    .outsurce-sec .col-sm-12:first-child {
        order: 2;
    }
    .outsourc-img img{
        height: 400px;
    }
    .outscour-head ul li {
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .sup-text h3 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .outsurce-sec{
        margin-bottom: 0;
    }
    .copyright {
        margin-top: 0;
    }
    .hwhychoose-img{
        width: 100%;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 29px;
        right: 37px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        position: fixed;
        top: 23px;
        right: 3px;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle.open span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 300px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media (max-width: 830px){
    .header-content .d-flex {
        display: block !important;
    }
    #menuToggle span{
        color: #ffffff;
    }
    .ft-innner .row {
        flex-wrap: wrap;
        justify-content: unset;
        margin: 0;
        text-align: center;
    }
    .ftcontact-dt ul li span, .ftcontact-dt ul li a{
        justify-content: center;
    }
    .ft-logo.ftsocial {
        text-align: center;
        padding-top: 0;
        width: 100%;
    }
    .ft-logo ul{
        margin-top: 0;
    }
    .ft-logo{
        margin: 0 auto;
    }
    .ft-innner .row .col-sm-6 {
        flex: auto;
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .banner-text h1 {
        font-size: 42px;
        line-height: 54px;
        margin-bottom: 7px;
    }

    .banner-text p {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .inner-logo-sec .col {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 17px;
    }

    .inner-logo-sec {
        padding-top: 0;
        padding-bottom: 45px;
    }

    .service-head h2 {
        font-size: 39px;
    }

    .habout-text.award-head {
        width: 100%;
        padding-bottom: 12px;
    }

    .slider-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .testi-slider-nav {
        width: 90%;
    }

    .testi-head h2 {
        font-size: 39px;
    }

    .outscour-head ul li {
        padding: 0;
    }

    .sup-text {
        width: 100%;
    }
    .banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4, .banner-text h5, .banner-text h6 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .banner-text p {
        font-size: 15px;
        line-height: unset;
        margin-bottom: 24px;
    }
    .banner-text a, .habout-text a, .sup-text a, .menu-button a {
        font-size: 15px;
        padding: 8px 33px;
    }
    .banner-sec {
        padding: 170px 0 30px;
    }
    .workprog-lbox {
        margin-bottom: 15px;
        height: auto;
    }
    .work-progress {
        padding: 50px 0 35px;
    }
    .hwhychoose-sec {
        padding: 50px 0 0;
    }
    .hwhychoose-img {
        width: 400px;
        margin: 0 auto;
    }
    .kontakt-form {
        padding-right: 0;
        margin-top: 40px;
        padding-bottom: 10px;
    }
}

@media (max-width: 570px) {
    .head-phone {
        margin-left: 0;
        margin-right: 68px;
    }

    #menuToggle {
        right: 17px;
    }

    .main-team .col-lg-3 {
        flex: 0 0 50%;
    }

    .team-head {
        text-align: center;
        padding-bottom: 41px;
    }
    .img-about img{
        height: 335px;
    }
    .service-head h2 {
        font-size: 29px;
    }
    .ser-data p {
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
    }
    .service-head {
        padding-bottom: 40px;
    }
    .google-mapsec, .google-mapsec iframe {
        height: 250px;
    }
}

@media (max-width: 480px) {
    body .container, body .container-lg, body .container-md, body .container-sm {
        padding: 0 20px;
    }
    #menuToggle {
        right: 17px;
        top: 19px;
    }
    .site-logo img {
        width: 170px;
    }
    .banner-sec,
    .img-about img,
    .img-about::after,
    .homeabout-content .row.left .col-sm-12:first-child .img-about img,
    .homeabout-content .row.left .col-sm-12:first-child .img-about::after{
        clip-path: unset;
    }
    .ser-img {
        margin-bottom: 20px;
    }
    .ser-data h3{
        margin-bottom: 15px;
    }
    .ser-data p{
        margin-bottom: 0;
    }
    .homeabout-content .row.left .col-sm-12:first-child .img-about::after{
        left: 15px;
    }
    .homeabout-content .row.left .about-img {
        margin-right: 15px;
    }
    .homeabout-content .row {
        margin-bottom: 40px;
    }
    .habout-text {
        padding-top: 30px;
    }
    .service-slider .slick-dots {
        bottom: -45px;
    }
    .outsurce-sec {
        padding: 30px 0 0;
    }
    .outscour-head h3{
        font-size: 28px;
    }
    .outsourc-img img {
        height: auto;
        width: 100%;
    }
    .service-head h2 {
        font-size: 22px;
    }
    .banner-sec {
        padding: 118px 0 30px;
        text-align: center;
    }
    .home-about-sec {
        padding: 50px 0 40px;
    }
    .head-phone a {
        font-size: 17px;
    }
    .support-sec {
        padding: 50px 0;
    }
    .sup-text h3{
        font-size: 24px;
    }
    .outscour-head ul {
        display: block;
        flex-wrap: wrap;
        margin-top: 39px;
    }
.banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4, .banner-text h5, .banner-text h6{
    font-size: 32px;
    }
    .outscour-head ul li {
        width: 100%;
        text-align: center;
        margin-bottom: 63px;
    }

    .outig::after {
        margin: 17px auto 0;
    }

    .outscour-head {
        padding-top: 48px;
        text-align: center;
    }
    .about-img {
        margin-left: 15px;
    }
    .img-about::after {
        top: -15px;
        left: -15px;
    }
}

@media (max-width: 440px) {
    .awarating-list ul li {
        float: none;
        width: 100%;
    }
    .content-header.cover {
        padding: 140px 0 20px;
    }
}

@media (max-width: 414px) {
    .habout-text h2 {
        font-size: 35px;
        margin-bottom: 23px;
    }

    .ser-img {
        margin-bottom: 34px;
    }
    .hwhychoose-img{
        width: 100%;
    }
    .kontakt-form .col-3, .kontakt-form .col-4, .kontakt-form .col-6, .kontakt-form .col-8, .kontakt-form .col-12{
        flex: auto;
        width: 100%;
    }
}

@media (max-width: 390px) {
    header.site-header {
        padding: 8px 0 18px;
    }
    .head-phone {
        margin-left: 0;
        margin-right: 68px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
}