@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Yeseva+One&display=swap');

body{
	font-family:'Nunito', sans-serif;
}

*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none !important;
}

/*header-style-start*/
.top-bar{
	padding: 10px;
	background: #000000;
}
.top-bar .top-bar-con ul{
	padding: 0 !important;
	margin: 0 !important;
}
.top-bar .top-bar-con ul li{
	display: inline;
}
.top-bar .top-bar-con ul li:nth-child(2){
	padding-left: 15px;
}
.top-bar .top-bar-con ul li a{
	color: #fff;
}
.top-bar .top-bar-con i{
	padding-right: 5px;
}
.top-bar .top-bar-social ul{
	padding: 0 !important;
	margin: 0 !important;
}
.top-bar .top-bar-social ul li{
	display: inline;
}

.top-bar .top-bar-social ul li a{
	color: #fff;
}
.top-bar .top-bar-social i{
	padding-right: 5px;
}
.navbar-brand img{
	width: 365px;
}
.main-menu{
	    background-color: #ffffff;
	        box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
	padding: 20px 0 !important;
}
.menu ul li a{
	font-size: 17px;
	font-family: 'Nunito', sans-serif;
	padding: 5px 18px !important;
	color: #000000;
}
.normal{
	padding-right: 10px !important;
	    line-height: 33px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.normal-btn{
	
    background: linear-gradient(96deg, rgba(238,233,139,1) 0%, rgba(187,139,5,1) 58%);
  
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 0px;

}
.right-info{
	display: flex;
}
.drop1{
	color: #545959;
	border-left:2px solid#B8B8B8;
	padding-left: 5px;
}
.nav-link:focus, .nav-link:hover{
	color: #bb8b05 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #bb8b05 !important;
}
.dropdown-menu{
	padding: 0 !important;
}
.dropdown-item{
	font-size: 15px !important;
}

/*header-style-end*/

/*banner-style-start*/


.main-banner{
	padding: 50px 0;
}
.carousel-caption{
	bottom: 8.25rem;
}
.banner-caption h1{
	font-size: 55px;
	color: #fff;
	font-family: 'Yeseva One', cursive;
	font-weight: 600;
}
.banner-caption h2{
	font-size: 55px;
	color: #f97930;
	font-weight: 600;
}
.banner-caption p{
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
}
.banner-caption a{
	color: #fff;
	background:linear-gradient(96deg, rgba(238,233,139,1) 0%, rgba(187,139,5,1) 58%) ;
	padding: 10px 45px;
	border-radius: 5px;
}
.banner-caption a:hover{
	border: 1px solid#f97930;
	transition: 0.5s;
	color: #444;
	background: #fff;
}
.carousel-indicators [data-bs-target].active{
	width: 15px !important;
	height: 15px !important;
	transition: 0.5s all ease-in-out;

}
.carousel-indicators [data-bs-target]{
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
}
.carousel-item img{
	transform: scale(1.0);
	transition: 0.5s all ease-in-out;
}
.brand1{
	background: #fdfbea;
	padding: 50px 0;
	position: relative;
}
.shape-2 img{
   position: absolute;
   right: 0;
   top: 0;
}



/*======================================
47. Circle Effect
======================================*/

.circle-effect-1{
	position: relative;
    z-index: 2;
    margin: 20px 17px;
}
.circle-effect-1 + .wt-info h2{
	font-size: 24px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.radius-bx.circle-effect-1:after, 
.radius-bx.circle-effect-1:before{
	content: "";
	border-radius: 100%;
	position: absolute;
}

.circle-effect-1:after{
	background-color:#bb8b05;
	width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
    z-index: -2;
}

.circle-effect-1:before{
	background-color:#fff;
	width: 105%;
    height: 105%;
    left: -4%;
    top: -4%;
    z-index: -1;
}

.circle-effect-1:after, .circle-effect-1:before{
	transition:all 0.2s linear;
}
.circle-effect-1:hover:after{
    left: -5%;
    top: -5%;
}

.circle-effect-1:hover:before{
    left: -1%;
    top: -1%;
}


.circle-effect-1 + .wt-info p{
	font-size:16px;
	margin-bottom: 15px;
}

.circle-effect-2{
	margin: 0 auto;
    position: relative;
    width: 94%;
    z-index: 2;
}

.circle-effect-2 + .wt-info p{
	font-size:16px;
}

.wt-box{
	position: relative;
}
.site-text-primary{
	color: #EC5598;
}

.radius-bx {
    border-radius: 100%;
}

.radius-bx.circle-effect-1:after, .radius-bx.circle-effect-1:before {
    content: "";
    border-radius: 100%;
    position: absolute;
}
.wt-img-overlay11-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s linear;
    transform: scale(0);
}
.wt-img-overlay11-content .overlay-11-detail {
    display: table;
    height: 100%;
}
.wt-img-overlay11-content .overlay-11-detail .overlay-11-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.wt-img-overlay11-content .overlay-11-detail .overlay-11-info p{
	margin-top: 30px;
}
.wt-img-overlay11-content .overlay-11-detail .overlay-11-info h4 a {
    color: #fff;
}
.wt-img-overlay11-content .bg-color {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
}

.price-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}
.price-circle {
    display: table;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.radius-bx.circle-effect-1:after, .radius-bx.circle-effect-1:before {
    content: "";
    border-radius: 100%;
    position: absolute;
}
/*-------------------------------------
	10. effect 11
-------------------------------------*/
.wt-img-overlay11:hover .wt-img-overlay11-content{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.wt-img-overlay11-content{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	transition:all 0.3s linear;
    transform: scale(0);
}
.wt-img-overlay11-content .overlay-11-detail{
	display:table;
	height:100%;
}

.wt-img-overlay11-content .overlay-11-detail .overlay-11-info{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.wt-img-overlay11-content .overlay-11-detail .overlay-11-info h4 a{
	color:#fff;
}

@media only screen and ( max-width:991px ){
.wt-img-overlay11-content .overlay-11-detail p{
	font-size:13px;
	line-height:18px;	
}
}
.wt-img-overlay11-content .bg-color{
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	left:0px;
	top:0px;
}
.site-bg-primary{
	background: #0c0c0c7a;
}

.service{
	padding: 50px 0;
/*	background: #fef5f0;*/
}
.service h2{
	
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Yeseva One';
    color: #444;

    text-transform: capitalize;
}
.service p{
	font-size: 16px;
	text-align: justify;
	margin: 10px 0;
}
.service h3{
	margin: 10px 0; 
    font-size: 25px;
  
    font-weight: 700;
    font-family: 'Yeseva One';
    color: #444;

    text-transform: capitalize;
}
.service-img{
    border: 1px solid #ddd;
    padding: 10px;
}
.about-section{
	padding: 50px 0;
}
.section-title{
	margin-bottom: 30px;
	text-align: center;
}
.section-title span{
	color: #bb8b05;
}
.section-title h1{
	text-align: center;
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: 'Yeseva One';
	color: #444;
}

.section-title h3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 700;
	font-family: 'Yeseva One';
	color: #fff;
}

.inner-part1{
/*	z-index: 111;*/
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	text-align: center;
	height: 417px;
    margin-bottom: 20px;
}
.inner-part1:hover{
	box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
	transition: 0.5s;
}
.inner-part1 h1{

	font-size: 23px;
	font-weight: 700;
	color: #4d4d4d;
	padding: 15px 0;
}
.inner-part1 img{
	width: 70%;
}
.inner-part1 p{
	
	font-size: 15px;
	color: #4d4d4d;
	font-weight: 500;
	line-height: 25px;
}
.inner-part1 a{
	font-size: 16px;
	color:#4d4d4d;

}
.inner-part1 a:hover{
	color: #f97930;
	transform: translate(10px);
}
.counter-container {
  display: flex;

  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}
.counter1{
	background: #3d3d3d;
	padding: 50px 0;
}
.counter1 p{
	color: #fff;
	text-align: center;
	font-size: 25px;

}
.border1{
	border-right:1px solid#ffffff61;
}
.border1:last-child{
	border: none;
}
.case{
	padding: 50px 0;
}
.case-inner{
	position: relative;
}
.case-inner img{
	border-radius: 15px;
}
.case-inner1 img{
	border-radius: 15px;
}
.case-inner-text  h2 a{
	bottom: 25px;
	text-align: center;
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    left: 45px;
	position: absolute;
}
.case-inner1{
	padding-top: 50px;
	position: relative;
}
.case-inner-text1  h2 a{
	bottom: 25px;
	text-align: center;
	font-size: 18px;
    color: #fff;
    font-weight: 600;
    left: 45px;
	position: absolute;
}
.case-btn{
	margin-top: 30px;
	text-align: center;
}
.case-btn a {
    color: #fff;
    background: #f97930;
    padding: 10px 45px;
    border-radius: 5px;
}
.case-btn a:hover{
	border: 1px solid#f97930;
	transition: 0.5s;
	color: #444;
	background: #fff;
}
.vision{
	padding: 50px 0;
}

.feature-title{
	text-align: center;
}
.feature-title h1{
	display: inline-block;
	text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.feature1{
	padding: 50px 0;
}
.feature-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.feature-img{
	padding: 0 15px;
}
.tes-title{
	text-align: center;
}
.tes-title h1{
	display: inline-block;

    font-size: 30px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.tes-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.testimonial1{
	background: #fdfbea;
	padding: 50px 0;
}
.book-title{
	text-align: center;
}
.book-title h1{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.book-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}

.form-control:focus{
	border-color: #f8783b;
	box-shadow: 0 0 0 0.25rem rgb(248 120 59 / 40%);
}
.normal-btn2{
	background: #3d3d3d;
    border: 1px solid #3d3d3d;
    color: #ffffff;
    padding: 10px 35px;
    border-radius: 5px;
    margin-right: 5px;
}
.faq{
	padding: 50px 0;
}
.faq-title{
	text-align: center;
}
.faq-title h1{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.faq-title h1:before{
	content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right:-25px;
    background: #f97930;
}
.accordion-button:not(.collapsed){
	    color: #000000;
    background-color: #fff5f0;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button::after{
	background-image:url(../img/Icons/plus-circle.png) !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #fd7e46 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 130 75 / 50%) !important;
}
.area{
	padding: 50px 0;
}
.area-title{
	text-align: center;
}
.area-title h1{
   display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.area-title h1:before{
   content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.area-inner{
	border-radius: 15px;
	box-shadow: 1px 2px 6px 0px rgb(0 0 0 / 20%);
}
.area-inner img{
	border-radius: 15px 15px 0 0;
}
.area-inner h1{
	text-align: center;
	font-size: 20px;
	color: #f97930;
	padding: 15px;
}
.blog{
	padding: 50px 0;
}
.blog-title{
	text-align: center;
}
.blog-title h1{
	display: inline-block;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.blog-title h1:before{
	 content: '';
    position: absolute;
    text-align: right;
    width: 31px;
    height: 8px;
    top: 30px;
    right: -25px;
    background: #f97930;
}
.blog-inner{
	border-radius: 15px;
	height: 370px;
	border: 1px solid#ddd;
}

.blog-inner p{
	color: #000;
	font-weight: 600;
	font-size: 15px;
	padding: 15px 20px;
	margin: 0;
}
.blog-inner a{
	font-size: 16px;
	color: #000;
	padding-left: 20px;
	
}
.ribben{
	padding: 30px 0;
	background: #fd6f31;
}
.ribben-inner{
	text-align: center;
}
.ribben-inner h1{
	color: #fff;
	font-size: 30px;
}
.ribben-inner h1 a{
	color: #fff;
}
.normal-btn3{

    border: 1px solid #fff;
    color: #ffffff;
    margin-left: 25px;
    padding: 10px 35px;
    border-radius: 5px;
    margin-right: 5px;
}
.normal-btn3:hover{
	background: #3d3d3d;
	border: 1px solid #3d3d3d;
	transition: 0.5s;
}
.footer{
	background: #323232;
	padding: 50px 0;
}
.footer-inner-content h1{
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}
.footer-inner-content p{
	color: #fff;
	text-align: justify;
}
.footer-inner-content ul{
	padding: 0 !important;
}
.footer-inner-content ul li{
	color: #ffffff;
	list-style: none !important;

}
.footer-inner-content ul li a{
	color: #fff;
}

.footer-inner-contact h1{
	font-size: 25px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}
.footer-inner-contact p{
	color: #fff;
	text-align: justify;
}
.footer-inner-contact ul{
	padding: 0;
}
.footer-inner-contact ul li{
	color: #ffffff;
	line-height: 28px;
	list-style: none;

}
.footer-inner-contact ul li a{
	color: #fff;
}

.footer-inner-contact  li{
	margin: 10px 0;
	position: relative;
	padding-left: 30px;
}
.footer-inner-contact  i{

    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-inner-content li{
	margin: 10px 0;
}
.footer-inner-content i{
	padding-right: 8px;
	font-size: 14px;
}

.footer-inner-content-bottom1 h1{
	font-size: 25px;
	color: #fff;
	margin-top: 93px;
	font-weight: 600;
}
.footer-inner-content-bottom1 ul li{
	color: #ffffff;
  display: inline-block;
  width: 30px ;
  line-height: 30px;
  text-align: center;
  height: 30px;
  border-radius: 50%;
  background: #525252;
  border: 1px solid#525252;
}

.footer-inner-content-bottom1 li{
	margin: 10px 0;
}
.footer-inner-content-bottom1 i{
     text-align: center;
	font-size: 14px;
}
.footer-inner-content-right{
	color: #fff;
}
.footer-inner-content-right p{
	color: #fff;
	font-size: 14px;
}
.footer-inner-content-right input{
	width: 60%;
	height: 48px !important;
	margin-right: 20px;
	display: flex;
	margin-bottom: 15px;
}
.footer-inner-content-right form{
	    display: flex;
    margin-right: 5px;
}
.footer-inner-content-right .normal-btn{
	height: 48px !important;
	padding: 15px 32px;
	font-size: 14px;
}
.footer-inner-content-right form input[type="submit"]{
	height: 48px;
}
.footer-inner-content-right-bottom2{
	margin-top: 30px;
}
.footer-inner-content-right-bottom2 h1{
font-size: 25px;
	color: #fff;
     margin-bottom: 20px;
	font-weight: 600;
}
.footer-inner-content-right-bottom2 p{
	font-size: 15px;
	color: #fff;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.navbar-toggler:focus{
	box-shadow: 0px !important;
}
.silder{
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.silder .owl-item.active.center .slider-card{
	transform: scale(1.15);
	opacity: 1;
	text-align: center;
	overflow: hidden;
	
}
.slider-card ul li{
	display: inline;
}
.silder .owl-item.slider-card i{
color: #f6ca02;	
}
.silder .owl-item.active.center .slider-card ul li{
	display: inline;
}
.silder .owl-item.active.center .slider-card i{
	color: #f6ca02;
}

.slider-card img{
	width: 50px !important;
}
.slider-card{
	
	
	border-radius: 5px;
    margin: 10px 9px;
	transform: scale(0.9);
	opacity: 0.5;
	transition: all 0.3s;
}
.slider-card p{
	margin: 0;
	text-align: center;
	font-size: 14px;
	
}
.slider-card h1{
	text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
   
    font-weight: 700;
}
.owl-nav .owl-next{
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	opacity: 1;
	font-size: 30px;
	z-index: 1;
	display: block !important;
}
.owl-nav .owl-prev{
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	opacity: 1;
	font-size: 30px;
	display: block !important;
	z-index: 1;
}
.owl-theme .owl-nav [class*=owl-]{
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	background: #ddd  !important;
}
.about-section{
	position: relative;

}

.shape-1 img{
       top: -70px;
    /* transform: rotateY(177deg); */
    left: 0;
    z-index: -1;
    position: absolute;
}

.about-inner p{
	font-size: 16px;
	color: #444;
	text-align: justify;
}
.contact-bg{
	height: 100%;
	background-size: cover !important;
	background-attachment: fixed !important;
	text-align: center;
	background: url(../img/h4-bg-3.png);
	position: relative;
}
/*.contact-bg:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 0;
}*/
.contact-bg span{
	color: #fff;
}
.contact-bg p{
	padding: 20px 0;
	margin-bottom: 0;
	line-height: 30px;
	font-size: 25px;
	color: #fff;
}
.book-app .normal-btn{
	margin: 15px;
	display: inline-block;
}
.contact-bg h2{
	padding: 20px 0 0 0;
    color: #fff;
	font-size: 35px;
    letter-spacing: 1px;
	font-weight: 800;
	font-family:'Yeseva One' ;
}
.book-app{
	padding: 60px;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


#button {
  display: inline-block;
  background:linear-gradient(96deg, rgba(238,233,139,1) 0%, rgba(187,139,5,1) 58%);
  width: 50px;
  height: 50px;
  
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.bread-crum-bg{
	padding: 120px 0;
	background: url(../img/bread-crum.png) no-repeat center;
	background-size: cover;
	background-position: center center;
}
.bread-crum-bg h1{
	font-size:45px;
	color: #fff;
	font-family: 'Yeseva One';
}
.breadcrumb-item a{
	color: #fff;
}
.breadcrumb-item.active{
	color: #e6db77 !important;
}
.wsiiygtsc ul, ul.withIcon {
    padding: 0;
    list-style-type: none;
}
.wsiiygtsc ul li, .withIcon li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.wsiiygtsc ul li i.fa, .withIcon li i.fa {
    position: absolute;
    left: 9px;
    font-size: 15px;
    transform: translate(-5.5px, 5px);
    top: 0;
}
.gallery1{
	padding: 50px 0;
}
.gall{
	text-align: center;
}
.contact{
	padding: 50px 0;
}
.contact-inner{
	display: flex;
    border: 1px solid#ddd;
    padding: 30px;
    background:#f3f1e7;
}

.contact-inner i{
	font-size: 35px;
	color: #bb8b05;
	padding-right: 20px;
}
.contact-inner a{
	font-size: 25px;
	color: #444;
	padding-left: 5px;
}

.vision-inner-text h1{
	font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Yeseva One';
    color: #444;
}
.vision-inner-text h2{
	font-size: 35px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Yeseva One';
    color: #444;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	line-height: 60px;
	bottom:94px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.gallery-main{
	padding: 50px 0;
}
.contact-form{
	padding: 30px;
	background: linear-gradient(96deg, rgba(238,233,139,1) 0%, rgba(187,139,5,1) 58%);
}
.contact-form h1{

	text-align: center;
}
.contact-form .normal-btn{
	background: #444;
}

.contact-detail h1{
 font-size: 25px;
 color: #444;
 font-family:'Yeseva One';
 font-weight: 600;
}
.contact-detail ul li{
   list-style: none;
   padding-bottom: 15px;
}
.contact-detail ul{
    padding: 0;
}
.contact-detail h4{
    color: #444;

}
.contact-detail a{
	color: #bb8b05;
	padding-right: 15px;
}
.contact-detail a:hover{
    color: #444;
}
.contact-form .section-title h1{
	color: #fff;
}
.modal-content{
	background:linear-gradient(96deg, rgba(238,233,139,1) 0%, rgba(187,139,5,1) 58%) ;
}
.contact-form1 .normal-btn{background: #444}