/*
Theme Name: Erizo
Author: Erizo.pl
*/

html{overflow-x: hidden;}
body{background: #fff;overflow-x: hidden;position: relative;font-size: 16px;}
li{color: #333;}
section{background: #fff;padding: 75px 0;}
.double-pad-top{padding-top: 150px;}
.double-pad-bottom{padding-bottom: 150px;}
.double-pad{padding:150px 0;}
*:focus{outline: none}
a:hover{text-decoration: none;}
img {max-width: 100%}
body{font-family: 'Montserrat', sans-serif;margin: 0;padding: 0;}
textarea{
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;padding: 0;
}
.second-bg-color{
    background-color: #f1f1f1;
}
.ttu{
    text-transform: uppercase;
}
li::marker {
    color: #187ba6;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.desc a{
    color: #187ba6;
}
/* ************* */
/* Titles */
/* ************* */
h1{
    font-size: 56px;
/*     text-transform: uppercase; */
    color: #333;
    font-weight: 400;
}
h2{
    color: #333;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}
h4{
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
}
h6{
    color:  #033d56;
    font-size: 16px;
/*     text-transform:uppercase; */
    margin-bottom: 30px;
    font-weight: 400;
}
p{
    color: #333;
    line-height: 1.5;
    font-size: 16px;
	margin-top: 0px;
	text-align: justify;
	hyphens: auto;
}
p:last-of-type {
	margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
section{padding: 50px 0;}
.double-pad-top{padding-top: 100px;}
.double-pad-bottom{padding-bottom: 100px;}
.double-pad{padding:100px 0;}
}


/* ************* */
/* Buttons*/
/* ************* */

.color-btn-arrow{
    background:#033d56;
    color: #fff!important;
    border-radius: 5px;
    display: inline-block;
    width: max-content;
    padding: 16px 75px;
    border: 2px solid #033d56;
    margin: 30px 0 0px;
    font-size: 13px;
/*     text-transform: uppercase; */
    font-weight: 700;
    max-width: 100%;
}
.border-btn-arrow{
    background:none;
    color: #333;
    border-radius: 5px;
    display: inline-block;
    width: max-content;
    padding: 16px 75px;
    border: 2px solid #333;
    margin: 30px 0 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
}
.white-border-btn-arrow{
    background:#033d56;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    width: max-content;
    padding: 16px 75px;
    border: 2px solid #033d56;
    margin: 30px 0 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 100%;
}
.btn-full-col{
    padding: 15px;
    text-align: center;
    display: block;
    width: 100%;
}
.color-btn-arrow>i{
    content: url('img/arrow-btn.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.border-btn-arrow>i{
    content: url('img/arrow-btn-black.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.white-border-btn-arrow>i{
    content: url('img/arrow-btn.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.white-border-btn-arrow:hover>i,
.color-btn-arrow:hover>i,
.border-btn-arrow:hover>i
{
    margin-left: 35px;
}


/* ************* */
/* Color icons */
/* ************* */

.color-icon-tick{
    background: #033d56;
    border-radius: 50%;
    width: 50px;
    max-width: 100%;
    height: 50px;
    position: relative;
    margin:auto;
}
.color-icon-tick::after{
    content: "";
    background-image: url('img/tick.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 30%;
    top: 0;
    bottom: 0;
    margin: auto;
}


.color-icon-1{
    background: #033d56;
    border-radius: 50%;
    width: 50px;
    max-width: 100%;
    height: 50px;
    position: relative;
    margin:auto;
}
.color-icon-1::after{
    content: "";
    background-image: url('img/white-icon-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}



/* ************* */
/* For all */
/* ************* */
a,a:hover{text-decoration: none;}
.rel{position: relative;}
.flex-align-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.uppercase{text-transform: uppercase;}
.bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.white-text *,.white-text {color: #fff!important;}
.mgb-60{margin-bottom: 60px;}
.w100{width: 100%;}


@media screen and (max-width:768px){
    .flex-reverse-mobile-768{flex-direction: column-reverse;}
    .mobile-mgbot-0{margin-bottom: 0;}
}
@media screen and (max-width:992px){
    .mobil992-mgt-60{
        margin-top: 60px;
    }
    .mobil992-mgb-60{
        margin-bottom: 60px;
    }
    .less992-text-center{
        text-align: center;
    }
}

/* slick */
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots li button:before{
    content: "";
    border: 2px solid #033d56;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button:before{
    background: #033d56;
}
.slick-dots{bottom: -60px;}

/* ************* */
/* About us */
/* ************* */
.about-us img{width: 100%;}
.about-us-img-bg{
    min-height: 440px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width:768px){
    .about-us img{margin-top: 60px;}
    
}
.about-us-new{
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
	background: transparent;
}
.about-us-new::before{
    z-index: -2;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.9;
}
.about-us-new::after{
    z-index: -1;
    position: absolute;
    content: "";
    left: 42%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0.9;
}

/* ************* */
/* Banner */
/* ************* */

@keyframes arrowAnimation {
    0%   {transform:translateY(-30px) ;}
    30% {transform:translateY(0) ;}
    100% {transform:translateY(-30px) ;}
}
.banner{
    background-position: center;
    width: 100%;
    height: 450px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
    z-index: 0;
	padding-top: 120px;
	padding-bottom: 0px;
    background-repeat: no-repeat;
}
.home{
    min-height: 100vh;
	background: transparent;
}
.home h1 {
	font-weight: 700;
	letter-spacing: 4px;
}
.call-action{
    position: relative;
    z-index: 0;
}
/* .banner::after,.call-action::after{
    background:#333;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: -1;
    bottom: 0;
    right: 0;
    position: absolute;

} */
.call-action-v1::after{
    opacity: 1;
}
.banner h2{
    color: #fff;
    text-transform: uppercase;
}
.banner-text *{
    font-size: 20px;
    font-weight: 700;
}
.banner-scroll-btn{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    
    animation-duration: 2s;
    animation-name: arrowAnimation;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.scroll-btn-arrow{
    position: relative;
    margin: auto;
}
.scroll-btn-arrow::after{
    position: absolute;
    content: "";
    background: #aeaeae;
    width: 3px;
    height: 16px;
    bottom: -4px;
    right: -6px;
    transform: rotateZ(45deg);
}
.scroll-btn-arrow::before{
    position: absolute;
    content: "";
    background: #aeaeae;
    width: 3px;
    height: 16px;
    bottom: -4px;
    left: -7px;
    transform: rotateZ(-45deg);
}
.scroll-btn-elements{
    display: inline-block;
    border-radius: 50px;
    padding: 15px 12px;
}

/* ************* */
/* Banner  v4 2btns*/
/* ************* */
.banner-v4 h1,
.banner-v4 p,
.banner-v4 div{color: #fff;}
.banner-v4 h2{font-weight: 400;}

.banner-v4 .scroll-btn-arrow,
.banner-v4 .scroll-btn-arrow::after,
.banner-v4 .scroll-btn-arrow::before{background: #fff;}

.banner-v4 .scroll-btn-elements{border-color: #fff;}
.banner-v4 .banner-text{margin-bottom: 30px;}
@media screen and (max-width:768px){
    .banner-v4 a{
        margin: 60px 0 0;
    }
}

/* ************* */
/* Services */
/* ************* */
.services{background-color: #f1f1f1;}

.services .services-container h6{
    font-weight: 700;
    color: #333;
    text-transform: none;
}
.services .services-container img{
    height: 120px;
}
.services-container {
    margin-top: 60px;
}
.services-text{font-size: 14px;line-height: 1.4;}
.services-header-text{
    font-size: 14px;
    line-height: 1.4;
}
/* ************* */
/* Services v3*/
/* ************* */
.services-v3 .services-container h6{
    margin: 30px 0 15px;
}
.services-v3 .services-white-box{
    background: #fff;
    padding: 60px 30px;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
}
.services-v3 .services-container{
    margin-top: 30px;
}
/* ************* */
/* Services v2*/
/* ************* */
.services-v2 .services-container{
    margin: 0 0 60px;
}
.services-v2 .services-container h6{
    margin:30px 0;
}
@media screen and (max-width:992px){
    .services-v2 .services-container {
        margin: 60px 0 30px;
    }
}
@media screen and (max-width:992px){
    .services-v2 .services-container {
        text-align: center;
    }
}
/* ************* */
/* Team */
/* ************* */
.team-text{
    font-size: 14px;
    margin-bottom: 0px;
}
/* ************* */
/* Team v6*/
/* ************* */
.team-v6 .team-photo{
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.team-v6 .team-container{
    background-color: #fff;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
    padding: 60px 15px;
    height: 100%;
}
.team-v6 .team-name{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.team-v6 .team-workplace{
    font-size: 14px;
    margin-bottom: 30px;
}
.team-v6 .team-social ul{
    display: flex;
    list-style: none;
}
.team-v6 .team-social ul li{
    padding:0 10px;
}
.team-v6 .team-social ul li a{
    color: #333;
    transition: 0.5s;
}
.team-v6 .team-social ul li a i{
    transition: 0.5s;
}
.team-v6 .team-social ul li a:hover i{
    color: #033d56!important;
}
.team-v6 .no-pd-l{padding-left: 0;}
.team-v6 .no-pd-r{padding-right: 0;}

.team-v6 .team-desc{
    font-size: 14px;
    color: #999;
    text-align: justify;
    margin-bottom: 30px;
}
.team-v6 .team-photo *{
    color: #fff;
}

/* ************* */
/* Contact form */
/* ************* */
.contact-container{
    text-align: center;
    margin-top: 60px;
}
.contact-container  img{
    position: relative;
    float: left;
    top:-14px;
    margin-right: 5px;
    width: 60px;
}
.contact-container a,.contact-container{color: #999;}
@media screen and (max-width:992px){
    .contact-container{
        text-align: left;
    }
}
.wpcf7-not-valid-tip {
    margin-bottom: 30px;
    margin-top: -20px;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    border: none;
    background: none;
    transition: 0.5s;
    resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus
{outline: none;}

.contact-form-container{position: relative;}
input:-webkit-autofill {background-color:#fff!important;}
.contact-label-up{top: 0!important;}
/*Change autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}
/* ************* */
/* Contact form v6*/
/* ************* */
.contact-form-v6 input,
.contact-form-v6 textarea
{
    border-bottom: 1px solid #033d5665;
    font-size: 12px;
    color: #333;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.contact-form-v6 label{
    position: absolute;
    top:20%;
    left: 0;
    transition: 0.5s;
    font-weight: 700;
    font-size: 12px;
    color: #333;
}
.contact-form-v6 input:focus,.contact-form-v6 textarea:focus{border-color: #033d56;}

.contact-form-v6 button[type="submit"]{
    background: #033d56;
    font-weight: 700;
    cursor: pointer;
    width: unset;
    border: 1px solid #033d56;
    border-radius: 5px;
    padding: 20px 60px;
    color: #fff;
    text-align: center;
    display: block;
/*     text-transform: uppercase; */
	font-family: inherit;
}
.contact-form-v6 button[type="submit"]:hover>i{
    margin-left: 30px;
}
.contact-form-v6 button>i{
    content: url('./img/arrow-btn.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.contact-form-v6 iframe{
    width: 100%;
    min-height: 300px;
    height: 100%;
}
.contact-form-v6 .contact-form-box{
    padding-top: 60px;
    padding-bottom: 60px;
}
/* ************* */
/* Call action */
/* ************* */
.call-action *{
    color: #fff!important;
}
.call-action .white-border-btn-arrow{
    margin: 0;
}
.call-action-text{font-size: 20px;}
.call-action{background-color: #fff;}
.call-action h2{color: #fff;}
@media screen and (max-width:992px){
    .call-action h1{font-size: 30px;}
}
@media screen and (max-width:768px){
    .call-action h1{font-size: 30px;}
    .call-action .white-border-btn-arrow{
        margin: 60px 0 20px;
    }
}

/* ************* */
/* Call action v3*/
/* ************* */
.call-action-v3 a{margin-top: 30px;}
.call-action-v3{
    background-attachment: fixed;
}
/* ************* */
/* Numbers */
/* ************* */
.numbers{background-color: #f4f6fc;}
.numbers-text{
    margin-bottom: 60px;
}
.numbers .color-number{
    color: #033d56;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 30px;
}
.numbers img{height: 65px;margin-bottom: 30px;}
@media screen and (max-width:992px){
    .color-number{margin-top: 60px;}
    .numbers img{margin: 60px 0 0;}
}
/* ************* */
/* Numbers v2 */
/* ************* */
.numbers-v2 .color-number{margin:0;}
.numbers-v2 .number-text *{font-size: 12px;}
@media screen and (max-width:992px){
    .numbers-v2 img{margin: 0;}
}
@media screen and (max-width:768px){
    .numbers-v2 img{margin: 60px 0 30px;}
    .numbers-v2 .color-number{margin-bottom: 30px;}

}
/* ************* */
/* Services v3*/
/* ************* */
.services-v3 .services-container h6{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 15px;
}
.services-v3 .services-white-box{
    background: #fff;
    padding: 60px 30px;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
}
.services-v3 .services-container{
    margin-top: 30px;
}
/* ************* */
/* Price */
/* ************* */
.price-btn>i{
    content: url('img/arrow-btn.png');
    width: 15px;
    margin-left: 10px;
    transition: 0.5s;
}
.price-btn{
    background-color: #033d56;
    border: 2px solid #033d56;
    color: #fff;
    transition: 0.5s;
    padding:15px 30px;
    display: inline-block;
    border-radius: 5px;
}
/* ************* */
/* Price v4*/
/* ************* */
.price-v4 .price-title-1{
    font-size: 16px;
    color: #033d56;
    margin: 30px 0;
}
.price-v4 .price-title-main{
    color:#999;
}
.price-v4 .price-container{
    margin-bottom: 30px;
}
.price-v4  .price-value{
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #033d56;
    font-weight: 700;
    font-size: 26px;
}
.price-v4 .price-line{
    height: 100%;
    border-bottom: 1px solid #99999980;
}
.price-v4 .price-title-hide{
    font-size: 16px;
    background-color: #f7f7f7;
    padding: 30px 60px 30px 30px;
    position: relative;
    border-bottom: 1px solid #999;
}
.price-v4 .price-btn-x{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    cursor: pointer;
    top: 30%;
    opacity: 0.7;
    transition: 0.5s;
}
.price-v4 .price-btn-x::after,.price-v4 .price-btn-x::before{
    position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #033d56;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.price-v4 .price-btn-x::before{
    transform: rotateZ(90deg);
}
.price-btn-transform{
    transform: rotateZ(45deg);
    opacity: 1;
}
.price-v4 .price-el{
    display: none;
}
@media screen and (max-width:768px){
    .price-v4 .price-line{
        margin-top: 15px;
        height: unset;
    }
    .price-v4  .price-value{
        margin-top: 15px;
    }
}

/* ************* */
/* Custom gallery */
/* ************* */

.custom-gallery{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.custom-gallery-photo{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 100%;
}
.gallery-column{
    padding: 15px;
}

.gl-1 > div{flex-basis: 100%;}
.gl-2 > div{flex-basis:50%;padding:15px;max-width: 50%;}
.gl-3 > div{flex-basis:33.3%;padding:15px;max-width: 33.3%;}
.gl-4 > div{flex-basis:25%;padding:15px;max-width: 25%;}
.gl-5 > div{flex-basis:20%;padding:15px;max-width: 20%;}
.gl-6 > div{flex-basis:16.6%;padding:15px;max-width: 16.6%;}
.gl-7 > div{flex-basis:14.2%;padding:15px;max-width: 14.2%;}
.gl-8 > div{flex-basis:12.5%;padding:15px;max-width: 12.5%;}
.gl-9 > div{flex-basis:11.1%;padding:15px;max-width: 11.1%;}
@media screen and (max-width:1199px){
    .gl-9 > div,
    .gl-8 > div,
    .gl-7 > div,
    .gl-6 > div{
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media screen and (max-width:992px){
    .gl-9 > div,
    .gl-8 > div,
    .gl-7 > div,
    .gl-6 > div,
    .gl-5 > div{
        flex-basis:25%;
        max-width: 25%;
    }
}
@media screen and (max-width:768px){
    .gl-9 > div,
    .gl-8 > div,
    .gl-7 > div,
    .gl-6 > div,
    .gl-5 > div,
    .gl-4 > div,
    .gl-3 > div{
        flex-basis:50%;
        max-width: 50%;
    }
}
.reviews-v7 .reviews-icon {margin-top: 30px;}
.reviews-v7 .reviews-container{
    border-radius: 10px;
}
.reviews-v7 .reviews-icon img{
    width: 70%;
}
.reviews-v7 i{
    color: #033d56;
    font-size: 65px;
    text-align: center;
    margin-bottom: 30px;
    text-align: right;
}
.reviews-v7 .reviews-text-box{
    color: #666;
    font-size: 12px;
    text-align: justify;
    line-height: 1.8;
}
.reviews-v7 .reviews-author{
    color: #033d56;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
.reviews-v7 .reviews-workplace{
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.reviews-v7 .reviews-rev{flex-direction: row-reverse;}
@media screen and (max-width:992px){
    .reviews-v7 .reviews-icon i{
        margin-bottom: 30px;
    }
}
/* ************* */
/*Reviews */
/* ************* */
.reviews-icon img{width: 100%;}
.reviews-text{margin-bottom: 30px;}
@media screen and (max-width:992px){
    .about-us-new::after{
        left: 0!important;
    }
}
.logo-box{
    height: 200px;
    padding: 20px;
    position: relative;
}
.logo-bg{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.logo-bg a{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
.banner-box{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.banner::after,.call-action::after{
    background: rgba(0,0,0,0.5);
    content: "";
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
    bottom: 0;
    right: 0;
    position: absolute;

}

/* ************* */
/* Stages*/
/* ************* */
.stages{
    background-color: #f4f6fc;
}
.stages h5{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.stage-box-arrow::after{
    position: absolute;
    content: url(img/arrow-btn-black.png);
    width: 15px;
    height: auto;
    right: -16px;
    top: 15%;
}
.stage-text{
    margin-bottom: 60px;
}
@media screen and (max-width:992px){
    .stage-box-arrow::after{
        content: none;
    }
}



/* ************* */
/* Stages v2*/
/* ************* */
.stage-box-v2-icon img{
    width: 60px;
    display: block;
    margin:auto;
    margin-top: 30px;
}
.stage-box-v2{
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0px 4px 42px 5px rgba(0,0,0,0.04);
}
.color-bg{
    background-color: #f1f1f1;
}
.justify-content-center{
    justify-content: center;
}
.offer-rev{
    flex-direction: row-reverse;
}

.services-white-box{
    position: relative;
    z-index: 0;
}
.services-white-box a{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.cta-title {
    font-size: 56px;
}

/* ************* */
/* Team v3*/
/* ************* */
.team-v3 .team-photo{
    width: 70%;
    padding-top: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin:0 auto 30px;
}
.team-v3 .team-container{
    margin-top: 30px;
    background-color: #f1f1f1;
    box-shadow: 0px 1px 17px 0px rgba(0,0,0,0.06);
    padding: 60px 15px;
}
.team-v3 .team-name{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.team-v3 .team-workplace{
    font-size: 14px;
    margin-bottom: 30px;
}
.team-v3 .team-social ul{
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}
.team-v3 .team-social ul li{
    padding:0 10px;
}
.team-v3 .team-social ul li a{
    color: #333;
    transition: 0.5s;
}
.team-v3 .team-social ul li a:hover{
    color: #033d56;
}

/* ************* */
/* Blog*/
/* ************* */
.blog .blog-container{
/*     padding: 15px; */
    background-color: #f1f1f1;
/*     border-radius: 10px; */
    margin: 15px 0;
    box-shadow: 0px 9px 17px -16px rgba(61,61,61,0.6);
    position: relative;
}
.blog .blog-container:hover .blog-post-bg{
	opacity: 0.7;
}
.blog .blog-container > a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: 0;
}
.blog .post-title{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0 10px;
	padding: 0 15px;
}
.blog .post-text{
    font-size: 14px;
    margin-bottom: 30px;
	padding: 0 15px;
}
.blog .post-date{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
	padding: 0 15px 15px;
}
.blog .blog-post-bg{
    background-position: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	transition: opacity 0.5s;
}
.blog .btn-full-col{
    margin: 60px 0 30px;
}
.blog-single img{width: 100%;}
.blog .post-text{
    
}
.blog .post-title{
    
}
/* ************* */
/* Blog v3*/
/* ************* */
.blog-v3 .blog-post-bg{
    height: 200px;
}
.blog-v3 .btn-full-col{
    margin-bottom: 0;
}
@media screen and (max-width:768px){
    .blog-v2 .title-big-post{
        margin-top: 15px;
    }
}

/*advantages*/


.advantages-v2 img{width:80px; height: 80px; object-fit: contain; margin: 30px;vertical-align:middle;}
.advantages-v2 .advantages-container h6{margin:0px;}
@media screen and (max-width:768px){
    .advantages-v2 .advantages-container{text-align: center;}
}
.advantages h2{margin-bottom: 0;}
.advantages-container h6{color: #333;font-weight: 700;}
.advantages{position: relative;}
.advantages-text{display: none;}
.advantages-mbg{
    background-position: center;
    background-size: cover;
    min-height: 300px;
    height: 100%;
    background-repeat: no-repeat;
}
.advantages-img-rounded-bg {
	border-radius: 50%;
	background-color: #f1f1f1;
	width:140px;
	text-align: center;
	margin: 0 auto 15px;
	transition: background-color 0.5s;
}
.advantages-container a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width:992px){
    .advantages .icon{
        width: 70px;
        height: 70px;
    }
    .advantages-mbg{
        height: 200px;
    }
}
.advantages-v2 .advantages-container{
	padding: 30px;
	text-align:center;
	cursor:pointer;
	transition: background-color 0.5s;
}

.advantages-v2 h2{
	text-align:center;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.advantages-container .col-md-3{
		width:10rem;
	}
}
.advantages-container:nth-of-type(odd) {
	background: #f1f1f1;
}
.advantages-container:nth-of-type(odd) .advantages-img-rounded-bg{
	background: #fff;
}
.advantages.advantages-v2{
	padding-top:0px;
}
.advantages-v2 .advantages-container:hover {
	background-color: #d2d2d2;
}
.advantages-v2 .advantages-container:hover .advantages-img-rounded-bg {
	background: #fff;
}
.advantages-popup {
    position: fixed;
    top: 20%;
    left: 0;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 6%);
    width: 100%;
    max-width: 1140px;
    display: none;
    z-index: 10000;
    overflow-y: scroll;
    bottom: 15%;
    right: 0;
    left: 0;
    margin: auto;
}
@media screen and (max-width:991px){
	.advantages-popup {
		padding: 60px 15px 15px;
        top: 0%;
        bottom: 0%;
	}
	.mobile-margin-bottom-30 {
		margin-bottom: 30px;
	}
}
.adv-close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.adv-close img {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.bg-image {
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: -1;
}
@media screen and (max-width:991px){
	.width-popup{
		width:160px;
	}
	.center-bro{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.home h1 {
  		font-size: 30px;
	}
}
.banner-v4 video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -2;
}
.video-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}
.team-photo {
	position: relative;
	transition: opacity 0.5s;
}
.team-photo:hover {
	opacity: 0.7;
}
.team-photo a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.team-name a {
	color: #333;
	transition: color 0.5s;
}
.team-name a:hover {
	color: #033d56;
}

.page-loader-main {
	position: fixed;
	display: flex;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 100000000;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	transition: .7s;
}

.page-loader-main img {
	
	transition: opacity .2s;
}

.page-loader-main img {
	width: 180px;
	max-width: 75%;
}

.page-loader-main.loaded img {
	opacity: 0;
}

.page-loader-main.loaded {
	width: 0%;
}

@keyframes loaderimg {
	from {
		transform: scale(1.1);
	}

	to {
		transform: scale(1.0);
	}
}

.blog-side {
	border-left: 2px solid #033d56;
	padding-left: 30px;
}
.blog-main {
	padding-right: 30px;
}
@media screen and (max-width:991px){
	.blog-side {
		border-left: 0;
		padding-left: 15px;
	}
	.blog-main {
		padding-right: 15px;
	}	
}

#cookie-notice .cn-button:not(.cn-button-custom) {
	color: #033d56 !important;
}
.cn-close-icon::before, .cn-close-icon::after {
	background-color: #fff;
}
section.single-blog .desc h1{
    font-size: 36px;
    margin-top: 45px;
    margin-bottom: 30px;
    position: relative;
}
section.single-blog .desc h2{
    font-size: 28px;
    margin-top: 45px;
    margin-bottom: 30px;
    position: relative;
}
section.single-blog .desc h3{
    font-size: 24px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
section.single-blog .desc h4{
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
section.single-blog .desc h5{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
section.single-blog .desc h6{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
section.single-blog .desc h3::after,
section.single-blog .desc h4::after,
section.single-blog .desc h5::after,
section.single-blog .desc h6::after{
    width: 250px;
    height: 2px;
    background-color: #033d56;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
/* =================== */
/* =================== */
/* MAIN BLOG */
/* =================== */
/* =================== */
.main-blog{
    position: relative;
}
.main-blog h1{
    text-transform: uppercase;
    margin-bottom: 60px;
}
.main-blog .main-blog-sidebar {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
.main-blog .main-blog-sidebar .def-btn a{
    margin-top: 0;
    padding: 23px 95px;
}
.main-blog .main-blog-sidebar h6.sidebar-title{
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333 ;
}
.main-blog .main-blog-sidebar .sidebar-contact .color-btn a{
    padding: 25px;
    text-align: center;
    display: block;
}
.main-blog .main-blog-sidebar .sidebar-contact h6.sidebar-title{
    margin-bottom: 30px;
}
.main-blog .main-blog-sidebar .sidebar-searcher-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-blog .main-blog-sidebar .sidebar-searcher input{
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 15px;
    letter-spacing: 1.1px;
    width: 100%;
    height: 50px;
    background-color: transparent;
}
.main-blog .main-blog-sidebar .sidebar-searcher button.sidebar-searcher-btn{
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-left: 15px;
    cursor: pointer;
    background-color: #033d56;
    border: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 5%);
    transition: .3s;
}
.main-blog .main-blog-sidebar .sidebar-searcher button.sidebar-searcher-btn:hover{
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 10%);
}
.main-blog .main-blog-sidebar .sidebar-searcher button.sidebar-searcher-btn::after{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    content: "";
    background-image: url('./img/search-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.main-blog .main-blog-sidebar .sidebar-searcher{
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
}
.main-blog .main-blog-sidebar .sidebar-company-info{
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
}
.main-blog .main-blog-sidebar .sidebar-company-info .sidebar-logo{
    width: 150px;
    display: block;
    margin-bottom: 60px;
    max-width: 100%;
}
.main-blog .main-blog-sidebar .sidebar-company-info h6.sidebar-title{
    margin-bottom: 30px;
}
.main-blog .main-blog-sidebar .sidebar-company-info .def-color-link{
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    color: #033d56;
}
.main-blog .main-blog-sidebar .sidebar-category{
    padding:60px 0;
    border-bottom: 1px solid #ccc;
}
.main-blog .main-blog-sidebar .sidebar-category ul.cats{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-blog .main-blog-sidebar .sidebar-category ul.cats li{
    font-size: 16px;
    padding-bottom: 15px;
    color: #033d56;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 0;
}
.main-blog .main-blog-sidebar .sidebar-category ul.cats li a{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.main-blog .main-blog-sidebar .sidebar-category ul.cats li::after{
    content: url("./img/cat-arrow.png");
    color: #033d56;
    font-size: 16px;
    display: block;
    position: relative;
    margin-left: 15px;
}

.main-blog .main-blog-sidebar .sidebar-category ul.cats li:last-child{
    padding-bottom: 0;
}

.main-blog .main-blog-sidebar .sidebar-tags{
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
}
.main-blog .main-blog-sidebar .sidebar-tags ul.tags{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-gap: 20px;
}
.main-blog .main-blog-sidebar .sidebar-tags ul.tags li a{
    font-size: 12px;
    background-color: #f8f8f8;
    color: #a8a8a8;
    text-align: left;
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.main-blog .main-blog-sidebar .sidebar-tags ul.tags li a:hover{
    background-color: #033d56;
    color: #fff;
}
.main-blog .main-blog-sidebar .sidebar-contact{
    padding: 60px 0;
}
.main-blog .blog-post-box{
    position: relative;
}


.main-blog .blog-post-box .blog-img{
    width: 100%;
    padding-top: 60%;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.main-blog .blog-post-box h2.blog-title{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.main-blog .blog-post-box .desc h6{
    font-size: 26px;
    color: #033d56;
    margin-bottom: 30px;
    font-weight: 400;
}
.main-blog .blog-info{
 
    margin-top: 0;
    font-size: 16px;
    color: #333;
}
.main-blog .blog-info .author{
    margin-top: 15px;
}
.main-blog .blog-info .date{
    margin-right: 60px;
    font-size: 14px;
    color: #033d56;
    text-transform: uppercase;
}  
.main-blog .blog-bottom-info{
    margin-top: 15px;
}
.main-blog .blog-bottom-info .post-tags ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.main-blog .blog-bottom-info .post-tags ul li{
    padding-right: 15px;
    margin-bottom: 20px;
}
.main-blog .blog-bottom-info .post-tags ul li a{
    font-size: 14px;
    color: #033d56;
}
.main-blog .blog-bottom-info .post-read-more a{
    color: #033d56;
    font-weight: 600;
    font-size: 16px;
}
.main-blog .blog-post-box{
    margin: 30px 0;
}
.main-blog .get-price-box{
    background-color: #033d56;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 45px 0;
}
.main-blog .get-price-box .title{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: 1.3px;
}
.main-blog .get-price{
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
}
.main-blog .main-blog-line{
    width: 1px;
    height: 100%;
    background-color: #ccc;
    margin: 0 auto;
}
.main-blog h4.post-error{
    text-align: center;
} 
.pagination {
    margin-top: 45px;
    text-align: center;
}
.pagination .page-numbers:not(.dots, .next , .prev){
    width: 20px;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 12px;
    color: #333;
    border: 2px solid transparent;
}
.pagination .page-numbers.current{
    border: 1px solid #033d56;
}
/* =================== */
/* =================== */
/* SINGLE BLOG */
/* =================== */
/* =================== */

section.single-blog .desc h1{
    font-size: 36px;
    margin-top: 45px;
    margin-bottom: 30px;
    position: relative;
    color: #333;
}
section.single-blog .desc h2{
    font-size: 28px;
    margin-top: 45px;
    margin-bottom: 30px;
    position: relative;
    color: #333;
}
section.single-blog .desc h3{
    font-size: 24px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
}
section.single-blog .desc h4{
    font-size: 22px;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
}
section.single-blog .desc h5{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
}
section.single-blog .desc h6{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    color: #333;
}

.single-blog .single-post-wrapper h1{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.single-blog img.aligncenter{
    display: block;
    margin: 30px auto;
    width: 100%;
	height: auto;
}
.single-blog img.alignright{
  float: right;
  padding: 15px;
}
.single-blog img.alignleft{
    float: left;
    padding: 15px;
}

.single-blog .single-post-wrapper .post-main-info{
    display: block;
    margin-bottom: 60px;
}
.single-blog .single-post-wrapper .post-main-info .date{
    font-size: 16px;
    color: #033d56;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.single-blog .single-post-wrapper .post-main-info .author{
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}
.single-blog .single-post-wrapper .post-main-info .post-tags ul{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-blog .single-post-wrapper .post-main-info .post-tags ul li{
    padding-right: 5px;
}
.single-blog .single-post-wrapper .post-main-info .post-tags ul li a{
    font-size: 16px;
    color: #033d56;
}
.single-blog .single-post-wrapper .short-desc h6{
    font-size: 26px;
    color: #033d56;
    margin-bottom: 30px;
    font-weight: 600;
}
.single-blog .single-post-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 60%;
    margin: 45px 0;
}
.single-blog .desc blockquote{
    margin: 60px 0;
    position: relative;
}
.single-blog .desc blockquote::before{
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./img/color-quote.png');
    position: relative;
    display: block;
    content: "";
    margin: 0 auto 45px;
}
.single-blog .desc blockquote p::after{
    content: "";
    position: relative;
    display: block;
    width: 60px;
    height: 1px;
    background-color: #033d56;
    margin: 30px auto 0;
}
.single-blog .desc blockquote p{
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    line-height: 1.1;
    position: relative;
}
.single-blog .desc blockquote h6{
    font-size: 18px;
    color: #033d56;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}
.single-blog .single-post-wrapper p{
    text-align: justify;
}
.single-blog .single-post-wrapper .single-blog-btns{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 60px;
}
.single-blog .single-post-wrapper .single-blog-btns .prev a,
.single-blog .single-post-wrapper .single-blog-btns .next a{
    font-size: 16px;
    color: #033d56;
    position: relative;
    display: flex;
    align-items: center;
}
.single-blog .single-post-wrapper .single-blog-btns .prev a::before{
    content: url("./img/prev-color.png");
    position: relative;
    margin-right: 15px;
}
.single-blog .single-post-wrapper .single-blog-btns .next a::after{
    content: url("./img/next-color.png");
    margin-left: 15px;
}
.single-blog .single-post-wrapper .single-new-post-box .snp-img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 68%;
}
.single-blog .single-post-wrapper .single-new-post{
    position: relative;
    z-index: 0;
    margin-top: 30px;
}
.single-blog .single-post-wrapper .single-new-post a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.single-blog .single-post-wrapper .single-new-post h3{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}
.single-blog .single-post-wrapper .single-new-post .single-new-post-box{
    margin-top: 30px;
}
.single-blog .single-post-wrapper .single-new-post .single-new-post-box h4{
    margin: 15px 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.single-blog .single-post-wrapper .single-new-post .single-new-post-box .post-bottom-info{
    display: flex;
}
.single-blog .single-post-wrapper .single-new-post .single-new-post-box .post-bottom-info .date{
    font-size: 12px;
    color: #033d56;
    margin-right: 30px;
    text-transform: uppercase;
}
.single-blog .single-post-wrapper .single-new-post .single-new-post-box .post-bottom-info .author{
    font-size: 12px;
    color: #333;
}
.single-blog .main-blog-sidebar .sidebar-category{
    padding-top: 0;
}
.single-blog .main-blog-sidebar .sidebar-post-box{
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
.single-blog .main-blog-sidebar .sidebar-post-box a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.single-blog .main-blog-sidebar .sidebar-post-box:last-child{
    margin-bottom: 0;
}
.single-blog .main-blog-sidebar .sidebar-post-box .info{
    display: flex;
    margin-bottom: 15px;
}
.single-blog .main-blog-sidebar .sidebar-post-box .info .date{
    font-size: 12px;
    color: #033d56;
    margin-right: 25px;
}
.single-blog .main-blog-sidebar .sidebar-post-box .info .author{
    color: #333;
    font-size: 12px;
}
.single-blog .main-blog-sidebar .sidebar-post-box .short-desc{
    font-size: 16px;
    color: #333;
}
.single-blog .main-blog-sidebar .sidebar-new-post{
    padding: 60px 0;
    border-bottom: 1px solid #ccc;
}
.authors-list {
    margin-top: 45px;
}
.authors-list .a-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.authors-list .a-item + .a-item {
    margin-top: 30px;
}
.authors-list .f-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.authors-list .f-item .a-img{
    margin-right: 30px;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.authors-list .t-1{
    font-size: 14px;
    margin-bottom: 10px;
}
.authors-list .t-2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.authors-list .t-3 {
    color: #187ba6;
}
.authors-list .a-contact{
    text-transform: uppercase;
    margin-top: 15px;
}
.authors-list .a-contact span{
    cursor: pointer;
    font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}
.authors-list .a-contact span::after{
	position: absolute;
	bottom: 0;
	height: 3px;
	background-color: var(--primary-color);
	content: "";
	left: 0;
	transition: .3s;
	width: 0%;
}
.authors-list .a-contact span:hover::after{
	width: 100%;
}
section.newsletter-form .form-flex-box{
	display: flex;
	align-items: center;
}

section.newsletter-form .form-flex-box button{
	min-width: 37%;
    width: 37%;
    text-align: center;
    padding: 23px 10px;
    background-color: #033d56;
    -webkit-appearance: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #033d56;
    line-height: 1;
	transition: .3s;
	cursor: pointer;
}

section.newsletter-form .form-flex-box button:hover {
	opacity: 50%;
}

section.newsletter-form .form-flex-box input[type="email"]{
	min-width: 63%;
    width: 63%;
    padding: 21px 10px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    height: 60px;
}

.single-popup-contact {
    position: fixed;
    top: 10%;
    bottom: 10%;
    max-width: 600px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 60px 30px;
    overflow: hidden auto;
    height: fit-content;
    z-index: 10000000;
    display: none;
	height: fit-content;
    max-height: 95vh;
}
.single-popup-contact .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.single-popup-contact .text-input input,
.single-popup-contact .text-input textarea {
    border: 2px solid #ccc;
    display: block;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 15px;
}
.single-popup-contact .text-input textarea {
    height: 100px;
    resize: none;
}
.single-popup-contact button {
    background-color: #033d56;
    color: #fff;
    padding: 20px 45px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    margin: 0 auto 0;
}
.single-popup-contact button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #033d56;
    z-index: 10;
    opacity: 0;
    transition: .3s;
    background-position: center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('./img/white-loader.svg');
    content: "";
}
.single-popup-contact button.isFetching{
    pointer-events: none;
}
.single-popup-contact button.isFetching::after {
    opacity: 1;
}
.single-popup-contact .form-response {
    margin-top: 15px;
    min-height: 20px;
}
.new-home-banner {
    background-color: #187ba6;
    color: #fff;
}
.new-home-banner .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.new-home-banner .title-wrapper h2{
    color: #fff;
    font-size: 32px;
}
.new-home-banner .title-wrapper h3{
    color: #fff;
    font-size: 28px;
}
.new-home-banner .banner-img{
    width: 100%;
}

.home-banner-bg {
    background-color: #033d56;
    padding: 0;
}
.home-banner-bg .wrapper {
    display: inline-flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    min-width: 100%;
    padding: 60px 0;
}
.home-banner-bg .banner-img{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50%;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-banner-bg h2{
    color: #fff;
    font-size: 32px;
}
.home-banner-bg  h3{
    color: #fff;
    font-size: 28px;
}
.home-banner-bg .banner-name-title {
    color: #fff;
    margin-top: 30px;
    font-size: 20px;
    font-style: italic;
}

.new-icons-section {
    padding: 0;
}
.new-icons-section .firts-box{
    padding: 75px 0 45px;
    background-color: #f1f1f1;
}
.new-icons-section .icon-item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 0;
}
.new-icons-section .icon-item img{
    min-width: 45px;
    width: 45px;
    margin-right: 15px;
}
.new-icons-section .icon-item .title {
    font-weight: 600;
}
.new-icons-section .second-box .cta-wrapper{
    background-color: #033d56;
    padding: 30px;
    border-radius: 5px;
}
.new-icons-section .second-box .cta-wrapper h2{
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.new-icons-section .second-box .cta-wrapper .title-wrapper,
.new-icons-section .second-box .cta-wrapper .btn-wrapper{
    display: flex;
    align-items: center;
    height: 100%;
}
.new-icons-section .second-box .cta-wrapper .title-wrapper {
    justify-content: flex-start;
}
.new-icons-section .second-box .cta-wrapper .btn-wrapper{
    justify-content: flex-end;
}
.new-icons-section .second-box .cta-wrapper .btn-wrapper .color-btn-arrow{
    margin-top: 0;
    background-color: #187ba6;
    border-color: #187ba6;

    padding: 16px 35px;
}
.new-icons-section .second-box{
    position: relative;
    z-index: 0;
}
.new-icons-section .second-box::before{
    position: absolute;
    top: 0;
    height: 50%;
    background-color: #f1f1f1;
    content: "";
    left: 0;
    right: 0;
    z-index: -1;
}
.gray-text-box{
    background-color: #f1f1f1;
}
section.help-info .icon{
    width: 250px;
    margin: 0 0 30px;
}
section.help-info h6{
    font-weight: 500;
    font-size: 20px;
}
.home-specializations .item {
    margin: 15px 0;
    position: relative;
    transition: .3s;
}
.home-specializations .item:hover{
    transform: scale(1.02);
}
.home-specializations .item .item-img{
    width: 100%;
    padding-top: 70%;
    margin-bottom: 20px;
}
.home-specializations .item h6{
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}
.home-specializations .item a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-profit{
    position: relative;
    z-index: 0;
}
.home-profit::before {
    z-index: -1;
    background-color: #f1f1f1;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 150px;
    content: "";
    position: absolute;
}
.home-profit .left-col{
    margin-top: 75px;
}
.home-profit .profit-list {
    margin-top: 45px;
}
.home-profit .profit-list h3{
    font-size: 26px;
    color: #033d56;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.home-profit .profit-list h3 .btn{
    min-width: 26px;
    width: 26px;
    height: 26px;
    position: relative;
    margin-right: 30px;
}
.home-profit .profit-list h3 .btn::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    background-color: #033d56;
    content: "";
    transition: .3s;
}
.home-profit .profit-list h3 .btn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background-color: #033d56;
    content: "";
}
.home-profit .profit-list h3.opened .btn::before {
    opacity: 0;
}
.home-profit .profit-list .item + .item {
    margin-top: 30px;
}
.home-profit .profit-list .item .hidden-desc .desc{
    margin-top: 15px;
}
.home-profit .profit-list .item:not(:first-child) .hidden-desc{
    display: none;
}
.home-profit .profit-wrapper{
    padding: 0 75px 45px;  
    position: relative;
    z-index: 0;
}
.home-profit .profit-wrapper::before{
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #033d56;
    z-index: -1;
    content: "";
}
.home-profit .profit-wrapper h3{
    color: #fff;
    font-size: 26px;
}
.home-profit .color-btn-arrow{
    background-color: #187ba6;
    border-color: #187ba6;
    padding: 16px 55px;
}
.home-profit .profit-img{
    width: 100%;
    margin-bottom: 30px;
}
 .acceptance-input{
    margin-bottom: 30px;
    font-size: 13px;
}

.acceptance-input a{
    color: #033d56;
}
.home-form .form-wrapper .acceptance-input a{
   color: #fff;
}
.home-form .form-wrapper .acceptance-input p {
	color: #fff;
	font-size:12px;
}
.acceptance-input input[type="checkbox"]{
	float: left;
    margin: 0;
    position: relative;
    border: 2px solid #033d56;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0;
    vertical-align: text-top;
    height: 13px;
    width: 13px;
    -webkit-appearance: none;
    margin-right: 5px;
	border-radius: 2px;
}
.acceptance-input input[type="checkbox"]:checked {
    background-color: #033d56;
    opacity: 1;
}
span.wpcf7-list-item{
    margin: 0;
}
.single-cta {
    position: relative;
    padding: 30px;
    z-index: 0;
}
.single-cta::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #033d56;
    opacity: 90%;
    content: "";
    z-index: -1;
}
.single-cta h3{
    color: #fff!important;
    font-size: 22px!important;
    font-weight: 500!important;
    margin: 0!important;
}
.single-cta .color-btn-arrow{
    background-color: #187ba6;
    border-color: #187ba6;
    padding: 16px 55px;
}
.consultation {
    position: relative;
    z-index: 0;
}
.consultation .form-wrapper{
    padding: 45px;
    background-color: #033d56;
    color: #fff;
}
.consultation .form-wrapper * {
    color: #fff;
}
.contact-form-v6.consultation input, 
.contact-form-v6.consultation textarea{
    border-color: #fff;
}
section.contact-form.consultation .acceptance-input input[type="checkbox"]{
    border-color: #fff;
}
section.contact-form.consultation .acceptance-input input[type="checkbox"]:checked{
    background-color: #fff;
}
.contact-form-v6.consultation button[type="submit"]{
    background-color: #187ba6;
    border-color: #187ba6;
}
section.contact-form.consultation .acceptance-input a{
    color: #fff;
}

.footer-contact {
    padding: 45px 0;
}
.footer-contact h6{
    font-weight: 600;
    margin: 0;
}
.footer-contact .icon p{
    text-align: center;
}
.footer-contact .icon a {
    color: #033d56;
}
.footer-contact .icon{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact .center-icon {
    border-left: 2px solid #033d56;
    border-right: 2px solid #033d56;
}
.home.banner h2{
    color: #fff;
    font-size: 32px;
	font-weight: 700;
}
.home.banner h3{
    color: #fff;
    font-size: 28px;
	font-weight: 700;
}

.home-form .form-wrapper{
	background-color: #187ba6;
    padding: 30px;
    color: #fff;
}
.home-form .form-wrapper h4,
.home-form label,
.contact-form-v6.home-form input, 
.contact-form-v6.home-form textarea{
	color: #fff;
}
.home-form .acceptance-input input[type="checkbox"]{
	border-color: #fff;
}
.home-form .acceptance-input input[type="checkbox"]:checked{
	background-color: #fff;
}
.contact-form-v6.home-form  input, 
.contact-form-v6.home-form  textarea {
	border-color: #fff;
}
.home-form .main-img img{
	width: 100%;
}
.banner.small-title h1 {
	font-size: 26px;
}
.text-with-border{
    background-color: #f1f1f1;
}
.text-with-border .border-box {
    border: 2px solid #033D56;
    padding: 15px 20px;
}
.text-with-border .border-box p {
    text-align: center;
}
.topics .topic-desc .desc + .desc {
    margin-top: 30px;
}
.topics .topics-wrapper  {
    border: 1px solid #033d56;
}
.topics .topics-wrapper h6 {
    padding: 15px 20px;
    margin: 0;
    font-size: 24px;
    border-bottom: 1px solid #033d56;
    font-weight: 600;
}
.topics .topics-wrapper {
    margin-bottom: 30px;
}
.topics .topics-wrapper .items .item-title{
    padding: 15px 20px;
}
.topics .topics-wrapper .items .item-title:not(:last-of-type) {
    border-bottom: 1px solid #033d03;
}
.topics .topics-wrapper .items .item-title a{
    color: #333;
}

.landing-faq {
    background-color: #033d56;
    color: #fff;
}
.landing-faq * {
    color: #fff;
}
.landing-faq .faq  {
    border: 1px solid #ffffff69;
}
.landing-faq .faq .faq-item{
    border-bottom: 1px solid #ffffff69;
}
.landing-faq .faq .faq-item .hidden-desc {
    display: none;
}
.landing-faq .faq .faq-item .hidden-desc .desc {
    padding: 0 15px 20px;
}
.landing-faq .faq .faq-item .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 15px;
    transition: .3s;
    position: relative;
}

.landing-faq .faq .faq-item .title .title-faq-btn{
    width: 14px;
    min-width: 14px;
    height: 14px;
    position: relative;
    margin-left: 15px;
}
.landing-faq .faq .faq-item .title .title-faq-btn::after{
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    bottom: 0;
    width: 2px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
}
.landing-faq .faq .faq-item .title .title-faq-btn::before{
    position: absolute;
    content: "";
    background-color: #fff;
    top: 0;
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.landing-faq .faq .faq-item .title.opened .title-faq-btn::after {
    opacity: 0;
}
.landing-faq .faq .faq-item .title.opened::after{
    position: absolute;
    bottom: 8px;
    background-color: #fff;
    opacity: 10%;
    height: 1px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}
.advantages.advantages-v2.landing-advantages {
    padding: 75px 0 0;
}
.advantages.advantages-v2.landing-advantages .first-title {
    margin-bottom: 15px;
}
.advantages-v2.landing-advantages .advantages-container{
    cursor: default;
}

.landing-icons .icon-items .icon-wrapper {
    width: 90px;
    height: 90px;
    border: 1px solid #033d56;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 15px;
}
.landing-icons .icon-items .icon-wrapper .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.landing-icons .icon-items h6{
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
}
.landing-icons .icon-items .desc,
.landing-icons .icon-items .desc * {
    text-align: center!important;
}
.landing-icons .icon-items .item {
    margin: 15px 0;
}
.landing-icons{
    padding-bottom: 0;
}
.text-center {
	text-align: center;
}
@media screen and (max-width:1499px) {
    .single-blog .single-post-wrapper .post-main-info{
        flex-direction: column;
    }
    .single-blog .single-post-wrapper .post-main-info .date,
    .single-blog .single-post-wrapper .post-main-info .author{
        margin: 0 0 15px;
    }
    .main-blog .blog-bottom-info{
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
}
@media screen and (max-width:1199px) {
    section.home-blog .blog-item {
        padding: 60px 30px;
    }
    .single-blog .main-blog-sidebar .sidebar-category{
        padding-top: 60px;
        border-top: 1px solid #ccc;
    }
    
    .single-new-post-box{
        margin-bottom: 60px;
    }
    
    .main-blog .main-blog-sidebar .sidebar-searcher{
        padding-top: 60px;
    }
    .main-blog .main-blog-sidebar{
        padding-left: 0;
        border: none;
    }
}
@media screen and (max-width: 991px) {
	.banner.small-title h1 {
		font-size: 20px;
	}
    h2{
        font-size: 28px;
    }
    section.single-blog .desc h3::after,
    section.single-blog .desc h4::after,
    section.single-blog .desc h5::after,
    section.single-blog .desc h6::after{
        right: 0;
        margin: auto;
    }
    .main-blog .get-price-box{
        padding: 45px 30px;
        text-align: center;
    }
    .main-blog .main-blog-sidebar .sidebar-contact .color-btn a{
        display: inline-block;
        padding: 25px 100px;
    }
    .main-blog .main-blog-sidebar .sidebar-searcher{
        padding-top: 60px;
    }
    .main-blog-sidebar{
        text-align: center;
    }
    .main-blog .main-blog-sidebar .sidebar-company-info .sidebar-logo{
        margin: 0 auto 60px;
    }
    .main-blog .main-blog-sidebar .sidebar-category ul.cats li{
        justify-content: center;
    }
    .main-blog .main-blog-sidebar .sidebar-contact{
        padding-bottom: 0;
    }

    .single-blog .main-blog-sidebar .sidebar-post-box .info{
        justify-content: center;
    }
    .single-blog .single-post-wrapper .post-main-info .post-tags ul{
        justify-content: center;
    }
    
    .single-blog .single-post-wrapper .single-new-post .single-new-post-box .post-bottom-info{
        justify-content: center;
    }
    .main-blog .blog-post-box h2.blog-title::before{
        display: none;
    }
    .main-blog .blog-info{
        justify-content: center;
    }
    .main-blog .blog-bottom-info{
        align-items: center;
    }
    .main-blog .main-blog-sidebar .sidebar-company-info h6.sidebar-title,
    .single-blog .single-post-wrapper h1{
        font-size: 24px;
    }
   
    .main-blog .blog-post-box .desc h6{
        font-size: 16px;
    }
    .new-home-banner .title-wrapper h2{
        font-size: 28px;
    }
    .new-home-banner .title-wrapper h3{
        font-size: 26px;
    }
    .home-banner-bg h2{
        font-size: 28px;
    }
    .home-banner-bg h3{
        font-size: 26px;
    }
    .new-home-banner .banner-img {
        margin-top: 45px;
    }
    .new-icons-section .second-box .cta-wrapper{
        text-align: center;
    }
    .new-icons-section .second-box .cta-wrapper .title-wrapper, .new-icons-section .second-box .cta-wrapper .btn-wrapper{
        justify-content: center;
        height: unset;
    }
    .new-icons-section .second-box .cta-wrapper .btn-wrapper{
        margin-top: 15px;
    }
    .home-profit .profit-list h3{
        font-size: 24px;
    }
    .home-profit .profit-wrapper h3{
        font-size: 22px;
    }
    .home-profit .profit-wrapper{
        margin-top: 75px;
    }
    .consultation .form-wrapper{
        margin-top: 45px;
    }
	h1{
		font-size: 36px;
	}
	.home-form .main-img img{
		margin-top: 30px;
	}
    .home-form .form-wrapper{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
	p{
		font-size: 14px;
	}
	h1 {
		font-size: 30px;
	}
    h2{
        font-size: 24px;
    }
    .home-banner-bg .banner-img{
        position: relative;
        padding-top: 100%;
        display: block;
        top: unset!important;
        bottom: unset;
        width: 100%;
        margin-top: 30px;
    }
    .home-banner-bg .wrapper{
        min-height: unset!important;
        display: inline-block;
        padding: 30px 0 0;
    }
    
    .main-blog .blog-info{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .main-blog .blog-info .date{
        margin: 0 0 15px;
    }
    .main-blog .blog-bottom-info .post-tags ul{
        display: none;
    }
    .main-blog .blog-bottom-info{
        justify-content: center;
    }
    .main-blog .get-price-box .white-border-btn a{
        padding: 25px 60px;
    }
    .main-blog .main-blog-sidebar .sidebar-tags ul.tags{
        grid-template-columns: repeat(2,1fr);
    }
    .single-blog .single-post-wrapper .post-main-info .post-tags{
        display: none;
    }
    .single-blog .single-post-wrapper .post-main-info{
        flex-direction: column;
        text-align: center;
    }
    .single-blog .single-post-wrapper .post-main-info .date,
    .single-blog .single-post-wrapper .post-main-info .author{
        margin-right: 0;
    }
    .single-blog .single-post-wrapper .single-blog-btns{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .single-blog .single-post-wrapper .single-blog-btns .prev a{
        margin-bottom: 15px;
    }
    .single-blog .single-post-wrapper .single-new-post .single-new-post-box .post-bottom-info{
        justify-content: center;
    }
    section.main-banner.home-banner .banner-wrapper{
        padding: 90px 0;
    }
    section.home-blog{
        padding-bottom: 90px;
    }
    .new-home-banner .title-wrapper h2{
        font-size: 24px;
    }
    .new-home-banner .title-wrapper h3{
        font-size: 22px;
    }
    .home-banner-bg h2{
        font-size: 24px;
    }
    .home-banner-bg h3{
        font-size: 22px;
    }
	.home.banner h2{
        font-size: 24px;
    }
    .home.banner h3{
        font-size: 22px;
    }
    .home-profit .left-col{
        margin-top: 0;
    }
    .home-profit .profit-list h3{
        font-size: 22px;
    }
    .home-profit .profit-wrapper{
        margin-top: 45px;
    }
    .home-profit .profit-wrapper{
        padding: 0 35px 35px;
    }
    .home-profit .profit-wrapper h3{
        font-size: 18px;
    }
    .single-cta h3{
        font-size: 20px!important;
    }
    .footer-contact h6{
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-contact .center-icon{
        border: none;
        margin-bottom: 15px;
    }
    .footer-contact .icon{
        height: unset;
    }
}
.abs-inset0{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.team-single .team-img{
    width: 100%;
}
@media screen and (max-width: 991px) {
    .team-single .team-img{
        margin-top: 30px;
    }
    .single-popup-contact{
        top: 0;
        bottom: 0;
    }
}
:root {
    --primary-color: #033d56;
    --second-bg-color: #d0d5d2;
    --font-color: #333;
    --main-bg-color: #fff;
}
.popup-close-action{
    position: fixed;
    background-color: #00000015;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1000000;
    cursor: pointer;
}

.rpt-text .title {
    font-size: 40px;
    color: var(--primary-color);
}

.rpt-text .items-row + .items-row {
    margin-top: 45px;
}

.process-text .title {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.process-text .items-row + .items-row {
    margin-top: 45px;
}

.process-text .line-wrapper .number {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
}

.process-text .line-wrapper .line {
    width: 4px;
    top: 85px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    display: block;
}
.process-text .line-wrapper .line::after{
    position: absolute;
    bottom: -3px;
    right: -8px;
    width: 4px;
    height: 30px;
    content: "";
    background-color: var(--primary-color);
    transform: rotate(35deg);
}

.process-text .line-wrapper .line::before{
    position: absolute;
    bottom: -3px;
    left: -8px;
    width: 4px;
    height: 30px;
    content: "";
    background-color: var(--primary-color);
    transform: rotate(-35deg);
}
.process-text .items-row:last-child .line::before,
.process-text .items-row:last-child .line::after{
    display: none;
}

.youtube-title .yt-video{
    width: 100%;
    padding-top: 58%;
    position: relative;
}
.youtube-title .yt-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .rpt-text .title{
        margin-bottom: 15px;
    }
    .process-text .line-wrapper .line{
        display: none;
    }
    .process-text .line-wrapper .number {
        text-align: left;
        margin-bottom: 10px;
        font-size: 60px;
    }
}

iframe {
    max-width: 100%;
}
.abs-logo {
    position: absolute;
    top: 8%;
    right: 2%;
    width: 30%;
    bottom: 20%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 9%;
}
@media screen and (max-width: 991px){
	.abs-logo{
		width: 80%;
	}
	.consultation .form-img {
		display: none;
	}
}
.acceptance-input p{
	font-size: 12px;
}
.consultation .form-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 49%;
    background-size: contain;
    background-color: #fff;
}

section.new-landing-banner {
    background-color: #033d56;
    color: #fff;
    padding: 90px 0;
}
section.new-landing-banner h1 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 20px;
}
section.new-landing-banner h2 {
    color: #fff;
    font-size: 26px;
    margin: 0;
    font-weight: 400;
    text-align: center;
}
section.new-landing-yt {
    text-align: center;
    background-color: #f1f1f1;
}
section.new-landing-yt .video-wrapper {
    width: 75%;
    margin: 0 auto;
}
section.new-landing-yt .video-wrapper .yt-iframe{
    position: relative;
    padding-top: 56.2%;
}
section.new-landing-yt .video-wrapper .yt-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.new-landing-yt .btn-wrapper a.color-btn-arrow {
    padding: 15px 25px;
    background-color: #187ba6;
    border-color: #187ba6;
}

section.new-landing-offer h2 {
    font-size: 30px;
    text-align: center;
}
section.new-landing-offer .desc li + li{
    margin-top: 5px;
}
section.new-landing-reviews {
    background-color: #f1f1f1;
}
section.new-landing-reviews .reviews-gallery {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: center;
}
section.new-landing-reviews .reviews-gallery .item-col {
    min-width: 25%;
    width: 25%;
    padding: 0 15px;
    margin-top: 30px;
}
section.new-landing-reviews .reviews-gallery .item-col .item-img {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
section.new-landing-reviews .reviews-gallery .item-col .item-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.new-landing-reviews h2 {
    text-align: center;
}
section.landing-icons.new-landing-icons {
    padding: 75px 0;
}
section.new-langing-about-me {
    background-color: #033d56;
    color: #fff;
    padding-bottom: 0;
}
section.new-langing-about-me .desc * {
    color: #fff;
}
section.new-langing-about-me h2 {
    color: #fff;
}
section.new-langing-about-me .main-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}
section.new-langing-about-me .main-row .left-col {
    padding: 0 15px;
    min-width: 50%;
    width: 50%;
}
section.new-langing-about-me .main-row .right-col {
    padding: 0 15px;
    min-width: 40%;
    width: 40%;
}
section.new-langing-about-me .main-row .left-col .wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

section.new-langing-about-me .main-row .left-col .wrapper .content {
    min-width: 100%;
    width: 100%;
}
section.new-langing-about-me .main-row .right-col .image-wrapper img,
section.new-langing-about-me .main-row .right-col .image-wrapper {
    width: 100%;
    display: block;
}
section.new-landing-yt-list {
    text-align: center;
}
section.new-landing-yt-list .yt-list-row{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
section.new-landing-yt-list .yt-list-row .item {
    min-width: 50%;
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}
section.new-landing-yt-list .yt-list-row .item .item-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.2%;
}
section.new-landing-yt-list .yt-list-row .item .item-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) {
    section.new-landing-banner h1{
        font-size: 26px;
    }
    section.new-landing-banner h2 {
        font-size: 24px;
    }
    section.new-langing-about-me .main-row .right-col{
        min-width: 44%;
        width: 44%;
    }
    section.new-langing-about-me .main-row .left-col {
        min-width: 56%;
        width: 56%;
    }
}
@media (max-width: 991px) {
    section.new-landing-yt .video-wrapper{
        width: 100%;
    }
    section.new-landing-offer h2{
        font-size: 28px;
    }
    section.new-landing-reviews .reviews-gallery .item-col{
        min-width: 50%;
        width: 50%;
    }
    section.new-landing-yt-list .yt-list-row .item{
        min-width: 100%;
        width: 100%;
    }
}
@media (max-width: 767px){
    section.new-landing-offer h2 {
        font-size: 24px;
    }
    section.new-langing-about-me .main-row .left-col{
        min-width: 100%;
        width: 100%;
    }
    section.new-langing-about-me .main-row .right-col{
        min-width: 100%;
        width: 100%;
    }
    section.new-langing-about-me .main-row .right-col .image-wrapper img {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    section.new-landing-reviews .reviews-gallery .item-col{
        min-width: 100%;
        width: 100%;
    }
}

section.home-video-banner {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.home-video-banner .desc,
section.home-video-banner .desc *{
color: #fff;
}
section.home-video-banner .desc{
	margin-top: 30px;
}
section.home-video-banner .content {
    position: relative;
    z-index: 1;
    min-width: 100%;
    width: 100%;
    margin: 90px 0;
}
section.home-video-banner .content .main-title {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
}
section.home-video-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    opacity: 0.3;
    content: "";
    z-index: 1;
}
section.home-video-banner video.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
footer ul.socials {
    display: inline-flex;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
footer ul.socials li a {
    color: #fff;
    display: block;
    width: 24px;
    height: 24px;
    transition: 0.5s;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	filter: invert(1);
	opacity: 0.8;
}

footer ul.socials li a.linkedin{
    background-image: url('./img/linkedin.png');
}
footer ul.socials li a.youtube{
    background-image: url('./img/youtube.png');
}
footer ul.socials li a.instagram{
    background-image: url('./img/instagram.png');
}
footer ul.socials li a.tiktok{
    background-image: url('./img/tiktok.png');
}

footer ul.socials li + li{
    margin-left: 15px;
}
@media (max-width: 1199px) {
    section.home-video-banner .content .main-title{
        font-size: 32px;
    }
}
@media (max-width: 991px) {
    section.home-video-banner .content .main-title{
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    section.home-video-banner .content .main-title{
        font-size: 24px;
    }
}