
body{
    font-family: 'PT Sans', sans-serif;
   
}
.page-bg{
    background-image: url('../images/page-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    
    background-attachment: fixed;
}
header{
    background-color: #841921;
    padding-bottom: 10px;
}
header .navbar-brand{
    text-align: center;
    display: block;
    width: 100%;
}
header .container-fluid{
    display: block !important;
}
header .navbar-brand{
    color: #ffbe0a;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 30px;
}
header .navbar-brand:hover{
    color: #fadc8a;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;  
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #ffbe0a;
    transition-duration: 1s;
    transition: linear;
}
.navbar-toggler{
    margin-left: auto;  
    display: block;
}
.navbar-toggler:focus{
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.75);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.75);
}
.ml-auto{
    margin-left: auto;
}
.mr-auto{
    margin-right: auto;
}
.pr-0{
    padding-right: 0px;
}
.pl-0{
    padding-left: 0px;
}




.introduction{
    background-image: url('../images/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 24px;
    background-position: center top;
}
.introduction .introduction-images{
    margin-top: 35px;
    margin-right: 20px;

}
.introduction .introduction-images img{
    margin-bottom: 20px;
    border: 2px solid #841921;
    border-radius: 5px;
}




.aboutus{
    background-color: #FEFBF6;
    padding-top: 100px;
    padding-bottom: 100px;
}
.aboutus-head{
    text-align: center;
}
.aboutus .aboutus-head h1{
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    color: #fff;
}
.aboutus .aboutus-head h1 span{
    color: #ffbe0a;
}
.aboutus .aboutus-head b{
    color: #ffbe0a;
    width: 120px;
    height: 6px;
    background-color: #841921;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 9px;
    
}

.aboutus .aboutus-details {
    padding-top: 60px;
    padding-bottom: 30px;
}
.aboutus .aboutus-details .aboutus-content h1{
    font-weight: 900;
    letter-spacing: 2px;
    color: #841921;
    margin-bottom: 45px;
    color: #ffbe0a;
}
.aboutus .aboutus-details .aboutus-content p{
    font-size: 24px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: #dcdcdc;
}
.aboutus-content{
    margin-left: 40px;
}






.g-photos{
    background-color: #841921;
    padding-top: 100px;
    padding-bottom: 100px;
}
.g-photos h1{
    color: #fff;
    font-weight: 900;
font-size: 50px;    

}
.g-photos b{
    color: #ffbe0a;
    width: 128px;
    height: 6px;
    background-color: #ffbe0a;
    display: block;
    border-radius: 9px;
}
.g-photos .photos{
    padding-top: 86px;
}
.g-photos  img{
    border: 2px solid #dcdcdc;
    margin-bottom: 35px;
}
.click-photos-btn{
    text-decoration: none;
    background: yellow;
color: #000;
padding: 10px 10px;
    
    font-weight: 900;
    
    border-radius: 3px;
    word-spacing: 2px;
    font-size: 16px;
    margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
height: 170px;
margin-bottom: 68px;


}
.click-photos-btn:hover{
    background-color: #ffbe0a;
    transition: linear;
    transition-duration: 1s;
}
.click-photos-btn h2{
    color: #000;
    font-size: 20px;
margin-top: 52px;
font-weight: bold;
}
.click-photos-btn:hover{
    text-decoration: none;
    color: #dcdcdc;
}
.photos-more-btn-sec{
    text-align: center;
}






.contactus{
    
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    background-image: url(../images/bage-bg-one.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.contactus .contact-text{
    background-color: #ffbe0a;
    padding-top: 80px;
    padding-bottom: 80px;
    height: 280px;

    border-top-right-radius: 52px;
    position: absolute;
    margin-top: 20px;
}
.contactus .contact-text h1{
    font-weight: 900;
    letter-spacing: 4px;
    text-align: center;
    word-spacing: 4px;
    padding-bottom: 0px;
    font-size: 70px;
    padding-right: 66px;
padding-left: 66px;

}
.contactus .contact-info{
    background-color: #841921;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    height: 280px;

  
    
}
.contactus .contact-info a{
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    margin-top: 16px;
display: block;
}




footer{
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer p{
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}
footer a{
    color: #fff;
    text-decoration: none;
}

/* start-media-query-for-responsive */

@media only screen and (min-width:992px) and (max-width:1199px){
	.container{
        width: 960px;
    }
    .contactus .contact-text h1{
        font-size: 50px;
        padding-right: 48px;
    padding-left: 56px;
    padding-top: 20px;
    }
    .contactus .contact-info a{
        font-size: 21px;
margin-top: 13px;
    }
    .click-photos-btn{
        font-size: 50px;
    }
    .click-photos-btn{
        height: 138px;
    }
    .click-photos-btn h1{
        margin-top: 40px;
    }
    .contactus .contact-text{
        padding-right: 54px;
    }
}




@media only screen and (min-width:768px) and (max-width:991px){
	.container{
        width: 720px;
    }
    .aboutus .aboutus-details .aboutus-content p{
        font-size: 22px;
letter-spacing: 0px;
word-spacing: 3px;
    }

    .click-photos-btn{
        font-size: 37px;
padding-left: 0px;
padding-right: 0px;
height: 92px;
    }
    .contactus .contact-text h1{
        font-size: 40px;
        padding-right: 28px;
        padding-left: 66px;
    }
    .click-photos-btn h2{
        margin-top: 25px;
    }
    .g-photos{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .g-photos h1{
        font-size: 40px;
    }
}



@media only screen and (min-width:576px) and (max-width:767px){
	.container{
        width: 540px;
    }

    .aboutus{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .aboutus .aboutus-head h1{
        font-size: 38px;
    }
    .aboutus .aboutus-details .aboutus-content h1{
        letter-spacing: 3px;
        margin-bottom: 24px;
        font-size: 28px;
    }
    .aboutus .aboutus-details .aboutus-content p{
        font-size: 17px;
        letter-spacing: 0px;
        word-spacing: 0px;
    }
    .aboutus .aboutus-head b{
        height: 4px;
    }
    .g-photos{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .g-photos h1{
        font-size: 38px;
    }
    .g-photos b{
        width: 100px;
        height: 4px;
    }
    .click-photos-btn{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 24px;
        height: 74px;
    }
    .click-photos-btn h2{
        margin-top: 16px;
    }
    .contactus .contact-text{
        height: 230px;
    }
    .contactus .contact-text h1{
        font-size: 24px;
        padding-right: 20px;    
    }
    .contactus .contact-info{
        height: 230px;
    }
    .contactus .contact-info a{
        margin-top: 0px;
        font-size: 15px;
    }
    .contactus{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    footer p{
        font-size: 15px;
    }
}

@media only screen and (max-width:479px){
    .container{
        width: 100%;
    }
    .click-photos-btn{
        font-size: 22px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .g-photos{
        padding-left: 60px;
        padding-right: 60px;
    }
    .g-photos h1{
        font-size: 40px;
    }
    .contactus .contact-text{
        position: unset;
    }
    .contactus .contact-text h1{
        font-size: 30px;
    }
    .contactus .contact-text{
        height: 175px;
    }
    .contactus .contact-info{
        height: 175px;
    }
    .contactus .contact-info a{
        margin-top: 0px;
        font-size: 17px;
        display: block;
    }
    .contactus{
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .aboutus .aboutus-head h1{
        font-size: 40px;
     }
     .aboutus .aboutus-details .aboutus-content h1{
        margin-bottom: 30px;
        margin-top: 30px;
     }
     .aboutus .aboutus-details .aboutus-content p{
        font-size: 20px;
letter-spacing: 0px;
word-spacing: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
     }
     .aboutus-details img{
        width: 100% !important;
     }
     .aboutus{
        padding-top: 70px;
        padding-bottom: 70px;
     }
     .introduction-images .col-sm-4{
        padding-right: 0px;
     }
     header .navbar-brand{
        font-size: 24px !important;
     }
     .introduction-images{
        margin-right: 0px;
        padding-right: 0px;
     }
     .aboutus-content{
        margin-left: 0px !important;
     }
     .aboutus .aboutus-details .aboutus-content h1{
        margin-top: 40px !important;
        font-size: 38px;
     }
     .click-photos-btn{
        height: 56px;
     }
     .click-photos-btn h2{
        margin-top: 6px;
     }
     .g-photos{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 20px;
     }
}




