
/*.notch_section{
	display: none;
}*/
.content_to_show{
	display: none;
}
		.container {
			width: 100%;
		}
		.right-section {
			padding: 5% !important;
		}
		h2{
			text-align:center;
			padding: 20px;
		}
		/* Slider */

		.slick-slide {
			margin: 0px 20px;
		}

		.slick-slide img {
			width: 100%;
		}

		.slick-slider
		{
			position: relative;
			display: block;
			box-sizing: border-box;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			-webkit-touch-callout: none;
			-khtml-user-select: none;
			-ms-touch-action: pan-y;
			touch-action: pan-y;
			-webkit-tap-highlight-color: transparent;
		}

		.slick-list
		{
			position: relative;
			display: block;
			overflow: hidden;
			margin: 0;
			padding: 0;
		}
		.slick-list:focus
		{
			outline: none;
		}
		.slick-list.dragging
		{
			cursor: pointer;
			cursor: hand;
		}

		.slick-slider .slick-track,
		.slick-slider .slick-list
		{
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		.slick-track
		{
			position: relative;
			top: 0;
			left: 0;
			display: block;
		}
		.slick-track:before,
		.slick-track:after
		{
			display: table;
			content: '';
		}
		.slick-track:after
		{
			clear: both;
		}
		.slick-loading .slick-track
		{
			visibility: hidden;
		}

		.slick-slide
		{
			display: none;
			float: left;
			height: 100%;
			min-height: 1px;
		}
		[dir='rtl'] .slick-slide
		{
			float: right;
		}
		.slick-slide img
		{
			display: block;
		}
		.slick-slide.slick-loading img
		{
			display: none;
		}
		.slick-slide.dragging img
		{
			pointer-events: none;
		}
		.slick-initialized .slick-slide
		{
			display: block;
		}
		.slick-loading .slick-slide
		{
			visibility: hidden;
		}
		.slick-vertical .slick-slide
		{
			display: block;
			height: auto;
			border: 1px solid transparent;
		}
		.slick-arrow.slick-hidden {
			display: none;
		}
		.image {
			display: block;
			width: 100%;
			height: auto;
		}

		/*.slide .overlay {*/
		/*	position: absolute;*/
		/*	top: 0;*/
		/*	bottom: 0;*/
		/*	left: 0;*/
		/*	right: 0;*/
		/*	height: 100%;*/
		/*	width: 100%;*/
		/*	opacity: 0;*/
		/*	transition: .5s ease;*/
		/*	background-color: #008CBA;*/
		/*}*/


		.text {
			color: white;
			font-size: 20px;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			text-align: center;
		}
		.slide:hover .overlay {
			opacity: 1;
		}

		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
			background: #bd913c;
			border: 0;
		}

	.ui-tabs .ui-tabs-nav li:hover{
		border: 0;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active:focus{
		border: 0;
		color: #fff;
	}
.nav-pills>li>a{
	border: 0;
}
		#tabs a:hover,#tabs a:focus {
			background: #bd913c;
			border: 0;
			color: #fff;
			
		}
		.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
			color: #FFF;
		}
		.tab-anchor:hover {
			background: #bd913c;
			border: 1px solid #bd913c;
		}
		.nav-pills>li>a:active {
			border-radius: 4px;
			background: #bd913c;
			border: 1px solid #bd913c;
		}
		.nav-pills>li>a:disabled{
			border-radius: 4px;
			background: #bd913c;
			border: 1px solid #bd913c;
		}
		.tab {
			margin-top: 4%;
		}
		.card  {
			margin: 0 auto;
			padding: 3%;
			font-style: italic;
		}
		.testinomial  .card img {
			width: 10% !important;
			border-radius: 100% ;
			margin: 0 auto;
		}
		.quates {
			margin: 20PX;
			font-size: xx-large;
		}
		.quates  i{
			font-style: italic;
		}
		.card-title,#myFooter h5 {
			color:#bd913c;
		}
		#myFooter ul li a {
			color:#FFF;
		}
		.adress p {
			color:#FFF;
		}
		.card-text{
			color:#fff;
		}
		h2{
			color:#bd913c;
		}
		/* Popup modal */
		
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
	height: 95%;
}
.form-wrap p {
	line-height: 75px;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.form-wrap {
	border: none !important;
	width: 80%;
	 top: 0px !important;
			right: 93px;
		position: absolute !important;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#myBtn {
	border-radius: 10px;
			background: #bd913c;
			border: 1px solid #bd913c;
	color:#FFF;
}
.notch_section {
	width: 15%;
    top: 6rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: red;
    color: #FFF;
    padding: 4px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    display: block;
    position: absolute;
}
.notch_section a{
	font-size: 14px;
	color:#fff;
}
.form-popup.popup {
    height: 440px;
    width: 40%;
    display: none;
        margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 151px;
    border-radius: 10px;
}
/* top menu */
div.header div.menu-box1 {
	padding: 0px;
	margin: 16px 0 0px 0px;
}

@media only screen and (max-width: 1400px){
div.header {
    padding: 25px 30px;
}
}

div.header.sticky-header div.menu-box1{
margin:0;
}
#about_more {display: none;}
.container div.main-content .wrapper .right-section p{
	display: inline;
}
  #myBtn{
  	border-radius: 10px;
    background: #bd913c;
    border: 1px solid #bd913c;
    color: #FFF;
    display: inline-block;
    color: #fff;
    background: #000;
    border: 0;
  	}  

 .about-sec h2{
 	clear: both;
 }

 .title, .desc, .intro {
    color: #bd913c;
        font-weight: normal;

}	
ul.main-menu li a:hover, ul.main-menu li a.active{
	text-decoration: none;
}
.location-sec h2{
	padding: 10px;
}

h2:after {
    content: "";
    width: 100px;
    position: relative;
    height: 3px;
    background-color: #bd913c;
    bottom: 18px;
    left: 0;
    display: block;
    right: 0;
    text-align: center;
    top: 15px;
    margin: 0 auto;
}
#about-sec{
	width: 1220px;
	margin:0 auto;
}
#about-sec p ,.location-sec p{
	color:#fff;
	font-weight: normal;
	font-size: 14px;
	font-family: 'PoppinsRegular';
}
.location-sec p{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.partners-list li .back{
	background:none; 	
    color: #fff;
}
.location-sec h2{
	clear: both;
	padding-top: 25px;
	display: block;
}
.about-sec h2{
	padding-top: 10px;
}
.nav-tabs{
	border: 0;
}

.submenu{
	display: none; 
    position: absolute;
    top: 3rem;
    left: auto;
    right: 0;
    border: 0;
    background-color: black;
    border-radius: 6px;
    width: 220px;
}

.parent_menu{
	position: relative;;

}
.parent_menu:hover .submenu{
 display: block;
}
.form-wrap h5 {
    color: #bd913c;
    font-family: 'PoppinsRegular';
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    position: relative;
    padding: 15px 5px;
    margin-bottom: 0px;
}
div.form-wrap ul.form-list li input.text{
text-align: center;
}
div.form-wrap ul.form-list .agree-field p{
	color: #bd913c;
}
div.form-wrap ul.form-list .agree-field p a{
	color: #bd913c;
}
/* span.form-icon {
	background: #fff;
	padding: 10px;
	border-radius: 100%;
} */
div.form-wrap ul.form-list li input.text{
	text-align: left;
}
#configurations-sec h2{
	padding-top: 6rem;
}

ul.submenu li:after{
	display: none;
}
div.header{
	min-height: 85px;
}
a.btn-close {
    top: 7px !important;
    right: 7px !important;
    border-radius: 19px;
}
div.popup{
	margin-top: 2rem;
}
.form-wrap {
			border: none !important;
			top: 53px !important;
			width: 435px;
			background-color: #fff;
			height: 480px;
			border-radius: 20px;
		}
		div.popup {
			padding: 0px;
			left: 38%;
		}
		.nav-tabs {
			border-bottom: 1px solid #FFF;
		}
		.active{
			background: #bd913c;
			border: 1px solid #bd913c;
			color:#FFF;
		}
		a.btn-close {
			top: 1px;
			right: 3px;
			border-radius: 19px;
		}
		/* Paste this css to your style sheet file or under head tag */
		/* This only works with JavaScript, 
		if it's not present, don't show loader */
		.no-js #loader { display: none;  }
		.js #loader { display: block; position: absolute; left: 100px; top: 0; }
		.se-pre-con {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background: url(Preloader_8.gif) center no-repeat #fff;
			maxab1,#tab2,#tab3 {
				padding: 15px;
			}
			html {
				scroll-behavior: smooth;
			}
			@media (min-width: 1025px)  {

				.notch_section {
					top: 4.5rem;
				}

			}
div.form-wrap ul.form-list li .text.mobile{
	padding: 8px 2px 5px 30px !important;
}
div.form-wrap ul.form-list .agree-field p{
    margin-left:5px !important;
}
html {
  scroll-behavior: smooth;
  scroll-behavior: smooth;
}
body{
scroll-behavior: smooth;	
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
.form-li p.e{
	margin-top: 30px !important;
	display: block;
}


@media only screen and (max-width: 767px) {
div.popup {
    padding:30px !important;
    left: 0 !important;
}
.form-wrap {
    border: none !important;
    top: 53px !important;
    width: 100% !important;
    background-color: #fff;
     height: auto;
    border-radius: 20px;
    position: none !important;
}

.site-header {
    border-bottom: none !important;
}

}

