
.font-25{
	font-size: 25px;
}
.font-30{
	font-size: 30px;
}
.copun-field{
	padding: 30px
}
.border-theme{
	border : 1px solid #127ea8
}
#modalCoupon .modal-content{
	background-color: #209ccc ;
	border-radius: 20px;
	padding-bottom: 20px;
}

.font-glacial{font-family: custom !important;}
.con-1180{max-width: 1180px;}
.font-45{font-size: 45px;font-family: custom;}
.font-40{font-size: 40px;font-family: custom;}
.font-34{font-size: 34px;font-family: custom;}
.font-15{font-size: 15px; line-height: 28px;}
.font-14{font-size: 14px;}
.font-20{font-size: 20px;}
.text-grey{color: #6e6e6e;}
.font-w-300{font-weight: 300;}
.let-spac-3{letter-spacing: 3px;}
body .sec-58vh{height: 75vh;}
.ser-book-master-sec .card{height: 100%;}
.ser-book-master-sec .card-body{margin-top: -56px;}
.grayHeader{
	background-color: #c39608;
	border-bottom: solid 1px #ffffff3b;
}
.navBar{
	background-color:transparent;
	top: 47px;
	
}
.navbar-light .navbar-nav .nav-link{
	font-size: 1em;
    font-weight: 300;
}
/* @media(max-width:1200px){
	.navbar-light .navbar-nav .nav-link{
		font-size:0.6em;
	}
} */
@media(max-width:991px){
	.mobileNavBar{
		background: #127ea8;
		padding: 14px;
	}
	.navBar{
		top:0px;
	}
	
}

@media(max-width:767px){
	
	.navbar-light .navbar-nav .nav-link{
		font-size:13px;
	}
	body .sec-58vh{height: 80vh;}
}
/* .rotate-360 i{
	transform: rotate(180deg);
} */
.sticky{
	background-color: #002764b5;
	top: 0;
	animation:.5s sticky;
}

@keyframes sticky{
	0%{
		margin-top: -100px;
	}

	100%{
		margin-top: 0;
	}
}

*{
	font-family: "Arsenal";
}
h1,h2,h3,h4,h5,h6{
	text-transform: capitalize;
}

section{	
	padding: 70px 0;
	position: relative;
}
.section{
	padding: 70px 0;
	position: relative;
}
.section1{	
    color:#fff;
	/* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
}

.section2{
	background-repeat: no-repeat;
	background-size: cover;
}
.section3{	
	background-size: cover;
    
}

.mainH1{
	font-size: 55px;
	font-weight: 800;
	font-family: 'Arsenal', sans-serif;

}
  
  
.h2Heading{
    font-size: 45px;
	font-weight: 600;
	text-transform: capitalize;
	text-shadow: 1px 0px 0 #000000;
}
.h3Heading{
	font-size: 26px;
	font-weight: 900;

}
.h4Heading{
	font-size: 28px;
    font-weight: 900;
    font-family: 'Arsenal';
}
.h5Heading{
	font-size: 16px;
	font-weight: 700;
	font-family: 'Arsenal' !important;
}

body > section.sectionFour > div > div.row.text-center.mt-2 > div > div > div > div.flip-card-back.d-flex.align-items-center > p{

	font-size: 19px;

}
.h6Heading{
	color: #fff;
    font-size: 23px;
}
.para{
	color: #000;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Arsenal';
}
.parablack{
	color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 32px;
    font-family: 'Arsenal';
}

@media(max-width:767px){
	.para{
		text-align: center;
	}
	
}


.btn-theme{
	text-transform: capitalize;
	font-size:18px;
	font-weight: 500;
	padding:10px 20px;
	color:#fff;
	/* box-shadow: 0px -2px 0 #0c2d2a; */
}

.bg-theme-blue{
	background-color: #c39608;
	/* border-bottom: solid 1px #ffffff4d; */
}

.btn.bg-theme-blue:hover{
	transition: .3s ease-in-out;
	color:#fff;
	background-color: #8f0e2f ;
}

.bg-theme-white{
	color: #c39608;
	background-color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
}

.btn.bg-theme-white:hover{
	transition: .3s ease-in-out;
	color:#8f0e2f;
	background-color: #fff;
}

.hrBlue{
	width: 200px;
}
.colorTheme{

	color: #fff;
    transition: .3s ease-in-out;
    text-decoration: underline;
}
.section6{
	background-color: #c39608;
    color: #fff;
    text-align: center;
	
}
.section7 {
    background-color: #f7f7f7;
    
}

.footer-img
{
	max-width:300px;
}
.roundedBtn{
	border-radius: 20px;
}
.btn-white{
	background-color: #fff;
	color: #000;
}

.border-radius-20{border-radius: 20px;}
.modalClose{
	position: absolute;
	right: 20px;
	top: 10px;
	color: #fff;
	z-index: 999;
}
#modalForDiscount .modal-content{
	background-color:#127ea8 ;
	background: url('../img/popup.jpg')no-repeat center/cover;
	padding-bottom: 25px;
	border-radius: 50px;
}
@media(max-width:1000px){
	#modalForDiscount .modal-content{
		background: none;
		background-color: #127ea8 ;
	}
}
.cursor-pointer{
	cursor: pointer;
}
#modalForDiscount .modal-content .mainH1{
	font-size: 45px;
}
#modalForDiscount .modal-para{
	font-size: 19px;
	margin-bottom: 50px;
}
#modalForDiscount .modal-fom .form-control{
	height: 45px;
	margin-bottom: 22.5px;
}
#modalForDiscount .modal-fom textarea.form-control{
	height: 180px;
}
#modalForDiscount .btn-modal{
	font-size: 17px;
	background: #000;
	color: #fff;
	letter-spacing: 1px;
}
#modalForDiscount .modal-check-para{
	font-size: 14px;
	margin-bottom: 25px;
	display: inline-block;
}


@media(max-width:1000px){
	#modalForOrder .modal-content{
		background: none;
		background-color: #39409b;
	}
}

#modalForOrder .modal-content .mainH1{
	font-size: 45px;
}
#modalForOrder .modal-para{
	font-size: 19px;
	margin-bottom: 50px;
}
#modalForOrder .modal-fom .form-control{
	height: 45px;
	margin-bottom: 22.5px;
}
#modalForOrder .modal-fom textarea.form-control{
	height: 180px;
}
#modalForOrder .btn-modal{
	font-size: 17px;
	background: #000;
	color: #fff;
	letter-spacing: 1px;
}
#modalForOrder .modal-check-para{
	font-size: 14px;
	margin-bottom: 25px;
	display: inline-block;
}
.close{
	color: #fff !important;
}
/* Uzair */

@media only screen and (max-width: 767px)
{

	.h3Heading
	{
		font-size:18px;
	}

	.mainH1
	{
		font-size:35px;
	}

	.h6Heading
	{
		font-size:14px;
	}

	.owl-carousel .owl-item img
	{
		width:100% !important;
	}

	.footer-img
	{
		max-width:220px;
	}
	.section2 .btn-theme{padding: 8px 15px;margin: 0 auto;display: inline-block;}
	 .btn-theme{padding: 8px 15px;}
	#owl-demo .item .row .p-5{padding: 2rem 2rem 1rem !important;text-align: center;}
	#owl-demo .item .btn-theme{margin: auto;display: inherit;}


	section{	
		padding: 35px 0 !important;
		position: relative;
	}
	.section{
		padding: 35px 0  !important;
		position: relative;
	}


}




/*mega menu style*/


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  top: 50px;
  width:680px;
  z-index: 1;
  box-shadow:6px 6px 70px #0009;
}
.dropdown-content .rowForCat{
    padding:33px;
}
.headingOnMenu{
    text-align:left;
    font-size:22px;
    font-family:"Nunitio",sans-serif;
}
.catOnMenu{
    font-size:20px;
    font-family:'Nunito',sans-serif;
    font-weight:800;
    color:#127ea8;
    text-align:left;
    
}
.dropdown-content a:hover{
	text-decoration: none;
	color: #127ea8;

}
.dropdown-content a{
    display:block;
	text-align:left;
	color: #000;
}
.dropdown-content .header {
  background: #127ea8;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.contentRightDes{
    padding:10px;
}
.contentRightDes p{
    text-align:left;
}
.web-header ul li ul{
    padding:0;
}
.web-header ul li ul li{
    line-height:20px;
    display:flex;
    
}
.web-header ul li ul li i{
    font-size:8px;
    
}
.web-header ul li ul li a{
    width:100%;
}
.web-header ul li ul li p span{
    font-size:20px;
    font-weight:700;
    color:#127ea8;
    line-height:40px;
}
.web-header ul li ul li p{
    display:none;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    right: 0;
    max-width: 70%;
    padding-left: 20px;
    text-transform: initial;
    text-align: left;
    padding-right: 50px;
    top: 25%;

}
.web-header ul li ul li:hover p{
    display:block;
    transition:.3s ease-in-out;
}

.web-header .nav-item:hover .dropdown-content{
	display: block;
}
@media(max-width:1082px){
	.dropdown-content{
		display: none!important;
	}
}

@media(max-width:1199px){
.para{
	font-size: 14px;
}

@media(max-width:991px){
	
}

@media(max-width:767px){


	#navbar > div > nav > a > img{
		width: 100% !important;
	}

	#navbar > div > nav > a{
		width: 50%;
	}
	.navbar-nav{
		background-color: #127ea8;
		padding: 10px;
	}
	.h2Heading{
		font-size: 24px;
		font-weight: 600;
		text-align: center;
	}
	.h4Heading{
		font-size: 18px;
		font-weight: 600;
	}
	section{padding: 15px 0;}
	.btn-modal {padding: 14px 35px;
}
.font-45, .font-40{font-size: 28px;text-align: center;}
.font-15{line-height: 22px;text-align: center;}
.font-20{font-size: 17px;text-align: center;}
}

.navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler{
	border: 1px solid #fff;
}
}

.backlink{
	color: #127ea8;
}
.backlink:hover{
	text-decoration: none;
	color: #454ab6;
}

.btn{

	font-weight: 900;

}


body > section.comp-section > img{
	width: 100%;
}