﻿/*new-css 26-06-2023*/
/*bootstrap-slider*/
.carousel-animate .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: 0.7;
}
    .carousel-animate .carousel-indicators > li.active {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
/********************************/
/*          Hero Headers        */
/********************************/
.carousel-animate .hero {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
    padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 2em;
    }
}
/********************************/
/*          Fade Effect         */
/********************************/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
/************************************/
/*       BS bacground Images       */
/**********************************/
.carousel-bg .carousel-inner .item {
    /*background-color: darkslategrey;*/
    background-size: cover;
    background-position: center;
    min-height: auto;
}
.sliderRgtIn {
    width: 100%;
    float: left;
}
.sliderRgt {
    padding-right: 0px;
    float: right;
}
.sliderLft .carousel-caption {
    position: relative;
    left: 0;
    top: 0
}
.sliderLft .carousel-animate .hero {
    text-shadow: none;
    text-align: left;
    color: #606060;
    text-transform: none;
    margin-top: 35px
}
    .sliderLft .carousel-animate .hero h1 {
        font-size: 45px
    }
    .sliderLft .carousel-animate .hero h3 {
        font-size: 25px;
        font-weight: 600;
        line-height: 37px;
        margin-top: 12px
    }
.applyNowBtn {
    width: 38%;
    float: left;
    background: #f68018;
    color: #fff;
    margin-top: 35px;
    padding: 5px 15px;
    border-radius: 4px;
    transition: all 0.5s;
    font-size: 25px
}
    .applyNowBtn:hover {
        transition: all 0.5s;
        background: #3498da;
        color: #fff
    }
    .applyNowBtn i {
        float: right;
        position: relative;
        top: 6px
    }
.sliderLft .carousel-animate .hero h1 span {
    color: #f68018
}
.loginLnkLst ul {
    top: 9px
}
    .loginLnkLst ul li a {
        color: #fff
    }
.clientLlogo {
    width: 100%;
    float: left;
    padding: 35px 0;
}
    .clientLlogo .item img {
        width: 100%
    }
    .clientLlogo .item {
        margin-right: 10px
    }
.partnerlogoHdng {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 35px;
    font-size: 35px;
    font-weight: 600
}
.logo.logoThree {
    width: 16%
}
.stepPrcSec {
    background: url(../images/body-right-bg-2.png) no-repeat top left;
    background-size: contain;
    margin-top: -75px;
}
.processDiv {
    margin-top: 88px;
}
.stepTTl span {
    -webkit-text-fill-color: #1054aa00;
    -webkit-text-stroke: 2px #f68018;
}
ul.infoGraphic li:nth-child(1) .coverWrap .numberCover {
    background: #e3faf7;
}
.learnInIndaLft {
    position: relative;
}
    .learnInIndaLft:before {
        content: '';
        position: absolute;
        bottom: -29px;
        left: -33px;
        width: 190px;
        height: 300px;
        background: url(../images/learnInIndiaBg-L.png) no-repeat;
    }
.learnInIndiaSec {
    padding: 45px 0;
}
.learnInIndaRgtCnt {
    padding-top: 48px
}
.learnInIndaLft img {
    border-radius: 50px
}
.lrnIndHdng span {
    -webkit-text-fill-color: #1054aa00;
    -webkit-text-stroke: 2px #f68018;
}
.learnInIndaRgtCnt {
    position: relative;
}
.learIninda_1 .learnInIndaRgtCnt:after {
    content: '';
    position: absolute;
    top: -29px;
    right: -33px;
    width: 190px;
    height: 300px;
    background: url(../images/learnInIndiaBg-TR.png) no-repeat;
}
.learIninda_2 {
    margin-top: 105px
}
    .learIninda_2 .learnInIndaLft:before {
        display: none;
    }
.learIninda_3 {
    margin-top: 105px
}
    .learIninda_3 .learnInIndaRgtCnt:after {
        content: '';
        position: absolute;
        bottom: -29px;
        right: -33px;
        width: 190px;
        height: 300px;
        background: url(../images/learnInIndiaBg.png) no-repeat;
    }
.discIndLft .lrnIndHdng span {
    -webkit-text-fill-color: #1054aa00;
    -webkit-text-stroke: 2px #f68018;
}
.learIninda_3 .learnInIndaLft:before {
    content: '';
    position: absolute;
    top: -29px;
    left: -33px;
    width: 190px;
    height: 300px;
    background: url(../images/learnInIndiaBg-TL.png) no-repeat;
}
.discInIndSec .discIndRgt {
    background: transparent;
}
.discInIndSec {
    background: url(../images/body-right-bg-2.png) no-repeat top left;
    background-size: contain;
    margin-top: -75px;
}
.learnInIndaLft {
    z-index: 9;
}
.discInIndSec {
    padding-top: 88px
}
.lrnIndHdng {
    color: #3498db
}
.dis_1In {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 2px solid #3498db;
}
.discIndRgt .discIndLftIn .lrnIndHdng {
    color: #3498db;
}
    .discIndRgt .discIndLftIn .lrnIndHdng span {
        -webkit-text-fill-color: #f68119;
    }
.twtrSec .soclDivIn {
    border: 2px solid #3498db;
    padding: 0;
    background: transparent;
}
.socialMediaSec {
    background: url(../images/body-right-bg.svg) no-repeat top right;
    background-size: contain;
}
.twtrSec .soclDivHdng {
    background: transparent;
    border-bottom: 2px solid #3498db;
    color: #1d9bf0;
}
.soclDivHdng {
    background: transparent;
    border-bottom: 2px solid #4167b2;
    color: #4167b2;
}
.soclDivIn {
    border: 2px solid #4167b2;
    padding: 0;
    background: transparent;
}
.linkedinDiv .soclDivIn {
    background: transparent;
    border: 2px solid #db4278;
    color: #db4278;
}
.instSec.linkedinDiv .soclDivHdng {
    background: transparent;
    border-bottom: 2px solid #db4278;
    color: #db4278;
}
.fbSlfSec .soclDivCnt {
    background: transparent;
}
.fbSec iframe {
    margin-top: 10px;
}
.testimonial-area {
    background: url(../images/body-right-bg-2.png) no-repeat top left;
    background-size: contain;
    margin-top: -75px;
    padding-top: 105px
}
.testimonial-area {
    /* background: rgba(52,152,219,0.2);*/
    position: relative;
    z-index: 2;
    padding: 50px 0;
}
    .testimonial-area .owl-carousel {
        overflow: hidden;
        padding: 0 20px;
        margin: 0px -40px;
        padding-right: 40px;
    }
    .testimonial-area .owl-stage-outer {
        padding: 30px 50px;
        margin-left: -34px;
        width: calc(100% + 100px);
    }
.single-testimonial {
    border: 7px solid #286bda;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
}
    .single-testimonial p {
        color: #024a63;
        font-size: 15px;
        line-height: 24px;
        padding: 50px;
        padding-bottom: 30px;
        position: relative;
        z-index: 3;
    }
    .single-testimonial::before {
        content: "";
        position: absolute;
        left: -35px;
        top: -35px;
        background: url(../images/quote.png) no-repeat #f9fdfe;
        background-size: 60%;
        width: 126px;
        height: 100px;
        transform: rotate(180deg);
        background-position: 34px 15px;
    }
    .single-testimonial::after {
        content: "";
        position: absolute;
        right: -35px;
        bottom: -34px;
        background: url(../images/quote.png) no-repeat #f9fdfe;
        background-size: 60%;
        width: 126px;
        height: 100px;
        background-position: 34px 19px;
    }
.round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #286bda;
    border-radius: 30px;
}
.round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #286bda;
    border-radius: 30px;
}
.round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #286bda;
    border-radius: 30px;
    z-index: 1;
}
.round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #286bda;
    border-radius: 30px;
    z-index: 1;
}
.client-video {
    padding-right: 15px;
}
.client-info {
    position: relative;
    z-index: 3;
}
    .client-info a {
        width: 40px;
        height: 40px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
        font-size: 22px;
    }
.client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px;
}
    .client-info h6 {
        color: #024a63;
        font-weight: 700;
        font-size: 18px;
        color: #024a63;
    }
    .client-info span {
        display: inline-block;
        color: #024a63;
        font-size: 12px;
    }
.sec-title.white-title h2 {
    color: #fff;
    -webkit-text-stroke: 2px #fb9419;
    -webkit-text-fill-color: transparent;
    font-size: 63px;
}
.owl-dots button {
    background: #286bda !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}
.owl-dots {
    text-align: center;
    margin-top: 50px;
}
    .owl-dots button.active {
        width: 30px;
        height: 15px;
        border-radius: 63px;
    }
.socialMediaCnt {
    position: relative;
    z-index: 9
}
.testimonial-area {
    padding-top: 105px
}
    .testimonial-area .section-title.style-2 {
        margin-top: 105px
    }
.single-testimonial {
    border: 7px solid #3498db;
}
    .single-testimonial::before {
        background: url(../images/quote.png) no-repeat #ebfafa;
        background-size: 70%;
    }
    .single-testimonial::after {
        background: url(../images/quote.png) no-repeat #f6faff;
        background-size: 70%;
    }
.round-2::after {
    background: #3498db;
}
.round-2::before {
    background: #3498db;
}
.round-1::after {
    background: #3498db;
}
.round-1::before {
    background: #3498db;
}
.homeBlogSec {
    background: url(../images/body-right-bg.svg) no-repeat top right;
    background-size: contain;
}
footer {
    background: #e3faf7;
    border-top: 1px dotted #266c9b;
    position: relative;
    z-index:-1;
}
.copyright ul li a {
    border: solid 2px #f6b20a;
}
.stepIcnPng {
    position: absolute;
    top: 37px;
    right: 121px;
}
.disCvrIcnPng {
    position: absolute;
    top: 150px;
    left: 164px;
}
.socialMediaSec {
    position: relative;
}
.soclIcnPng {
    position: absolute;
    top: -31px;
    right: 60px;
    transform: rotate(65deg);
}
.soclIcnPngScl {
    position: absolute;
    top: 79px;
    right: 60px;
}
.soclIcnPngBlg {
    position: absolute;
    top: -98px;
    right: 60px;
}
.disCvrIcnPng.disImgPng {
    top: 50px;
    right: 164px;
    left: auto;
}
footer:after {
    content: '';
    width: 100%;
    height: 205px;
    position: absolute;
    top: -178px;
    left: 0;
    background: url(../images/footerBgNewone.png) no-repeat top left;
}
.homeBlogSec {
    padding-bottom: 158px;
}
.cpyrgtTxt a {
    color: #ffb300
}
.foot_head ul li a {
    color: #122d42;
}
.copyR p {
    color: #122d42;
}
.homeBlogSec .owl-carousel .owl-nav button.owl-next, .homeBlogSec .owl-carousel .owl-nav button.owl-prev, .homeBlogSec .owl-carousel button.owl-dot {
    display: none;
}
.cover {
    background-image: url("../images/videoBg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 50%;
    margin-bottom: 50px;
    position: relative;
}
    .cover video {
        opacity: 0;
        width: 100%;
        transition: 1s;
        position: absolute;
        z-index: -1;
    }
    .cover.abc {
        background-image: none;
    }
/*.hero .captionTxt {
    height: 160px
}*/
@media only screen and (min-width: 1500px) {
    /*.sliderLft {
        margin-top: 105px
    }*/
    .learnInIndaRgtCnt {
        padding-top: 158px;
    }
    .learIninda_3 .learnInIndaRgtCnt::after {
        bottom: -229px;
    }
    .discIndLft .discIndLftIn {
        top: 238px;
    }
    footer::after {
        background-size: cover;
        top: -204px;
    }
}
@media only screen and (max-width: 767px) {
    .sliderLft .carousel-caption {
        padding-top: 0
    }
    .sliderRgt {
        padding-left: 0
    }
    .sliderLft .carousel-animate .hero {
        margin-top: 10px
    }
        .sliderLft .carousel-animate .hero h1 {
            font-size: 26px;
        }
        .sliderLft .carousel-animate .hero h3 {
            font-size: 17px;
            text-align: justify;
        }
    .applyNowBtn {
        width: 62%
    }
    .homeBlogSec {
        padding: 5px
    }
    header .container-fluid {
        width: 100%
    }
    .btmHdrLft {
        padding: 0;
        width: 90%
    }
    .logo {
        margin-right: 3px
    }
        .logo.logoFrst {
            width: 47%
        }
        .logo.logoTwo {
            width: 24%
        }
    .btmHdrRgt {
        width: 8%
    }
    .humbrgMenu {
        margin-top: 10px
    }
        .humbrgMenu.crossArrow i {
            background: #fff
        }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        display: none;
    }
    .stepIcnPng {
        right: -59px;
    }
    ul.infoGraphic li:nth-child(1) .coverWrap .numberCover {
        background: #f6faff
    }
    .soclIcnPng {
        right: -70px;
        transform: rotate(0deg);
    }
    .soclIcnPngScl {
        top: -61px;
        right: 80px;
    }
    .stepTTl span {
        font-size: 43px;
    }
    .testimonial-area .section-title.style-2 {
        padding-left: 0
    }
    .soclIcnPngBlg {
        right: -30px;
    }
    .stepIcnPng, .soclIcnPng, .soclIcnPng {
        display: none;
    }
    .learIninda_1 .learnInIndaRgtCnt::after {
        display: none;
    }
    .learIninda_3 .learnInIndaRgtCnt::after {
        display: none;
    }
}
