/*********************

custom styles section starts

**********************/
@font-face {
  font-family: myriad-pro-regular;
  src: url(../fonts/MYRIADPRO-REGULAR.otf);
}

/*@font-face {
  font-family: myriad-pro-bold;
  src: url(../fonts/MYRIADPRO-BOLD.otf);
}
@font-face {
  font-family: myriad-pro-light;
  src: url(../fonts/MyriadPro-Light.otf);
}

@font-face {
  font-family: myriad-pro-semibold;
  src: url(../fonts/MYRIADPRO-SEMIBOLD.otf);
}
@font-face {
  font-family: myriad-pro-semibold-italic;
  src: url(../fonts/MYRIADPRO-SEMIBOLDIT.otf);
}

@font-face {
  font-family: Verdana-Regular;
  src: url(../fonts/Verdana-Regular);
}*/
@font-face {
  font-family: BrushScriptStd;
  src: url(../fonts/BrushScriptStd.otf);
}*/

html, body {
	font-family: "myriad-pro-regular";
}
/*****************************header--top***********************************/
.top-header {
	background-color: #e69d00;
	padding: 8px 0;
}
.top-section-1 {
	position: relative;
	padding-left: 20px;
}
.top-section-1 img {
	position: absolute;
    top: 10px;
    left: 0;
	
}
.top-section-1 a,
.top-section-1 a:hover,
.top-section-1 a:focus,
.top-section-1 a:active {
	display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000000;
}
.top-section-2 img {
	position: absolute;
    top: 10px;
    left: 0;
}
.top-section-2 a,
.top-section-2 a:hover,
.top-section-2 a:focus,
.top-section-2 a:active {
	/*display: block;
    width: 100%;*/
    text-decoration: none;
    color: #000000;
    /*position: relative;
    top: 10px;*/
}
.padd_top {
	padding-top: 10px;
	}

.top-section-3 {
	text-align: right;
	padding-left: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 6px;
}
.top-section-3 li {
	float: none;
	display: inline-block;
	padding: 0 95px;
    
}
.top-section-3 li.login-register a,
.top-section-3 li.login-register a:hover,
.top-section-3 li.login-register a:focus,
.top-section-3 li.login-register a:active {
	color: #25408f;
	text-decoration: none;
}
.top-section-3 li.login-register img {
	margin-right: 4px;
}
.top-section-3 li.login-register span {
	position: relative;
    top: 2px;
}
.top-section-3 li.login-register:last-child {
	padding-right: 0;
	border-right: 0;
}
.top-section-3 li ul {
	text-align: right;
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}
.top-section-3 li ul li {
	padding: 0 5px;
	border-right: 0;
	display: inline-block;
	float: none;
}
.top-section-3 li ul li a img {
	width: 28px;
}


/*--------------------------banner-----------------------------------------------*/
/*--------------------------------------------------------------------------*/
.banner {
    min-width: 70%;
    height: 600px;
    background-image: url(../assets/banner_gif.gif);
    position: relative;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/*---------------------start of filter----------------------------*/
/*------------------------------------------------------------------*/
.space-between {
    justify-content: space-between;
}
.pos {
	top: 390px;
	}
	
	/*-------------nav bar---------------------*/
	.custom-navbar {
	background-color: transparent;
	border: none;
	/*min-height: auto;
	/*margin-bottom: 0;*/
	margin-bottom: 0px;
		float:none;
}
.custom-navbar .navbar-brand {
	height: auto;
}
.custom-navbar .main-nav-2 {
	margin-right: 60px;
	margin-top: 20px;
}
.custom-navbar .main-nav-2 a {
	color: #25408f !important;
	font-size: 16px;
}
/*.custom-navbar .main-nav-1 {
	margin-top: 14px;
}*/
.custom-navbar .main-nav-1 a {
	color: #fff !important;
	font-size: 16px;
}
.main-nav-1 a img {
	margin-right: 6px;
	min-height: 28px;
}
.main-nav-1 a span {
    position: relative;
    top: 3px;
}
	/*-------------nav bar----------------------*/
	.yellow_div{
		    width: 175px;
    height: 50px;
    background-color: #e69d00;
    padding: 10px 10px;;
    z-index: 1;
		}
		
.yellow_div_text {
    color: #fff;
    font-family: "Verdana-Regular";
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-transform: capitalize;
    padding: 6px 30px;
    font-size: 15px;
}
.custom_button1 {
	color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;   
    border: 1px solid #fff;
    padding: 9px 68px;
    font-size: 14px;
    line-height: 1.5;
    /* border-radius: 4px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
		
		
.filter-options {
    list-style-type: none;    
    margin: 0;    
    background-color: #dcd7d8;
    padding: 15px 16px;
    display: flex;
	font-size: 15px;
	
}

.filter-options li {
    float: none;
    display: inline-block;
}
.filter-options li select {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.0);
	font-family:"Verdana-Regular";
    background-color: transparent;
    color: #000;
    padding: 10px 25px;
    font-size: 15px;
    min-width: 174px;
}
/*.filter-options li select:last-child {
    background-color: #e69d00;    
}*/

.custom_button {
	background-color: #e69d00;
	border-color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    /* border-radius: 4px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
button, input, select, textarea {
    font-family: "Verdana Regular";
    font-size: inherit;
    line-height: inherit;
}
input, textarea, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
}

input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button, input, select, textarea {
    font-family: "Verdana Regular";
    font-size: inherit;
    line-height: inherit;
}





/* ************************************about us*******************************************************/
.text-bor {
    padding-left: 40px;
    padding-top: 0px;
    margin: 0px 103px;
    border-bottom: solid 4px #000;
    width: 35px;
}
.about_us {
	width:100%;
	height:auto;
	padding:15px 0px;
	background-color: #fff;
		}
		
	.about_us p {
	margin: 0 0 0px;
		}	
		
.text {
    padding-top: 0px;
    text-align: left;
    font-family: 'Verdana-Regular';
    font-size: 16px;
    font-weight: 900;
    color: #000000;
}

.about_us_text1 {
    padding-top: 40px;
    lign-content: center;
    text-align: left;
    font-family: 'Verdana-Regular';
    font-size: 28px;
    font-weight: 900;
    color: #000;

}

.about_us_text1 .text-bor {
    padding-left: 40px;
    padding-top: 0px;
    margin: 0px 70px;
    border-bottom: solid 4px #000;
    width: 35px;
}
	
/********************************* end of about us*****************************************************/
/* owl carousel*/
.owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
    
}

.owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
h4 {
    color: #000;
    border: 2px #fffff solid;
    /* background: #cbd8ff; */
    background: -moz-linear-gradient(45deg, #30333d 0%, #ffffff 100%);
    /* background: -webkit-linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    /* background: linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd8ff', endColorstr='#ffffff',GradientType=1 );
    /* color: #25408f; */
    padding: 8px 15px;
    position: absolute;
    top: 85px;
    left: 35px;
    font-size: 14px;
    min-width: 160px;
    text-transform: uppercase;
    font-family: 'myriad-pro-regular';
    border: 2px #fff solid;
}
/**********************************our service**************************************/



.our_service {
	padding: 35px 0px 70px;
    width: 100%;    
    height: auto;

    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
	background: #e3a80e none repeat scroll 0% 0%;
}

.our_service_recent_absolute {
    padding: 0px;
    margin: 0px;
    background-size: cover;
    width: 100%;        
    opacity: 1;
}

.our_service_text1 {
    align-content: center;    
    text-align: left;
    font-family: 'Verdana-Regular';
    font-size: 28px;
    font-weight: 900;
    color: #fff;

}

.our_service_text1 p {
	margin: 0 0 0px;
	}
	
	.our_service_text1 .text-bor {
    padding-left: 40px;
    padding-top: 0px;
    margin: 0px 95px;
    border-bottom: solid 4px #fff;
    width: 35px;
}
/**********************************our pacakages**************************************/
.our_pacakages {
	padding: 35px 0px;
    width: 100%;    
    height: auto;
	background-color:#190236 !important;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}

.our_pacakages_recent_absolute {
    padding: 0px;
    margin: 0px;
    background-size: cover;
    width: 100%;
    opacity: 1;
}

.our_pacakages_text1 {
    align-content: center;
    padding-top: 20px;
    text-align: left;
    font-family: 'Verdana-Regular';
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    
}

.our_pacakages_text1 p {
    margin: 0 0 0px;
}

.our_pacakages_text1 .text-bor {
    padding-left: 40px;
    padding-top: 0px;
    margin: 0px 65px;
    border-bottom: solid 4px #000;
    width: 35px;
}

label {
    display: inline-block;
	font-family: 'Verdana-Regular';
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	
}
.owl-carousel .owl-item img {
	height: 200px;
    display: block;
    width: 100%;
}



/* --testimonial slider---*/
.our_testimonial {
    padding: 35px 0px;
    width: 100%;
    height: auto;
    background-color: #fffaed !important;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}

.our_testimonial_recent_absolute {
    padding: 0px;
    margin: 0px;
    background-size: cover;
    width: 100%;
    opacity: 1;
}

.our_testimonial_text1 {
    padding: 0px 0px 10px;
    align-content: center;
    text-align: left;
    font-family: 'Verdana-Regular';
    font-size: 28px;
    font-weight: 900;
    color: #000;
    
}

.our_testimonial_text1 p {
	margin: 0 0 0px;
	}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

.padd_top2 {
	padding-top: 30px;
	}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

.mySlides > img {
width:100px;
height:100px;
border-radius:50%;

}

.border > img {	
width:100px;
height:100px;
border-radius:50%;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle 
.active, .dot:hover {
  background-color: #717171;
}*/

/* Add an italic font style to all quotes */
.q {font-family:"myriad-pro-regular" }
.border {border-style: groove;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

p.groove {border-style: groove;}

/***************our clients**************************/
.our_clients {
    padding: 35px 0px;
    width: 100%;
    height: auto;
    background-color: #000 !important;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}

.our_clients_recent_absolute {
    padding: 0px;
    margin: 0px;
    background-size: cover;
    width: 100%;
    opacity: 1;
}
.text-bor2 {
    padding-left: 40px;
    padding-top: 0px;
    margin: 0px 85px;
    border-bottom: solid 4px #fff;
    width: 35px;
}

 .cstm-img {
	 height: 75px !important;
	 }

.our_client_text1 {
    align-content: center;
    text-align: left;
    font-family: 'myriad-pro-regular';
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.our_client_text1 p {
	margin: 0px 0px 0px;
	}
/************************end of our clients******************/

/*footer*/

.footer {			
    width: 100%;
    height: 250px;
    background: url(../assets/private-parties-slider.jpg);
    background-size: cover;
    color: #f1f1f1;
    position: relative;
   	padding-top: 60px;
    padding-bottom: 60px;
	
}

.overlay {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.padd_footer {
	padding-top: 45px;
	}

.li_style {
    list-style-type: none;
    margin-bottom: 15px;
}

.footer_text {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 15px 0px;
    padding: 0px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    font-family: "myriad-pro-regular";
}

.footer-bg {
    background-color: #1e1e1e;
    padding: 15px 0;
}
.footer-title {
	text-align:center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    font-family: "myriad-pro-regular";
}

.copyright1 {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    color: #fff;
    font-family: "myriad-pro-regular";
}

/*---------light_box---------*/
.gallery_section{
	
	background-color: #d6a62b;
    padding: 75px 0px;
}

.gallery_img_padd {
	width:100%;
    
	}




.gallery_section1{
	
	background-color: #190236;
    padding: 75px 0px;
}

.gallery_img_padd {
	width:100%;

    
	}




/*--end of light box---*/

.goto-top {
    width: 38px;
    position: absolute;
    margin-top: -45px;
    right: 55px;
}

/***************************start of side slider********************************/

.slide-toggle {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 3px 6px;
    height: 50px;
    color: #fff;
    background-color: #2e6da4;
    left: auto;
    margin-left: auto;
    margin-right: 0px;
    position: fixed;
    right: -72px;
    top: 300px;
    width: 170px;
    z-index: 99;
    transform: rotate(-90deg);
    height: 32px;
}

/*slider_form*/
/*slide slider*/
/*ask a question8*/
#sideslider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    left: auto;
    margin-left: auto;
    margin-right: -265px;
    position: fixed;
    right: 0;
    top: 215px;
    width: 300px;
    z-index: 99;
}
#sideslider .sideslider-tab {
    background-color: #ffbf34 !important;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 52px;
    left: -53px;
    padding: 3px 27px;
    position: absolute;
    text-transform: capitalize;
    top: 56px;
    transform: rotate(-90deg);
    width: 55%;
    font-size: 16px;
    border-radius: 30px;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.triangle {
    position: absolute;
    top: 22px;
    left: -8px;
}

#sideslider-smartbutton {
    background-color: #ffbf34 !important;
    margin-left: 35px;
    padding-top: 10px;
    position: relative;
    width: 265px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

#sideslider-text {
    color: #fff;
    text-align: left;
    margin-left: 5px;
}

.pad5 {
    padding: 0px 5px;
}

form {
    display: block;
    margin-top: 0em;
}
.sideclear {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

.form-group {
    margin-bottom: 15px;
}
#frmMasterQuestion .form-control {
    width: 225px !important;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
    background-color: #efefef;
    font-size: 13px;
    outline: none !important;
    padding: 10px 9px 10px 5px;
    width: 100%;
    height: inherit;
}




/************calender icon*************/
.input-icons i { 
            position: absolute; 
        } 
          
        .input-icons { 
		font-size: 15px;
            width: 100%; 
            margin-bottom: 10px; 
        } 
		
		.input-icons placeholder {
			color: #fff;
			}
          
        .icon {
    font-size: 45px;
    padding: 12px 4px 12px 153px;
    min-width: 32px;
}
  /************calender icon*************/        

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
    font-size: 12px !important;
    width: 100% !important;
}






input[type="text"] {
    font-size: 12px !important;
    width: 100% !important;
    background-color: #efefef;
    outline: none !important;
    padding: 10px 9px 10px 5px;
    height: inherit;
}

.form-control {
    display: block;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control {
    /* padding: 8px 9px !important; */
    line-height: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button, input, select, textarea {
    font-family: "myriad-pro-regular";
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

input, textarea, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
}

input {
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

}

input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input, textarea, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
}

input {
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
}

button, input, select, textarea {
   font-family: "Verdana Regular";
    font-size: inherit;
    line-height: inherit;
}

input {
    margin: 0;
    font-family: "Verdana Regular";
    font-size: inherit;
    line-height: inherit;
}

.btn {
    display: inline-block;
    padding: 11px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn {
    border-radius: 2px;
    text-decoration: none;
}

.btn {
    line-height: 16px !important;
}

.btn-default {
    color: #333;
    background-color: #efefef !important;
    border-color: #ccc;
}
button {
    overflow: visible;
    margin: 0;
    font: inherit;
    -webkit-writing-mode: horizontal-tb;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, input, select, textarea {
    font-family: "Verdana Regular";
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
 input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

input, textarea, select, button {
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
}


button, input, select, textarea {
    font-family: "Verdana Regular";
    font-size: inherit;
    line-height: inherit;
}
.sideclear {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

#sideslider .sideslider-close {
    background-color: #ffbf34 !important;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 900;
    height: 31px;
    padding-right: 21px;
    padding-top: 0px;
    text-align: right;
    text-transform: uppercase;
    width: 266px;
    border-bottom-left-radius: 100%;
    border-left-style: outset;
}
/*===END OF SLIDER FORM================*/
/*owl-overlay*/
.overlay1 {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;    
    width: 270px !important;
    height: 200px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
/*********START OF MEDIA QUERRIES*****************/
/*************gallery****************************/
.our_gallery_text1 {
    align-content: center;
    text-align: left;
    font-family: 'myriad-pro-regular';
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.our_gallery_text1 p{
	margin: 0 0 0px;
	}
	
	.our_gallery_text1 .text-bor {
    padding-left: 40px;
    padding-top: 0px;
    margin: 0px 40px;
    border-bottom: solid 4px #000;
    width: 35px;
}

@media (min-width: 320px) and (max-width: 767px) {
	
	.banner {
    min-width: 100%;
    height: 275px;
    background-image: url(../assets/banner_gif.gif);
    position: relative;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pos {
	top: 0px;
	}
	
	.footer_text {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 15px 0px;
    padding: 0px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    font-family: "myriad-pro-regular";
}
	
	h4 {
    /* background: #cbd8ff; */
    background: -moz-linear-gradient(45deg, #cbd8ff 0%, #ffffff 100%);
    /* background: -webkit-linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    /* background: linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd8ff', endColorstr='#ffffff',GradientType=1 );
    color: #fff;
    padding: 6px 15px;
    position: absolute;
    top: 85px;
    left: 65px;
    font-size: 14px;
    min-width: 160px;
    text-transform: uppercase;
    font-family: 'myriad-pro-semibold';
    border: 1px #fff solid;
}

.custom_button1 {
    color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 9px 108px;
    font-size: 14px;
    line-height: 1.5;
     border-radius: 4px; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



	.owl-carousel .owl-item img {
	height: 200px;
    display: block;
    width: 100%;
}
	.filter-options {
		display: block;
	}
	.custom-filter-list {
		display: block;
	}
	.custom-navbar .navbar-toggle {
		margin-top: 26px;
	}
	.banner-carousel .owl-dots {
	    position: static;
	}
	.banner-carousel div.link-button {
		text-align: left;
	}
	.banner-carousel div.link-button a, .banner-carousel div.link-button a:hover {
	    font-size: 12px;
	    margin-left: 15px;
	}
	.banner-carousel .owl-dots .owl-dot.active span {
		background-color: #25408f;
	}
	.welcome-form-wrapper form {
	    width: 90%;
	}
	.filter-property-list a label {
	    padding: 10px 25px;
	    font-size: 14px;
	}
	.filter-options li {
	    display: block;
	    margin-bottom: 10px;
	}
	.filter-options li:last-child {
		margin-bottom: 0;
	}
	.filter-options li select {
	    min-width: 100%;
	}
	.custom-filter-list li {
	    font-size: 15px;
	    padding: 5px 20px;
	    margin: 0 0 5px 0;
	}
	.footer-section ul {
	    margin-bottom: 40px;
	}
	.company-carousel .owl-item {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	}
	.company-carousel .owl-item.center {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	}
	.top-section-3 li {
	    padding: 0 9px;
	    font-size: 13px;
	}
	.top-section-3 {
		text-align: right;
		margin-top: 14px;
    	margin-bottom: 12px;
	}
	.top-section-3 li ul li {
	    padding: 0 1px;
	}
	.xs-px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.top-section-1 {
	    padding-left: 27px;
	}
	.top-section-1 img {
	    top: 10px;
	    width: 20px;
	}
	.top-section-2 img {
	    top: 12px;
	}
	.top-section-3 li ul li a img {
	    width: 24px;
	}
	.top-section-3 li.login-register img {
	    width: 24px;
    	height: 24px;
	}
	.pos {
    top: 0px;
}

.footer {
    width: 100%;
    height: 461px !important;
    background: url(../assets/private-parties-slider.jpg);
    background-size: cover;
    color: #f1f1f1;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.overlay1 {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;    
    width: 464px;
    height: 200px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.pos {
	top: 0px;
	}
	
	.custom_button1 {
    color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    border: 1px solid #fff;
    padding: 9px 290px;
    font-size: 14px;
    line-height: 1.5;
    /* border-radius: 4px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
	.banner {
    min-width: 100%;
    height: 222px !important;
    background-image: url(../assets/banner_gif.gif);
    position: relative;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.owl-carousel .owl-item img {
	height: 200px;
    display: block;
    width: 100%;
}
.footer_text {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    margin: 15px 0px;
    padding: 0px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    font-family: "myriad-pro-regular";
}

h4 {
    color: #fff;
    border: 2px #fffff solid;
    /* background: #cbd8ff; */
    background: -moz-linear-gradient(45deg, #cbd8ff 0%, #ffffff 100%);
    /* background: -webkit-linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    /* background: linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd8ff', endColorstr='#ffffff',GradientType=1 );
    /* color: #25408f; */
    padding: 8px 15px;
    position: absolute;
    top: 85px;
    left: 15px;
    font-size: 14px;
    min-width: 135px;
    text-transform: uppercase;
    font-family: 'myriad-pro-regular';
    border: 2px #fff solid;
}

.filter-options {
		display: block;
	}

	.custom-filter-list {
		display: block;
	}
	.filter-options li select {
    background-color: transparent;
    color: #fff;
    padding: 10px 19px;
    font-size: 15px;
    min-width: 110px;
}
  
  .filter-property-list a label {
	    padding: 10px 25px;
	    font-size: 14px;
	}
	.filter-options li {
	    display: block;
	    margin-bottom: 10px;
	}
	.filter-options li:last-child {
		margin-bottom: 0;
	}
	.filter-options li select {
	    min-width: 100%;
	}
	.custom-filter-list li {
	    font-size: 15px;
	    padding: 5px 20px;
	    margin: 0 0 5px 0;
	}
	
	.top-section-3 li {
    float: none;
    display: inline-block;
    padding: 0 10px;
    
}

.footer {
    width: 100%;
    height: 260px !important;
    background: url(../assets/private-parties-slider.jpg);
    background-size: cover;
    color: #f1f1f1;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.overlay1 {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    width: 165px;
    height: 200px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}

}




@media (max-width: 1366px) and (min-width: 1024px){
.banner {
    min-width: 100%;
    height: 610px !important;
    background-image: url(../assets/banner_gif.gif);
    position: relative;
    padding: 0px;
    margin: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h4 {
    color: #000;
    border: 2px #fffff solid;
    /* background: #cbd8ff; */
    background: -moz-linear-gradient(45deg, #cbd8ff 0%, #ffffff 100%);
    /* background: -webkit-linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    /* background: linear-gradient(45deg, #cbd8ff 0%,#ffffff 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd8ff', endColorstr='#ffffff',GradientType=1 );
    /* color: #25408f; */
    padding: 8px 15px;
    position: absolute;
    top: 85px;
    left: 65px;
    font-size: 14px;
    min-width: 135px;
    text-transform: uppercase;
    font-family: 'myriad-pro-regular';
    border: 2px #fff solid;
}


/* CUSTOM NAV BAR*/
/*.custom-navbar {
    background-color: transparent;
    border: none;
    min-height: auto;
    margin-bottom: 0;
}*/
.custom-navbar .navbar-brand {
	height: auto;
}
.custom-navbar .main-nav-2 {
	margin-right: 60px;
	margin-top: 20px;
}
.custom-navbar .main-nav-2 a {
	color: #25408f !important;
	font-size: 16px;
}
.custom-navbar .main-nav-1 {
	margin-top: 14px;
}
.custom-navbar .main-nav-1 a {
	color: #fff !important;
	font-size: 16px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #e69d00;
}
.main-nav-1 a img {
	margin-right: 6px;
	min-height: 28px;
}
.main-nav-1 a span {
    position: relative;
    top: 3px;
}
.filter-options {
    display: flex;
}

.filter-options {
    list-style-type: none;
    margin: 0;
    background-color: #564b4d;
    padding: 15px 16px;
    display: flex;
    font-size: 6px;
}

.custom_button1 {
    color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: #fff;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 9px 65px;
    font-size: 14px;
    line-height: 1.5;
    /* border-radius: 4px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pos {
    top: 383px;
}

.overlay1 {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    width: 220px !important;
    height: 200px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
}


