html, body {
	font-family: 'Open Sans', sans-serif;
}
header {
	font-family: 'Open Sans', sans-serif;
}
.top_div {
	background: #f3d068;
}
.top_div p {
	font-size: 16px;
	margin: revert;
	padding: 8px;
	font-weight: 500;
}
.top_div_nav
{
	display: flex;
	justify-content: space-between;
}
header {
	background: rgb(108,39,27);
	background: linear-gradient(0deg, rgba(108,39,27,1) 0%, rgba(149,53,37,1) 100%, rgba(255,255,255,1) 100%);
}
header .navbar_container {
	padding: 0px;
}
.navbar-toggler {
    background-color: #f3d068;
    width: 56px;
    height: 40px;
}
.navbar-light .navbar-toggler {
	float: right;
	margin-top: 6px;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
	font-size: 15px!important;
	padding: unset;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
	color: #f3d068;
}
#global-nav {
	position:sticky;
	left: 0px;
	right: 0px;
	z-index: 9999;
	margin: auto;
	line-height: 50px;
}
ul.navbar-nav {
    display: flex
;
    justify-content: space-between;
    width: 100%;
}
.navbar_bg {

	-webkit-transition: width .5s, line-height .5s;
	transition: width .5s, line-height .5s;
}
.navbar_container
{
	justify-content: end !important;
}
.scrolled-nav {
	line-height: 45px !important;
	top: 0px!important;
	width: 100%!important;
	background: rgb(108,39,27);
	-webkit-transition: width .5s, line-height .5s;
	transition: width .5s, line-height .5s;
}
.scrolled-nav .navbar-container {
	padding: 0px;
}
.scrolled-nav img {
	width: 90px;
	height: 90px;
}
header .login_btn {
	height: 52px;
	width: 105px;
	background: #f10087;
	border: 0px;
	color: #ffffff;
	border-radius: 0px;
	font-size: 17px;
}
header .login_btn:hover {
	color: #ffffff;
	background: #ef8b47;
}
.img_1, .img_2
{
	margin-top:20px;
}


/*--------section1-------------*/




/*------section2-------------*/



.section2 .img1 {
	margin-top: -52px;
	position: relative;
}
.section2 .img2, .section2 .img3 {
	margin-top: 4px;
	padding: 5px;
	width: 100%;
}



/*------section3-------------*/


.section3 {
	
		margin: 30px 0px;
	
}
.section3 h1 {
	font-size: 30px;
	font-weight: 700;
}
.section3 h1 span {
	color: #e1be54;
}
.section3 h5 {
	font-size: 20px;
	line-height: 29px;
}
.section3 p {
	color: #666666;
	line-height: 29px;
	font-size: 16px;
}
.section3 button {
    width: auto;
    height: auto;
    background: rgb(225 190 84);
    background: linear-gradient(0deg, rgb(186 149 40) 0%, rgb(239 194 61) 100%, rgba(255, 255, 255, 1) 100%);
    border: 0px;
    color: #ffffff;
    border-radius: 32px;
    padding: 14px 30px;
}
.section3 button:hover {
	background: linear-gradient(0deg, rgb(239 194 61) 0%, rgb(186 149 40) 100%, rgba(255,255,255,1) 100%);
}



/*------section4-------------*/
 
 
 
 
.section4 {
	background: #e7e7e5;
	padding: 30px 0px 0px;
}
.section4 h1 {
	font-size: 30px;
	font-weight: 600;
margin-bottom: 0px;
}
.section4 .btn2 {
	float: right;
	width: auto;
    height: auto;
    background: rgb(225 190 84);
    background: linear-gradient(0deg, rgb(186 149 40) 0%, rgb(239 194 61) 100%, rgba(255, 255, 255, 1) 100%);
    border: 0px;
    color: #ffffff;
    border-radius: 32px;
    padding: 14px 30px;
}
.section4 .btn2:hover {
	background: linear-gradient(0deg, rgb(239 194 61) 0%, rgb(186 149 40) 100%, rgba(255,255,255,1) 100%);
}
.section4 .div1, .section4 .div1, .section4 .div1 {
	float: left;
}
.section4 .div1 {
	width: 31.5%;
}
.section4 .div2 {
	width: 28%;
}
.section4 .div3 {
	width: 40%;
}

.section4 .img-container {
  position: relative;
  width: 100%;
}

.section4 .img-container img {
  display: block;
  width: 100%;
  height: auto;
  
}

.section4 .img-container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:rgb(230 186 57 / 60%);
}

.section4 .img-container:hover .overlay {
  opacity: 1;
  cursor:pointer;
}
.title_gal
{
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


/*-----------footer-------*/ 
 
 
footer {
	background: #2d0a07;
	color: #ffffff;
	padding-top: 35px;
}
footer .footer_logo {
	margin-top: 60px;
}
footer h5 {
	text-transform: uppercase;
	padding-bottom: 14px;
	font-size: 18px;
}
footer p.address {
	background: url(../imgs/map_icon.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 6px;
}
footer p.phone {
	background: url(../imgs/phone_icon1.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 6px;
}
footer p.email {
	background: url(../imgs/mail_icon1.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 0px 6px;
}
footer p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}
footer ul.list {
	margin-left: -12px;
}
footer ul li:before {
	content: "";
	position: absolute;
	width: 7px;
	margin-left: -18px;
	height: 7px;
	margin-top: 10px;
	background-color: #e9c559;
	border-radius: 50%;
}
footer ul li {
	font-size: 16px;
	list-style-type: none;
	font-weight: 300;
}
footer ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	line-height: 29px;
}
footer ul li a:hover {
	color: #e9c559;
}
footer .footer_sub {
	background: #101010;
	text-align: center;
	margin-top: 20px;
}
footer .footer_sub p {
	font-size: 16px;
	margin: 0px;
	font-weight: 100;
	padding: 10px;
}



/*-------------inner-page---------*/

.about_section1 img
{
	padding:0px;
	
}

.about_section2
{
	
	margin: 36px 0px;
}
.about_section2 h1
{
	font-size: 30px;
    font-weight: 700;
	
}
.about_section2 h1 span
{
	color: #e1be54;
	
}
.about_section2 h5 {
    font-size: 20px;
    line-height: 29px;
}
.about_section2 p
{
	
	color: #666666;
    line-height: 29px;
    font-size: 16px;
}


/*-------------320-480---------*/
@media (max-width : 992px) {

.logo
{
	max-width: 300px;
}
.top_div_nav {
    display: flex
;
    justify-content: space-between;
    padding: 10px 0px 5px;
}
}
@media (max-width : 767px) {

	.top_div_nav {
		flex-direction: column;
		align-items: center;
	}	
	.top_right {
		display: flex
	;
	gap: 8px;
	}
	.top_div p {
		font-size: 16px;
		margin: revert;
		padding: 0px;
	}
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.scrolled-nav {
	line-height: 38px !important;
}
#global-nav {
	line-height: 30px;
}
.top_div .logo {
	width: 70%;
}
.top_div p {
	float: left!important;
	font-size: 15px;
	margin: auto;
	padding: 0px;
	line-height: 29px;
}

.section1 .large_srn {
	object-fit: cover;
	min-height: 300px;
}
.section2 .img1 {
	margin-top: 15px;
	position: relative;
}
footer .footer_logo {
	margin-top: 0px;
	margin-bottom: 30px;
}

.section4 .div1,
.section4 .div2,
.section4 .div3 {
	width:100%;
}

.about_section1 .about_bnr
{
	object-fit: cover;
	min-height: 220px;
}
.about_section2 h1
{
	margin-top: 30px;
}

}





/*-------------481---580---------*/

 @media only screen and (min-device-width : 481px) and (max-device-width : 580px) {
.top_div p {
	float: left!important;
	font-size: 15px;
	margin: auto;
}
#global-nav {
    
    line-height: 30px;
}
.section1 .large_srn {
	object-fit: cover;
	min-height: 300px;
}

.section2 .img1 {
	margin-top: 15px;
	position: relative;
}
.section4 .div1 {
    width: 52%;
}
.section4 .div2 {
    width: 46.5%;
}
.section4 .div3 {
    width: 100%;
}
footer .footer_logo {
	margin-top: 0px;
	margin-bottom: 30px;
}

.about_section1 .about_bnr
{
	object-fit: cover;
	min-height: 250px;
}

}

/*-------------581---768---------*/

@media only screen and (min-device-width : 581px) and (max-device-width : 768px) {

#global-nav {
    
    line-height: 30px;
}
.top_div p {
   font-size: 14px;
    float: none!important;
}
.section1 .large_srn {
	object-fit: cover;
	min-height: 300px;
}

footer .footer_logo {
	margin-top: 0px;
	margin-bottom: 30px;
}
.about_section1 .about_bnr
{
	object-fit: cover;
	min-height: 250px;
}


}
 

/*----------769---991---------*/

@media only screen and (min-device-width : 769px) and (max-device-width : 991px) {
#global-nav {
    
    line-height: 30px;
}
.top_div p {
	font-size: 14px;
}

footer p {
	font-size: 15px;
}
footer ul li a {
	font-size: 15px;
}
.about_section1 .about_bnr
{
	object-fit: cover;
	min-height: 250px;
}

}

/*-------------992---1024---------*/

 @media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
.navbar-light .navbar-nav .nav-link {
	font-size: 13px!important;
	padding: 0px 6px;
}
}



/*-------------1025---1200---------*/

@media only screen and (min-device-width : 1025px) and (max-device-width : 1200px) {
.navbar-light .navbar-nav .nav-link {
	font-size: 13px!important;
	
}
}



/*-------------1201---1400---------*/

@media only screen and (min-device-width : 1201px) and (max-device-width : 1400px) {
}

/*-------------1400---------*/

 @media only screen and (min-device-width : 1401px) {
	 
	 .section1 .large_srn {
	object-fit: cover;
	min-height: 500px;
	width:100%;
}
	 
}


/*-------------1500---------*/

@media only screen and (min-device-width : 1501px) {
}
