/*variable*/
/*Navbar css*/
/*for coment style for tag and its psudo class */
/* Sets the style to pseudo selectors AND base default anchor*/
/*end*/

.navbar ul.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 30px 0px 25px;
  position: relative; }
.navbar ul.navbar-nav > li {
  list-style: none;
  display: inline-block;
  float: none;
  display: block;
  position: relative; }
.navbar ul.navbar-nav li a {
  display: block;
  color: #fff;
  padding: 8px 40px 8px 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  position: relative; }
.navbar ul.navbar-nav > li.dropdown > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px; }
.navbar ul.navbar-nav > li > a:hover {
  background: #0b9d9a; }
.navbar .navbar-collapse.collapse {
  position: fixed;
  top: 63px;
  left: -100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding: 0;
  background: #0b9d9a;
  height: 100vh !important; }
.navbar .dropdown-menu {
  left: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  top: 0;
  height: 100vh;
  background: #545454;
  min-width: 250px; }
.navbar ul.navbar-nav > li.open a {
  background: #545454; }
.navbar .navbar-collapse.collapse.menuopen {
  left: 0;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s; }

.navbar {
  position: fixed;
  z-index: 10; }

.header {
  background: #0b9d9a;
  position: absolute;
  top: 0;
  float: left;
  border-radius: 0;
  border: none;
  height: 63px;
  margin: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 99; }
  .header .container {
    max-width: 1100px; }

a.navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 329px;
  height: 181px;
  text-align: center;
  background: #0b9d9a; }

.fixed a.navbar-brand {
  width: 250px;
  height: 110px;
  padding: 0 25px; }

.navbar-brand > img {
  margin: 0 auto; }

.fixed .navbar-brand > img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s; }

.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s; }

.navbar-brand {
  padding: 0; }

.top-contact {
  height: 63px;
  z-index: 999;
  list-style: none;
  background: #0b9d9a;
  top: 0;
  right: 0;
  /*li:first-child{background: #ff0017; 
  background: -moz-linear-gradient(top, #ff0017 1%, #b90026 100%); 
  background: -webkit-linear-gradient(top, #ff0017 1%,#b90026 100%); 
  background: linear-gradient(to bottom, #ff0017 1%,#b90026 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0017', endColorstr='#b90026',GradientType=0 );}
  li:first-child a{text-transform:uppercase;line-height:23px;}*/ }
  @media only screen and (max-width: 767px) {
    .top-contact {display: none; } 
	.struc-3d .col-sm-8 p{font-size: 23px !important;text-shadow: 2px 2px #000;bottom: 80px !important;}
	.client-section ul li{width:50%;}
	.gallery-popup .carousel-control.left{left:0 !important;}
	.gallery-popup .carousel-control.right{right:0 !important;}
	.gallery-popup .modal-dialog{top: 150px;}
	.text-center {text-align: center !important;}
	.cookies-btn{margin:0 auto;}
	.pextra-light{text-align:center !important;}
	p{text-align:justify;}
	
}
  .top-contact li {
    float: left;
    padding: 20px 25px; }
  .top-contact li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold; }
  .top-contact li a span {
    margin-right: 8px; }

.navbar-toggler {
  background: #05706d;
  border: none;
  font-size: 30px;
  height: 63px;
  width: 64px;
  position: absolute;
  z-index: 99;
  outline: none;
  border: none; }

.navbar-toggler:after {
  content: "\f0c9";
  font-family: 'FontAwesome';
  color: #fff;
  transition: all 0.5s; }

.navbar-toggler.mcolose:after {
  content: "\f00d";
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s; }

.navbar .dropdown-menu ul:before {
  content: "";
  width: 100%;
  height: 1000%;
  background: #545454;
  top: -1000%;
  position: absolute;
  z-index: -1;
  bottom: -200%; }

/*.navbar .dropdown-menu:after {
    content: "";
    width: 100%;
    height: 1000%;
    background: #545454;
    bottom: -1000%;
    position: absolute;
	z-index:-1;
    
}*/
/*for coment style for tag and its psudo class */
/* Sets the style to pseudo selectors AND base default anchor*/
/*end*/
/*Banner css*/
.mob-banner{display:none;}
.homebanner .flex-caption, .mob-banner .flex-caption {
  text-align: center;
  position: absolute;
  bottom: 120px;
  z-index: 99;
  width: 100%;
  -webkit-animation: fadeInUp;
  -moz-animation: fadeInUp;
  -o-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }
.homebanner .flex-caption h2, .homebanner .flex-caption p, .mob-banner h2, .mob-banner p {
  color: #fff;
  text-shadow: 0px 5px 10px #181819; }
.homebanner .flex-caption h2, .mob-banner h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 200; }
  @media only screen and (max-width: 767px) {
    .homebanner .flex-caption h2 , .mob-banner h2{
      font-size: 33px; } }
  @media only screen and (min-width: 992px) and (max-width: 1023px) {
    .homebanner .flex-caption h2, .mob-banner h2 {
      font-size: 33px; } }
.homebanner .flex-caption p , .mob-banner p {
  font-size: 18px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 0; }
.homebanner .btn-red, .mob-banner .btn-red {
  padding: 12px 35px;
  text-transform: uppercase;
  border: none;
  font-size: 17.77px;
  font-weight: bold;
  background: #ff0017;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff0017 1%, #b90026 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0017 1%, #b90026 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0017 1%, #b90026 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0017', endColorstr='#b90026',GradientType=0 );
  /* IE6-9 */ }
.homebanner .btn-red:after, .homebanner .btn-blue:after {
  content: "\f178";
  font-size: 18px;
  font-weight: bold;
  font-family: 'FontAwesome';
  margin-left: 8px; }
.homebanner .btn-blue {
  background: none;
  border: solid 2px #0b9d9a;
  text-transform: uppercase;
  position: relative;
  color: #0b9d9a; }

.homebanner, .mob-banner {
  position: relative;
  top: 0;
  width: 100%; }

.benquiry_form {
    position: fixed;
    top: 15px;
    transform: translateY(-50%);
    right: 15px;
    margin: 0;
    padding: 10px 25px;
    width: 360px;
    height: auto;
    z-index: 999;
	display:block;
}
.benquiry_form .nav-btn {
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    position: fixed;
    top: 40%;
    padding: 12px 15px;
    height: 40px;
    background: linear-gradient(to bottom, #ff0017 1%, #b90026 100%);
    right:0;
    border-radius: 0;
    border: 0 solid transparent;
    outline: none;
  /*   transform: translateY(-40%) rotate(-90deg);
    -webkit-transform: translateY(-40%) rotate(-90deg);
    -moz-transform: translateY(-40%) rotate(-90deg);
    -ms-transform: translateY(-40%) rotate(-90deg);
    -o-transform: translateY(-40%) rotate(-90deg); */
}
  @media only screen and (max-width: 767px) {
    .homebanner {clear: both; display:none;}
	.mob-banner{display:block;height: 470px;}
	.mob-banner ul li{display:block;width: 100%;float: left;margin-right: -100%;position: relative;opacity: 1;transition: opacity 0.6s ease 0s;z-index: 2;height: 500px;}
	  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .homebanner {
      clear: both; } 
	  .flex-control-nav{text-align:center !important;left:0 !important;}
	  }

.homebanner, .homebanner .flexslider, .homebanner .flexslider .slides, .homebanner .flexslider .slides li {
  height: calc(100vh - 10px); }

.wel-img img {
  width: 100%;
  box-shadow: 0px 13px 27px rgba(24, 24, 25, 0.34); }

.wel-img {
  margin-top: -100px;
  position: relative;
  z-index: 9; }
  @media only screen and (max-width: 767px) {
    .wel-img {
      margin-top: 15px; } }

@media only screen and (min-width: 992px) {
  .wel-cont .col-sm-5 {
    padding: 0 40px 0 100px; } }

.wel-cont .col-sm-7 {
  padding: 0; }

.pextra-light {
  font-size: 25px;
  font-weight: 200; }

.struc-3d img {
  width: 100%;
  box-shadow: 0px 13px 27px rgba(24, 24, 25, 0.34); }

.struc-3d .col-sm-4 {
  padding: 0 30px 0 0; }

@media only screen and (min-width: 992px) {
  .struc-3d .col-sm-4, .struc-3d .col-sm-8 {
    float: none;
    display: table-cell;
    vertical-align: middle; }
.footer .checkbx p {
    margin-top: -28px !important;}
	}

.struc-3d ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-left: 25px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .struc-3d ul li {
      margin-left: 0; } }

.struc-3d ul li:after {
  content: "";
  position: absolute;
  background: url(../images/bullet.png) no-repeat;
  left: 0;
  width: 10px;
  height: 12px;
  top: 3px; }

.struc-3d .col-sm-8 {
  padding-left: 0;
  position: relative; }

.struc-3d .col-sm-8 p {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px; }

.struc-3d {
  margin-top: 45px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .struc-3d {
      margin-top: 0; } }

/*the container must be positioned relative:*/
.enquiry-wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none; }

.enquiry-form {
  max-width: 590px;
  margin: 0 auto; }

.close-form {
  position: absolute;
  right: 50px;
  background: transparent;
  border: none;
  color: #0b9d9a;
  top: 50px;
  font-size: 40px; }

/*style option*/
.custom-select {
  position: relative;
  font-size: 14px; }

.enquiry-form .form-control {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0;
  font-size: 13px;
  box-shadow: none !important; }

.enquiry-form .custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.enquiry-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.enquiry-form .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }

.enquiry-form .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "\f107";
  top: 10px;
  right: 10px;
  width: 14px;
  height: 18px;
  font-family: 'FontAwesome';
  background-position: 96% 5px;
  background-repeat: no-repeat;
  right: 0; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 10px;
  content: "\f106";
  font-family: 'FontAwesome'; }

/*
.select-selected.select-arrow-active {
    background: #fff;
    color: #000;
    padding: 15px 5px;
}
*/
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #fff;
  padding: 8px 16px 8px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  user-select: none;
  font-size: 14px; }

.select-items div {
  color: #000;
  padding: 5px 25px;
  font-size: 14px;
  background: #fff; }

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 25px 0;
  background: #fff; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  font-weight: bold; }

/*end here*/
/*for coment style for tag and its psudo class */
/* Sets the style to pseudo selectors AND base default anchor*/
/*end*/
/*footer css*/
.footer {
  clear: both;
  padding: 50px 0 25px;
  background: url(../images/footer-bg.jpg) no-repeat center;
  background-size: cover; }
  .footer h2, .footer p {
    color: #fff; }
  .footer h2 {
    font-size: 35px; }
  .footer .form-inline {
    margin: 10px auto; }
  .footer p a {
    color: #fff;
    text-decoration: underline; }
  .footer .form-control {
    border-radius: 0;
    max-width: 414px;
    width: 80%;
    height: 50px;
    border: none;
    color: rgba(0, 0, 0, 0.4); }
  .footer .btn {
    height: 50px;
    border: none;
    margin-left: -4px; }
  .footer .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    opacity: 1; }
  .footer .btn.btn-primary:after {
    display: none; }
  .footer .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .footer .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .footer .fnav ul {
    margin-top: 40px; }
  .footer .fnav ul li {
    list-style: none;
    display: inline-block; }
  .footer .fnav ul li a {
    color: #fff;
    font-size: 14px;
    padding: 5px 6px;
    position: relative;
    display: block; }
  .footer .fnav ul li a:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -2px;
    max-height: 14px;
    bottom: 0;
    margin: auto; }
  .footer .fnav ul li:last-child a:after, .footer .fnav ul li:nth-child(5) a:after {
    display: none; }
  .footer .fsocial ul {
    margin: 20px auto;
    text-align: center;
    position: relative; }
  .footer .fsocial ul:before, .footer .fsocial ul:after {
    content: "";
    height: 1px;
    width: 100%;
    left: calc(-50% - 100px);;
    background: rgba(96, 180, 178, 0.7);
    position: absolute;
    top: 18px; }
  .footer .fsocial ul li {
    display: inline-block;
    vertical-align: middle; }
  .footer .fsocial ul:after {
    left: auto;
    right: calc(-50% - 100px); }
  .footer .fsocial ul li a {
    color: #fff;
    font-size: 21px;
    display: block;
    padding: 5px 8px; }
  .footer .fsocial ul li a:hover, .footer .fnav ul li a:hover {
    color: #000;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s; }

.cta-btn {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99; }
  .cta-btn ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%; }
  .cta-btn li {
    display: table-cell;
    width: 33.33%;
    height: 45px;
    background: #ff0017;
    border-right: solid 1px rgba(255, 255, 255, 0.3); }
  .cta-btn a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 18px; }

@media (max-width: 1024px) {
  .cta-btn {
    display: block; } 
.benquiry_form{display:none;}	
	}
/*for coment style for tag and its psudo class */
/* Sets the style to pseudo selectors AND base default anchor*/
/*end*/
html, body {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  line-height: 1.4;
  font-size: 16.07px;
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

#main_wrapper {
  overflow: hidden;
  clear: both; }

a, a:hover, a:active, a:visited, a:focus, a:active:focus {
  text-decoration: none;
  cursor: pointer;
  color: #fff; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nunito Sans', sans-serif;
  margin: 0 0 15px; }

.btn {
  border-radius: 0; }

.btn-success {
  padding: 5px 30px;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 15px; }
  .btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success:focus, .btn-success:active:focus {
    background-color: #21c08a;
    border-color: #21c08a; }

.btn-primary {
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 35px;
  position: relative;
  transition: all 1s;
  color: #fff; }

.btn-primary:after {
  content: "\f178";
  font-size: 18px;
  font-weight: normal;
  font-family: 'FontAwesome';
  margin-left: 8px; }

.btn-primary:hover {
  padding: 12px 40px;
  transition: all 1s; }

.btn-primary:hover:after {
  margin-left: 15px;
  transition: all 1s; }

.btn-text {
  color: #0b9d9a; }

/*Heading css*/
.wel-cont h1, .wel-cont h2, .omni-services h2, .past-event h2, .client-section h2, .enquiry-form h2, .page-heading {
  color: #0b9d9a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
  margin-top: 65px;
  position: relative;
  display: inline-block; }

.wel-cont h1:after, .client-section h2:after {
  content: "";
  background: #0b9d9a;
  position: absolute;
  right: -100px;
  height: 3px;
  width: 52px;
  top: 12px; }

.client-section h2:before,.wel-cont h2:before, .wel-cont h2:after, .omni-services h2:after, .omni-services h2:before, .past-event h2:before, .past-event h2:after, .enquiry-form h2:after, .enquiry-form h2:before, .page-heading:after, .page-heading:before {
  content: "";
  background: #0b9d9a;
  position: absolute;
  left: -90px;
  height: 3px;
  width: 52px;
  top: 12px; }

.wel-cont h2:after, .omni-services h2:after, .past-event h2:after, .enquiry-form h2:after, .page-heading:after {
  left: auto;
  right: -90px; }

.pbtn {
  width: 98px;
  height: 98px;
  position: absolute;
  left: 53.5%;
  top: 48.5%;
  transform: translate(-53.5%, -48.5%); }

/*end her*/
.omni-services {
  /*.caption a{text-transform:uppercase;border:none;font-size:14px;font-weight:bold;padding:12px 35px;position:relative;transition:all 1s;}
  .caption a:after{content:"\f178";font-size:18px;font-weight:normal;font-family:'FontAwesome';margin-left:8px;}
  .caption a:hover{padding:12px 40px;transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s;}
  .caption a:hover:after{margin-left:15px;transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s;}*/ }
  .omni-services h2 {
    margin-bottom: 25px; }
  .omni-services img {
    width: 100%; }
  .omni-services .col-sm-6, .omni-services .col-sm-4 {
    padding: 0;
    position: relative;
    overflow: hidden;    background: #000; }
  .omni-services .caption {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center; }
  .omni-services .caption-center {
   
    top: 0;
    left: 0;
    right: 0;    
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top:0%;
    opacity: 0;
    z-index: -1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s; }
  .omni-services .caption p, .omni-services .caption h3, .omni-services .caption-center p, .omni-services .caption-center h3 {
    color: #fff; }
  .omni-services .caption h3, .omni-services .caption-center h3 {
    text-transform: uppercase;
 animation-name: fadeInLeft;
  animation-duration: 1s;
	}
  .omni-services .col-sm-6:hover .caption, .omni-services .col-sm-4:hover .caption {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s; }
  .omni-services .col-sm-6:hover .caption-center, .omni-services .col-sm-4:hover .caption-center {
    opacity: 1;
    z-index: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    transition-delay: 0.105s;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	}
.omni-services .col-sm-6:hover img,.omni-services .col-sm-4:hover img {
    opacity: 0.3;
    transition: all 1s;
}
.past-event .thumbnail {
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
  border-radius: 0;
  box-shadow: 0px 13px 27px rgba(24, 24, 25, 0.34); }
.past-event .thumbnail:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/event-bg.png) repeat center bottom;
  width: 100%;
  height: 100%; }
.past-event .thumbnail .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 9; }
.past-event .thumbnail .caption h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
.past-event .owl-carousel .owl-item img {
  width: 100%; }
.past-event .owl-carousel .owl-stage-outer {
  padding: 50px 0; }
.past-event .loop.owl-carousel .owl-item.center .thumbnail:after {
  width: 110%;
  left: -5%; }

.client-section {
  padding: 50px 0; }
  .client-section h2 {
    margin-top: 0;
    margin-left: 45px; }
  .client-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .client-section ul li {
    list-style: none;
    padding: 10px 5px; }
  .client-section .col-sm-7, .client-section .col-sm-5 {
    float: none;
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .client-section .col-sm-7, .client-section .col-sm-5 {
        display: block; } }
  .client-section blockquote {
    border-left: none; }
  .client-section .quotation-mark {
    font-size: 95px;
    color: #0b9d9a;
    height: 50px; }
  .client-section .quote-text {
    font-size: 25px;
    font-weight: 200; }
  .client-section .quote-name {
    display: inline-block;
    vertical-align: middle; }
  .client-section p.quotation-mark.bottom-quote {
    display: inline-block;
    vertical-align: middle;
    margin-top: -25px;
    margin-left: 25px; }

.inner-banner {
  position: relative; }

.inner-banner img {
  width: 100%; }

.banner-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;
  margin: auto; }

.banner-caption h2, .banner-caption p {
  color: #fff;
  text-shadow: 0px 5px 10px #181819; }

.banner-caption h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 200; }

.banner-caption p {
  font-size: 18px;
  position: relative;
  margin-bottom: 25px;
  color: #fff; }

/*INNER PAGE CSS START HERE */
/*ABOUT US PAGE*/
/*BreadCrumb*/
.page-header {
  border: none; }
  .page-header .breadcrumb {
    background: none;
    text-align: center; }
  .page-header .breadcrumb > li a {
    color: #000; }
  .page-header .breadcrumb > li.active {
    color: #a6a6a6; }
  .page-header .breadcrumb > li + li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #000000;
    font-size: 15px; }
  .page-header p {
    text-align: justify;
    text-align-last: center; }
  .page-header h1.page-heading {
    margin-top: 15px; }

.omni-feature {
  background: #f1efef;
  padding-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .omni-feature ul {
      margin-top: 25px;
      max-width: 90%; } }
  .omni-feature ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px; }
  .omni-feature ul li:after {
    content: "";
    background: url(../images/bullet.png) no-repeat;
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px; }

.omni-spce {
  background: url(../images/omni-bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 50px; }
  .omni-spce h2 {
    color: #fff;
    margin-bottom: 50px; }
  .omni-spce .page-heading:after, .omni-spce .page-heading:before {
    background-color: #fff; }
  .omni-spce p {
    color: #fff;
    text-align: justify; }
  .omni-spce .img-responsive {
    width: 100%;
    box-shadow: 0px 13px 27px rgba(24, 24, 25, 0.34); }
  @media only screen and (min-width: 992px) {
    .omni-spce .col-sm-5, .omni-spce .col-sm-7 {
      float: none;
      display: table-cell;
      vertical-align: middle; } }
  @media only screen and (min-width: 992px) {
    .omni-spce .col-sm-7 {
      padding-right: 0; } }

.choose-omnispce {
  padding-bottom: 50px;
  clear: both;
  overflow: hidden; }
  .choose-omnispce h3 {
    font-size: 20px;
    font-weight: bold; }
  .choose-omnispce .img-responsive {
    width: 100%;
    box-shadow: 0px 13px 27px rgba(24, 24, 25, 0.34); }
  .choose-omnispce .why-omni {
    clear: both;
    padding: 25px 0; }
  .choose-omnispce .why-omni:nth-child(2n+1) .col-sm-6:first-child {
    float: right; }
  @media only screen and (min-width: 992px) {
    .choose-omnispce .why-omni:nth-child(2n) .col-sm-6:last-child {
      padding-right: 0; } }
  @media only screen and (min-width: 992px) {
    .choose-omnispce .why-omni:nth-child(2n+1) .col-sm-6:last-child {
      padding-left: 0; } }
  .choose-omnispce .omni-cont {
    padding: 100px 50px 0; }

/*LIGITING PAGE CSS*/
.details-card .col-md-4 {
  float: none;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top; }
.details-card .card-content {
  box-shadow: 0px 10px 22px rgba(24, 24, 25, 0.16);
  margin-bottom: 25px; }
.details-card .card-img {
  position: relative; }
.details-card .card-img > img {
  width: 100%; }
.details-card .card-desc {
  padding: 25px;
  min-height: 200px;
  position: relative; }
.details-card .card-desc .btn-primary {
  background: transparent;
  color: #0b9d9a;
  border: solid 2px #0b9d9a;
  padding: 7px 15px; }
.details-card .card-desc .btn-primary:nth-child(2) {
    background: linear-gradient(to bottom, #ff0017 1%, #b90026 100%);
    color: #fff;
    border: solid 2px transparent;
    padding: 7px 15px;
	font-weight: 900;
}
.details-card .card-desc h3 {
  font-size: 20px;
  font-weight: bold; }
.details-card .btn-group .btn {
  margin: 0 5px;
  float: none; }
.details-card .card-img span a {
  width: 58px;
  height: 58px;
  background: #0b9d9a;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1px;
  line-height: 58px;
  text-align: center; }
.details-card .card-img .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  display: inline-block;
  line-height: 58px;
  margin: 0 auto; }
@media only screen and (max-width: 767px) {
  .details-card .card-desc .btn-primary {
    font-size: 12px; } }
.details-card .card-desc .btn-group {
  position: relative;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }
.details-card .btn-text {
  color: #0b9d9a;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

.card-content.open .readmless-text, .readmore-text {
  display: none; }

.card-content.open .readmore-text {
  display: block;
  transform: translate(0%, 100%);
  position: absolute;
  width: 100%;
  height: auto;
  background: #fff;
  bottom: 0;
  z-index: 9;
  box-shadow: 0px 10px 22px rgba(24, 24, 25, 0.16); }

.card-desc ul {
  padding-left: 15px;
  padding-bottom: 15px; }

.card-desc ul li {
  list-style: disc;
  text-align: left;
  font-size: 13px; }

.card-desc p {
  font-size: 13px; }

.gallery-popup .modal-body {
  padding: 0; }
.gallery-popup .carousel-control.left {
  left: -50px; }
.gallery-popup .carousel-control.right {
  right: -50px; }
.gallery-popup .carousel-control.left, .gallery-popup .carousel-control.right {
  background: none;
  width: 24px;
  height: 43px;
  margin: auto;
  font-size: 62px;
  opacity: 1;
  text-shadow: 0px 3px 4px rgba(24, 24, 25, 0.42); }
.gallery-popup .thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0; }
.gallery-popup .modal-content {
  border-radius: 0; }
.gallery-popup .modal-title {
  display: none; }
.gallery-popup .modal-header {
  padding: 0;
  border: none; }
.gallery-popup .close {
  width: 60px;
  height: 60px;
  background: #0b9d9a;
  opacity: 1;
  color: #fff;
  font-size: 42px;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 9; }

.without-banner {
  padding-top: 250px; }
  @media only screen and (max-width: 767px) {
    .without-banner {
      padding-top: 100px; } }

.client-wrapper ul {
  text-align: center;
  margin-bottom: 50px;
  clear: both;
  overflow: hidden; }
.client-wrapper li {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 15px 12px; }
.client-wrapper a {
  border: solid 1px #0b9d9a;
  display: block;
  width: 265px;
  height: 223px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s; }
.client-wrapper img {
  max-width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.client-wrapper li:hover a {
  box-shadow: 0px 10px 22px rgba(24, 24, 25, 0.16);
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s; }

.contact-wrapper {
  margin-bottom: 50px; }
  .contact-wrapper ul {
    text-align: center;
    margin-bottom: 50px; }
  .contact-wrapper li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 15px 12px;
    max-width: 400px;
    margin: 15px 35px; }
  .contact-wrapper a {
    font-size: 18px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-weight: 600;
    line-height: 18px; }
  .contact-wrapper span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .contact-wrapper .contact-form {
    margin-left: 70px; }
    @media only screen and (max-width: 767px) {
      .contact-wrapper .contact-form {
        margin-left: 0; } }
  .contact-wrapper .contact-form .form-control {
    height: 42px;
    border: solid 1px #c4c4c4;
    font-size: 13.27px;
    color: #777777;
    margin: 12px 0;
    padding-left: 60px; }
  .contact-wrapper .contact-form .form-control#msg {
    height: 386px; }
  .contact-wrapper .contact-form .form-control::-moz-placeholder {
    opacity: 1;
    font-size: 13.27px;
    color: #777777; }
  .contact-wrapper .form-control:focus {
    box-shadow: none;
    border: solid 1px #0b9d9a; }
  .contact-wrapper .contact-form .form-control:-ms-input-placeholder {
    opacity: 1;
    font-size: 13.27px;
    color: #777777; }
  .contact-wrapper .contact-form .form-control::-webkit-input-placeholder {
    opacity: 1;
    font-size: 13.27px;
    color: #777777; }
  .contact-wrapper .country-icon, .contact-wrapper .mail-icon, .contact-wrapper .phonefield-icon, .contact-wrapper .name-icon, .contact-wrapper .msg-icon {
    display: inline-block;
    background-image: url("../images/field-spirit.png");
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left; }
  .contact-wrapper .country-icon {
    background-position: -5px 3px; }
  .contact-wrapper .mail-icon {
    background-position: -5px -45px; }
  .contact-wrapper .phonefield-icon {
    background-position: -5px -90px; }
  .contact-wrapper .name-icon {
    background-position: -5px -133px; }
  .contact-wrapper .msg-icon {
    background-position: -5px -175px; }
  .contact-wrapper .col-sm-6 img {
    width: 100%; }

/*gallery css*/
.gallery-wrapper {
  text-align: center;
  margin-bottom: 50px; }
  .gallery-wrapper .filter-button {
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    color: #0b9d9a;
    margin-bottom: 15px;
    border: none;
    padding: 5px 8px;
    position: relative; }
  .gallery-wrapper .btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white; }
  .gallery-wrapper .port-image {
    width: 100%; }
  .gallery-wrapper .gallery_product {
    max-width: 341px;
    float: none;
    display: inline-block;
    margin: 8px -6px; }
  .gallery-wrapper .filter-button:before {
    content: "|";
    position: absolute;
    right: -5px;
    top: 4px; }
  .gallery-wrapper .filter-button:last-child:before {
    display: none; }
  .gallery-wrapper .filter-button.active:after, .gallery-wrapper .filter-button:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #0b9d9a;
    position: absolute;
    bottom: 0;
    left: 0; }
  .gallery-wrapper .filter-button:hover {
    background: transparent; }
  .gallery-wrapper .fancybox-buttons:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/gallery-icon2.png);
    position: absolute;
    bottom: 0;
    right: 15px; }

@media (min-width: 992px) {
  .modal-lg {
    width: 766px; } }
@media only screen and (max-width: 767px) {
  .inner-banner img {
    width: 250%;
    max-width: 250%; } }
@media only screen and (max-width: 767px) {
  .inner-banner h2 {
    font-size: 40px; } }
@media only screen and (max-width: 767px) {
  .inner-banner .banner-caption {
    top: auto;
    height: auto; } }

@media only screen and (max-width: 767px) {
  br {
    display: none; } }

@media (max-width: 1024px) {
  .homebanner .flex-caption {
    opacity: 1 !important;
    display: block !important; }

  .header a.navbar-brand {
    max-width: 150px;
    height: auto; }
  .header a.navbar-brand img {
    max-width: 100%; }
  .header .without-banner {
    padding-top: 100px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wel-cont .col-sm-5, .wel-cont .col-sm-7 {
    width: 100%;
    text-align: center; }

  .wel-cont h1 {
    display: inline-block;
    text-align: center;
    padding: 0 100px; }

  .wel-cont h1:before, .client-section h2:before {
    content: "";
    background: #0b9d9a;
    position: absolute;
    left: -15px;
    height: 3px;
    width: 52px;
    top: 12px; }

  .wel-cont h1:after, .client-section h2:after {
    right: -15px; }

  .wel-img {
    margin-top: 15px; }

  br {
    display: none; }

  .omni-services .caption h3, .omni-services .caption-center h3 {
    font-size: 18px; } }
@media only screen and (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    height: auto; }

  .navbar .dropdown-menu ul:before {
    display: none; }

  .footer .form-control {
    display: inline-block;
    width: 100%; }

  .omni-services .caption h3, .omni-services .caption-center h3 {
    font-size: 18px; }

  .struc-3d .col-sm-4 {
    padding: 15px; }

  .struc-3d .col-sm-8 {
    padding: 0; }

  .wel-cont .col-sm-5, .wel-cont .col-sm-7 {
    width: 100%;
    text-align: center; }

  .wel-cont h1 {
    display: block;
    text-align: center;
    padding: 0 100px; }

  .wel-cont h1:before, .client-section h2:before {
    content: "";
    background: #0b9d9a;
    position: absolute;
    left: -15px;
    height: 3px;
    width: 52px;
    top: 12px; }

  .wel-cont h1:after, .client-section h2:after {
    right: -15px; }

  .wel-cont h1, .wel-cont h2, .omni-services h2, .past-event h2, .client-section h2, .enquiry-form h2, .page-heading {
    font-size: 21px;
    padding: 0 15px; }

  .wel-cont h2:before, .wel-cont h2:after, .omni-services h2:after, .omni-services h2:before, .past-event h2:before, .past-event h2:after, .enquiry-form h2:after, .enquiry-form h2:before, .page-heading:after, .page-heading:before {
    width: 50%;
    left: -50%; }

  .wel-cont h2:after, .omni-services h2:after, .past-event h2:after, .enquiry-form h2:after, .page-heading:after {
    left: auto;
    right: -50%; }

  .past-event .thumbnail .caption {
    text-align: center; }

  .client-section h2 {
    display: block;
    text-align: center;
    margin: 0; }

  .choose-omnispce .omni-cont {
    padding: 15px; }

  .contact-wrapper li {
    max-width: 100%;
    margin: 5px;
    padding: 0; }

  .contact-wrapper a {
    font-size: 14px; }

  .form-horizontal .form-group {
    margin-bottom: 0; }

  .contact-wrapper .contact-form .form-control#msg {
    height: auto; }

  .contact-wrapper .contact-form {
    margin-bottom: 15px; }

  .details-card .card-desc .btn-group {
    position: relative;
    bottom: 0; }

  .details-card .card-desc {
    padding: 25px 15px; }

  .details-card .card-desc .btn-primary {
    padding: 7px 8px; }

  .card-content.open .readmore-text {
    transform: none;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none; } 
	.checkbx label{float: left;}
	.footer .checkbx{text-align: center;}
	.details-logo ul li{padding-right: 30px;}
	.im-r img, .im-r h4{margin-right:0px !important;}
	}
ul.list-con {
  column-count: 2;
  text-align: left;
  margin: 0px; }
  @media only screen and (max-width: 767px) {
	  .modal-body .address p,.enquiry-form .checkbx p {
    text-align: left !important;
}
	  .wel-cont .text-left,.contact-form .btn-primary,.choose-omnispce h3{text-align:center;}
	  .footer .fsocial ul:before{left: -75%;}
	  .footer .fsocial ul:after{right: -75%;}
	  .footer{padding-bottom:50px;}
	  .footer .pull-left,.footer .pull-right{float:none !important;}
	  .contact-wrapper ul{text-align:left;margin-bottom:0px;}
	  .enquiry-form .form-control{height:40px;}
	   .enquiry-form .checkbx {
    margin-top: 15px;
}
		  .contact-form .btn-primary{margin: 15px auto; display: block;}
    ul.list-con {
      column-count: 1; }
	  p {text-align: center !important;}
	  #contact_form .radio-class{float:none;}
	  .flex-control-nav{text-align:center !important;left:0 !important;}
	  }
  ul.list-con li {
    list-style: none;
    padding-left: 25px;
    position: relative; }
  ul.list-con li:after {
    content: "";
    background: url(../images/bullet.png) no-repeat;
    width: 10px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px; }

.form-box .modal-content {
  background: #040404;
  border-radius: 0; }
.form-box .btn-red {
  padding: 5px 25px;
  background: #ff0017;
  margin-top: 15px;
  background: -moz-linear-gradient(top, #ff0017 1%, #b90026 100%);
  background: -webkit-linear-gradient(top, #ff0017 1%, #b90026 100%);
  background: linear-gradient(to bottom, #ff0017 1%, #b90026 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0017', endColorstr='#b90026',GradientType=0 ); }
.form-box .error {
  color: #f00;
  text-align: center;
  display: block; }
  
.contact-form .checkbx p{text-align: justify;}

.enquiry-form .checkbx p{color: #fff;text-align: justify;font-size: 13px;} 
.footer .checkbx {margin: 6px auto;display: block;max-width: 410px;width:100%;text-align: justify;}
.footer .checkbx p{margin: 0px 0px 0px 18px;}
.footer p a img {
    width: 120px;
}
.cp-book{margin: 0 auto;display: block;text-align: center;margin-bottom: 35px;margin-top: 35px;}
.cp-book a{background: linear-gradient(to bottom, #ff0017 1%, #b90026 100%);color: #fff;border: solid 2px transparent;font-weight: 900;}
.details-card1{padding-bottom:40px;}
.details-card1 .page-heading{margin-top: 30px;}
.details-card1 .page-header{margin: 0px 0 20px;}
.details-logo ul{display:block;text-align:center;}
.details-logo ul li{display:inline-block;}
.details-logo ul li h4{color: #000;margin-top: 30px;font-weight: bold;}
.im-r img{margin-right: 140px;}
.im-r h4{margin-right: 140px;}



/*# sourceMappingURL=main.css.map */
