  body {
 font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
    color: #f5f6f7;
  }
	  
	  .col-sm-6.side-one p {
    padding-left: 30px;
}
	  .logo-s{ }
	  .bg-r h3 {
    padding-left: 30px;
}
	
 .bg-0 h1{ background:#f1bf66; font-size:45px; padding:30px;  font-weight:700;float: :left; width: :100%;	 text-align: center;}
	  .col-sm-6.side-two p{ padding-left: 30px;}
	  . main-form { margin:auto; width:700px; float:left; }

.c-bt {
    width: 200px;
    margin: auto;
}
a:focus, a:hover{ color:#ffcf7a; text-decoration:none;}
.carousel-control.right{background:none !important;}
.carousel-control.left{background:none !important;}
.white-txt { color:#fff; font-size:16px; font-weight:600;}
.white-txt :hover{ color:#f6706c; text-decoration:none;}
.white-txt .active{ color:#ffbcba; text-decoration:none;}
.m-top{margin-top:40px;}

.main-form input[type=text], select, textarea{ border: 1px solid #c6e2f7; /* Gray border */}
	 .main-form input[type=text], select, textarea {
     width: 40%;
    float: left;
    margin-right: 10px;
		 color: #303030;
		    height: 50%;
		
  padding: 12px; /* Some padding */  
  border: 1px solid #c6e2f7; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */

}



.bg-l{ margin-bottom:20px;}
/*--------------------------------------gallery---new---------------*/



#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 10px; }
#profile-grid .panel { padding: 0; }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
/*------------------closed----------------------------*/

	  
	  #gallery {
  padding-top: 40px;
	  }
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}
.contact-form3 {
    width: 50%;
    margin: auto;
}
.main-form2 p{ color:#000;}
	

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
 display: none;
}
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
	display: none;
}
#prevButton i,#nextButton i,#exitButton i{ display:none;}
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
	display: none;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}
	  .col-sm-6.side-one h3{ mpadding-left:30px;}

/* Style the submit button with a specific background color etc */
 .main-form input[type=submit] {
  background-color: #1189f7;
  color: white;
  padding: 12px 10px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
	 width:20%;
	   float:left;
	 margin-left:230px;
}
#ihna-landing input[type="text"], #ihna-landing textarea {
    border-radius: 0;
}
#gallery iframe {
    padding-top: 40px;
}
.bg-r{ margin-bottom:20px;}
	  
	  .bg-r li {
    margin-left: 15px;
}
/* When moving the mouse over the submit button, add a darker green color */
 .main-form input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
 .main-form .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
	  .main-form h3 {
    color: #000;
    padding: 0;
    text-align: left;
}

	  
/* Style the submit button with a specific background color etc */
.main-form2 input[type=submit] {
    padding: 12px 10px;
    border: none;
    background: none;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    float: left;
    /* margin-left: 230px; */
    margin-bottom: 20px;
    color: #000;
    border: 1px solid #000;
}

	  	  . main-form2 { margin:auto; width:700px; float:left; }
	 .main-form2 input[type=text], select, textarea {
     width:100%;
    float: left;
    margin-right: 10px;
		 color: #303030;
		    height: 100%;
		 border-right:0px;	
		 border-left:0px;
		 border-top:0px;
  padding: 12px; /* Some padding */  
  border-bottom: 1px solid #000; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */    

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #303030;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #303030;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #303030;
}
.bg-4 ul li {
    line-height: 34px;
}	  
	  .bg-r li {
    margin-left: 15px;
}
/* When moving the mouse over the submit button, add a darker green color */
 .main-form2 input[type=submit]:hover {
  background-color: #fff;color:#000;
}

/* Add a background color and some padding around the form */
 .main-form2 .container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
	  .main-form2 h3 {
    color: #000;
    padding: 0;
    text-align: left;
}
	  .bgc{ background:#f0f0f0; padding:20px; min-height:80px; }  
	  .icon1 { margin:auto; width:300px;}
	 
	  .m-auto{  margin:auto;}
	  .navbar-default{ background: #fff;}

	  .bg-6 ul { margin:auto;}
	  .bg-6  i{ margin:0 10px 0 10px;padding-top: 14px; font-size: 21px; color:#fff; }
		  .bg-r {
     padding: 20px;
		  float:left;
 -webkit-box-shadow: 3px 2px 15px 0px #ccc;
  -moz-box-shadow:   3px 2px 15px 0px #ccc;
    box-shadow: 3px 2px 15px 0px #ccc;
	border-radius:10px;	
	padding: 20px;
    margin-left: 0px;
	float: left;
    width: 100%;
	min-height: 1000px;
			  
}
	  
.rounded {
    width: 50px;
    height: 50px;
    border-radius: 29px;
    background: #000;
    float: left;
    margin: 0 10px 0 0;
}
	  .fe-f{ width:100%; float:left;}
	  .fe-f h2{ font-size:24px; font-weight:700; border: 0 !important;}
	  	  .bg-r span {
font-size:22px;
			  padding: 0;
			  margin:0;
}
	  
	  section.bg-r h2 {
    color: #000;
		  margin:0;
		  padding:0;
		  padding-bottom:10px;
		  border-bottom: 5px solid #f1bf66;
}
	 
	  .bg-l {
     padding: 20px;
		  float:left;
 -webkit-box-shadow: 3px 2px 15px 0px #ccc;
  -moz-box-shadow:   3px 2px 15px 0px #ccc;
    box-shadow: 3px 2px 15px 0px #ccc;
		  border-radius:10px;
		    min-height: 1000px;
}
	  .bg-l h3{ padding-left:30px;}
	  	  .bg-l span {
font-size:22px;
			  padding: 0;
			  margin:0;
}

.navbar-nav>li .active{ border-top:2px solid #000;}

	  section.bg-l h1 {
    color: #000;
		  margin:0;
		  padding:0;
		  border-bottom: 5px solid #f1bf66;
		  padding-bottom: 10px;	
	
}
	  .container{ width:}
  p {font-size: 16px;}
  .margin {margin-bottom: 45px;}
  .bg-1 { 
    background-color: #fff; /* Green */
    color: #ffffff;
	      box-shadow: -17px 36px -2px 9px #ccc;
	    
  }
	  .col-sm-3.main-cnt {
    margin-right: 100px;
}
  .bg-2 { 
    background-color: #fafafa;
    color: #ffffff;
	      margin-top: 40px;
		
  }
  .bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;

    padding-top: 20px;
  }
  .bg-4 { 
    background-color: #f1bf66	; /* Black Gray */
    color: #000;
	  float:left;
	  width:100%;
	  padding:20px;
  }
  .bg-4 h2{ font-weight:700;}
.navbar-nav>li {
    float: left;
    letter-spacing: 1px; font-weight:700;
}
.navbar-nav>li>a {

	margin-top:50px;
   
}
.main-form2 .col-md-6{ padding-right:0;padding-left:0; }
.main-form2 .col-md-12{ padding-right:0;padding-left:0;}
	  .bg-5 h2{ color:#000; text-transform: uppercase; font-weight:700; font-size:24px;}
	    .bg-5 { 
    background-color: #fff; /* Black Gray */
    color: #fff;
	  float:left;
	  width:100%;
	 /* padding:20px;*/
  }	    .bg-6 { 
    background-color: #fff; /* Black Gray */
    color: #fff;
	  float:left;
	  width:100%;
	  padding:0px;
	  margin-bottom:40px;
	  
  }
	   .bg-6 li { 
		  display:inline-block; text-decoration: none; list-style: none; padding: 0 40px 0 40px; text-align: center; font-weight:700; text-transform:uppercase; color: #000;}
	   .bg-6 h2 { 
		  float:left; color:#000; text-decoration: none; list-style: none; padding: 20px; width:100%; background:#f0f0f0 !important;}
	  .bg-6 h3 { 
		  float:left; color:#000; text-decoration: none; list-style: none; padding: 20px; width:100%; }
	  .na
	  vbar-default{ background: #fff !important; }
	  .side-one{ margin-bottom:20px;}
  .container-fluid {
   /* padding-top: 70px;
    padding-bottom: 70px;*/
	  padding-right:60px;
	  padding-left:60px;
	     overflow-x: hidden;
	  
  }

.container-fluid.bg-2.text-center{ overflow-x: hidden;} 
	
  .navbar {
    padding-top: 15px;
    padding-bottom: 0px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
  }
  .navbar-nav  li a:hover {
    color: #1abc9c !important;
  }
	  .job-txt2 {
    color: #000;
    font-weight: bold;
    background: #fff;
    padding: 10px;
}
	  .slide-two{ margin-bottom:20px;}
	  .job-txt{
    color: #000;
    font-weight: bold;
    background: #fff;
    padding: 10px;
}
	  section.bg-l ul {
    margin-left: 30px;
}
	  
	  section.bg-r ul {
    margin-left: 20px;
}
	  .main-c ul {
    padding: 0;
    margin: 0;
}
	  .main-c li {
    padding: 0;
    margin: 0;
    line-height: 28px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    font-style: italic;
    list-style: none;
}
	  .main-cnt h3{color:#363c4c; font-weight:normal; line-height:45px; font-size:26px;}

.no-mar{margin: 0 !important;font-size: 17px;}
.no-mar .close {
    font-size: 32px;
    opacity: .8;
}
:root {
	/* Base font size */
	font-size: 10px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	min-height: 100vh;
	background-color: #fafafa;
}



.container {
	max-width: 100rem;
	margin: 0 auto;
	padding: 0 2rem 1rem;
}

.heading {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 3.5rem 0;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

@media screen and (max-width: 1440px) { 

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    width: 120% ;
}
.white-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}


}
@media screen and (max-width: 1366px) { 

.hidden-lg {
    display: inline !important;
}
.main-form input[type=submit] {
 margin-left:160px;
}}
@media screen and (max-width: 1024px) { 

  a.navbar-brand img {
    padding-left: 0px !important;
    width: 200px;
}
.col-sm-3.main-cnt {
    margin-right: 40px;
    width: 270px;
}
.bg-r {
    width: 100%;
    min-height: 1720px;
}

.main-cnt h3 {
    color: #363c4c;
    font-weight: normal;
    line-height: 28px;
    font-size: 19px;
}

.main-form input[type=submit] {
 margin-left:104px;
     width: 30%;
	 margin-bottom: 20px;

	
}

.bg-6 li{padding: 0 20px 0 20px;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline !important;
    max-width: 100%;
    height: auto;
   /* margin-bottom: 20px;
    margin-top: 20px;*/
}
a.navbar-brand img {
    padding-left: 0px !important;
    width: 200px;
}
.col-sm-3.img-n img {
    margin-left: 10px;
}

}
@media screen and (max-width: 768px) { 
	.col-sm-6.side-one {
    width: 100%;
}

.main-cnt h3 {
    color: #363c4c;
    font-weight: normal;
    line-height: 27px;
    font-size: 20px !important;
}
.container-fluid.bg-2.text-center {
    overflow-x: hidden;
    padding: 0;
}
.bg-6 li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    padding: 0 40px 0 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 16px;
    margin-bottom: 20px;
}
.bg-l{ }
.bg-r{ min-height:auto !important;}
.container-fluid{ padding-right:0; padding-left:0;}

	.main-form input[type=submit] {
    background-color: #1189f7;
    color: white;
    padding: 12px 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 20%;
    float: left;
        margin-left: 211px;
    margin-bottom: 20px;
}
.main-form {
    margin-left: 80px;
}
	.col-sm-6.side-two {
		width:100%;
}

.col-sm-3.main-cnt {
  margin-right: 0px;
    width: 422px;
}
	.bg-2 .col-sm-5 {
    width: 100%;
}
	.main-form input[type=text], select, textarea{ border: 1px solid #c6e2f7 !important;}

}


@media screen and (max-width: 767px) { 
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    width: 100% ; }

    a.navbar-brand img {
    padding-left: 0px !important;
    width: 150px;
}

.navbar-brand {
    margin-bottom: 0px;
    margin-top: 0px; 
    width: 200px;
}
}


	  @media screen and (max-width: 411px) {  
		  
  
	section#gallery img {
    width: 360px;
}


	
	.bg-2{ margin-top:0;}	  
	  
	  .bg-l {

    margin-bottom: 20px;
		  width:auto !important;
		  
}
		  .bg-r{

    margin-bottom: 20px;
		  width:auto !important;
			  height: auto;
		  
}
		  .main-form input[type=submit] {
    background-color: #1189f7;
    color: white;
    padding: 12px 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 40%;
    float: left;
    margin-left: 0;
}
	.img-n {
    width: 200px;
    height: 200px;
    margin: 0 0 0 100px;
}
.main-cnt h3 {
    color: #363c4c;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    margin: 10px 50px 0 40px;
    width: 325px;
}
		  .container-fluid{ margin-left:0; padding: 0;}
		  .main-form {
    margin-left: 80px;
    margin-bottom: 20px;
}
		  .main-form input[type=submit]{ margin-bottom:30px;}
		  .bg-6 li{ float:none;}
.contact-form3 {
    width: 100%;
    margin: auto;
}
		  .main-form2 {
    padding-right: 20px;
    padding-left: 20px;
}
	  }
	  
	  @media screen and (max-width: 360px) { 
a.navbar-brand img {
    padding-left: 0px !important;
    width: 120px;
}  


	  .col-sm-3.main-cnt {
    margin-right: 100px;
    width: 430px !important;
    margin-left: 20px;
}
.main-cnt h3 {
    color: #363c4c;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    margin: 10px 50px 0 30px;
    width: 280px;
}
	  }
	   
.thanks-sec {
    padding: 150px 0px;
}

.dsbld {
  cursor: not-allowed !important;
}

#submit_enq[disabled] {background-color: #d7d7d7;pointer-events: none;cursor: not-allowed !important;}