﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

img {
    object-fit: cover;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

    .loading .text-center img {
        width: 200px;
        -webkit-animation-name: scale;
        animation-name: scale;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .loading.hidden img {
        -webkit-animation: fadeout 1s;
        animation: fadeout 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fadeout {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/*navbar*/
.top-menu {
    background-color: #fcfcfc !important;
    box-shadow: 0px 4px 12px #00000070;
    /*border-radius: 4px;*/
    z-index: 999999;
    transition: 0.2s ease-in-out;
    position: sticky;
    top: 0px;
}

.bg-light {
    background-color: white !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(64 64 65);
}

.nav-item {
    font-weight: 600;
    padding: 10px;
    /*margin: 0 auto;*/
}

.navbar {
    padding: 0;
}

.navbar-nav {
    font-size: 20px;
}

.navbar-brand {
    margin-right: 18rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(64 64 65) !important;
}

.top-menu .navbar-light .navbar-nav .nav-link:hover {
    color: #ac0b2a !important;
    /*border-bottom: 2px solid;*/
}

.navbar-nav li .dropdown-menu::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 35px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.bg-light {
    background-color: #fcfcfc !important
}

.top-menu .dropdown-menu {
    box-shadow: 0 0 10px #000000a3;
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
    border-bottom: 3px solid #5db8d9;
    color: black;
}

    .top-menu .dropdown-menu a {
        color: black;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

.nav-item .sub-nav {
    font-size: 19px;
    color: #5db8d9 !important;
    font-weight: 600;
    /*border-bottom: 1px solid;*/
    padding-left: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #5db8d9 !important;
}
/*navbar end*/


/*slider*/

.slider-before {
    position: relative;
}

#slider .carousel-inner .carousel-item {
    position: relative;
    height: calc(100vh - 99px);
}

.carousel-item img {
    height: 100%;
    width: 100%;
}

#slider .carousel-item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}



.slider-before .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    z-index: 1;
    width: 100%;
    height: fit-content;
}

.carousel-caption h4 {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.slider-before .carousel-caption h3 {
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-align: center
}

/*slider end*/
/*section-2*/
.section-gap {
    padding: 80px 0;
}

.expert-section {
    background-color: #5db8d9;
    color: white;
}

    .expert-section p {
        margin-top: 22px;
        font-size: 18px;
    }

.inner-section {
    padding-top: 40px;
}

    .inner-section .sub-inner {
        padding: 0 29px;
    }

        .inner-section .sub-inner p {
            font-size: 18px;
            /*font-weight:500;*/
        }

.sub-inner img {
    width: 50%;
    /*height: 100%;*/
    padding: 5px 0;
    margin: 18px 0;
    transition: all 400ms ease;
}
/*section-2 end*/

/*about us*/

.heading h1 {
    margin-bottom: 30px;
    color: #5db8d9;
}

.heading h4 {
    margin-bottom: 30px;
}

.pra {
    text-align: justify;
    font-size: 18px;
    padding: 20px 0;
    color: #404041;
}

.morebtn a {
    color: #5db8d9;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    transition: .5s;
    position: relative;
    animation: zoomIn 1s both 1.5s;
    /*transform: translatey(0px);
    animation: float 6s ease-in-out infinite;*/
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.avatar {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

.sub-inner .counter::after {
    content: " +";
    display: inline-block;
}

.counter {
    font-size: 50px;
    margin-bottom: 20px;
    color: #404041;
}

.heading-1 {
    margin-bottom: 40px;
}

/*service*/
.our-service {
    background-color: transparent;
    position: relative;
}

    .our-service::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(255, 255, 255, 0.95), rgb(255 255 255 / 70%)), url(../../Images/background-m-25.jpg);
        filter: grayscale(21%);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        z-index: -1;
    }

.icon-container {
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid white;
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 30px auto;
    margin-bottom: 27px;
    transition: all 0.3s ease-in-out;
    padding: 22px;
}

    .icon-container:last-child:before {
        border-top: none;
    }

    .icon-container:hover {
        border-color: white;
        box-shadow: -2px -1px 31px 4px rgb(0 0 0 / 28%);
    }

    .icon-container .icon-circle {
        width: 100px;
        height: 100px;
        background-color: white;
        display: inline-block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        transition: all ease 0.6s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

.icon.icon-circle img {
    height: 46px;
    transition: 0.3s ease-in-out;
}

.icon-container .icon-circle:hover img {
    transform: scale(1.5);
    transition: 0.3s ease-in-out;
}

.icon-container .icon-circle:hover {
    background: white;
    transition: 0.6s ease-in-out;
}

.icon-container .icon-circle i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    color: #fff;
    transition: all ease 0.6s ease-in-out;
}

    .icon-container .icon-circle i:hover {
        transition: all ease 0.6s ease-in-out;
    }

/*achivements*/
.icon-container-1 {
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid rgb(93 184 217);
    height: 150px;
    width: 150px;
    text-align: center;
    margin: 30px auto;
    margin-bottom: 27px;
    transition: all 0.3s ease-in-out;
    padding: 22px;
}

    .icon-container-1:last-child:before {
        border-top: none;
    }

    .icon-container-1:hover {
        /*border-color: #5d5d5d;*/
        box-shadow: -2px -1px 31px 4px rgb(0 0 0 / 28%);
    }

    .icon-container-1 .icon-circle-1 {
        width: 100px;
        height: 100px;
        background-color: #5db8d9;
        display: inline-block;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        transition: all ease 0.6s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

.icon-1.icon-circle-1 img {
    width: 60%;
    transition: 0.3s ease-in-out;
}


.icon-container-1 .icon-circle-1:hover img {
    transform: scale(1.5);
    transition: 0.3s ease-in-out;
}

.icon-container-1 .icon-circle-1:hover {
    /*background: #000000;*/
    transition: 0.6s ease-in-out;
}

.icon-container-1 .icon-circle-1 i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    color: #fff;
    transition: all ease 0.6s ease-in-out;
}

    .icon-container-1 .icon-circle-1 i:hover {
        transition: all ease 0.6s ease-in-out;
    }

/*testinomial*/

.testimonial:after {
    position: absolute;
    top: 0 !important;
    left: 0;
    content: " ";
    /*background: url(img/testimonial.bg-top.png);*/
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    background-position: center;
    background-size: cover;
}

.service-inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.owl-dots {
    display: none;
}

.carousel .service-inner img {
    /*height: 10%;*/
    width: 15% !important;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: -6px 6px 6px rgb(0 0 0 / 23%);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgb(0 0 0 / 23%);
}

.carousel .service-inner p {
    font-size: 18px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.owl-next span {
    /*width: 100%;*/
    height: 100%;
    font-size: 100px;
    top: 50px;
    position: absolute;
    color: #ffffffa1;
    right: 0;
}


    .owl-next span:hover {
        color: white;
    }

.owl-prev span {
    /*width: 100%;*/
    height: 100%;
    font-size: 100px;
    top: 50px;
    position: absolute;
    left: 0;
    color: #ffffffa1;
}

    .owl-prev span:hover {
        color: white;
    }

.service-details h6 {
    text-align: center;
    font-style: italic;
}

.service-details .desig {
    text-align: center;
    font-style: italic;
    margin-bottom: 0.5rem;
}
/*.slider-main {
    background-image: url('../../images/biz3-slider-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}

    .slider-main:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: #11111154;
    }

    .slider-main .carousel-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        width: 100%;
        transform: translate(-50%, -50%);
    }

        .slider-main .carousel-caption h4 {
            font-size: 22px;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

        .slider-main .carousel-caption h3 {
            font-size: 30px;
            font-weight: 600;
            letter-spacing: 1px;*/
/*text-transform: uppercase;*/
/*text-align: center;
        }

        .slider-main .carousel-caption button {
            border: 1px solid #d7b56d;
            color: #fff;
            padding: 10px 30px;
            border-radius: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: #d7b56d;
            margin-top: 30px;
            transition: 0.2s ease-in-out;
        }*/
/*footer*/
.footer {
    /*background-color: #011c39;*/
    background-color: #b9b9b9;
    /*background: linear-gradient( 70deg, #9E9E9E 40%, #673AB7 40%);*/
}

.b-heading h4 {
    color: #404041;
}

.b-heading {
    color: #404041;
    text-align: justify;
    font-size: 18px;
}

    .b-heading a {
        color: #404041;
        text-align: justify;
        font-size: 18px;
    }

    .b-heading p a:hover {
        text-decoration: none;
    }

.b-logo img {
    width: 50%;
}


.social-media {
    margin-top: 20px;
    width: 50%;
}

    .social-media ul {
        display: flex;
        justify-content: center;
    }

        .social-media ul li {
            padding: 5px 10px;
            border: 1px solid #404041;
            border-radius: 10px;
            margin-right: 5px;
            list-style-type: none;
        }

            .social-media ul li a {
                text-decoration: none;
                color: #404041;
            }


.bottom-link ul li {
    text-decoration: none;
    list-style-type: none;
    padding: 7px 10px;
}

    .bottom-link ul li a {
        color: #404041;
        font-size: 18px;
        font-weight: 400;
    }

        .bottom-link ul li a:hover {
            text-decoration: none;
        }

.sub-footer {
    padding: 10px 5px;
    background: #111;
    color: #fff;
    letter-spacing: 1px;
}

    .sub-footer p {
        margin: 0;
        font-size: 16px;
        text-align: center;
    }

        .sub-footer p a {
            color: #90a12e;
            letter-spacing: 1px;
            text-decoration: none;
            font-weight: 600;
        }
/*about us*/
/*.about-main {
    background-image: url('../../images/aboutus.jpg');
    background-size: cover;
    background-attachment: fixed;
    height: 50%;
    padding: 200px;
    position: relative;
    background-size: auto;
    background-repeat: no-repeat;
    z-index: -2;
}
    
    .about-main:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #11111191;
        z-index: -1;
    }

    .about-main .heading-1 h1 {
        color: white;
    }*/

.core-value {
    background-color: white;
    color: black;
    text-align: center;
    padding: 30px 18px;
    border-radius: 4px;
    /*box-shadow: 0 0 20px white;*/
    height: 90%;
    transition: 0.5s ease-in;
}

    .core-value h3 {
        text-align: center;
        color: #5db8d9;
    }

    .core-value:hover {
        box-shadow: 0 0 20px white;
        transition: 0.5s ease-in;
    }

.testimonial-about {
    background-color: white;
    color: #404041;
}


/*career*/

.marketing-inner {
    margin: 40px 0;
}

    .marketing-inner ul li {
        font-size: 18px;
        font-weight: 700;
        line-height: 2;
        margin-bottom: 10px;
    }

        .marketing-inner ul li span {
            font-size: 18px;
            font-weight: 400;
        }

.btn-1 {
    position: absolute;
    right: 50%;
    background: white;
    padding: 6px 20px;
    font-size: 22px;
    font-weight: 400;
    color: #5db8d9;
    border-radius: 4px;
    box-shadow: 0 0 10px #424242;
    border: 1px solid white;
    transition: 0.5s ease-in;
}

    .btn-1:hover {
        box-shadow: 0 0 20px white;
        transition: 0.5s ease-in;
        border: 1px solid #5db8d9;
        background-color: #5db8d9;
    }

    .btn-1 a {
        color: #5db8d9;
        transition: 0.5s ease-in;
    }

    .btn-1:hover a {
        text-decoration: none;
        color: white;
        transition: 0.5s ease-in;
    }

.form-outer {
    padding: 20px 50px;
    border: 1px solid #5db8d9;
    border-radius: 10px;
    margin-top: 30px;
    /*box-shadow: 0 0px 10px #5db8d94f;*/
    background-color: aliceblue;
}

.form-control {
    /*padding: 22px;*/
    border: 1px solid #5db8d9;
    box-shadow: 0 0 5px #5db8d94f;
    transition: 0.5s ease-in;
    margin-top: 15px;
}

    .form-control:focus {
        transition: 0.5s ease-in;
        box-shadow: 0 0 15px #5db8d9;
    }

.form-outer .form-group {
    margin-bottom: 30px;
}

.submit-btn {
    background: #5db8d9;
    padding: 6px 20px;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 10px #5db8d94f;
    border: 1px solid #5db8d9;
    transition: 0.5s ease-in;
}

    .submit-btn:hover {
        text-decoration: none;
        box-shadow: 0 0 15px #5db8d9;
        transition: 0.5s ease-in;
        border: 1px solid #5db8d9;
        background-color: white;
        color: #5db8d9;
    }

.job_section .box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid white;
    margin-top: 25px;
    transition: all .3s;
    border-radius: 5px;
    background-color: white;
    color: black;
}

    .job_section .box .job_content-box {
        display: flex;
        align-items: center;
    }

    .job_section .box .img-box {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin-right: 20px;
        border: 1px solid #717171;
        background-color: #ffffff;
    }

        .job_section .box .img-box img {
            width: 100%;
        }

    .job_section .box .option-box {
        display: flex;
        margin-left: auto;
        margin-top: 10px;
    }

    .job_section .box .detail-box .detail-info {
        display: flex;
    }

        .job_section .box .detail-box .detail-info h6 {
            margin: 0;
            margin-right: 15px;
        }

    .job_section .box .option-box .fav-btn {
        margin-right: 25px;
        border: none;
        background: none;
        outline: none;
        color: inherit;
    }

    .job_section .box .option-box .apply-btn {
        display: inline-block;
        padding: 5px 15px;
        background-color: #5db8d9;
        color: white;
        border-radius: 5px;
        transition: all .3s;
        border: 1px solid white;
        outline: none;
    }

    .job_section .box .option-box a:hover {
        text-decoration: none;
    }

.model-details ul li {
    font-size: 16px;
}
/*.career-section {
    border: 1px solid black;
    background-color: white;
    color: #5a5a5a;
    padding: 20px;
    border-radius: 10px;
}*/
/*conatct_us*/
.contact-form {
    padding: 50px;
    /* border: 1px solid #5db8d9; */
    border-radius: 10px 0 0 10px;
    margin-top: 30px;
    box-shadow: 0 0px 10px #5db8d94f;
    background-color: white;
}

.contact-outer {
    padding: 50px;
    /* border: 1px solid #5db8d9; */
    border-radius: 0 10px 10px 0;
    margin-top: 30px;
    box-shadow: 0 0px 10px #5db8d94f;
    background-color: #5db8d9;
}

/*service*/

.k-invalid-msg {
    position: absolute;
    left: 6px;
    color: red;
}

.k-button span {
    display: none;
}

.k-button {
    text-align: left;
}

.k-upload-files li {
    list-style-type: none;
    text-align: initial;
}

.k-widget .k-clear-selected {
    padding: 5px 15px;
    /*display: flex;*/
    border: 1px solid #5db8d9;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    color: #5db8d9;
    position: absolute;
    left: 100px;
    display: none;
}

.k-widget .k-upload-selected {
    padding: 5px 15px;
    border: 1px solid #5db8d9;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    color: #5db8d9;
    display: none;
}

.k-upload-status {
    display: flex;
    color: #5db8d9;
    font-size: 18px;
    display: none;
}

.upload-label {
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #6c757d;
}

.job-section {
    background: #f5f6ff;
    position: relative;
    overflow: hidden;
}

.avatar {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}
