/* font */
/*@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700&family=Roboto&display=swap');*/

* {
    font-family: "Nunito", sans-serif;
}

h1,
h2,
h3,
h4 {

    font-family: "Bebas Neue", sans-serif;
}

h1{
    font-size: 55px !important;
}

.img-round{
    border-radius: 20px !important;
}

.com-bg{
    background-color: #f2f9ff !important;
}

h2 {
    word-spacing: 10px;
    letter-spacing: 0.5px !important;
    color: #52C306;
    font-size: 50px !important;
}

.logo-name {
    color: #0086ff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: 10px;
    line-height: 0px;
}

.carousel-inner{
    position: relative;
}


.bner-abs{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.bner-abs button{
    font-size: 25px;
    font-weight: 500;
    border-radius: 20px;
}

.viedo-container {
    overflow-x: hidden;
}

.corosil-img {
    /* height: 100vh !important;
    object-fit: cover; */
}

.bgcolor .logo {
    width: 16% !important;
}

.logo {
    width: 50% !important;
}

.nav-link {
    color: black;
}



.nav-link:hover {
    color: #52C306 !important;

}

.navbar-nav .nav-link {
    font-size: 16px !important;
    font-weight: 500;
}

.back-vied {
    /* min-width: 100vw !important;
    height: 100vh;
    object-fit: cover !important; */
}

body {
    background: #1E1E1E;
}


.common-bg {
    background-color: #353535;
}

.bg1 {
    background-color:
        rgba(0, 0, 0, 1);
}

.bg2 {
    background-color: rgba(15, 15, 15, 1);
}

.tx-just {
    text-align: justify !important;
    text-align-last: center !important;
}

/* navbar */
.nav-sec1 {
    width: 40%;
}

.nav-sec2 {
    width: 60%;
}

h2 {
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 80px;
}

.p-1 {
    font-size: 14px !important;
    line-height: 28px;
    font-weight: 600;
    padding: 8% 6% !important;
    margin-bottom: 0px;
}



.btn-p {
    text-decoration: none;
   
    border-radius: 0px 10px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    margin: 3%;
    background-color: #0086ff !important;
    color: white;
}

.pa-2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */

    text-align: center;
}

.p-round {
    display: flex;
    align-items: center;
    font-family: "Bebas Neue", sans-serif;
    justify-content: center;
    border: 4px solid #52C306;
    font-weight: 600;
    font-size: 44px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.bg-img {
    background-image: url(../staging/images/sol-bg.png) !important;
    background-attachment: fixed !important;
    background-size: cover;
    z-index: -2;
    position: relative;
}


.cm-col {
    /* color: white !important; */
    /* color: #0086ff; */
    color: #52C306;
}

.galleryimg {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    /* background-color: rgba(0, 0, 0, 0.8); */
    background-color:#f2f9ff;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    z-index: -1;
}

.accordion {
    font-size: 18px;
    font-weight: 500;
    /* background-color: transparent; */
    /* color: white; */
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 0.5px solid #52C306;
    /* width: 70%; */
}


.p-wd {
    width: 73%;
    background-color: white;
    font-size: 14px;
}

/* img hover effect */

.box {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.box:hover img {
    opacity: 0.4;
}

.box .box-content {
    color: #fff;
    padding: 10px 20px;
    opacity: 0;
    top: 40%;
    left: 50%;
    margin-left: -50%;
    transform: translatex(-100px);
    position: absolute;
    border-bottom: 2px solid #52C306;
    transition: all 0.35s ease;
}

.w-us {
    width: 50px;
}

.box:hover .box-content {
    opacity: 1;
    transform: translateY(0);
}

.box .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 3px;
}

.box .post {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}


.abt-cor {
    /*height: 400px;*/
    object-fit: cover;
}

.ser-h5 {
    color: #52C306 !important;
    font-size: 22px;
}

h5 {
    color: #52C306 !important;
}

.accordion-button{
    font-family: "Nunito", sans-serif; 
    font-weight: 600;
}


@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }

    .box img {
        width: 100%;
        height: 150px;
    }
}

@media only screen and (max-width:700px) {

    .nav-sec1 {
        width: 75%;
    }

    .logo-name {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        word-spacing: 5px;
        line-height: 0px !important;
    }


    .back-vied {
        min-width: 100% !important;
        height: 35vh;
        object-fit: cover !important;
    }

    .p-wd {
        width: 100%;
    }

    .imp-data{
        font-size: 18px !important;
    }

    h2 {
        font-size: 45px;
        padding-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 0px !important;
        word-spacing: 5px;
        letter-spacing: 0.7px !important;
    }

    .box img {
        width: 100%;
        height: 150px !important;
    }

    .ser-h5 {
        font-size: 18px;
    }

    .owl-carousel .owl-next {
        right: -50px !important;
    }

    .owl-carousel .owl-prev {
        left: -50px !important;
    }

    .abt-cor {
        height: 250px !important;
    }

    .po-ab {
        width: 60%;
        text-align: center;
    }

    h2 {
        padding-top: 60px;
    }
}

.active1:after {
    content: "\2212";
}

.panel {
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



input, select {
    border: none;
    width: 90%;
    background-color: transparent;
    /* border-bottom: 1px solid #001F3F; */
    color: grey;
    background-color: transparent;
    padding: 2% 4%;
    /* border-radius: 10px; */
    opacity: 1;
    border: 1.5px solid grey;
}


.frm-btn {
    background-color: #0086ff !important;
    color: white;
    /* border-radius: 0px 10px; */
    border: none;
    font-weight: 700;
    border: 1.5px solid grey;
    font-size: 15px;
    /*margin: 3%;*/
}

@media only screen and (max-width:700px) {
    .accordion {
        width: 100%;
    }

    .panel {
        padding: 0 5px;
    }
    select {
        width: 100%;
    } 
    
}

p a {
    text-decoration: none;
    color: black;
}

.sta-spn1 {
    position: relative;
    background: #1E0D03;
    border-radius: 8px;
    color: white;
}

.sta-spn2 {
    position: absolute;
    font-weight: 600;
    font-size: 12px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #52C306;
    border-radius: 50%;
}


.contact-info {
    color: #fff;
    border-bottom: 1px solid #52C306;
    padding: 15px 0;
}

.or {
    color: #52C306;
    font-size: 50px;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #52C306;
    font-weight: 800;
}

.testimonial p {
    text-align: justify;
    color: #000;
}

.testimonial .user-name {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.testimonial .user-detail {
    display: block;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

.testimonial-content {
    background: #FFFFFF;
    color: #fff;
    padding: 15px;
    min-height: 217px;
    border-radius: 0px 40px;
}

.userimg img {
    width: 100% !important;
}

.testimonial-content .userimg img {
    border: 1px solid #52C306;
    border-radius: 50%;
}

.testimonial-content .innercontent {
    width: 88% !important;
}


.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #52C306 !important;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}

.owl-carousel .owl-prev .fa,
.owl-carousel .owl-next .fa {
    color: #52C306;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid grey !important;
    display: inline-block !important;
    background: grey;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #0086ff;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-carousel button.owl-dot {
    border: 1px solid lightgray !important;
}

.blogs {
    margin-bottom: 40px;
}

.blog-content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
}

.blog-content a {
    color: #52C306;
    font-weight: 800;
    font-size: 18px;
    margin: 15px 0;
    text-decoration: none;
}


@media only screen and (min-width:760px) {
    .img-w {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
}



@media only screen and (max-width:700px) {
    .sec-re h2 {
        font-size: 27px;
        padding-top: 8%;
    }

    .img-w {
        width: 100%;

    }

    input {
        width: 100% !important;
    }

    .bgcolor .logo {
        width: 65% !important;
    }

    .p-1 {
        line-height: 15px;
        margin-bottom: 25px;
    }

    .pa-2 {
        font-weight: 300;
        font-size: 15px;
        line-height: 25px;
    }

    .p-round {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 4px solid #0086ff;
        font-weight: 600;
        font-size: 30px;
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }

    input::placeholder {
        color: grey;
    }


    input {
        width: 95%;
    }

    .userimg img {
        width: 50% !important;
    }

    .testimonial button {
        display: none !important;
    }


}


/* about us */

.po-rel {
    position: relative;
}

.po-ab {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(25px);
    border-radius: 10px;
    padding: 5px 20px;
    transform: translate(-50%, -50%);
}

.po-ab h1 {
    margin-bottom: 0px;
    color: white;
}

.clr-spn {
    color: #52C306;
    font-size: 21px;
}

.pa-ve {
    font-size: 15px;
}


/* services */
.sec-re {
    overflow: hidden;
    position: relative;
}

.num {
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0px;
    left: 88%;
    font-weight: 400;
    font-size: 350px;
    line-height: 375px;
    /* identical to box height, or 75% */

    text-transform: uppercase;

    color: rgba(0, 0, 0, 0.1);
}

.num2 {
    font-family: "Bebas Neue", sans-serif;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -2%;
    font-weight: 400;
    font-size: 350px;
    line-height: 375px;
    /* identical to box height, or 75% */

    text-transform: uppercase;

    color: rgba(0, 0, 0, 0.1);
}

.txt-just {
    text-align: justify;
}

.ser-img {
    width: 100%;
}

/* .ser-banner {
    min-height: 100vh;
} */


.footerlogo {
    width: 60%;
    display: block;
    margin: 0% auto;
}

.contimg {
    width: 100%;
    display: block;
    margin: 0% auto;
}

@media only screen and (max-width:700px) {
    .ser-img {
        display: block;
        margin: auto;
    }

    .num {
        position: absolute;
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 300px;
    }

    .num2 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 300px;
    }

    .ser-banner {
        height: 70vh;
        object-fit: cover;
    }

    .arw1-rot {
        transform: rotate(90deg) !important;
    }

    .overlay {

        /* background-color: rgba(0, 0, 0, 0.7); */
    }

    .sec-w {
        width: 100%;
    }

    .logo {
        width: 65% !important;
    }
}

/* gallery */
.tagline {
    font-size: 20px;
    line-height: 30px;
    color: #52C306 !important;
}

.owl-carousel .owl-item img {
    padding: 10px;
}

a.nav-link.acti {
    color: #52C306 !important;
}


a.nav-link.active.acti {
    color: #52C306 !important;
}


/*  */

.com-inter-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 150px;
}

.com-inter-name {
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 3%;
    text-transform: capitalize;
}

.spec {
    background-color: white;
    height: 200px;
    border-radius: 20px;
}

.speci-heading {
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
}

h1 {
    text-transform: uppercase !important;
}

.ul-cls li {
    font-size: 14px;
    list-style: none;
    padding: 5% 0%;
    margin-bottom: 0px !important;
    /* text-align: justify; */
}

.ftr-logo {
    font-size: 35px !important;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 2px;
    word-spacing: 15px;
    color: #0086ff !important;
}

.fixed-icons {
    left: 0;
    position: fixed;
    top: 50%;
    z-index: 100;
}

.ca-l,
.whatsapp-ico {
    background-color: #7da90d !important;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 21px;
    padding: 10px;
}

.fixed-icons a {
    color: white !important;
}

.ca-l,
.whatsapp-ico {
    background-color: #000;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 21px;
    padding: 10px;
}

.fotter-social{
    display: flex;
    justify-content: space-between;
}

/* footer location */

.serv-provi strong{
    font-size: 18px;
}

.icons-social1 a {
    color: white !important;
}

.icons-social1 svg path{
 font-size: 50px;
}


/* .ul-cls li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #01456E;
} */