*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
.mb-res-img{
width: 100% !important;
}
.third_sec .img_grp .text_div {
 
   min-height: 812px !important;
}
}
@media (min-width: 768px) {
    .third_sec .img_grp .text_div .button {
        padding: 17px !important;
        width: 35%;
        position: relative;
        left: 33%;
    }
}
/* @media only screen and (min-width: 769px) {
    .no-mrgn-sm{
      margin-top:-110px !important;
    }
} */

.cstm-abt-h{
    font-size:18px !important;
}
.home-img{
    width: 100%;
}
.pop-text{
    font-size: 18px !important;
}
section.first_sec {
    padding: 40px 0;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    padding-bottom: 70px;
}

.overlay {
    background: #544447;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.65;
}

.container {
    z-index: 9999;
    position: relative;
}

.content_div {
   
    width: 80%;
    margin: auto;
}
.cstm-card{
box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, .4);
display: table-cell;
position: relative;
height: 100%;
padding: 36px 36px 36px 36px;
color: #777777;

}
.modal-header-cstm {
    display: flex;
    color: white;
    background-color: #544447;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modalimg{
    height: 180px;
    width: 240px;
    float: left;
    padding: 8px 8px 0px 0px;
    border-radius: 15px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 25px;
}
.header ul {
    display: flex;
    gap: 17px;
    /* gap: 30px; */
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo_div img {
    width: 100px;
}

.header ul a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.card_grp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
}

.card_grp .card_div {
    color: #fff;
    /* padding: 37px; */
    padding: 20px;
    border-radius: 10px;
    background: #473d427a;
}

.card_grp .card_div a {
    color: #b49759;
    font-size: 20px;
    font-weight: 600;
}

.card_grp .card_div a i {
    margin-left: 5px;
    margin-top: 10px;
}

.arrow_div {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

section.second_sec {
    padding: 40px 0;
}

section.second_sec .img_div {
    margin-top: -25%;
    box-shadow: 2px 1px 8px 4px #00000047;
}

.video_div iframe {
    width: 100%;
    height: 400px;
}

.text_content p {
    color: rgb(119, 119, 119);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.text_content h2 {
    color: rgb(48, 49, 51);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 24px;
}

section.second_sec {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    margin-top: -52px;
    z-index: 9999;
    position: relative;
}

.second_sec .text_content {
    padding-top: 50px;
}

.third_sec .img_grp {
    display: flex;
    background: #000;
    color: #fff;
}

.third_sec  .img_div img {
    height: 400px;
    object-fit: cover;
    width: 350px;
}

.third_sec  .img_div img {
    height: 600px;
    object-fit: cover;
    width: 480px;
}

.third_sec .img_grp .text_div {
    padding: 10px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.third_sec .img_grp .text_div .button {
    color: #b49759;
    text-decoration: none;
    font-weight: 900;
    padding: 30px;
    text-align: center;
    border: 1px solid;
}

.third_sec .img_grp .text_div .button:hover {
    background: #b49759;
    color: #000;
}

.single_img img {
    height: 400px;
    filter: grayscale(1);
    object-fit: cover;
}

.bg_div {
    background: #b49759;
    width: 65%;
    position: absolute;
    right: 0;
    top: -1.2%;
    height: 13px;
    z-index: 99;
}

section.fourth_sec {
    background-size: cover!important;
    padding: 40px 0;
    background-position: bottom!important;
    padding-bottom: 130px;
}
.fourth_sec .card_div {
    box-shadow: 2px 1px 17px 4px #00000030;
    background: #f7f7f7;
    padding: 20px;
}
.fourth_sec .card_div h6 {
    color: #b49759;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

section.fourth_sec .text_content {
    padding: 0 30px;
}

section.fifth_sec {
    padding: 40px 0;
    background-color: #fff;
}

section.fifth_sec .text_content {
    padding: 20px 0;
}

section.fifth_sec .text_content a, section.fifth_sec .text_content h6 {
    color: #000000;
    padding: 10px 0;
    text-decoration: none;
    font-weight: 700;
}

section.fifth_sec .text_content a:hover {
    color: #b49759;
}

section.fifth_sec .img_grp .text_content {
    padding-top: 40px;
}

section.sixth_sec .text_content a {
    display: block;
    color: rgb(48, 49, 51);
    text-decoration: none;
    font-size: 24px;
    margin-bottom: 10px;
}

section.sixth_sec {
    padding: 40px 0;
}

section.sixth_sec .sm_div {
    display: flex;
    gap: 20px;
}

section.sixth_sec h6 {
    margin-bottom: 50px;
}

.video_div video {
    width: 100%;
    margin: 20px 0;
    height: 360px;
}

.header .button {
    padding: 10px 20px;
    border: 1px solid #fff;
    cursor: pointer;
    
}

.header .button:hover {
    background: #fff;
    color: #564649;
}

.header li {
    margin: 20px 0;
}
@media(max-width:1400px){

    section.third_sec .container {
        max-width: 100%;
    }
}

@media(max-width:990px){

    .single_img {
        order: 2;
    }

    section.fourth_sec .text_content {
        padding: 0;
    }

    .bg_div {
        top: -0.6%;
        width: 50%;
    }

    .third_sec .img_div img {
        width: 433px;
    }
}

@media(max-width:767px){

    .card_grp .card_div {
        padding: 10px 5px;
    }

    .content_div {
        width: 100%;
    }
    .card_grp {
        flex-direction: column;
        margin-bottom: 71px;
    }

    .header {
        flex-direction: column;
    }

    .header ul {
        order: 2;
    }
}


@media(max-width:530px){
    .third_sec .img_grp {
        flex-direction: column;
        padding: 20px 0;
    }

    .third_sec  .img_div{
        height: 452px;
        object-fit: cover;
        width: 100%;
        margin-top: 10px;
    }

    .logo_div img {
        width: 70px;
    }

    .header ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .video_div video {
    width: 100%;
    margin: 20px 0;
    height: auto;
    }
}
/* css by MG */
.overlay-cstm{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.65;
}
.gentlemen{
    font-size: 18px;
    color: white;
    border-bottom: 2px solid;
    display: inline;
    letter-spacing: 3px;
    padding-bottom: 5px;

}
.cstm-margin{
    margin-top: 90px !important;
}
.hero-title{
    font-size: 50px;
    font-weight: 400;
    color: white;
}
.welcome-heading{
    font-size: 32px;
}

@media (min-width: 992px) {
    .cstm-card-h{
        min-height: 506px !important;
        margin-top: 20px !important;
    }
  }