@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');



body {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

p {
    line-height: 1.4;
}



h1, h2, h3, h4, h5 {
    color: #111;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif;
}

.cl1 {
    background: #dde3e1;
}

.text-xl {
    font-size: 22px;
}

.head2 {
    font-size: 50px;
}


.right-box {
    max-width: 700px;
    margin: auto;
    display: block;
}

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}



header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    margin-top: -70px !important;
}



.subpage {
    height: 100%;
    padding: 210px 0px 120px 0px;
    background: #0a00aa;
}





header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}



header .container {
    position: relative;
    z-index: 2;
}



.pink {
    color: #ff00a4;
}



.blue {
    color: #0a00aa;
}



.pink-bg {
    background-color: #ff00a4;
}



.icon-st {
    background-color: #ff00a4;
    color: white;
    padding: 2px 3px;
}



.btn1 {
    background-color: #d9d8d7;
    color: #111;
    border-radius: 27px;
    padding: 12px 34px;
    font-size: 21px;
    font-weight: 500;
}

    .btn1:hover {
        background-color: #232c4b;
        color: #fff !important;
    }

.btn2 {
    background-color: #777a83;
    color: #fff;
    border-radius: 0px;
    padding: 12px 34px;
    font-size: 21px;
    font-size: 19px;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

.radius-no {
    transform: none !important;
}

.btn2:hover {
    color: #fff;
    background: #222;
}


.btn7 {
    background-color: #232c4b;
    color: #fff !important;
    border-radius: 0px;
    padding: 12px 34px;
    font-size: 21px;
    font-size: 19px;
    -webkit-transform: skew(-8deg);
    -moz-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg);
}

    .btn7:hover {
        color: #fff;
        background: #3f496b;
    }

.class1 {
    font-weight: 400 !important;
    font-size: 19px;
    letter-spacing: 2px;
}


.modal-open .modal {
    z-index: 10000 !important;
}

.modal-header {
    display: block !important;
}

.modal-footer {
    border: none !important;
}

@media (min-width: 900px) {
    .modal-dialog {
        max-width: 700px;
    }
}


.btn1:hover {
    opacity: 0.9;
    color: white;
}


.btn1-small {
    background-color: #d8782f;
    color: white !important;
    border-radius: 25px;
    padding: 11px 32px;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
}



    .btn1-small:hover {
        opacity: 0.9;
        color: white;
    }






.btn3 {
    background-color: none;
    border: 1px solid #0a00aa;
    border-radius: 25px;
    padding: 10px 26px;
    color: #0a00aa;
}

.cu-image {
    position: absolute;
    left: 0px;
}


.btn3:hover {
    color: #333;
    background: white;
}

.box-1 {
    padding: 30px;
    border-radius: 14px;
    margin-top: 19px;
    box-shadow: 0px 0px 20px 2px #00000038;
}

.box-1-dark {
    background: #232c4b;
    color: white;
}

.box-1 h2 {
    font-size: 26px;
}



header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: #2517a3cf;*/
    background-color: #00000061;
    z-index: 1;
}





.header-text h1 {
    color: white;
    font-size: 63px;
    margin-top: 50px;
}



.header-text h4 {
    color: white;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 40px;
}



.header-text i {
    color: #ff00a4;
}



.header-text p {
    font-size: 30px;
    line-height: 39px;
    margin-top: 26px;
}



.navbar {
    background: none !important;
    padding: 0px !important;
}



    .navbar img {
        width: 220px;
        margin-top: 0px;
        /*position:absolute;
        top:4px*/
    }



    .navbar a {
        color: #111 !important;
        font-size: 18px;
    }

    .navbar .btn2 {
        color: #fff !important;
    }



.navbar-nav a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}



    .navbar-nav a:hover {
        background: #e9e9e9 !important;
        color: #111 !important;
    }



.dropdown-menu {
    background: #d8782f;
    margin-top: -1px;
}



    .dropdown-menu a {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }



        .dropdown-menu a:hover {
            background: #e49151 !important;
            color: white !important;
        }



.navbar .btn-navbar {
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    margin-left: 30px;
}



    .navbar .btn-navbar:hover {
        background: white;
        color: #222 !important;
        border: 1px solid #e9e9e9;
    }

.orange {
    color: orange;
}



.dropdown-toggle::after {
    position: relative;
    top: 2px !important;
}





/**/

.right-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 200px;
}



.img-style {
    border-radius: 16px 16px 16px 16px;
    box-shadow: 40px 80px 120px -40px rgb(0 0 0 / 16%);
}



.s1 {
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500 !important;
}



.ab_img {
    position: absolute;
    right: 30px;
    top: -133px;
    width: 186px;
}



.fsize {
    font-size: 40px;
}



.custom-box {
    border-radius: 12px;
}



    .custom-box span {
        font-size: 14px;
    }



    .custom-box h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }



    .custom-box span i {
        padding-right: 3px;
    }



.title {
    font-size: 46px;
}



.b-shadow {
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 9%);
}



.b-shadow2 {
    box-shadow: 32px 32px 64px -24px rgb(0 0 0 / 16%);
}



.f18 {
    font-size: 18px;
}



.f14 {
    font-size: 14px;
}

.list_21 {
    position: relative;
}



    .list_21 li {
        padding-left: 35px;
        position: relative;
        margin-bottom: 20px;
    }

    .list_21 img {
        position: absolute;
        width: 28px;
        left: 0px;
        top: 2px;
    }


.list_1 {
    position: relative;
    list-style: none;
    margin-top: 60px;
    padding-left: 0px;
}



    .list_1 li {
        padding-left: 100px;
        position: relative;
        margin-bottom: 40px;
    }



    .list_1 i {
        position: absolute;
        left: 0px;
        border: 1px solid #0a00aa;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        text-align: center;
        color: #ff00a4;
        line-height: 70px;
        font-size: 24px;
    }





.list_2 {
    position: relative;
    list-style: none;
    margin-top: 25px;
    padding-left: 0px;
}



    .list_2 li {
        padding-left: 27px;
        position: relative;
        margin-bottom: 15px;
    }



    .list_2 i {
        position: absolute;
        left: 0px;
        top: 4px;
    }



.list_3 {
    position: relative;
    list-style: none;
    margin-top: 60px;
    padding-left: 0px;
}



    .list_3 li {
        padding-left: 70px;
        position: relative;
        margin-bottom: 40px;
    }



    .list_3 i {
        position: absolute;
        left: 0px;
        border: 1px solid #0a00aa;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        text-align: center;
        color: #ff00a4;
        line-height: 50px;
        font-size: 21px;
    }





/**/

footer {
    background: #030000;
    padding: 80px 0px 50px 0px;
    font-size: 15px;
}



    footer h4 {
        color: white;
        font-size: 20px;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
    }



    footer p {
        color: white;
        line-height: 1.6;
    }



.social-list a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-right: 8px;
}

.social-list2 a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #111;
    text-align: center;
    font-size: 23px;
    padding: 0px !important;
    line-height: 40px;
}

    .social-list2 a:hover {
        background: #232c4b;
        color: #fff;
    }


.social-list4 a {
    width: 40px;
    height: 40px;
    background: #232c4b;
    color: #fff;
    text-align: center;
    font-size: 23px;
    padding: 0px !important;
    line-height: 40px;
}

    .social-list4 a:hover {
        background: #323743;
        color: #fff;
    }


.contact-form label {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}



.cs-input {
    height: 50px;
    background: #f9f9f9;
}



.cs-area {
    background: #f9f9f9;
}





.social-list-contact a {
    color: #222;
    text-decoration: none;
    display: inline-block;
    padding-right: 8px;
    font-size: 19px;
}

.contact-page-list a {
    color: #231f20;
    text-decoration: none;
}

.contact-page-list li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
}

.contact-page-list .small-icon {
    font-size: 17px !important;
    top: 3px !important;
    background: #323743;
    color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 100%;
    line-height: 35px;
}

.contact-page-list i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px !important;
}

.contact-page-list {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    font-size: 15px;
}

.custom-input {
    border-radius: 0;
    font-style: italic;
    height: 50px;
    border: 1px solid #232732;
    font-size: 16px;
}

.custom-input-area {
    border-radius: 0;
    font-style: italic;
    border: 1px solid #232732;
    font-size: 16px;
}

.contact-form {
    background: #fff;
    padding: 30px;
    /*border: 1px solid gray;*/
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 2px #d3d3d3;
}


.sbm-tech-row.tech-row {
    padding-left: 1px;
}

    .sbm-tech-row.tech-row .tech-column {
        border: 1px solid #e9e9e9;
        margin-left: -1px;
        margin-top: -1px;
    }

.tech-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .tech-row .tech-column {
        border: 1px solid #e9e9e9;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 2rem;
        text-align: center;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-right: 0;
        margin-right: -1px;
    }


.text_icon {
    position: relative;
    padding-left: 30px;
}



    .text_icon i {
        position: absolute;
        left: 0px;
        top: 5px;
    }

.red {
    color: #232c4b;
}

footer hr {
    border-top: 1px solid rgb(255 255 255 / 24%);
}

.cover1 {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.banner-cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.cover-overlay {
    background: rgba(255,255,255,0.58);
}


.nav-pills-header a {
    font-size: 19px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    color: #333;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #232c4b;
}

.nav-pills .nav-link {
    margin: 5px;
    border: 1px solid #f0f0f0;
    font-size: 18px;
    font-weight: 500;
}

.logos-prt img {
    /*border:1pc solid #fff !important;*/
}


.logos-prt img {
    width: 200px;
}


.faq-accordion .btn-link {
    font-weight: 600;
    color: #ff00a4 !important;
    font-size: 18px;
    text-decoration: none;
}



.faq-accordion .collapsed .btn-link {
    color: #0a00aa !important;
}





.faq-accordion .card-header {
    background: white;
}



.faq-accordion .card {
    border: 1px solid #EAEAEA;
    margin-bottom: 10px;
}



@media all and (max-width: 768px) {

    .faq-accordion .btn-link {
        font-size: 20px;
    }
}



.accordion .card-header {
    position: relative;
    padding-right: 60px;
}



    .accordion .card-header:after {
        font-family: 'FontAwesome';
        content: "\f068";
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
    }



    .accordion .card-header.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f067";
    }



/**/



.lt-one {
    padding-top: 400px;
    padding-left: 80px;
    padding-right: 80px;
}



.lt-two {
    margin-top: 400px;
    padding: 80px 120px !important;
}



.lt-three {
    padding: 80px 120px !important;
}



.num {
    font-size: 75px;
    font-weight: 700 !important;
}



.tab-content {
    background: transparent;
    padding: 20px;
}



.cost {
    font-weight: 400 !important;
    font-family: 'Rubik', sans-serif;
}


@media(min-width:768px) {

    .navbar {
        padding: 10px 0px !important;
    }

    .navbar-nav .nav_active {
        /*color: white !important;*/
        border-bottom: 1px solid #232c4b;
    }

    .navbar-nav a {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }




    .dropdown:hover > .dropdown-menu {
        display: block;
    }



    .cost {
        font-size: 70px;
        font-weight: 400 !important;
        font-family: 'Rubik', sans-serif;
    }





    .header-text {
        max-width: 680px;
        margin: auto;
        display: block;
    }



    .header-text-2 {
        max-width: 94%;
        margin: auto;
    }



        .header-text-2 p {
            max-width: 80%;
            margin: auto;
        }



    .list_1 li {
        font-size: 17px;
    }
}


@media(min-width:992px) {

    .navbar-nav a {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
}





@media(min-width:768px) and (max-width:991px) {

    .none-tab {
        display: none !important;
    }

    .curved {
        background: #e3e8e6 !important;
        margin-top: -150px !important;
    }

    .curved-div {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .lt-two {
        padding: 80px 60px !important;
    }



    .lt-one {
        padding-left: 40px;
        padding-right: 40px;
    }



    .cost {
        font-size: 50px;
    }



    .cx {
        display: block !important;
    }



        .cx span {
            display: block !important;
            margin-top: 5px;
        }



    .list_1 {
        padding-left: 0px;
    }



    .right-text {
        font-size: 29px;
        margin-top: 100px;
    }







    .f18 {
        font-size: 15px;
    }



    .fsize {
        font-size: 30px;
    }



    .custom-box h4 {
        font-size: 16px;
    }
}







@media(min-width:1200px) {



    .ml_large {
        margin-left: 60px;
        margin-right: 20px;
    }
}







@media(max-width:500px) {


    .tech-row .tech-column {
        padding: 10px;
    }

    .tech-row .tech-column {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/**/

.bg1 {
    background-image: url(../images/c6.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}



.content-overlay {
    padding: 60px 0px 330px 0px;
    margin-bottom: 40px;
}



.service-box {
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    position: relative;
}



    .service-box:before {
        content: '';
        position: absolute;
        background: #33bcd7;
        width: 4px;
        height: 38px;
        left: 0px;
        top: 33px;
        border-radius: 4px;
    }



.circle-box {
    color: #A6ADB3;
    font-size: 19px;
    margin-top: 50px;
    position: relative;
    z-index: 1000;
}





.div-section {
    position: relative;
}



.d1 {
    position: absolute;
    right: 0px;
    top: -150px;
}



.d2 {
    position: absolute;
    left: 0px;
    top: -60px;
}



.d3 {
    position: absolute;
    right: 0px;
    bottom: 50px;
}



.section-title {
    padding: 11px 22px;
    box-shadow: 0px 0px 30px 0px rgb(22 53 73 / 10%);
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 40px;
}



.my-list {
    margin-top: 30px;
}



    .my-list li {
    }





@media(min-width:1400px) {

    .left1 {
        margin-left: -60px;
    }
}



.curved {
    background-image: url(../images/sect6.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}




.curved-div {
    padding: 180px 0px 80px 0px;
}


/**/

/**/

.portfolio {
    background: url(assets/images/portfoliobg.jpg) center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

#our_portfolio {
    /*background:linear-gradient(to bottom right, #ffffff, #f7f7f7) !important*/
}

.background-cover-overlay-tr {
    background: rgba(255, 255, 255, 0.70);
    padding: 90px 0px;
}


.background-cover-overlay-services {
    background: rgba(255, 255, 255, 0.88);
    padding: 90px 0px;
}


#our_portfolio img {
    margin-bottom: 50px !important;
    border: 1px solid #444;
}

.portfolio_content {
    padding-bottom: 120px;
    display: inline-block;
}

.portfolio .portfolio_content .head_title h3 {
    color: #000000;
}

.portfolio .portfolio_content .head_title h4 {
    color: #000000;
}

.single_portfolio_text {
    display: inline-block;
    /*padding: 0;*/
    position: relative;
    overflow: hidden;
}

    .single_portfolio_text img {
        width: 100%;
    }

    .single_portfolio_text:hover .portfolio_images_overlay {
        top: 5%;
        left: 5%;
    }

.portfolio_images_overlay {
    width: 90%;
    height: 82%;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    margin: 0 auto;
    top: -100%;
    left: 5%;
    position: absolute;
    transition: .6s;
}

    .portfolio_images_overlay h6 {
        text-transform: uppercase;
        color: #fff;
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 1rem;
    }

    .portfolio_images_overlay p.portfolio-title {
        font-size: 1.8rem;
        color: #fff;
        line-height: 2.5rem;
    }

    .portfolio_images_overlay .btn {
        margin-top: 25px;
    }


@media (max-width:768px) {
    .portfolio_images_overlay {
        padding: 170px 20px;
    }
}

@media (max-width:580px) {
    .portfolio_images_overlay {
        padding: 100px 20px;
    }
}

@media (max-width:480px) {
    .portfolio_images_overlay {
        padding: 40px 20px;
    }
}

@media (max-width:320px) {
    .portfolio_images_overlay {
        padding: 20px;
    }
}

/**/


.services-2 {
    width: 100%;
    margin-bottom: 20px;
}

    .services-2 h4 a {
        color: #163549 !important;
        text-decoration: none;
    }

    .services-2 p a {
        color: #163549 !important;
        text-decoration: none;
        display: inline-block;
    }


    .services-2 .icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #5d798f;
        -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    }



        .services-2 .icon span {
            font-size: 40px;
            color: #fff;
        }



    .services-2 .text {
        width: calc(100% - 60px);
    }



        .services-2 .text h4 {
            font-size: 20px;
            font-weight: 700;
        }





.clients {
    margin-bottom: 150px;
}



    .clients:before {
        background: #dde3e1;
        content: '';
        position: absolute;
        height: 200px;
        width: 100%;
        height: 370px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background: url(../images/background-03.jpg);
    }




.owl-carousel-clients {
    position: relative;
    top: 60px;
}



/**/

.owl-nav.disabled {
    display: inherit !important;
}



.owl-prev {
    display: none !important;
}



.owl-next {
    display: none !important;
}



.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: inherit !important;
}



.owl-dots {
    text-align: center;
}



.owl-dot {
    width: 35px !important;
    height: 10px !important;
    background: #8c8ca5 !important;
    display: inline-block !important;
    margin: 0px 6px !important;
    border-radius: 4px;
}



    .owl-dot.active {
        background: #3a3b3c !important;
    }



.client-review {
    background: white;
    padding: 20px 40px;
    text-align: center;
    margin-bottom: 71px;
    position: relative;
    top: 48px;
    border: 1px solid #d2d0d0;
    border-radius: 4px;
}



    .client-review span {
        color: #777;
    }

    .client-review p {
        font-size: 18px;
    }



    .client-review h4 {
        color: #111;
        margin-bottom: 0px;
        font-size: 19px;
        margin-top: 45px;
    }

    .client-review span {
        font-size: 16px;
    }


.profile {
    width: 80px !important;
    position: absolute;
    top: -47px;
    left: 50%;
    margin-left: -35px;
    border-radius: 100%;
}



/**/

.round-icon-img {
    height: 7.214rem;
    width: 7.214rem;
    box-shadow: 0px 0px 50px 0px rgb(6 6 6 / 20%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}



    .round-icon-img img {
        width: 63px;
    }



.right-icon-div {
    margin-left: 30px;
}



    .right-icon-div h4 {
        margin-top: 18px;
        font-size: 19px;
    }



.right-icon-div-main {
    margin-top: -130px;
}



    .right-icon-div-main .one {
        margin-left: 50px;
    }



    .right-icon-div-main .two {
        margin-left: 210px;
        margin-top: -60px;
    }



    .right-icon-div-main .three {
        margin-left: 370px;
        margin-top: -60px;
    }



.c_image {
    position: relative;
    z-index: 1000;
}

.bg-sub {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url(../images/se.jpg);
    margin-top: -70px;
}

.bg-overlay {
    padding: 170px 0px;
    background: rgba(0,0,0,0.70);
}

.about-us-image {
    min-height: 610px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.bg-sub2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url(../images/background-01.jpg);
}



    .bg-sub2 h2 {
        font-size: 58px;
    }



    .bg-sub2 p {
        color: white;
        font-size: 23px;
    }





.services-list {
    position: relative;
}



.services-title {
    font-size: 46px;
}



.services-list li {
    position: relative;
    padding-left: 37px;
    font-size: 20px;
    line-height: 30px;
}



.services-list img {
    width: 29px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.portfolio-div {
    position: relative;
}

.portfolio-div-circle {
    width: 100px;
    height: 100px;
    background: #777a83;
    z-index: 1;
    position: absolute;
    left: -33px;
    top: -35px;
    border-radius: 58px;
}

.portfolio-div img {
    position: relative;
    z-index: 2;
    border-radius: 7px;
}

/**/

.choose-us-ul {
    position: relative;
    padding-right: 15px;
}

    .choose-us-ul li {
        position: relative;
        padding-left: 120px;
        margin-top: 30px;
    }


.round-icon-img-se img {
    width: 47px !important;
}

.round-icon-img-se {
    margin: 0 auto;
    height: 5.214rem;
    width: 5.214rem;
    box-shadow: 0px 0px 50px 0px rgb(6 6 6 / 20%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 0px;
}




@media(min-width:1200px) {

    .br-block {
        display: block;
    }
}





@media(min-width:992px) and (max-width:1199px) {

    .section-title {
        font-size: 23px;
    }



    .round-icon-img {
        height: 6.214rem;
        width: 6.214rem;
    }





    .right-icon-div-main .two {
        margin-left: 130px;
        margin-top: 44px;
    }



    .right-icon-div-main .three {
        margin-left: 251px;
        margin-top: 30px;
    }

    .curved {
        margin-top: -30px;
    }
}







@media(min-width:768px) and (max-width:991px) {

    .navbar-nav a {
        font-size: 15px;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }



    .round-icon-img {
        height: 5.214rem;
        width: 5.214rem;
    }



    .tab-img {
        width: 400px;
    }



    .content-overlay {
        padding-bottom: 80px;
    }



    .curved-div {
        padding: 92px 0px 38px 0px;
    }



    .right-icon-div-main .two {
        margin-left: 130px;
        margin-top: 44px;
    }



    .right-icon-div-main .three {
        margin-left: 251px;
        margin-top: 30px;
    }
}



@media(max-width:767px) {



    .box-1 {
        padding: 30px 18px;
    }


    body {
        font-size: 18px;
    }


    .services-home-div {
        text-align: center;
    }


    .hide-small {
        display: none !important;
    }



    .right-icon-div-main {
        text-align: center;
        margin: auto;
        display: block;
        margin-top: 40px;
    }



    .curved {
        margin-top: -50px;
    }



    .curved-div {
        padding: 301px 0px 45px 0px;
        text-align: center;
    }



    .round-icon-img {
        margin: 0 auto;
        height: 5.214rem;
        width: 5.214rem;
    }



    .mb-block {
        display: block;
    }



    .right-icon-div h4 {
        font-size: 15px;
    }









    .right-icon-div-main .one {
        margin-top: 0px !important;
    }



    .right-icon-div-main .two {
        margin-top: 0px !important;
    }



    .right-icon-div-main .three {
        margin-top: 0px !important;
    }



    .navbar .btn-navbar {
        margin-left: 0px;
    }



    .right-icon-div {
        display: inline-block;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }



    .dropdown-menu a {
        color: #eeeeee !important;
    }



    .content-overlay {
        padding-top: 50px;
        padding-bottom: 0px;
    }



    .c_img {
        margin: 0 auto;
        width: 120px;
        display: block;
    }



    .mob-box {
        padding: 2rem !important;
        box-shadow: 0px 0px 8px 3px rgb(241 249 250);
        border-radius: 20px;
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 100000;
    }



        .mob-box p {
            color: #A6ADB3;
            font-size: 16px;
            margin-top: 20px;
        }
}

@media (min-width:1200px) and (max-width:1400px) {
    .right-icon-div-main {
        margin-top: -181px;
    }

    .about-us-image {
        min-height: 630px;
    }

    .right-box {
        padding-left: 30px;
    }
}




@media (min-width:992px) and (max-width:1200px) {

    .right-icon-div {
        display: inline-block;
        margin: 0px 30px !important;
        text-align: center;
    }


    .round-icon-img {
        margin: auto;
    }

    .head2 {
        font-size: 43px;
    }

    .ts-1 {
        margin-top: 50px;
    }

    .right-icon-div-main {
        /*text-align: center;*/
        margin: auto;
        display: block;
        margin-top: 40px;
    }

    .curved-div {
        padding: 180px 0px 70px 0px;
    }

    .right-box {
        padding-left: 30px;
    }
}

@media (min-width:769px) and (max-width:991px) {




    .portfolio_images_overlay {
        padding: 0px;
    }

    .about-us-image {
        min-height: 350px;
    }

    .section-up {
        padding-top: 20px !important;
        padding-bottom: 30px;
    }

    .main-heading {
        font-size: 34px;
    }


    .bg-sub2 h2 {
        font-size: 42px;
    }

    .head2 {
        font-size: 42px;
    }
}

@media(max-width:767px) {

    .navbar-nav a {
        color: #fff !important;
        margin-top: 10px !important;
        font-size: 17px;
        background: #26292f;
    }

    .navbar a {
        color: #fff !important;
    }

    .about-us-image {
        min-height: 260px;
    }

    .btn2 {
        font-size: 17px;
    }

    .btn7 {
        font-size: 17px;
    }

    .curved {
        background: #e3e8e6 !important;
    }

    .curved-div {
        padding-top: 70px !important;
        padding-bottom: 50px !important;
    }

    .bg-sub2 h2 {
        font-size: 42px;
    }

    .round-icon-img img {
        width: 47px !important;
    }

    .btn7 {
        padding: 9px 21px;
    }



    .text-xl {
        font-size: 18px;
    }

    .head2 {
        font-size: 38px;
    }

    .arr-icon {
        display: none;
    }


    .box-1 h2 {
        font-size: 18px;
    }

    .tech-row .tech-column {
        padding: 10px;
    }

    .tech-row .tech-column {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .services-2 .text {
        width: 100% !important;
        padding: 0px !important;
    }

    .services-2 {
        display: block !important;
        text-align: center !important;
    }

        .services-2 .icon {
            margin: auto !important;
            margin-bottom: 20px !important;
            margin-top: 35px !important;
        }


    .cost {
        font-size: 43px;
    }



    .faq-accordion .btn-link {
        font-size: 18px;
    }



    .f18 {
        font-size: 16px;
    }



    .lt-one {
        padding: 30px 20px 40px 20px !important;
        text-align: center;
    }



    .lt-two {
        padding: 20px 40px 90px 40px !important;
        margin-top: 0px !important;
        margin: 0px -15px;
    }



    .lt-three {
        padding: 40px 30px 40px 30px !important;
        margin-left: -15px;
        margin-right: 40px;
    }



    .navbar-nav li:last-child {
        border-bottom: none !important;
    }



    .btn1 {
        padding: 9px 21px;
    }



    .btn2 {
        padding: 9px 21px;
    }



    .btn3 {
        padding: 9px 21px;
    }







    .team-div img {
        width: 200px;
    }



    .navbar-nav .nav_active {
        /*color: #0a00aa !important;*/
    }



    .list_2 {
        margin-top: 15px !important;
    }



    .subpage {
        height: 100%;
        padding: 139px 0px 65px 0px;
        background: #0a00aa;
    }



    .d-mob-list {
        display: block !important;
        padding: 30px 0px !important;
        margin: 0px 20px;
    }



    .nav-pills-header a {
        margin-bottom: 0px !important;
    }



        .nav-pills-header a:last-child {
            margin-bottom: 30px !important;
        }



    footer {
        padding-top: 30px;
    }



        footer h4 {
            margin-top: 40px;
        }



    .list_1 {
        margin-top: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }



    .custom-box h4 {
        font-size: 19px;
    }



    .title {
        font-size: 33px;
    }



    .fsize {
        font-size: 31px;
    }



    .right-text {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4em;
        margin-top: 38px;
    }



    .navbar-nav li {
        border-bottom: 1px solid #eeeeee;
    }



    /*.navbar-collapse {
        position: absolute;
        background: white;
        width: 100%;
        top: 70px;
        padding-bottom: 15px;
    }*/



    .navbar a {
        /*color: rgb(6 6 6 / 79%) !important;*/
        margin-top: 10px !important;
        font-size: 17px;
    }



    .navbar-toggler-icon {
        /*margin-top: 11px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;*/
    }

    .navbar-toggler {
        border: none !important;
    }


        .navbar-toggler:focus {
            outline: 0 !important;
        }



        .navbar-toggler:active {
            outline: 0 !important;
        }



    .navbar img {
        width: 220px;
        margin-top: 0px;
    }


    .bg-overlay {
        padding: 90px 0px;
    }


    .header-text h1 {
        font-size: 32px;
    }
}

@media(min-width:1900px) {
    .rc-main-div {
        padding-right: 120px;
    }

        .rc-main-div .head2 {
            font-size: 38px;
        }
}
