@import 'fonts.css';
@import 'header.css';
@import 'footer.css';
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'proxima_novaregular', sans-serif !important;
}

/* Banner */

.banner-slider {
    background: #ececec;
}

.carousel-bakpos {
    position: absolute;
    right: 30%;
    left: 0;
    top: 0;
    bottom: 0;
}

.banner-hding {
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
    color: #000;
    margin-bottom: 0;
    ;
    display: block;
    padding-top: 75px;
    font-family: 'proxima_novaextrabold';
}

.banner-hding>figure {
    color: #0070e0;
    display: block;
    margin-bottom: 0px;
}

.banner-hding>span {
    font-weight: 500;
}

.banner-subhding {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding-top: 30px;
    margin: 0;
    line-height: 1;
    display: block;
    position: relative;
}

.banner-logo {
    height: 95px;
    margin-top: 90px;
    margin-bottom: 0px;
}

.slider-img {
    width: 100%;
    height: 658px;
    position: relative;
}

.slider-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-img:before {
    content: '';
    position: absolute;
    left: -110px;
    bottom: -23px;
    width: 300px;
    height: 130px;
    background: #ececec;
    transform: rotate(45deg);
}

.slider-imgtxt {
    position: absolute;
    right: 50px;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
    width: 10% !important;
}

.banner-slider .carousel-control-prev-icon,
.banner-slider .carousel-control-next-icon {
    filter: drop-shadow(2px 4px 6px black);
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    opacity: 1 !important;
}

.carousel-indicators li.active {
    background-color: #0070e0 !important;
}

.indicator-banner {
    bottom: -40px !important;
}

.botslider-imgtxt {
    position: absolute;
    left: 160px;
    bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.row-wc {
    width: calc(100% + 15%);
}

.posrel {
    position: relative;
}

.light-bg {
    background: #ececec;
}

.white-bg {
    background: #fff;
}

.contpt {
    background: #fff;
    padding: 100px 50px 320px;
}

.grapharea {
    height: 800px;
    position: relative;
    margin-bottom: 100px;
    ;
}

.graph1 {
    width: 500px;
    height: 240px;
    background: url(../images/circle-crop1.svg) no-repeat;
}

.graph2 {
    width: 282px;
    height: 450px;
    background: url(../images/circle-crop2.svg) no-repeat;
    position: absolute;
    left: -167px;
    top: 77px;
}

.graph3 {
    width: 280px;
    height: 450px;
    background: url(../images/circle-crop3.svg) no-repeat;
    position: absolute;
    right: -133px;
    top: 77px;
}

.graph4 {
    width: 376px;
    height: 380px;
    background: url(../images/circle-crop4.svg) no-repeat;
    position: absolute;
    left: -147px;
    top: 465px;
}

.graph5 {
    width: 380px;
    height: 350px;
    background: url(../images/circle-crop5.svg) no-repeat;
    position: absolute;
    right: -111px;
    top: 462px;
}

.graph1,
.graph2,
.graph3,
.graph4,
.graph5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.graph1 .graphtext {
    padding: 50px 138px;
}

.graph2 .graphtext {
    padding: 95px 100px 40px 70px;
}

.graph3 .graphtext {
    padding: 80px 50px 50px 50px;
}

.graph4 .graphtext {
    padding: 40px 50px 85px 80px;
}

.graph5 .graphtext {
    padding: 64px 100px 85px 60px;
}

.graph-maintxt {
    position: absolute;
    left: -18px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    font-size: 32px;
    text-align: center;
    display: table;
    color: #0070e0;
}

.graph-title {
    font-size: 17px;
    margin: 0;
    padding: 0 0 8px;
    font-family: 'proxima_novasemibold';
}

.graph-prgh {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.wrap-hding {
    color: #0070e0;
    font-size: 28px font-weight: 400;
}

.wrap-title {
    font-size: 17px;
    margin: 0;
    padding: 0 0 8px;
}

.wrap-subhding {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.wrap-prgh {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.reslist {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.reslist li {
    list-style: none;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.reslist li>svg,
.reslist li>img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.curveline {
    width: 40px;
    height: 270px;
}

.img-minumt {
    margin-top: -280px;
    margin-bottom: 100px;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
}

.carousel-img {
    width: 100%;
}

.carousel-img img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}

.carousel-img>.carousel-indicators {
    bottom: -35px !important;
}

.conctlist {
    margin: 0px 0 0;
    padding: 0;
}

.conctlist li {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.conctlist li .conare-hding {
    font-size: 28px;
    color: #0070e0;
    font-family: 'proxima_novabold';
}

.conctlist li .conare-hding>span {
    font-weight: 36px;
    font-weight: 900;
}

.conctlist li .conare-prgh {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #274400;
}

.borderline {
    width: 1px;
    height: 100%;
    background: #fff;
    margin: auto;
    display: table;
}

.cont-imgarea {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 100px 0;
}

.cont-imgarea>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journeylist {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.journeylist li {
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.journeylist li>img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}

.journeylist li>span {
    border-left: 1px solid #cfcfcf;
    padding-left: 25px;
    font-size: 18px;
}

.primary-bg {
    background: linear-gradient(135deg, #005BAC 0%, #8DC63F 100%);
    color: #fff;
    padding: 100px 0;
}
strong{
    color: #5fa200 !important;
}

.pb-hding {
    font-size: 54px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-family: 'proxima_novathin';
}

@media only screen and (max-width: 575px) {
    .graph-title {
        font-size: 10.5px;
    }
    .graph-prgh {
        font-size: 10px;
    }
    .graph-maintxt {
        font-size: 22px;
    }
    .grapharea {
        height: 342px;
        margin-bottom: 45px;
        width: 100%;
    }
    .graph1 {
        width: 200px;
        height: 102px;
    }
    .graph2 {
        width: 122px;
        height: 190px;
        left: -71px;
        top: 33px;
    }
    .graph3 {
        width: 122px;
        height: 190px;
        right: 58px;
        top: 33px;
    }
    .graph4 {
        width: 165px;
        height: 141px;
        left: -62px;
        top: 200px;
    }
    .graph5 {
        width: 164px;
        height: 142px;
        right: 67px;
        top: 200px;
    }
    .graph1 .graphtext {
        padding: 50px 40px;
    }
    .graph2 .graphtext {
        padding: 53px 50px 33px 52px;
    }
    .graph4 .graphtext {
        padding: 100px 20px 85px 25px;
    }
    .graph5 .graphtext {
        padding: 100px 20px 85px 25px;
    }
}

@media only screen and (max-width:767px) {
    .banner-hding {
        font-size: 24px;
        padding-top: 20px;
        line-height: 28px;
        padding-left: 20px;
        position: relative;
        z-index: 1;
    }
    .banner-subhding {
        font-size: 16px;
        padding-top: 15px;
        padding-left: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .banner-logo {
        height: 60px;
        margin-top: 40px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .wrap-hding {
        font-size: 22px;
    }
    .row-wc {
        width: auto;
    }
    .slider-img {
        height: 100%;
    }
    .slider-img:before {
        left: -63px;
        bottom: -1px;
        width: 150px;
        height: 60px;
        transform: rotate(53deg);
    }
    .curveline {
        transform: rotate(90deg) translateX(-115px);
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .pb-hding {
        font-size: 26px;
    }
    .reslist {
        display: table;
        margin: auto;
    }
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:1199px) {}

@media only screen and (min-width:1200px) {}

@supports (-moz-appearance:none) {
    .graph-maintxt {
        top: 50%;
    }
}

.pulse {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
    color: #0070e0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

a{
    text-decoration: none !important;
}


.contact-form{
    background: #fff;
    margin-top: 50px;
    margin-bottom: 70px;
    width: 70%;
    padding: 200px 100px 150px ;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px 1px;
    position: relative;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 0 5%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 3%;
    margin-top: -15%;
    text-align: center;
    color: #0070e0;
    font-size: 30px;
    font-weight: 500;
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: linear-gradient(135deg, #005BAC 0%, #8DC63F 100%);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
 .btnContact2 {
    width: 100%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: linear-gradient(135deg, #005BAC 0%, #8DC63F 100%);
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
a{
    color: unset;
    text-decoration: none;
}
a:hover{
    color: unset;
    text-decoration: none;
}








.modal-containerx {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    
}
.modelx-open{
  display: block;
}

.modalx {
    color: teal;
    /* background-color: white; */
    /* border-radius: 5px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    height: 100vh;
}

.modal-contentx {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
}

.headerx {
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.logox {
    font-family: 'Lobster';
    font-size: 35px;
}

.taglinex {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}

.close-btnx {
    background: transparent;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: 5%;
    right: 5%;
    color: #0070e0;
    outline: none;
    border: none;
}

.close-btnx:hover {
    color: #5fa200;
    cursor: pointer;
}

.boxmex {
    text-align: center;
    padding: 20px;
    /* border: 5px solid teal; */
    /* font-size: 14px; */
    /* line-height: 1.75; */
    /* font-weight: 400; */
    /* box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); */
    /* transition: all .2s ease; */
    height: 100vh;
    width: 100%;
}

.surveyx {
    text-align: center;
}

.loadingx {
    font-size: 24px;
    font-weight: bold;
}

.qualifyHeadlinex {
    font-size: 30px;
    font-weight: bold;
    color: teal;
    margin-bottom: 20px;
}

.loadingCopyx {
    font-size: 18px;
    margin-bottom: 25px;
}


.ttcx {
    border: 5px solid teal;
    width: 80%;
    margin: 30px auto;

}
.ttcx a {
  color: teal;

}

#ttcallx {
    background-color: teal;
    border: 5px solid teal;
    width: 80%;
    margin: 30px auto;
}

#ttcallx a {
    color: white;

}

#floatbtnx {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100vw;
    background-color: teal;
    border: 5px solid teal;
}

#floatbtnx a {
    color: white;
}
.cover{
  display:none;
}

      #floatbtn{
    
    position: fixed;
    bottom: 0px;
    width: 70%;
    left: 0;  
    width: 100%;
    background-color: teal;
}
@media only screen and (max-width:767px) {
 
    .contact-form{
        padding: 80px 20px 50px;
        margin-top: 10px;
    }
    #closex{
        top: 2%;
        right: 5%;
    }
    .contact-form form{
        padding: 10px 10px;
    }
}
