/*Main styles*/

body {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
}

.container-fluid {
    width: 100%;
}

.headerlogo {
    margin: auto;

}

.navbox {
    margin: auto;

}

.navbar-brand {
    padding: 10px;
}

.nav-item {
    color: #707070;
    font-size: 20px;
    padding: 5px;
    text-align: center;

}

.italh1 {
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-style: italic;
    color: #AA9381;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.topphoto {
    width: 100%;
    margin-top: 30px;
    object-fit: cover;
}

.active {
    color: #FFFFFF;
    background-color: #EBD8C9;
    border-radius: 10px;
}

.bluebox {
    background-color: #EDF6FD;
}

.blueboxp {
    font-size: 18px;
    color: #707070;
    text-align: justify;
}

/* Here starts About us section main style*/
.introbox {
    background-color: #EDF6FD;
    padding: 30px;

}

.quote {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    color: #2A709B;
    text-align: end;
}

/*Here starts staff section main styles*/
.beigebox {
    background-color: #F0E5DC;
    margin: auto;
}

.bluesubt {
    color: #2A709B;
    padding: 10px;

}

.staff {
    margin: auto;
    text-align: center;
}

.staffphoto {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.jobtitle {
    height: auto;
    width: 70%;
    text-align: center;
    margin: auto;
}

.whitesubt {
    color: #FFFAF0;
    font-size: 20px;
    background-color: #AA9381;
    padding: 10px;
}

/*Here starts gallery section main style*/
.gallerybox {
    margin-top: 100px;
}

.crrslimg {
    width: 100%;
    height: auto;
}

.crrsltxt {
    width: 60%;
    height: auto;
}

.crrslh1 {
    font-size: 16px;
}

.crrslp a {
    font-size: 15px;

}

.crrslp1 {
    font-size: 15px;
    color: #FFFFFF;
}

/*Here starts subscribe section main styles*/
.subscribebox {
    margin: auto;
    margin-top: 100px;

}

.bluebtn {
    background-color: #2A709B;
    color: #FFFFFF;
    margin: auto;
    border: none
}

.subsbtn {
    margin: auto;
    align-items: center;
    text-align: center;
    border: none;
}

.blueh {
    color: #2A709B;
}

.lrgtxt {
    font-size: 16px;
}

/*Here starts footer section*/
.darkbluebox {
    background-color: #2A709B;
    margin-top: 150px;
}

.copytxt {
    color: #EBD8C9;
    font-size: 18px;
}

.socialtxt {
    color: #EBD8C9;
    padding: 5px;
    font-size: 18px;

}

.logoftr {
    width: 30px;
    height: auto;
    margin: auto;
}


/*Here starts Services Page main styles*/
.servicebox {
    margin: 20px;
}

.beigeboxserv {
    background-color: #F0E5DC;
}

.servicesphoto {
    width: 300px;
    object-fit: cover;
}

.brownsubt {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    color: #684A3A;
    padding: 10px;
    text-align: center;
}

.drkbluesubt {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-style: italic;
    color: #2A709B;
    padding: 10px;
    text-align: center;

}

.servdescription {
    width: 70%;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: #684A3A;
    margin-top: 5px;
    padding: 10px;
    text-align: center;

}

.drkblueh2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-style: italic;
    color: #2A709B;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
}

.brwnh2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-style: italic;
    color: #684A3A;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
}

/*Here starts 2nd section services*/

.servbox1 {
    width: 100%;
    display: flex;
    flex-direction: row;

}

.servsqr {
    width: 100%;
    object-fit: cover;

}

.servfullp {
    height: auto;
    font-size: 16px;
}

.servfull {
    margin-top: 100px;
}

.bluep {
    color: #2A709B;
}

.bgp {
    color: #AA9381;
}

.brownp {
    color: #684A3A;
}

.whtbg {
    background-color: #FFFFFF;
}

.brownbtn {
    background-color: #AA9381;
    color: #FFFFFF;
    margin: auto;
    border: none;
}

/* Here starts video services main styles*/

.videoservices {
    height: auto;
    margin: 5px;
    margin-top: 100px;
    padding: 20px;
}

/*Here starts Portfolio main styles section*/
.brownsubt2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    color: #684A3A;
    margin-top: 30px;
    margin-bottom: 50px;
    ;
    padding: 10px;

}

.portp {
    font-size: 18px;
    ;
}

.lgblue {
    background-color: #EDF6FD;
}

.bglgt {
    background-color: #F0E5DC;
}

.portfimg {
    object-fit: cover;
}

.bluebtn2 {
    background-color: #2A709B;
    color: #FFFFFF;
    border: none;
    margin: auto;

}

.brwnbtn {
    background-color: #AA9381;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
}

/*Here starts Contact us maind styles section*/
.contphoto {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 100px;
    object-fit: cover;
    padding: 20px;
}

/*Heres starts Media queries section*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .servfullp {
        height: auto;
        background-color: #FFFFFF;
        padding: 10px;
        margin: auto;
    }

    .col-xs-1 {
        width: 8.33%;
    }

    .col-xs-2 {
        width: 16.66%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33%;
    }

    .col-xs-5 {
        width: 41.66%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.33%;
    }

    .col-xs-8 {
        width: 66.66%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33%;
    }

    .col-xs-11 {
        width: 91.66%;
    }

    .col-xs-12 {
        width: 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


    .boxtop {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .servsqr {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 50%;
        height: 250px;
        object-fit: cover;
        padding: 10px;
        text-align: center;
    }

    .servfullp {
        background-color: #FFFFFF;
        height: auto;
        width: 50%;
        align-content: center;
        padding: 10px;
        margin: 10px;
    }

    .boxbottom {
        display: flex;
        flex-direction: row-reverse;
    }
}

.col-sm-1 {
    width: 8.33%;
}

.col-sm-2 {
    width: 16.66%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-4 {
    width: 33.33%;
}

.col-sm-5 {
    width: 41.66%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-7 {
    width: 58.33%;
}

.col-sm-8 {
    width: 66.66%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-10 {
    width: 83.33%;
}

.col-sm-11 {
    width: 91.66%;
}

.col-sm-12 {
    width: 100%;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/*Gallery section md queries*/

    .crrslh1 {
        font-size: 18px;
    }

    .crrslp a {
        font-size: 17px;
    }

    .crrslp1 {
        font-size: 17px;

    }

/*Services section md queries*/
    .boxtop {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .servsqr {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 50%;
        height: auto;
        object-fit: cover;
        padding: 10px;
        text-align: center;
    }

    .servfullp {
        background-color: #FFFFFF;
        height: auto;
        width: 50%;
        align-content: center;
        padding: 10px;
        margin: 10px;

    }

    .boxbottom {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .spcbtw {
        margin-top: 100px;
    }

    .col-md-1 {
        width: 8.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33%;
    }

    .col-md-8 {
        width: 66.66%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33%;
    }

    .col-md-11 {
        width: 91.66%;
    }

    .col-md-12 {
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    /*Here starts gallery section main style*/


    /*Services section lg media queries*/

    .boxtop {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    .servsqr {
        display: flex;
        flex-direction: row;
        margin: auto;
        width: 50%;
        height: auto;
        object-fit: cover;
        padding: 20px;

    }

    .servfullp {
        background-color: #FFFFFF;
        height: auto;
        width: 50%;
        align-content: center;
        padding: 20px;
        text-align: center;
        margin: 20px;
        font-size: 18px;
        ;

    }

    .boxbottom {
        display: flex;
        flex-direction: row-reverse;
    }

    .col-lg-1 {
        width: 8.33%;
    }

    .col-lg-2 {
        width: 16.66%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33%;
    }

    .col-lg-5 {
        width: 41.66%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33%;
    }

    .col-lg-8 {
        width: 66.66%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33%;
    }

    .col-lg-11 {
        width: 91.66%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

/* Extra Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1025px) {
    .col-xl-1 {
        width: 8.33%;
    }

    .col-xl-2 {
        width: 16.66%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33%;
    }

    .col-xl-5 {
        width: 41.66%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33%;
    }

    .col-xl-8 {
        width: 66.66%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33%;
    }

    .col-xl-11 {
        width: 91.66%;
    }

    .col-xl-12 {
        width: 100%;
    }
}