﻿/*about.....**/
.about-sec {
    padding: 125px 0 80px;
}

.ab-text-cntnt p {
    color: #615b5b;
    font-family: system-ui;
    font-size: 17px;
    padding: 13px 0px;
}

.m-space1 {
    margin: -9px 15px 0 0;
}

.m-space2 {
    margin: 0 0 0 15px;
}

.icon-main-n {
    font-size: xx-large;
    color: #00b9f1;
}

.icon-box-s1 h5 {
    font-size: 18px;
    font-weight: 600;
    color: #656567;
    margin: 0 0 20px;
}

.icon-box-s1 .line-box {
    height: 3px;
    width: 100%;
    background: #efefef;
    margin-bottom: 15px;
    position: relative;
}

    .icon-box-s1 .line-box:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        background: #00b9f1;
        height: 100%;
        transition: all .3s linear;
    }

.icon-box-s1:hover .line-box:after {
    left: 0;
    right: auto;
    width: 100%;
}

.pt-30 {
    padding-top: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.about-sec {
    position: relative;
    overflow: hidden; /* IMPORTANT: prevents scrollbar */
}

.about-img-style {
    position: relative;
}

    .about-img-style img {
        width: 100%;
        max-width: 800px;
        border-radius: 14px;
    }

/* Desktop floating style */
@media (min-width: 992px) {
    .about-img-style {
        position: absolute;
        top: 40px;
        right: 0px;
        width: max-content;
        transform: translateX(40%);
    }
}

/* Mobile fix */
@media (max-width: 991px) {
    .about-img-style {
        position: static;
        transform: none;
        margin: 30px auto 0;
        text-align: center;
    }
}

.btn-in-top {
    margin: -100px 0 0 100px;
}

/*about.....**/
/*features.....**/
.p-custm {
    padding: 16px 0px 55px;
}

.nfeaure-section {
    background-color: #221f3c;
    padding: 61px 1px 61px;
}

.ot-heading h2 {
    font-size: 14px;
    color: #8e88b8;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: system-ui;
}

.main-heading {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    font-family: system-ui;
    line-height: normal;
}

.feature-padding {
    padding: 26px 0px;
}

.card-feature-box {
    border-style: solid;
    border-width: 1px;
    border-color: #46416b;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    overflow: hidden;
    position: relative;
    padding: 43px 30px 65px;
    background: #262051;
    color: #aeaacb;
    /*     height: 280px;*/
}

    .card-feature-box:hover {
        background: #fff;
        color: #6d6d6d;
        -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
    }

    .card-feature-box .big-number {
        position: absolute;
        left: -10px;
        top: 0;
        font-size: 100px;
        font-weight: 800;
        font-family: Montserrat, sans-serif;
        line-height: 72px;
        color: #332d5f;
    }

    .card-feature-box:hover .big-number {
        color: #f4f6f6;
    }

.icon-main {
    position: absolute;
    bottom: -88px;
    right: -88px;
    width: 188px;
    height: 188px;
    color: #fff;
    background: #332d5f;
    -webkit-border-radius: 50%;
}

.card-feature-box:hover .icon-main {
    background: #00b9f1;
}

.card-feature-box:hover .content-box h5 {
    color: #1b1d21;
}

.icon-main img {
    position: absolute;
    top: 42px;
    left: 40px;
    font-size: 35px;
    line-height: 1;
    height: 50px;
}

.content-box {
    position: relative;
    z-index: 1;
}

    .content-box h5 {
        line-height: 30px;
        color: #fff;
        margin-bottom: 10px;
    }

.contnt-div {
    font-family: system-ui;
    font-size: 16px;
    letter-spacing: 0.6px;
}

@media screen and (max-width :768px) {
    .ot-button {
        text-align: start !important;
        margin-top: 10px;
    }

    .rs-brand-two .brand-thumb img {
        width: 99px;
        transition: all 0.5s ease-in-out;
    }

    .rs-brand-two .brand-thumb {
        overflow: hidden;
        padding: 17px 10px;
        background: #fff;
        border-radius: 31px;
    }
}

@media screen and (max-width :991px) {
    .btn-in-top {
        margin: 0px;
        text-align: left !important;
    }
}
/*features.....**/
/*counter.....**/
.rs-counter-two {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    top: -75px;
}
/*counter.....**/
/*services.....**/
a.octf-btn.octf-btn-primary {
    font-size: 14px;
    padding: 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    background: #00b9f1;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
}

.text-cutm-secondary {
    color: #002e6e !important;
}

.srvc-box {
    padding: 0 0 60px;
}

    .srvc-box .icon-main2 {
        transition: all .3s linear;
        float: left;
        text-align: center;
        line-height: 1;
        color: #7141b1;
    }

.icon-main2 img {
    width: 45px;
    height: 45px;
    transition: all 0.5s ease-in-out;
}

.srvc-box .content-box {
    padding-left: 55px;
    position: relative;
}

    .srvc-box .content-box h5 {
        margin-bottom: 12px;
        font-weight: 700;
        color: black;
        font-family: system-ui;
    }

    .srvc-box .content-box p {
        color: #615b5b;
        font-family: system-ui;
        font-size: 15px;
    }

.pb-45 {
    padding-bottom: 45px;
}

.srvc-box:hover .dn-1 {
    display: none;
}

.srvc-box:hover .dn-2 {
    display: block;
}

.dn-2 {
    display: none;
}
/*services.....**/
/*join our program slider.....**/
.join-sec {
    background-color: #f8f8f8;
    /* padding: 50px 20px;*/
}

.title-sec-n {
    padding: 70px 20px 40px;
}

.portfolio-content-inner span {
    position: absolute;
    right: -94px;
    top: -100px;
    width: 155px;
    height: 155px;
    background: #00b9f1;
    border-radius: 50%;
}
/*join our program slider.....**/
/*contact.....**/
.contact-info.box-style1 {
    padding: 30px 30px 25px;
}

.box-style1 i {
    float: left;
}

.contact-info i, .contact-info svg {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    color: #00b9f1;
}

    .contact-info i:before {
        font-size: 30px;
    }

.contact-info .info-text {
    padding-left: 50px;
    font-weight: 500;
}

.contact-info h6 {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-info.box-style1:hover {
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, .1);
}

.main-form {
    padding: 60px 48px;
    background-image: linear-gradient(90deg, #00deff 0, #7141b1 100%);
    color: #fff;
}

.font14 {
    font-size: 15px;
    color: #fff !important;
}

.main-form p {
    color: #fff !important;
    margin: 0 0 20px;
}

.main-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, .3);
    color: #fff !important;
    height: 150px;
    vertical-align: top;
}

.main-form input, .main-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, .3);
    color: #fff !important;
    border: none;
    outline: none;
    border-radius: 0px !important;
}

    .main-form input::placeholder {
        color: #fff !important;
    }

    .main-form textarea::placeholder {
        color: #fff !important;
    }

.btn-mesg {
    background: #fff;
    color: #002e6e;
    font-weight: 800;
    font-size: 15px;
    padding: 7px 27px;
    font-family: system-ui;
}
/*contact.....**/
