/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21 Jan, 2020, 1:43:35 PM
    Author     : Test
*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif; }

@media all {
  header {
    display: block; }

  a {
    background-color: transparent; }

  a:active, a:hover {
    outline: 0; }

  img {
    border: 0; }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  a {
    color: #337ab7;
    text-decoration: none; }

  a:hover, a:focus {
    text-decoration: underline; }

  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

  img {
    vertical-align: middle; }

  ul {
    margin-top: 0;
    margin-bottom: 10px; }

  .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }

  .nav > li {
    position: relative;
    display: block; }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }

  .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee; }

  .navbar-nav {
    margin: 7.5px -15px;
    width: 100%; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; } }
@media all and (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }
@media all {
  .nav:before, .nav:after {
    display: table;
    content: " "; }

  .nav:after {
    clear: both; }

  header {
    display: block; }

  .mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom; }

  .mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto; }

  .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr; }

  .mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto; }

  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; }

  .mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }

  .mCSB_outside + .mCSB_scrollTools {
    right: -26px; }

  .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto; }

  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; }

  .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1; }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center; }

  .mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

  .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"; }

  .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"; }

  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"; }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"; }

  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"; }

  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"; }

  .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent; }

  .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0; }

  .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px; }

  .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; }

  .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"; }

  body div, span, img, i, ul, li, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: 0 0; }

  header {
    display: block; }

  img {
    max-width: 100%; }

  div, img, i, ul, li, header {
    outline: 0; }

  header {
    display: block; }

  ul {
    padding: 0;
    margin: 0; }

  ul li {
    padding: 0;
    margin: 0; }

  a {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    color: #bc2327; }

  a:hover {
    color: inherit; }

  a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none; }

  img {
    max-width: 100%; }

  a i {
    vertical-align: middle; }

  ul {
    padding: 0;
    margin: 0 0 0 10px; }

  ul li {
    padding: 0;
    margin: 0 0 0 17px; }

  ::-webkit-input-placeholder {
    opacity: 1 !important; }

  ::-moz-placeholder {
    opacity: 1 !important; }

  :-ms-input-placeholder {
    opacity: 1 !important; }

  :-moz-placeholder {
    opacity: 1 !important; }

  .header-sidebar {
    width: 70px;
    height: 100%;
    position: fixed;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzgwOUIwRTk0N0QxMUU3QjUzNEZFQTUzMjFFQjAyQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzgwOUIwRjk0N0QxMUU3QjUzNEZFQTUzMjFFQjAyQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3ODA5QjBDOTQ3RDExRTdCNTM0RkVBNTMyMUVCMDJDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM3ODA5QjBEOTQ3RDExRTdCNTM0RkVBNTMyMUVCMDJDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQICAgICAgICAgICAwMDAwMDAwMDAwEBAQEBAQECAQECAgIBAgIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMD/8AAEQgAAQABAwERAAIRAQMRAf/EAEoAAQAAAAAAAAAAAAAAAAAAAAoBAQAAAAAAAAAAAAAAAAAAAAAQAQAAAAAAAAAAAAAAAAAAAAARAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ACDg/9k=);
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }

  .header-sidebar.open {
    left: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 290px; }

  .header-sidebar.open .sidebar-full-menu {
    padding-bottom: 80px; }

  .bar-nav {
    position: absolute;
    right: -50px;
    top: 40px;
    background: #000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAOCAYAAADJ7fe0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQyNEQ0RTQ4OTQ3NDExRTdBNDc4RTY0NDdDN0Y4NzFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQyNEQ0RTQ5OTQ3NDExRTdBNDc4RTY0NDdDN0Y4NzFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDI0RDRFNDY5NDc0MTFFN0E0NzhFNjQ0N0M3Rjg3MUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDI0RDRFNDc5NDc0MTFFN0E0NzhFNjQ0N0M3Rjg3MUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5lCQ+dAAAAJ0lEQVR42mL8DwQMFAImBioAFiBmHBQuGTyGgMJkNHZGY4cQAAgwAPPLBiBjfP6jAAAAAElFTkSuQmCC) no-repeat center center;
    float: left;
    width: 50px;
    height: 50px;
    cursor: pointer; }

  .sidebar-logo-top {
    float: left;
    width: 100%;
    background: #ec691e;
    text-align: center;
    padding: 50px 20px; }

  .sidebar-logo-top .sidebar-logo-small {
    display: block;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }

  .sidebar-logo-big {
    display: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }

  .header-sidebar.open .sidebar-logo-top .sidebar-logo-small {
    display: none; }

  .header-sidebar.open .sidebar-logo-big {
    display: block; }

  .header-sidebar.open .sidebar-full-menu ul li a {
    padding-left: 110px;
    padding-right: 20px; }

  .header-sidebar.open .sidebar-full-menu ul li a span {
    font-size: 16px;
    visibility: visible;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }

  .sidebar-full-menu {
    float: left;
    width: 100%;
    background: #64605e; }

  .sidebar-full-menu ul, .sidebar-full-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

  .sidebar-full-menu ul li:before {
    display: none; }

  .sidebar-full-menu ul li {
    float: left;
    width: 100%;
    background: #ec691e; }

  .sidebar-full-menu ul li a {
    float: left;
    width: 100%;
    padding: 20px 0 20px 70px;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #9c9c9c;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }

  .sidebar-full-menu ul li a span {
    font-size: 0px;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }

  .sidebar-full-menu ul li:hover a, .sidebar-full-menu ul li.active a {
    background: #2e2b2a; }

  .side-menu-icon {
    background: #e9ecef;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    width: 70px; }

  .side-menu-icon i {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

  .sidebar-full-menu .hovered-image {
    display: none; }

  .sidebar-full-menu ul li a:hover .hovered-image, .sidebar-full-menu ul li.active .hovered-image {
    display: block; }

  .sidebar-full-menu ul li a:hover .menu-image, .sidebar-full-menu ul li.active .menu-image {
    display: none; }

  .sidebar-full-menu ul li:hover a .side-menu-icon, .sidebar-full-menu ul li.active .side-menu-icon {
    background: #64605e; }

  ul {
    margin-top: 0;
    margin-bottom: 1.65em; }

  .text-danger {
    color: #ec691e !important; } }
@media all and (max-width: 767px) {
  .header-sidebar.open {
    width: 250px; }

  .sidebar-full-menu ul li a {
    padding: 15px 10px 15px 80px; }

  .header-sidebar.open .sidebar-full-menu ul li a {
    padding-left: 90px;
    padding-right: 10px; }

  .sidebar-logo-top {
    padding: 20px; }

  .header-sidebar {
    left: -70px; }

  .innerPage {
    padding-top: 55px !important; }

  .header-sidebar {
    top: 20px; } }
@media all and (max-width: 991px) {
  .header-sidebar {
    left: -70px; }

  .sidebar-logo-top {
    padding: 20px; }

  .header-sidebar.open {
    width: 250px; }

  .sidebar-full-menu ul li a {
    padding: 15px 10px 15px 80px; }

  .header-sidebar.open .sidebar-full-menu ul li a {
    padding-left: 90px;
    padding-right: 10px; } }
.header-sidebar.open {
  left: 0;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 290px; }

.one-page-outer {
  float: right;
  width: 100%; }

.title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 35px;
  position: relative;
  z-index: 1; }

.head-fancy {
  line-height: normal;
  font-weight: 300;
  position: relative;
  padding: 0 0 23px;
  font-family: 'Solway', serif; }

.head-fancy:before {
  position: absolute;
  left: 50%;
  bottom: 7px;
  height: 2px;
  background: #ec691e;
  content: "";
  display: inline-block;
  width: 95px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.head-fancy span {
  font-weight: 900; }

.head-fancy:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #ec691e;
  content: "";
  display: inline-block;
  width: 95px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 40px; }

section {
  padding-top: 80px; }

.list-group-item::before {
  content: "\f178";
  color: #ec691e;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px; }

.list-group-item {
  margin: 0; }

.img-wrap {
  height: 300px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 10px 0;
  border-radius: 4px; }

.img-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: transparent;
  opacity: 0.4;
  z-index: 11;
  transition: 0.3s ease-out; }

.img-wrap-background {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  transition: transform 0.35s ease-out; }

.size1 {
  font-size: 35px; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  text-align: justify; }

@media (min-width: 1200px) {
  .container {
    max-width: 1292px; } }
.hide2 {
  display: none; }

.banner-image {
  position: relative;
  border-bottom: 5px solid #ec691e; }

.logo-icon {
  position: absolute;
  bottom: -6%;
  left: 47%;
  -webkit-box-shadow: 28px 30px 144px -67px black;
  -moz-box-shadow: 28px 30px 144px -67px black;
  box-shadow: 28px 30px 144px -67px black; }

.enquiry-bg {
  background: url(../img/enquiry-box-bg.png) no-repeat top center;
  background-size: cover;
  clear: both; }

.enquiry-div {
  padding: 30px 0px; }

.enquiry-div h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-bottom: 30px; }

.enquiry-div h3:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: -15px;
  left: 48.4%; }

.enquiry-div h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 13px; }

.information-1 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background: url(../img/enquiry1.png) no-repeat top left 4px;
  padding-left: 50px;
  margin-bottom: 20px; }

.information-2 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background: url(../img/enquiry2.png) no-repeat top left 5px;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  padding-top: 3px; }

.information-3 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  background: url(../img/enquiry3.png) no-repeat top 4px left;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  padding-top: 0px; }

.information-3 a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease; }

.enquiry-div h4 {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 13px; }

.form-div-left input {
  width: 100%;
  border: 0px;
  color: #959595 !important;
  font-size: 14px;
  font-weight: 400;
  padding: 15.5px 10px 15.5px 52px;
  margin-bottom: 8px;
  transition: 0.3s ease; }

input.input11 {
  background: #fff url(../img/input1.png) top 10px left 17px no-repeat; }

input.input12 {
  background: #fff url(../img/input2.png) top 17px left 14px no-repeat; }

input.input13 {
  background: #fff url(../img/input3.png) top 10px left 19px no-repeat; }

.form-div-right textarea {
  width: 100%;
  height: 135px;
  padding: 10px 10px 10px 52px;
  background: #fff url(../img/input4.png) no-repeat top 10px left 14px;
  border: 0px;
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s ease; }

input.submit-btn {
  float: right;
  border: 1px solid #cbcbcb;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  padding: 11px 15px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s ease;
  cursor: pointer; }

.banner-text {
  position: absolute;
  right: 5%;
  text-align: right;
  top: 50%;
  color: #fff; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: #ffffff8c solid 2px; }

.footer-bg {
  background: #19262d; }

.footer-div {
  padding: 30px 0px; }

.footer-div-middle h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 500; }

.footer-div-middle p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 6px; }

.newsletter-box {
  position: relative; }

input.newsletter-email {
  border: 0px;
  padding: 17px 20px 17px 60px;
  background: #ededed url(https://www.ambselfiewalkgurgaon.com/img/newsletter-msg.png) no-repeat top 15px left 15px;
  width: 83.5%;
  color: #878787;
  font-size: 14px;
  font-weight: 400; }

input.news-submit {
  position: absolute;
  font-size: 0px;
  width: 80px;
  height: 80px;
  border: 1px solid #e30211;
  background: transparent url(https://www.ambselfiewalkgurgaon.com/img/newsletter-right-arrow.png) no-repeat center;
  top: -15px;
  right: 0px;
  cursor: pointer;
  transition: 0.3s ease; }

@media (max-width: 768px) {
  .footer-bg {
    text-align: center; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .one-page-outer {
    width: 94%; }

  .banner-text {
    position: absolute;
    right: 5%;
    text-align: right;
    top: 22%;
    color: #fff; }

  .display-1 {
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: #ffffff8c solid 2px; }

  .display-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2; }

  .logo-icon {
    position: absolute;
    bottom: -11%;
    left: 45%;
    -webkit-box-shadow: 28px 30px 144px -67px black;
    box-shadow: 28px 30px 144px -67px black; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .display-1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: #ffffff8c solid 2px;
    display: inline-block; }

  .display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2; }

  .banner-text {
    position: absolute;
    right: 5%;
    text-align: right;
    top: 30%;
    color: #fff; }

  .logo-icon {
    position: absolute;
    bottom: -15%;
    left: 44%;
    -webkit-box-shadow: 28px 30px 144px -67px black;
    box-shadow: 28px 30px 144px -67px black; } }
@media (max-width: 767.98px) {
  .size1 {
    font-size: 22px; }

  .head-fancy:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    background: #bc2327;
    content: "";
    display: inline-block;
    width: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 40px; }

  .head-fancy:before {
    position: absolute;
    left: 50%;
    bottom: 7px;
    height: 2px;
    background: #bc2327;
    content: "";
    display: inline-block;
    width: 80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  .title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    position: relative;
    z-index: 1; }

  .h4 {
    font-size: 15px;
    font-weight: bold; }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 12px; }

  .list-group-item {
    position: relative;
    display: block;
    font-size: 12px;
    padding: .75rem 0rem;
    margin-bottom: -1px;
    background-color: #fff0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align: justify; }

  section {
    padding-top: 50px; }

  .head-fancy {
    font-size: 22px; }

  h4.mt-2 {
    font-size: 17px; }

  .footer-div-middle h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-top: 15px; }

  .display-4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2; }

  .display-1 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: #ffffff8c solid 2px; }

  .logo-icon {
    position: absolute;
    bottom: -20px;
    left: 41%;
    width: 14%;
    -webkit-box-shadow: 28px 30px 144px -67px black;
    box-shadow: 28px 30px 144px -67px black; }

  .hide1 {
    display: none; }

  .hide2 {
    display: block; } }
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
/*! CSS Used from: https://www.ambselfiewalkgurgaon.com/css/style.css */
.nav-number a {
  display: flex;
  position: fixed;
  z-index: 99;
  background: #ec691e;
  top: 40%;
  right: -140px;
  width: 180px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  transition: 0.6s ease; }

.nav-number a:hover {
  right: 0; }

/*! CSS Used keyframes */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
/*! CSS Used fontfaces */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.modal-box {
  font-family: 'Poppins', sans-serif; }

.modal-box .show-modal {
  color: #fff;
  background: #dc3545;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 20px;
  margin: 30px auto;
  border: none;
  border-radius: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
  color: #fff;
  text-shadow: 0 0 5px #000;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25); }

.modal-box .show-modal:before,
.modal-box .show-modal:after {
  content: "";
  background: #778ca3;
  width: 50%;
  height: 100%;
  opacity: 0;
  transform: scaleX(0);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.1s linear;
  z-index: -1; }

.modal-box .show-modal:after {
  background: #4b6584;
  width: 52%;
  transform: scaleX(1) scaleY(0);
  left: auto;
  right: -2px; }

.modal-box .show-modal:hover:before,
.modal-box .show-modal:hover:after {
  opacity: 1;
  transform: scaleX(1) scaleY(1); }

.modal-backdrop.in {
  opacity: 0; }

.modal-box .modal {
  top: 70px !important; }

.modal-box .modal-dialog {
  width: 545px;
  margin: 30px auto 10px; }

.modal-box .modal-dialog .modal-content {
  background: #fff;
  text-align: center;
  top: 30px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 5, 85, 0.2); }

.modal-box .modal-dialog .modal-content .close {
  color: #222;
  font-size: 28px;
  text-shadow: none;
  line-height: 15px;
  opacity: 1;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 1;
  transition: all 0.3s; }

.modal-box .modal-dialog .modal-content .close:hover {
  color: #888; }

.modal-box .modal-dialog .modal-content .modal-body {
  padding: 0 0 !important; }

.modal-box .modal-dialog .modal-content .modal-body:after {
  content: '';
  display: block;
  clear: both; }

.modal-box .modal-dialog .modal-content .modal-body .modal-left-content {
  color: #fff;
  background-color: #dc3545;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.1) 20px, rgba(255, 255, 255, 0.1) 40px);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 40%;
  min-height: 300px;
  padding: 150px 0;
  display: inline-block;
  float: left; }

.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li {
  font-size: 40px;
  display: inline-block; }

.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li:first-child,
.modal-box .modal-dialog .modal-content .modal-body .modal-left-content ul li:last-child {
  font-size: 20px; }

.modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  color: #fff; }

.modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title span {
  font-size: 40px;
  font-weight: 900; }

.modal-box .modal-dialog .modal-content .modal-body .modal-main-content {
  width: 60%;
  padding: 28px 20px;
  display: inline-block; }

.modal-box .modal-dialog .modal-content .modal-body .sub-title {
  color: #dc3545;
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  margin: 0 0 5px 0; }

.modal-box .modal-dialog .modal-content .modal-body .description {
  color: #dc3545;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 15px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.modal-box .modal-dialog .modal-content .modal-body .form-group {
  margin: 0 0 15px; }

.modal-box .modal-dialog .modal-content .modal-body .form-control {
  color: #000;
  background: #F2F2F2;
  font-size: 16px;
  letter-spacing: 1px;
  height: 40px;
  padding: 2px 15px 2px 15px;
  margin: 0 auto;
  box-shadow: none;
  border: none;
  display: inline-block;
  transition: all 0.3s; }

.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder {
  color: #909090;
  font-size: 14px; }

.modal-box .modal-dialog .modal-content .modal-body .form-control:focus {
  box-shadow: none;
  border: none; }

.modal-box .modal-dialog .modal-content .modal-body .subs {
  color: #fff;
  background-color: #dc3545;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 30px;
  margin: 0 auto;
  border: 0 solid transparent;
  display: block;
  transition: all 0.3s ease-in-out; }

.modal-box .modal-dialog .modal-content .modal-body .subs:hover {
  text-shadow: 3px 3px 0 #888;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset; }

@media only screen and (max-width: 576px) {
  .modal-dialog {
    width: 98% !important; }

  .modal-box .modal-dialog .modal-content .modal-body .modal-left-content,
  .modal-box .modal-dialog .modal-content .modal-body .modal-main-content {
    width: 100%;
    display: block;
    float: none;
    padding: 40px 20px;
    min-height: auto; }

  .modal-box .modal-dialog .modal-content .modal-body .modal-left-content .title span {
    font-size: 30px; } }
.modal-box .show-modal {
  position: fixed;
  color: #fff;
  background: #BC2327;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 13px 20px;
  bottom: 1%;
  right: 1%;
  border: none;
  border-radius: 50px;
  display: block;
  overflow: hidden;
  z-index: 12;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.m-hig {
  max-height: 450px;
  overflow: hidden;
  overflow-y: scroll; }

.header-sidebar {
  top: 50px; }

.innerPage {
  padding-top: 66px !important; }

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