body {
  background: #fff;
}

.fa-star { font-size: 72% !important; }
.mainheader {
  background: none;
  /* background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); */
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
}

a {
color: #4aafaf;
}

.header_inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mainheader .logo_right {
  float: right;
  height: 80px;
}

.mainheader .logo_left {
  float: left;
  height: 80px;
}

.mainheader .logo_center {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0 auto;
}

.nav_menu {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

#Divmenu {
  padding: 0;
}

.navbar-nav > li > a {
  padding: 10px 20px;
}

ul.navbar-nav li i {
margin-right: 5px;
}

.navbar-inverse {
  background: #4aafaf;
  background: -moz-linear-gradient(top, #7acfcf 0%, #4aafaf 100%);
  background: -webkit-linear-gradient(top, #7acfcf 0%, #4aafaf 100%);
  background: linear-gradient(to bottom, #7acfcf 0%, #4aafaf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7acfcf', endColorstr='#4aafaf', GradientType=0);
  border-color: #4aafaf;
}

.social_menu {
  float: right;
}

.social_menu a {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  display: inline-block;
  min-width: 38px;
}

.social_menu a:hover {
  background: #174a77;
}

.middle_wrapper {
  background: #4aafaf;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.23);
  border-radius: 0px;
  width: 100%;
  /* max-width: 1170px; */
  margin: auto;
  overflow: hidden;
  position: relative;
}

.middle_wrapper .col-left {
  /* float: left; */
  width: 100%;
}

.middle_wrapper .col-right {
  /* float: left; */
  width: 28%;
  /* background: #4aafaf; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  overflow: hidden;
}

.form_title {
  color: #4aafaf;
  padding: 14px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #c19b64;
  background: #f3dfc4;
}

.form_wrapper {
  /* border: 1px solid #4aafaf;
  margin: 15px; */
  padding: 18px;
  /* border-radius: 6px; */
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.form-group label {
color: #4aafaf;
margin-bottom: 10px;
font-size: 14px;
}


.form_label {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.btn_viewPass i {
color: #4aafaf;
font-size: 14px;
}
.form_field {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  outline: 0;
  background: #fff;
}

.form_field:-internal-autofill-selected {
  background-color: #fff;
}

.form_field:-webkit-autofill {
  background-color: #fff !important;
}

.form_btn {
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  background: #3c7bb3;
  background: -moz-linear-gradient(top, #3c7bb3 0%, #004b8e 100%);
  background: -webkit-linear-gradient(top, #3c7bb3 0%, #004b8e 100%);
  background: linear-gradient(to bottom, #3c7bb3 0%, #004b8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c7bb3', endColorstr='#004b8e', GradientType=0);
  width: 100%;
}

.captcha_wrapper {
  overflow: hidden;
}

.captcha_wrapper img {
  width: 45%;
  float: left;
  padding: 4px 0;
  background: #290000;
  border-radius: 5px;
}

.captcha_wrapper input {
  width: 50%;
  float: right;
}

.banner_caption {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -16px;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  /* background: rgba(0, 0, 0, 0.0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.0)', endColorstr='rgba(0, 0, 0, 1)', GradientType=0); */
  width: 100%;
  padding: 18px 30px;
}

.footer_inner {
  text-align: center;
  font-size: 12px;
}

.err_msg {
  text-align: center;
  margin-bottom: -15px;
}

.err_msg span {
  display: inline-block;
  background: #bd4949;
  color: #fff;
  font-size: 14px;
  padding: 5px 30px;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34);
  border: 1px solid #f9d2d2;
}

.close {
position: absolute;
right: 2px;
top: 4px;
background: #4aafaf !important;
padding: 3px 7px 5px 7px !important;
border-radius: 50%;
z-index: 9;
opacity: 1;
color: #fff;
font-size: 20px;
font-weight: 300;
}
.close:focus, .close:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .8;
}

.mbottom-none { margin-bottom: 0px !important; }
.modal_ngt .modal-title {
margin-bottom: 0;
font-size: 20px;
line-height: 1.2;
color: #4aafaf;
font-weight: 600;
}
.modal_ngt .modal-body {
  /* background: #4aafaf; */
  padding: 20px;
  overflow-y: auto;
  height: auto;
}
.modal_ngt .modal-content {
  /* background: #4aafaf;
  border: 4px solid #4aafaf; */ 
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2);
  background: #fff;
}
.modal_ngt .modal-header {
box-shadow: 1px 1px 5px #ffffff36;
}
.modal_ngt .container_map {
border: 1px solid #dddddd;
border-radius: 5px;
overflow: hidden;
}
.modal_ngt .container_map iframe {
border: 0;
width: 100%;
height: 400px;
}
.modal_ngt .container_inner {
/* border: 0px solid #c19b64;
padding: 20px;
border-radius: 5px;
background: #f3dfc4; */
position: relative;
}
.modal_ngt .container_inner svg {
position: absolute;
right: 20px;
bottom: 20px;
font-size: 80px;
color: #a75f57;
z-index: 0;
}
.modal_ngt .container_inner .icon_forgotpass {
display: block;
width: 40px;
margin: 0 auto 20px auto;
}
.modal_ngt .container_inner .user_types_radio {
position: relative;
z-index: 1;
}
.modal_ngt .container_inner .user_types_radio input {
margin-top: 5px;
margin-right: 6px;
position: absolute;
left: 0;
top: 0;
}
.modal_ngt .container_inner .user_types_radio label {
margin-top: 15px;
display: block;
position: relative;
padding-left: 20px;
}
.modal_ngt .container_inner .user_types_radio .heading {
font-size: 16px;
color: #000;
}
.modal_ngt form {
margin: 0;
}
.modal_ngt .captcha_col {
background: #4fffff;
text-align: center;
border-radius: 5px;
border: 1px solid #ced4da;
}
.modal_ngt .captcha_col img {
height: 36px;
}
.modal_ngt .captcha_col a img {
height: 25px;
}
.modal_ngt .btn-custom {
color: #5e2f2a;
background: rgb(247,233,169);
background: -moz-linear-gradient(180deg, rgba(247,233,169,1) 0%, rgba(193,142,102,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(247,233,169,1) 0%, rgba(193,142,102,1) 100%);
background: linear-gradient(180deg, rgba(247,233,169,1) 0%, rgba(193,142,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7e9a9",endColorstr="#c18e66",GradientType=1);
transition: all 0s;
border: none;
}
.modal_ngt .btn-custom:hover {
background: rgb(216, 197, 149);
}
.mtop-12 { margin: 12px 5px 5px 5px;}
#mobileOtp, #emailOtp { width: 130px !important; }

i.fa-eye, i.fa-eye-slash {
cursor: pointer !important;
}

/* .oldColor {
  border-color: #2e6da4;
  background-color: #337ab7;
  color: #23527c;
} */
.header_inner .right_logo {
float: right;
padding: 10px 0;
}
.header_inner .right_logo img {
padding: 0 12px;
height: 55px;
}

.agree .form-control {
background:none;
border:0;
border-radius:0;
}


.section {
  position: relative;
  padding: 96px 32px;
  z-index: 0;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-bottom: 1px solid #eceeef;
  background-color: #fdfdfd;
} 
.overlay-black:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.counter {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.fa-user:before {
  content: "\f007";
} 
.counter p {
  font-size: 32px !important;
  margin: 32px 0 !important;
}
.counter p span {
  color: #fff !important;
}
.counter.color-alt h6, .counter.color-alt i, .counter.color-alt p {
  color: #fff;
}
.counter h6 {
  text-transform: uppercase;
  font-weight: 400;
  line-height: 18px;
}
.counter i {
  display: block;
  font-size: 48px !important;
  color: #fff !important;
}
.content_sec1 {
  padding: 60px 10px;
  max-width: 1170px;
  margin: 0 auto;
}
.content_sec1 p {
  color: #2c2c2c;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}
.headingWithLine {
  font-size: 36px;
  color: #2f2f2f;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.headingWithLine::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 3px;
  background: #4aafaf;
  margin: 0 auto;
}
.headingWithLine span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 15px; 
}
.content_footer {
  /* background: url(../images/bg_footer.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  background: #4aafaf;
  background: -moz-linear-gradient(top, #7acfcf 100%, #4aafaf 0%);
  background: -webkit-linear-gradient(top, #7acfcf 100%, #4aafaf 0%);
  background: linear-gradient(to bottom, #7acfcf 100%, #4aafaf 0%);
}
.footerwrap {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.footerwrap .map iframe, .footerwrap .map object {
  width: 100%;
  height: 220px;
  max-width: 500px;
  border: 1px solid #ccc;
}
.logofooter {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.contactwrap {
  /* background-color: rgba(74, 175, 175, 0.5);
  padding: 14px 18px; */
  color: #fff;
}
.contactwrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between; 
}
.contactwrap ul li i {
  margin-right: 10px;
  margin-left: -26px
}
.contactwrap ul li {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.30);
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px; */ 
} 
.contactwrap ul li svg {
  margin-right: 10px;
}
.copyright {
  background: #f48f00;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}

.col-right .header {
  background: rgba(74, 175, 175, 0.9);
  text-align: center;
  padding: 15px 0;
  position: relative;
}
.col-right .header .title {
  color: #fff;
  font-size: 18px;
  font-family: "ubunturegular", Arial, serif;
  position: relative;
  z-index: 2;
}

.navbar-brand {
  display: none;
}

.top-sec {
  border: 1px solid #4aafaf;
  background: rgba(250, 229, 213, 0.9);
  padding: 6px 0px 0px;
  margin: 0px auto 6px;
  border-radius: 6px;
}
.greybg {
  background-color: #444;
}
.orangebg {
  background-color: #f48f00;
}
.text-white {
  color:#fff;
}

.f-nav { 
  position: static !important;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@media(max-width: 1139px) {
.middle_wrapper .col-left { 
  width: 100%;
}
.middle_wrapper .col-right { 
width: 34%; 
}
.item img { 
min-height: 390px;
} 
}

@media(max-width: 992px) {
  body {
    line-height: 1;
}
}

@media(min-width: 767px) and (max-width: 992px) {
  .form-group.mbottom-none label {
    display:none;
  }
}

 

@media(max-width: 938px) {
.middle_wrapper .col-left { 
  width: 100%;
}
.middle_wrapper .col-right { 
width: 45%; 
}
.item img { 
min-height: 390px;
} 
}


 

@media(max-width: 767px) {
body {
  font-size: 14px;
}
.item img { 
min-height: 100%;
} 
.carousel-inner.inner-height {
min-height: 100%;
height: auto;
}
.carousel-indicators {
bottom: 0px;
}
.middle_wrapper .col-left { 
  width: 100%;
  float: none;
}
.middle_wrapper .col-right { 
  width: 90%;
  position: static;
  transform: inherit;
  overflow: hidden;
  margin: 30px auto;
}
.mainheader .logo_left {
height: 75px;
margin: auto;
display: block;
float: none;
}
.mainheader .right_logo {
display: none;
}
.middle_wrapper {
  border-radius: 0;
  margin: 0;
  background: #cbeded;
}
.banner_caption {
font-size: 22px;
padding: 18px 30px 34px 30px;
}
.navbar-nav {
margin: 1.5px 0;
text-align: center;
}
.f-nav {
  position: static;
}
.content_footer { 
  padding: 30px 20px;
}
.contactwrap ul { 
  flex-wrap: wrap;
}
.contactwrap ul li {
  margin-top: 12px;
  width: 100%;
}
}