/*========================================== MASTER STYLESHEET ===================================================================

	Project     :	BLACK TEMPLATES
	Version     :	1.0
	Last Change : 	03/08/2017
	Primary Use :   BLACK TEMPLATES

=================================================================================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL STYLES
		2.COMMON STYLES	
		3.NAVIGATION		
		4.BUTTON	
		5.HEADER
		6.SERVICES
		7.THREE COLUMN
		8.TWO COLUMN
		9.COUNTER
		10.TESTIMONIAL
		11.NEWS
		12.PRICE TABLE
		13.CONTACT
		14.SUBSCRIBE
		15.TEAM
		16.GALLERY
		17.FOOTER
		18.MEDIA QUERIES

=================================================================================================================================*/
/*========================================== COLOR CODES =========================================================================

	Background         :var(--ins-brand-color) [Black]
	Theme Color        :var(--ins-brand-color) and #212121 [Black]	
	Main Heading Color :#ffffff [white]	
	Content Color      :#ffffff [white]	

======================================= ==========================================================================================*/
/*========================================== TYPOGRAPHY =========================================================================

	Heading:font-family: 'Montserrat', serif;	
	Body :font-family: 'Open Sans', sans-serif , Arial , Vedana  , Trebuchet MS;

=================================================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    background: var(--ins-brand-color);
    color: #f2f2f2;
    font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 55px;
    text-transform: capitalize;
}
h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 45px;
    text-transform: capitalize;
}
h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 38px;
    text-transform: capitalize;
}
h4 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: capitalize;
}
h5 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: capitalize;
}
h6 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
/*========================================== 1.GLOBAL CSS END ===========================================*/
/*========================================== 2.COMMON CSS START ===========================================*/

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.gallery-padding {
    padding-top: 80px;
    padding-bottom: 50px;
}
.section-1-bg {
    background-color: var(--ins-brand-color);
}
.section-2-bg {
    background-color: #212121;
}
.theme-bg {
    background-color: #f94b71;
}
.footer-section {
    background-color: var(--ins-brand-color);
}
.copyright-bg {
    background-color: #212121;
}
.heading-div-1 {
    padding-bottom: 40px;
}
.image-bottom-space {
    padding-bottom: 25px;
}
.image-bottom-space1 {
    margin-bottom: 15px;
	height:48px;
	border:#fff 1px solid;
}
.image-top-space {
    padding-top: 25px;
}
.content-top-space {
    padding-top: 15px;
}
.content-top-space1 {
    padding-top: 10px;
	/*height:34px;*/
}
.btn-top-space1 {
    margin-top: 10px;
}
.content-bottom-space {
    padding-bottom: 20px;
}
.bgimage-property {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.readmore {
    color: #f94b71;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 10px;
    text-transform:capitalize;
}
.readmore:hover {
    color: #f94b71;
}
.readmore1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 10px;
   text-transform:capitalize;
}
.readmore1:hover {
    color: #ffffff;
}
.content-ul {
    padding-left: 0;
    margin-bottom: 0;
}
.content-ul li {
    list-style: none;
}
.underline {
    background-color: #ffffff;
    width: 60px;
    height: 2px;
    margin: 5px auto 0 auto;
}
.underline-1 {
    background-color: #ffffff;
    width: 60px;
    height: 2px;
    margin: 5px 0 0 0;
}
/*========================================== 2.COMMON CSS END ===========================================*/
/*========================================== 3.NAVIGATION START ===========================================*/

.fixed-header {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.navbar-right {
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav.clearfix.fixed-header> li > a.active {    
    transition: all 1.3s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    background-image: none;
    box-shadow: none;
}
.navbar {
    border: none !important;
}
.navbar-brand,
.navbar-nav > li > a {
    text-shadow: none;
}
.topbar.navbar-default {
    background-image: none !important;
    border: none !important;
    box-shadow: none;
}
#top-nav.navbar-default {
    background-color: rgba(51, 51, 51, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}
.navbar-nav > li > a {
    color: #aaa !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0 15px;
    transition: all 1.3s;
	-webkit-transition:all 1.3s;
    -moz-transition: all 1.3s;
}
.navbar-nav > li {
    padding: 0;
	margin-left:5px;
	margin-right:5px;
}
.pagescroll,.pagescroll1 {
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    padding: 20px 5px !important;
    text-decoration: none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.navbar-nav {
    margin-top: 7px;
}
.navbar-nav > li > a.active,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.pagescroll:hover,.pagescroll1:hover {
    color: #ffffff !important;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    padding: 6px 5px !important;
    margin: 14px 0;
}
.logo-image {
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
/*========================================== 3.NAVIGATION END ===========================================*/
/*========================================== 4.BUTTON START ===========================================*/

.btn {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 15px;
    text-transform:capitalize;
}
.btn.btn-1 {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 0 #333333;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.btn-1:hover {
    color: #ffffff;
    box-shadow: inset 0 0 0 50px #333333;
    background-color: transparent;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.btn-top-space {
    margin-top: 25px;
}
.pricing-btn .btn-1 {
    background-color: #1b1b1b;
    color: #ffffff;
}
.pricing-btn .btn-1:hover {
    background-color: #1b1b1b;
    color: #ffffff;
}
.pricing-btn-1 .btn-1 {
    background-color: #111111;
    color: #ffffff;
}
.pricing-btn-1 .btn-1:hover {
    background-color: #111111;
    color: #ffffff;
}
/*========================================== 4.BUTTON END ===========================================*/
/*========================================== 5.HEADER START ===========================================*/

.header-bgimage-1 {
    background-image: url("../../images/1920x900x1.jpg");
    position: relative;
}
.header-padding {
    padding-bottom: 200px;
    padding-top: 200px;
}
.header-div-1 h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight:600;
    letter-spacing: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.header-div-1 h1 span {
	 font-size: 30px;
}
.header-bgimage-1 .first-para {
    color: #f2f2f2;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
	text-transform: uppercase;
}
.header-bgimage-1 .second-para {
    color: #f2f2f2;
    font-size: 16px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
}
.header-div-1 .btn-1 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.header-div-1 .btn-1:focus,
.header-div-1 .btn-1:hover {
     color: #ffffff;
    box-shadow: inset 0 0 0 50px #333333;
    background-color: transparent;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.header-btn {
    margin-top: 30px;
}
/*.header-div-3 {
	padding-top:100px;
}*/

/*slider*/
.owl-demo .owl-controls,
.owl-demo .owl-dots {
    display: none !important;
}
#owl-demo1 .item,
#owl-demo .item {
    margin: 0;
}
.owl-carousel {
    position: relative;
    height: 100%;
}
.slider1-padding {
    padding-bottom: 225px;
    padding-top: 225px;
}
.slider-image1 {
    background-image: url("../../images/slider-image-1.jpg");
}
.slider-image2 {
    background-image: url("../../images/slider-image-2.jpg");
}
.slider-image3 {
    background-image: url("../../images/slider-image-3.jpg");
}
.slider-image1 .header-div-1 h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 10px;
   margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.slider-image1 h1 span {
	 font-size: 30px;
}
.slider-image1 .first-para {
    color: #f2f2f2;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
	text-transform: uppercase;
}
.slider-image1 .second-para {
    color: #f2f2f2;
    font-size: 16px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
}
.slider-image1 .header-div-1 .btn-1 {
   background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.slider-image1 .header-div-1 .btn-1:focus,
.slider-image1 .header-div-1 .btn-1:hover {
    color: #ffffff;
    box-shadow: inset 0 0 0 50px #333333;
    background-color: transparent;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.slider-image1 .header-div-1 {
    margin: 0 auto;
    width: 80%;
}

.slider-image2 .header-div-1 h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.slider-image2 h1 span {
	 font-size: 30px;
}
.slider-image2 .first-para {
    color: #f2f2f2;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
	text-transform: uppercase;
}
.slider-image2 .second-para {
    color: #f2f2f2;
    font-size: 16px;
   font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
}
.slider-image2 .header-div-1 .btn-1 {
background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
   text-transform: capitalize;
}
.slider-image2 .header-div-1 .btn-1:focus,
.slider-image2 .header-div-1 .btn-1:hover {
    color: #ffffff;
    box-shadow: inset 0 0 0 50px #333333;
    background-color: transparent;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.slider-image2 {
    text-align: left;
}

.slider-image3 .header-div-1 h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.slider-image3 h1 span {
	 font-size: 30px;
}
.slider-image3 .first-para {
    color: #f2f2f2;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
	text-transform: uppercase;
}
.slider-image3 .second-para {
    color: #f2f2f2;
    font-size: 16px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
}
.slider-image3 .header-div-1 .btn-1 {
   background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.slider-image3 .header-div-1 .btn-1:focus,
.slider-image3 .header-div-1 .btn-1:hover {
     color: #ffffff;
    box-shadow: inset 0 0 0 50px #333333;
    background-color: transparent;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

/*header form*/
.header-div-3 h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}
.header-div-3 h1 span {
	 font-size: 30px;
}
.header-bgimage-3 .first-para {
    color: #f2f2f2;
    font-size: 14px;
    font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
	text-transform: uppercase;
}
.header-bgimage-3 .second-para {
    color: #f2f2f2;
    font-size: 16px;
   font-weight:600;
    letter-spacing: 3px;
    line-height: 24px;
	text-align:justify;
}
.form-div {
    position: relative;
    margin-bottom: 20px;
}
.form-div textarea {
    color: #ffffff;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding-left: 65px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
	position:relative;
}
.form-div input {
    color: #ffffff;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    height: 40px;
    padding-left: 65px;
    padding-right: 20px;
    width: 100%;
	position:relative;
}
.form-section h3 {
    color: #ffffff;
    margin-bottom: 20px;
}
.form-div label {
    display: none !important;
}
.form-col .form-message1.error,
.form-col .form-input.error {
    background-color: rgba(255, 0, 0, 0.5);
}
/*.header-bgimage-3 {
    padding-bottom: 100px;
    padding-top: 100px;
}*/
.form-div i {
	color:#ffffff;
	background-color:rgba(255,255,255,0.2);
	position:absolute;
	padding-left:20px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	width:50px;
	line-height:40px;
	height:40px;
}
.header-div-3 .btn-1 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
   text-transform: capitalize;
}
.header-div-3 .btn-1:focus,
.header-div-3 .btn-1:hover {
        color: #ffffff;
    box-shadow: inset 0 0 0 50px #333333;
    background-color: transparent;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.form-col {
	background-color:rgba(var(--ins-brand-rgb-color),0.3);
	padding:20px 20px 30px 20px;
}

/*========================================== 5.HEADER END ===========================================*/
/*========================================== 6.SERVICES START ===========================================*/

.services-div {
    background-color: #212121;
    border: 1px solid #333333;
    border-radius: 3px;
    padding: 40px 20px;
    position: relative;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-div h5 a {
    color: #f2f2f2;
}
.services-div p {
    color: #f6f6f6;
}
.services-div:hover {   
    border-bottom: 2px solid #ffffff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.services-div:hover img{
	margin-top:-80px;
	 -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.services-space {
    margin-top: 30px;
}
.services-row .col-md-3:nth-child(5) {
    clear: both;
}
/*========================================== 6.SERVICES END ===========================================*/
/*========================================== 7.THREE COLUMN START ===========================================*/

.three-col-div {
    background-color: #252525;
    border: 1px solid #333333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin: 0 auto;
    padding: 20px 25px 30px 25px;
    position: relative;
}
.three-col img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow-x: hidden;
    overflow-y: hidden; 
	-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 5s ease 0s;
	 -moz-transition: opacity 0.5s ease 0s, transform 5s ease 0s;
	transition: opacity 0.5s ease 0s, transform 5s ease 0s;
}
.three-img {
    display: block;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.three-col:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
	 -moz-transform:scale(1.2);
	transform: scale(1.2);
    overflow-x: hidden;
    overflow-y: hidden;
}
.three-col {
    position: relative;
}
/*========================================== 7.THREE COLUMN END ===========================================*/
/*========================================== 8.TWO COLUMN START ===========================================*/
/*features*/
.features-col h4 a {
    color: #ffffff;
}
.features-col li {
    background-color: #252525;
    border: 1px solid #333333;
    padding: 20px;
}
.list-ul li:nth-child(3),
.list-ul li:nth-child(2),
.list-ul li:nth-child(1) {
    margin-bottom: 20px;
}
.list-div-left,
.list-div-body {
    display: table-cell;
}
.list-div-left {
    padding-right: 20px;
    vertical-align: top;
    width: 60px;
}
.content-top-space-2 {
    margin-top: 10px;
}
/*two col left and right*/
.two-left-right-bg .two-left-div {
    padding-bottom: 80px;
    padding-top: 80px;
}
.two-left-div {
    padding-left: 40px;
    padding-right: 30px;
}
.two-right-div {
    padding-left: 107px;
    padding-right: 30px;
}
.two-right-main .two-right-div {
    padding-bottom: 80px;
    padding-top: 80px;
}
.two-right-div h3 a,
.two-left-div h3 a {
    color: #333333;
}
.two-left-bgimage {
    background-image: url("../../images/1000x530x1.jpg");
    height: 475px;
    width: 50%;
}
.two-right-bgimage {
    background-image: url("../../images/1000x530x2.jpg");
    height: 472px;
    width: 50%;
}
/*========================================== 8.TWO COLUMN END ===========================================*/
/*========================================== 9.COUNTER START ===========================================*/

.counter-bgimage {
    background-image: url("../../images/1920x400.jpg");
    padding-bottom: 120px;
    padding-top: 120px;
}
.counter-value {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0 auto 20px auto;
}
.counter-title {
    color: #e9e9e9;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.counter-div .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.counter-div img {
    padding-bottom: 15px;
}
.counter-div .counter-value {
    margin-bottom: 10px;
}
/*========================================== 9.COUNTER END ===========================================*/
/*========================================== 10.TESTIMONIAL START ===========================================*/

.testimonial-bg {
    background-image: url("../../images/1920x700x2.jpg");
}
.testimonial-div {
    margin-bottom: 20px;
}
.testimonial-para {
    color: #ffffff;
    font-style: italic;
    padding-top: 20px;
    text-align: left;
    width: 80%;
}
.testimonial-bg h2 {
    color: #ffffff;
}
.testimonial-name-div {
    display: table;
    padding-top: 30px;
}
.testimonial-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
}
.testimonial-name1 {
    color: #eeeeee;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1px;
    text-align: left;
}
.testimonial-name-div .list-div-body {
    padding-top: 15px;
}
.testimonial-name-div img {
    border-radius: 3px;
}
.owl-carousel.testimonial .owl-item img {
    width: auto;
}
/*========================================== 10.TESTIMONIAL END ===========================================*/
/*========================================== 11.NEWS START ===========================================*/

.news-ul {
    display: inline;
    display: inline-table;
}
.news-ul li {
    display: table-cell;
}
.news-ul li:nth-child(1) {
    padding-right: 10px;
    vertical-align: text-top;
}
.news-ul li:nth-child(2) {
    vertical-align: middle;
}
.news-ul p a:hover {
    color: #ffffff;
}
.news-col {
    background-color: #212121;
    border: 1px solid #333333;
    padding: 20px;
}
.news-col h4 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}
.news-col h4 a {
    color: #ffffff;
}
.news-ul p {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.news-ul p a {
    color: #999999;
}
.news-ul-1 {
    float: right;
}
.news1-div {
    border-bottom: 1px solid #f94b71;
    padding-top: 6px;
    padding-bottom: 7px;
}
.news-row-2 {
    margin-top: 35px;
}
.news-img img {
    overflow-x: hidden;
    overflow-y: hidden;
   -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 5s ease 0s;
	 -moz-transition: opacity 0.5s ease 0s, transform 5s ease 0s;
	transition: opacity 0.5s ease 0s, transform 5s ease 0s;
}
.news-img {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.news-row-2:hover>.col-sm-4 .news-img img,
.news-row-1:hover>.col-sm-4 .news-img img {
    opacity: 0.9;
	  -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
    transform: scale(1.2);
    overflow-x: hidden;
    overflow-y: hidden;
}
.news-row-2,
.news-row-1 {
    position: relative;
}
/*========================================== 11.NEWS END ===========================================*/
/*========================================== 12.PRICE TABLE START ===========================================*/

.price-line {
    position: relative;
}
.price-line:hover .price-line-common.light:before,
.price-line:hover .price-line-common.light:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
}
.price-line .price-line-1:after {
    border-bottom-width: 1px;
    border-left-width: 0;
    border-right-width: 1px;
    border-top-width: 0;
    bottom: 0;
    right: 0;
}
.price-line .price-line-1:before {
    border-top-width: 1px;
    border-right-width: 0;
    border-left-width: 1px;
    border-bottom-width: 0;
    top: 0;
    left: 0;
}
.price-line .price-line-2:after {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 0;
    border-top-width: 0;
    left: 0;
    bottom: 0;
}
.price-line .price-line-2:before {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-top-width: 1px;
    right: 0;
    top: 0;
}
.price-line .price-line-common:before,
.price-line .price-line-common:after {
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-left-style: solid;
    border-right-color: transparent;
    border-right-style: solid;
    border-top-color: transparent;
    border-top-style: solid;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
	 -webkit-transition: all 0s 600ms ease 0s;
    -moz-transition: all 0s 600ms ease 0s;
    transition: all  600ms ease 0s;   
}
.price-head {
    background-color: #1b1b1b;
    padding: 40px 20px;
}
.price-head-1 {
    background-color: #111111;
    padding: 40px 20px;
}
.price-inner {
    background-color: #252525;
}
.price-table-col {
    border: 1px solid #333333;
}
.price-table-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.price-table-content span {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.price-table-content li {
    padding: 15px 0;
}
.price-table-content li {
    border-bottom: 1px solid #333333;
}
.pricing-btn-1,
.pricing-btn {
    padding-top: 30px;
    padding-bottom: 30px;
}
.price-table1-content p {
    letter-spacing: 1px;
}
.price-head h4 {
    color: #ffffff;
    padding-bottom: 10px;
}
.price-head p {
    color: #ffffff;
    font-size: 30px;
}
.price-head-1 h4 {
    color: #ffffff;
    padding-bottom: 10px;
}
.price-head-1 p {
    color: #ffffff;
    font-size: 30px;
}
/*========================================== 12.PRICE TABLE END ===========================================*/
/*========================================== 13.CONTACT START ===========================================*/

.form-div-1 label {
    display: none !important;
}

.form-div-1 .error::-webkit-input-placeholder,
.form-div-1 .error::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #ff0000 !important;;
}

.form-div-1 .form-message.error::placeholder,
.form-div-1 .form-input.error::placeholder {
    /* WebKit, Blink, Edge */
    
    color: #ff0000 !important;
}

.form-div-1 .form-message.error:-moz-placeholder,
.form-div-1 .form-input.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #ff0000;
    opacity: 1;
}
.form-div-1 .form-message.error::-moz-placeholder,
.form-div-1 .form-input.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #ff0000;
    opacity: 1;
}
.form-div-1 .form-message.error:-ms-input-placeholder,
.form-div-1 .form-input.error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #ff0000;
}

.form-div-1 textarea {
    color: #ffffff;
    border: 1px solid #333333;
    background-color: #252525;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    padding-top: 6px;
}
.form-div-1 input {
    color: #ffffff;
    border: 1px solid #333333;
    background-color: #252525;
    border-radius: 3px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}


input:focus,
textarea:focus {
    outline: -webkit-focus-ring-color solid 1px;
    outline-color: #aaaaaa ;
    outline-style: solid;
    outline-width: 1px ;
}






.form-div-1 {
    position: relative;
    margin-bottom: 30px;
}

.contact-bg {
    background-image: url("../../images/1920x700x5.jpg");
    padding-top: 120px;
    padding-bottom: 120px;
}

 .contact-div h3 {
    color: #ffffff;
}
.contact-div p {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}
.contact-div p a {
    color: #f2f2f2;
}
.contact-address li {
    display: table-cell;
    vertical-align: middle;
}
.contact-address li:first-child {
    padding-right: 10px;
}
.contact-address-space {
    margin-bottom: 20px;
}
.contact-top-space {
    margin-top: 30px;
}
/*========================================== 13.CONTACT END ===========================================*/
/*========================================== 14.SUBSCRIBE START ===========================================*/

#mc_embed_signup {
    clear: left;
}
#mc-embedded-subscribe {
    margin: 0 0 0em 0 !important;
	width:100%;
}
#ResultMsg {
    text-align: center;
}
.SuccessMsg {
    color: #33cc33;
}
.FailureMsg {
    color: #ff0000;
}
.messageDiv {
	display:grid;
    text-align: center;
    width: 100%;
}
.SuccessMsg,
.FailureMsg,
.sucessMessage,
.failMessage {
    font-size: 13px;
    font-weight: bold;
    display: none;
    margin-top: 10px;
}
.sucessMessage {
    color: Green;
}
.failMessage {
    color: #ff0000;
}
.message > .SuccessMsg {
    color: #Green ;
}
.place_error::-webkit-input-placeholder {
    color: #ff0000;
    text-transform: none;
}
.place_error::-moz-placeholder {
    color: #ff0000;
    text-transform: none;
}
.place_error::-moz-placeholder {
    color: #ff0000;
    text-transform: none;
}
.place_error::-ms-input-placeholder {
    color: #ff0000;
    text-transform: none;
}
.place_error:-ms-input-placeholder {
	color: #ff0000 !important;
    text-transform: none;
    
}
.form1-btn .btn {
    width: 100%;
}
.header-strip-bg {
    background-image: url("../../images/1920x220x1.jpg");
    padding-bottom: 60px;
    padding-top: 60px;
}
.strip-row {
    margin: 0 auto;
    width: 85%;
}
.strip-row h3 {
	color:#ffffff;
    margin-bottom: 8px;
}
.strip-btn {
    margin-top: 26px;
}
.strip-row p {
	color:#f2f2f2;
}
/*========================================== 14.SUBSCRIBE END ===========================================*/
/*========================================== 15.TEAM START ===========================================*/

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;   
    cursor: pointer;
}
.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
    opacity: 1;
}
.content-image {
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details {
    top: 91%;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.content-details p {
    color: #fff;
    font-size: 0.8em;
}
.fade-top {
    top: 20%;
}
.team-col h4 {
    margin-top: 20px;
}
.team-icon li {
    display: inline-block;
    margin-bottom: 10px;
}
.team-icon li:last-child {
    margin-bottom: 0;
}
.team-col {
    background-color: #252525;
    border: 1px solid #333333;
    padding: 20px;
}
/*CTA*/

.cta-bg {
    background-image: url("../../images/1920x700x1.jpg");
    padding-bottom: 150px;
    padding-top: 150px;
}
.cta-bg h2 {
    color: #ffffff;
}
.cta-bg p {
    color: #e9e9e9;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px auto;
    width: 80%;
}
.cta-bg .btn-1 {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 0 #333333;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.cta-bg .btn-1:hover {
 color: #ffffff;
    box-shadow: inset 0 0 0 50px #333333;
    background-color: transparent;
	-webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
/*========================================== 15.TEAM END ===========================================*/
/*========================================== 16.GALLERY START ===========================================*/

.gallery-space {
    padding-bottom: 30px;
}
.gallery-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
}
/* GALLERY HOVER */

.gallery-inner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.gallery-inner .gallery-caption {
    position: absolute;
    top: 0;
    padding: 15px;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery-inner:hover .gallery-caption {
    opacity: 1;
}
.gallery-inner .gallery-caption:before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.8);
    outline-offset: 1px;
    position: absolute;
    width: 40%;
    height: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}
.gallery-col a {
    color: #ffffff;
}
.gallery-inner:hover .gallery-caption:before {
    opacity: 1;
    height: 90%;
    width: 90%;
    outline-offset: -10px;
    outline-style: solid;
    outline-width: 0.1px;
    outline-color: #bbbbbb;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-outline-radius: 3px !important;
}
.gallery-caption i {
    color: #ffffff;
    position: relative;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 20px;
    font-weight: 400;
}
.gallery-inner img {
    border-radius: 3px;
}
/* Filter controls */

.filter-options li {
    color: #bbbbbb;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
    padding: 5px 0;
}
.filter-options li:after {
    content: "/";
    padding-left: 10px;
    padding-right: 10px;
}
.filter-options li:last-child:after {
    content: "";
    padding-left: 0;
    padding-right: 0;
}
.filter-options li.active {
    color: #ffffff;
}
.filter-options li:hover {
    color: #ffffff;
}
.filter-options {
    margin-bottom: 30px;
    padding-left: 10px;
    text-align: center;
	padding-right:10px;
}
.gallery-row-2 {
    padding-bottom: 30px;
}
/*========================================== 16.GALLERY END ===========================================*/
/*========================================== 17.FOOTER START ===========================================*/

.footer-logo {
    margin-bottom: 15px;
}
.footer-col h4 {
    margin-bottom: 10px;
}
.footer-col-1 h4 {
    margin-bottom: 10px;
    text-align: left;
}
.subscribe-form .form-group {
    margin-bottom: 0;
}
.subscribe-form input {
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #e9e9e9;
    height: 52px;
    border-radius: 7px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}
.footer1-icon li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer1-icon {
    margin: 20px 0 0 0;
}
.subscribe-form {
    background-color: #212121;
    border: 1px solid #333333;
    padding: 30px;
    text-align: center;
}
.subscribe-btn {
    display: block;
    text-align: left !important;
}
/*footer form*/

.copyright p {
    letter-spacing: 1px;
}
.copyright {
    padding-bottom: 30px;
    padding-top: 30px;
}
.form-div label {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
    letter-spacing: 1px;
}
.contact-frame iframe{
	border: 0;
	 -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
	height: 370px;
	width: 100%;	
}
.scrolloff {
	 pointer-events: none;
}
/*========================================== 17.FOOTER END ===========================================*/

/*-----------------------
  Room Details Section
-------------------------*/

.room-details-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-details-item {
	margin-bottom: 50px;
}
.room-details-item img {
	margin-bottom: 40px;
}
.room-details-item .rd-text .rd-title {
	overflow: hidden;
	margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
	color: #fff;
	float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
	float: right;
	text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
	color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	background: #8BC34A;
	padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
	color: #8BC34A;
	font-weight: 700;
	margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #19191a;
}
.room-details-item .rd-text table {
	margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
	font-size: 16px;
	line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
	width: 120px;
	color: #fff;
}
.room-details-item .rd-text p {
	/*color: #707079;*/color: #fff;
}
.room-details-item .rd-text p.f-para {
	margin-bottom: 22px;
}
.rd-reviews {
	padding-top: 55px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.rd-reviews h4 {
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.rd-reviews .review-item {
	margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
	float: left;
	margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	content: "";
}
.rd-reviews .review-item .ri-text span {
	font-size: 12px;
	color: #8BC34A;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
	position: absolute;
	right: 0;
	top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
	color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
	margin-top: 4px;
	margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
	color: #707079;
	margin-bottom: 0;
}
.review-add h4 {
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.review-add .ra-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::placeholder {
	color: #aaaab3;
}
.review-add .ra-form h5 {
	font-size: 20px;
	margin-bottom: 24px;
	float: left;
	margin-right: 10px;
}
.review-add .ra-form .rating {
	padding-top: 3px;
	display: inline-block;
}
.review-add .ra-form .rating i {
	color: #f5b917;
	font-size: 16px;
}
.review-add .ra-form textarea {
	width: 100%;
	height: 132px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	padding-top: 12px;
	margin-bottom: 24px;
	resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
	color: #aaaab3;
}
.review-add .ra-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #8BC34A;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #8BC34A;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #8BC34A;  } 
.review-add .ra-form .rating {padding:0; margin-top:-8px;}

/*** booking form *****/
.booking-form {
	background: #ffffff;
	padding: 44px 40px 50px 40px;
	border-radius: 4px;
}
.booking-form h3 {
	color: #19191a;
	margin-bottom: 36px;
}
.booking-form form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.booking-form form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .check-date input, .booking-form form .check-date textarea {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	font-weight: 500;
	padding-left: 20px;
}
.booking-form form .check-date i {
	color: #8BC34A;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.booking-form form .select-option {
	margin-bottom: 15px;
}
.booking-form form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.booking-form form .select-option .nice-select:after {
	border-bottom: 2px solid #8BC34A;
	border-right: 2px solid #8BC34A;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.booking-form form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #8BC34A;
	border-radius: 2px;
	color: #8BC34A;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}

/**** search model ***/
.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}
.search-model-form {
	padding: 0 15px;
}
.search-model-form input {
	width: 100%;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}
.search-model-form input:focus,.search-model-form input:active {
	outline: none;
}
.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.h-100 {
    height: 100%!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}






.logo-image img{max-height:90px;}
.nav li:hover > .dropdown {
	top: 55px;
	opacity: 1;
	visibility: visible;
}
.nav li .dropdown {
	padding-inline-start: 0px;
	position: absolute;
	left: 0;
	top: 97px;
	width: 220px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	padding:10px;
}
.nav li .dropdown .dropdown {
	left: 100%;
	top: 0px;
}
.nav li .dropdown .dropdown .dropdown {
	left: 100%;
}
.nav li .dropdown li {
	list-style: none;
	display: block;
	position:relative;
}
.nav li .dropdown li a {
	font-size: 15px;
	font-weight:600;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 2px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav li .dropdown li a:hover {
	color: #8BC34A;
}
.nav li .dropdown li a:after {
	display: none;
}
.navbar-fixed-top .navbar-collapse{height:auto; max-height:none;}
.product-img{height:320px; width:100%;}
.three-col-div h4{height:32px; overflow:hidden; text-overflow: ellipsis;white-space: nowrap;}
.news-img img,.news-img iframe{height:225px; width:100%;}
.news-row-1{margin-top:35px;}
.news-col{height:225px;}
.news-col p.update-content{height:72px;}
.gallery-inner img,.gallery-inner iframe{height:380px; width:100%;}
.specification-list{width:100%; border-collapse:collapse;}
.specification-list td{border:#CCC 1px solid; padding:0px 5px;}
.updatenav a,.updatenav a:hover{color:#fff;display: inline-block;font-size: 13px;color: #ffffff;text-transform: uppercase;letter-spacing: 2px;font-weight: 700;position: relative;}
.tags-anchor,.tags-anchor:hover{color:#8BC34A}
.updatenav a.primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #8BC34A;
    content: "";
}
.header-bgimage-3{height:600px;}
#sliderimage{width:100%;height:100%;}
.header-bgimage-3 .banner-overlay{position:absolute; width:100%; background:rgba(0,0,0,0.5);}
.content-slider{margin-top:100px;}
.partners-section .grid img{height:200px;}
/**** business hours ***/
.oh_sec{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.oh_sec div.left{-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.oh_sec div.right{-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;}

/*** notice board ****/
.shedule-box{border: 1px solid #eeeeee;padding: 33px 35px 37px;margin-top: 5px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px;}
.shedule-box .open-hr{margin-bottom: 28px;}
.shedule-box .open-hr h6{color: #222222;font-weight: 600;margin-bottom: 18px;}
.shedule-box .open-hr ul li{font-size: 15px;padding-bottom: 8px;margin-bottom: 8px;border-bottom: 1px dashed #dddddd;}
.noticeboard{font-size:14px;}
.noticeboard .noticeboard_title a{color:#fff;}
.noticeboard .noticeboard_title a:hover{color:var(--ins-brand-color);}
.noticeboard .noticeboard_title .noticeboard_newimage{width:40px; margin-right:8px;}
.noticeboard .noticeboard_image{width:85%; text-align:center; margin:0 auto;}
.noticeboard .noticeboard_image img{max-width:100%; margin-top:10px;}
.shedule-box .open-hr ul.noticeboard li{border-bottom:2px dashed var(--ins-brand-color);}
.shedule-box.noticeboard-box .open-hr h6{font-size:18px; text-align:center; margin-top:-55px; position:relative;}
.shedule-box.noticeboard-box .open-hr h6 span{background:var(--ins-brand-color); padding:10px; border-radius:5px; width:70%; display:inline-block;}
.shedule-box.noticeboard-box{border-top:3px solid var(--ins-brand-color);border-bottom:3px solid var(--ins-brand-color);}
.shedule-box.noticeboard-box .open-hr h6 span:before{position: absolute;height: 0px;width: 0px;border-top: 10px solid transparent;border-left: 10px solid transparent;border-right: 10px solid var(--ins-brand-color);border-bottom: 10px solid var(--ins-brand-color);top:0px;left:8.5%;content: ' ';}
.shedule-box.noticeboard-box .open-hr h6 span:after{position: absolute;height: 0px;width: 0px;border-top: 10px solid transparent;border-left: 10px solid var(--ins-brand-color); border-right: 10px solid transparent;border-bottom: 10px solid var(--ins-brand-color); top:0px; right:8.5%;content: ' ';}	
marquee{height:260px;}
.noticeboard .noticeboard_title h1{font-size:28px;}
.noticeboard .noticeboard_title h2{font-size:25px;}
.noticeboard .noticeboard_title h3{font-size:22px;}
.noticeboard .noticeboard_title h4{font-size:19px;}
.noticeboard .noticeboard_title h5{font-size:16px;}
.noticeboard .noticeboard_title h6{font-size:14px;}

/* brand box */
.products-sec{border:#eee 1px solid; padding:5px;}
.brandbox_service .three-col-div h4{color:var(--ins-brand-color);}
.brandbox_service .btn.btn-1{background-color: rgba(var(--ins-brand-rgb-color), 0.9); color:#fff;}
.brandbox_updates .news-col{background:var(--ins-brand-color);}




/* ====================
##. Testimonial Area
==================== */
.testimonial1 {
  background-image: url("../images/testimonial-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0 50px;
}
.testimonial1:before {
  position: absolute;
  content: '';
  background: rgba(var(--ins-brand-rgb-color), 0.93);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial1 .owl-testimonial .testimonial-content img {
  /*max-width: 100px;*/
  height:90px;
  width:auto;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.testimonial1 .owl-testimonial .testimonial-content h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 3px;
  font-weight: 600;
}
.testimonial1 .owl-testimonial .testimonial-content span {
  display: block;
  font-size: 15px;
  color: #dddddd;
  font-weight: 600;
  margin-bottom: 8px;
}
.testimonial1 .owl-testimonial .testimonial-content p {
  font-size: 16px;
  color: #eeeeee;
  line-height: 30px;
  letter-spacing: 0.5px;
  max-width: 500px;
  font-style: italic;
  margin: auto;
}
.testimonial1 .owl-testimonial .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -70px;
  margin-left: -16px;
}
.testimonial1 .owl-testimonial .owl-dots .owl-dot {
  width: 5px;
  height: 13px;
  background: #dddddd;
  display: inline-block;
  margin: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.testimonial1 .owl-testimonial .owl-dots .owl-dot.active {
  background: #eeeeee;
  height: 16px;
}
.readmore-btn{color:#fff!important;}
.readmore-btn:hover{background:var(--ins-brand-color); color:#fff;}


/* Video Banner */
.video-banner video{width: 100%;display: flex;border: none;}




/*========================================== 18.MEDIA QUERIES START ===========================================*/

@media only screen and (min-width: 250px) and (max-width: 767px) {
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .navbar-default .navbar-toggle {
        margin-bottom: 15px;
        margin-top: 22px;
        margin-right: 0;
    }
    .navbar-toggle {
        float: right !important;
    }
    .navbar-nav > li {
        padding-left: 1.3em;
        cursor: pointer;
    }
    .navbar-default .navbar-nav > li > a {
        display: inline-block;
    }
    .navbar-collapse {
        border: 0 !important;
        box-shadow: none !important;
    }
    .nav {
        display: inherit !important;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff !important;
    }
    .navbar-default .navbar-toggle {
        border: none !important;
    }
    .navbar-nav > li {
        padding: 15px 0;
    }
    .header-bgimage-1 .header-content,
    .testimonial-para {
        width: 100%;
    }
    .res-space {
        margin-bottom: 30px;
    }
    .three-col img {
        margin: 0 auto;
    }
    .clients-res-space {
        margin-bottom: 30px;
    }
    .client-row {
        margin: 0 auto;
        width: 80%;
    }
    .strip-btn {
        margin-top: 20px;
    }
    .gallery-inner .gallery-caption:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .two-right-div {
        padding-left: 15px;
        padding-right: 15px;
    }
	
	.contact-img,
	 .counter-space1 {
        margin-bottom: 30px;       
    }
	
	.news-img{
        margin-bottom: 25px;       
    }
	
	.footer-col-1 {
		margin-top:30px;
		margin-bottom:30px;
	}
	.header-div-3 {
		margin-bottom:30px;
	}
	.pagescroll,.pagescroll1 {
		-webkit-transition: 0.3s ease;
		-moz-transition: 0.3s ease;
		transition: 0.3s ease;
		padding: 10px 5px !important;
		text-decoration: none;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}
	.navbar-nav > li > a.active,
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:focus,
	.navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > li > a:hover,
	.pagescroll:hover,.pagescroll1:hover {
		color: #ffffff !important;
		border-top: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		padding: 5px 5px !important;
		margin: 4px 0;
	}
	.navbar-nav > li {
		padding:0;
	}
	.news-row-2 {
		margin-top:30px;
	}
	.news-img {
		margin-bottom: 20px;
	}
	.header-div-3 h1,
	.slider-image3 .header-div-1 h1,
	.slider-image2 .header-div-1 h1,
	.slider-image1 .header-div-1 h1,
    .header-div-1 h1 {
        font-size: 35px;
        line-height: 45px;
    }	
	.header-div-3 h1 span,
	.slider-image3 .header-div-1 h1 span,
	.slider-image2 .header-div-1 h1 span,
	.slider-image1 .header-div-1 h1 span,
    .header-div-1 h1 span {
        font-size: 20px;
    }
	h2 {
		font-size:28px;
		line-height:32px;
	}
	h3 {
		font-size:25px;
		line-height:30px;
	}
	h4 {
		font-size:18px;
		line-height:22px;
	}	
	.price-head p,
	.price-head-1 p {
		color: #ffffff;
		font-size: 22px;
	}
	.cta-bg p {
		width:100%;
	}
	.navbar-collapse.in{overflow-y:visible;}
	.nav li:hover > .dropdown {
		top: 0;
		display:block;
	}
	.nav li .dropdown .dropdown, .nav li .dropdown .dropdown .dropdown {
		left:0%;
		top:0%;
		padding-left:20px;
	}
	.nav li .dropdown {
		position:relative;
		display:none;
		width:100%;
	}
	.product-img{height:auto;}
	.three-col-div h4{height:auto; overflow:visible; white-space:normal;}
	.three-col-div .content-top-space1{height:auto;}
	.news-img img,.news-img iframe{height:auto;}
	.news-col p.update-content{height:auto;}
	.news-col{height:auto;}
	.header-bgimage-3{padding:0;}
	.booking-form{margin-top:50px;}
	.header-bgimage-3{height:auto;}
	.banner-overlay{position:relative !important;top:0 !important;}
	.content-slider{margin-top:0;}
}
@media only screen and (min-width: 250px) and (max-width: 991px) {
    .navbar-right.nav {
        padding-bottom: 0 !important;
    }
    .section-space {
        margin-bottom: 30px;
    }
    .nav {
        float: none;
        margin: 0 auto;
        display: table;
        padding-bottom: 20px;
    }
    .two-right-bgimage,
    .two-left-bgimage {
        width: 100%;
    }
    .two-right-main {
        display: flex;
        flex-direction: column;
    }
    .two-right-div {
        order: 2;
    }
    .two-right-bgimage {
        order: 1;
    }
    .two-left-right-bg .two-left-div {
        padding-bottom: 80px;
        padding-top: 20px;
    }
    .two-left-div {
        padding-left: 0;
        padding-right: 0;
    }
    .two-right-main .two-right-div {
        padding-bottom: 80px;
        padding-top: 20px;
    }   
	.strip-row {
		width:100%;
	}
	.features-image.res-space {
		margin-bottom: 20px;
	}
	h4 {
		line-height:26px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 479px) {
    .onecolumn-res {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .onecolumn-res img {
        margin: 0 auto;
    }
    .onecolumn-res-space {
        padding-bottom: 30px;
    }
    .client-row {
        width: 100%;
    }
    .footer1-icon li {
        margin-right: 5px;
    }
	
	.services-space-2,
    .clients-res-space1 {
        margin-bottom: 30px;
    }	
}
@media only screen and (min-width: 250px) and (max-width: 400px) {
	.content:hover .content-details {
		top:85%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.services-space-1 {
		margin-top: 30px;
	}	
	
	.services-row .col-md-3:nth-child(3),
	.services-row .col-md-3:nth-child(7) {
		clear: both;
	}
	
	.price-table-col,
	.team-col {
		margin:0 auto;
		width:360px;
	}
	
	.team-col-1 {
		padding-bottom:30px;
	}
	
	.price-line:hover .price-line-common.light:before,
	.price-line:hover .price-line-common.light:after {
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-color: transparent;
	}

}

@media only screen and (min-width: 700px) and (max-width:767px) {
	.testimonial-div {
		padding-left:15px;
		padding-right:15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-column-res {
        margin: 0 auto;
        width: 100%;
    }
    .single-column-res-pull {
        margin: 0 auto;
        width: 100%;
        right: 0;
    }
    .single-column-res-push,
    .col-sm-push-6.col-sm-6.business2-col {
        margin: 0 auto;
        width: 100%;
        left: 0;
    }
    .nav > li > a {
        display: block;
        position: relative;
    }
    .navbar-nav {
        padding-bottom: 0;
    }
    .features-image {
        margin-bottom: 30px;
    }
    .gallery-inner .gallery-caption:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .strip-row {
        width: 100%;
    }
    .strip-row h3 {
        margin-bottom: 20px;
    }
    .news-ul li:nth-child(1) {
        padding-right: 6px;
        vertical-align: text-top;
    }
    .strip-row .col-sm-12 {
        padding: 0;
    }
    .two-right-div {
		margin:0 auto;
        padding-left:15px;
        padding-right:15px;
		width:750px;
		
    }
	
	.services-space-3 {
		margin-bottom:30px;
	}
	.services-row .col-md-3:nth-child(3),
	.services-row .col-md-3:nth-child(7) {
		clear: both;
	}
	.footer1-icon li {
		margin-right:1px;
	}
	.content:hover .content-details {
		top:83%;
	}
	
	.header-div-3 {
	padding-top:50px;
	}
		
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .strip-row {
        width: 100%;
    }
    .gallery-inner .gallery-caption:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .two-left-right-bg .two-left-div {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .two-right-main .two-right-div {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .two-left-bgimage {
        height: 504px;
    }
    .two-right-bgimage {
        height: 520px;
    }
	.content:hover .content-details {
		top: 88%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.gallery-inner img,,.gallery-inner iframe{height:340px;}
}
/*========================================== 18.MEDIA QUERIES END ===========================================*/