.home-main-left {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.home-main-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 0 0 20px;
}

.home-main-content {
    margin: 0 0 20px;
    position: relative;
    z-index: 0;
}
.home-main-content h1 {
    font-size: 65px;
    font-weight: 900;
    color: #fff;
}
.home-main-content a {
    position: absolute;
    left: 60px;
    bottom: 30px;
    background: #fff;
    color: #000;
    font-size: 34px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 1;
    padding: 10px 0 0;
    text-align: center;
}
.home-main-content .carousel-inner>.item {
    height: 70vh;
    padding: 60px;
}
.home-main-content .carousel-inner>.item:nth-child(1) {
    background: #1a58a1;
}
.home-main-content .carousel-inner>.item:nth-child(2) {
    background: #ffdf40;
}
.home-main-content .carousel-inner>.item:nth-child(3) {
    background: #73bdde;
}
.home-main-content .carousel-inner>.item:nth-child(2) h1 {
    color: #202020;
}


.home-main-content .carousel-indicators {
    bottom: 20px;
    left: auto;
    right: 30px;
    text-align: right;
    bottom: 5px;
}
.home-main-content .carousel-indicators li {
    background: #fff;
}
.home-main-content .carousel-indicators .active {
    background: #ffdf40;
    border-color: #ffdf40;
}


.home-main-slider {
    padding: 0 0 20px;
}
.home-main-slider .carousel-inner>.item {
    height: 70vh;
}
.home-main-slider .carousel-inner>.item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-main-slider .carousel-inner .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.home-main-slider .carousel-caption {
    left: 20px;
    right: 20px;
    text-align: left;
}
.home-main-slider .carousel-caption h1 {
    color: #fff;
    font-size: 42px;
}

.home-main-slider .carousel-indicators {
    bottom: 20px;
    left: auto;
    right: 30px;
    text-align: right;
    bottom: 5px;
}
.home-main-slider .carousel-indicators li {
    background: #fff;
}
.home-main-slider .carousel-indicators .active {
    background: #ffdf40;
    border-color: #ffdf40;
}


.home-main-works-inner {
    margin: 0 -11px;
    display: flex;
}
.home-main-works-top {
    width: 50%;
    text-align: center;
    margin: 0 10px;
}
.home-main-works-img {
    padding: 20px;
}
.home-main-works-img svg {height: 120px;}

.home-main-works-content {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-main-works-top.two {
    background: #73bdde;
}

.home-main-works-content h3 {
    color: #fff;
    margin: 0;
    font-size: 46px;
}


.home-main-works-top.one {
    background: #d86f67;
}

.home-main-works-left {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 20px;
    text-align: center;
}

.home-main-works-bottom {
    background: #ffdf40;
    margin: 30px 0 0;
    display: block;
}

.home-main-works-right {
    display: inline-block;
    width: 69%;
    vertical-align: top;
    padding: 68px 20px 20px;
    min-height: 204px;
}

.home-main-works-right h3 {
    color: #000;
    font-size: 46px;
}
.home-main-works-left svg {
    height: 155px;
    text-align: center;
}



.home-main-logo {
    padding: 60px 40px;
    background: #fff;
    margin: 40px 0 20px;
    display: flex;
    align-items: center;
}
.home-main-logo-left {
    width: 28%;
    display: none;
}
.home-main-logo-right {
    width: 100%;
    padding: 0;
}
.home-main-logo-right h1 {
    font-size: 56px;
    font-weight: 700;
    color: #1a58a1;
}
.home-main-logo-right h6 {
    font-weight: 700;
    font-size: 29px;
    color: #faa01a;
}



.home-video-other {
    padding: 20px 0 0;
}
.home-video {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.home-video:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.home-video svg {
    width: 70px;
    height: 70px;
    fill: #fff;
}
.home-video-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}
.home-video-caption h3 {
    color: #fff;
    margin: 20px 0 0;
}


.home-warrior {
    width: 39.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -135px;
    left: 0;
}
.home-warrior-inner {
    position: relative;
    height: 100%;
    margin: 0 0 0 20px;
    padding: 80px 80px 100px;
    background: #ffdf40;
}
.home-warrior h1 {
    font-size: 42px;
    font-weight: 800;
}
.home-warrior p {
    font-size: 18px;
    padding: 0 0 20px;
}



.home-partners {
    text-align: center;
    padding: 80px 0;
    max-width: 1100px;
    margin: 0 auto;
}
.home-partners li {
    display: inline-block;
    width: 19%;
    padding: 15px 15px;
    vertical-align: top;
}


.site-footer {
    margin-top: 0;
}
.page-container {
    padding-bottom: 0;
}

.home-testi {
    background: #ffdf40;
    margin: 170px -85px 0;
    padding: 80px 0;
    position: relative;
}
.home-testi:before {
    content: "";
    background-image: url(../img/big-quote.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 0;
    opacity: 0.3;
}
#home-testi {
    background: #fff;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 20px 40px -40px rgba(0,0,0,1);
}
#home-testi .item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}
.home-testi-desc {
    font-size: 22px;
    min-height: 165px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}
.home-testi-desc:before {
    content: "";
    background-image: url(../img/small-quote.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: 0 auto;
    opacity: 0.7;
}
.home-testi-name {
    font-weight: 600;
    display: block;
    font-size: 18px;
}
.home-testi-posi {
    font-weight: 600;
    display: block;
    font-size: inherit;
    color: #999;
}

.owl-nav {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
}
.owl-nav > div {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.owl-nav > div.owl-prev {
    left: -65px;
}
.owl-nav > div.owl-next {
    right: -65px;
}
.owl-nav > div i {
    font-size: 26px;
}

.owl-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}
.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 4px;
}
.owl-carousel .owl-dot span {
    background: rgba(0, 0, 0, 0.2);
    width: 10px;
    height: 10px;
    border-radius: 27px;
    display: block;
}
.owl-carousel .owl-dot.active span {
    background: rgba(255, 255, 255, 0.9);
}




@media only screen and (min-width:1200px) and (max-width:1500px)
{
    .home-main-logo {
        padding: 46px 20px;
    }
    .home-main-logo-right h1 {
        font-size: 38px;
    }
    .home-main-logo-right h6 {
        font-size: 22px;
    }

    .home-main-slider .carousel-caption h1 {
        font-size: 32px;
    }
    .home-main-content h1 {
        font-size: 48px;
    }
    .home-main-works-content {
        min-height: 105px;
    }
    .home-main-works-content h3 {
        font-size: 30px;
    }
    .home-main-works-img svg {
        height: 75px;
    }
    .home-main-works-left svg {
        height: 140px;
    }
    .home-main-works-right h3 {
        font-size: 32px;
    }
    .home-main-works-right {
        padding: 75px 20px 20px;
        min-height: auto;
    }
    .home-warrior-inner {
        padding: 50px 30px 60px;
    }
    .home-warrior h1 {
        font-size: 32px;
    }
    .home-warrior p {
        font-size: 17px;
    }

    .home-partners {
        padding: 0px 0 80px;
    }


}








@media only screen and (min-width:240px) and (max-width:767px)
{


.home-main-left {
    width: 100%;
}
.home-main-slider .carousel-caption h1 {
    font-size: 32px;
}
.home-main-slider .carousel-inner>.item {
    height: 50vh;
}
.home-main-works-inner {
    display: block;
    margin: 0;
}
.home-main-works-top {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
.home-main-works-img svg {
    height: 80px;
}
.home-main-works-content h3 {
    font-size: 24px;
}
.home-main-works-content {
    min-height: 70px;
}
.home-main-works-bottom {
    margin: 0;
}
.home-main-works-left {
    width: 100%;
}
.home-main-works-left svg {
    height: 80px;
}
.home-main-works-right h3 {
    font-size: 24px;
}
.home-main-works-right {
    width: 100%;
    min-height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.home-main-right {
    width: 100%;
    padding: 0;
}
.home-main-logo {
    padding: 20px 15px;
    margin: 20px 0;
    text-align: center;
    display: block;
}
.home-main-logo-left {
    width: 100%;
}
.home-main-logo-right {
    width: 100%;
    padding: 12px 0 0;
}
.home-main-logo-right h1 {
    font-size: 24px;
}
.home-main-logo-right h6 {
    font-size: 16px;
}
.home-main-content .carousel-inner>.item {
    height: 50vh;
    padding: 25px;
}
.home-main-content h1 {
    font-size: 26px;
    line-height: 1.6;
}
.home-main-content a {
    width: 50px;
    height: 50px;
    font-size: 25px;
    left: 30px;
    bottom: 20px;
}



.home-video {
    width: 100%;
}
.home-video img {
    height: 300px;
    object-fit: cover;
}
.home-video-caption h3 {
    font-size: 17px;
}
.home-video svg {
    height: 50px;
    width: 50px;
}
.home-warrior {
    width: 100%;
    top: 20px;
}
.home-warrior-inner {
    margin: 0;
    padding: 20px 15px 35px;
}
.home-warrior h1 {
    font-size: 26px;
}
.home-warrior p {
    font-size: 14px;
}



.home-partners li {
    width: 49%;
    position: relative;
    padding: 10px 5px;
}



.home-testi {
    padding: 80px 21px;
    margin: 0 -15px;
}
#home-testi {
    padding: 25px 15px;
}
.home-testi-desc {
    font-size: 18px;
    min-height: 130px;
}


}