/* font */
/*@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700&family=Roboto&display=swap');*/

* {
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Cormorant Infant", serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Cormorant", serif;
}


.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: #fff;
}



.nav-link:hover {
    color: #d0a825 !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;
    background-color: white !important;
    border-radius: 0px 10px;
    border: none;
    font-weight: 700;
    font-size: 20px;
    margin: 3%;
    color: #1e1e1e;
}

.pa-2 {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */

    text-align: center;
}

.p-round {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #d0a825;
    font-weight: 600;
    font-size: 44px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.bg-img {
    background-image: url(../staging/images/bg-1.png) !important;
    background-attachment: fixed !important;
    background-size: cover;
}

.galleryimg{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}

.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 #d0a825;
    width: 70%;
}


.active1,
.accordion:hover {
    background-color: #1e1e1e;
    color: white;
}

.accordion:after {
    content: '\002B';
    font-size: 18px;
    border-radius: 50%;
    background-color: black;
    padding: 2px 7.5px;
    color: rgba(241, 242, 235, 1);
    font-weight: bold;
    float: right;
    margin-left: 5px;

}

.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;
    object-fit: cover;
    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 #d0a825;
    transition: all 0.35s ease;
}

.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:#d0a825 !important; 
   font-size: 22px;
}




@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

@media only screen and (max-width:700px) {



    .back-vied {
        min-width: 100% !important;
        height: 35vh;
        object-fit: cover !important;
    }

    .p-wd {
        width: 100%;
    }

    h2 {
        font-size: 25px;
        padding-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 0px !important;
    }

    .ser-h5{
        font-size: 18px;
     }

    .owl-carousel .owl-next {
        right: -50px !important;
    }

    .owl-carousel .owl-prev {
        left: -50px !important;
    }
}

.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;
}

@media only screen and (max-width:700px) {
    .accordion {
        width: 100%;
    }

    .panel {
        padding: 0 5px;
    }
}

input {
    border: none;
    width: 90%;
    background-color: transparent;
    /* border-bottom: 1px solid #001F3F; */
    color: grey;
    background-color: white;
    padding: 2% 4%;
    border-radius: 10px;
    opacity: 1;
}

.frm-btn {
    background-color: white !important;
    border-radius: 0px 10px;
    border: none;
    font-weight: 700;
    font-size: 15px;
    /*margin: 3%;*/
}

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 #d0a825;
    border-radius: 50%;
}


.contact-info {
    color: #fff;
    border-bottom: 1px solid #d0a825;
    padding: 15px 0;
}

.or {
    color: #d0a825;
    font-size: 50px;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #d0a825;
    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 #d0a825;
    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 #d0a825!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: #d0a825;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block !important;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #d0a825;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-carousel button.owl-dot {
    border: 1px solid #fff !important;
}

.blogs {
    margin-bottom: 40px;
}

.blog-content h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
}

.blog-content a {
    color: #d0a825;
    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 #d0a825;
        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%;
    transform: translate(-50%, -50%);
}

.clr-spn {
    color: #d0a825;
    font-size: 21px;
}

.pa-ve {
    font-size: 15px;
}


/* services */
.sec-re {
    overflow: hidden;
    position: relative;
}

.num {
    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(255, 255, 255, 0.1);
}

.num2 {
    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(255, 255, 255, 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 {
        width: 85%;
        display: block;
        margin: auto;
    }

    .num {
        position: absolute;
        top: 75% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 300px;
    }

    .num2 {
        top: 73%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 300px;
    }

    .ser-banner {
        height: 70vh;
        object-fit: cover;
    }

    .arw1-rot {
        transform: rotate(90deg) !important;
    }

    .sec-w {
        width: 100%;
    }

    .logo {
        width: 65% !important;
    }
}

/* gallery */
.tagline {
    font-size: 20px;
    line-height: 30px;
    color: #d0a825 !important;
}

.owl-carousel .owl-item img {
    padding: 10px;
}

a.nav-link.acti {
    color: #d0a825 !important;
}


a.nav-link.active.acti{
    color: #d0a825 !important;
}


/*  */

.com-inter-img{
    width: 100%;
    border-radius: 20px;
}

.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; */
}


/* .ul-cls li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background-color: #01456E;
} */