/* additional styling */
.main-color {
  color: #2d6aa0;
}

/* Bootstrap overrides */
.panel .panel-heading h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.modal .modal-header h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.alert h3 {
  margin-top: 0px !important;
}

code {
  background-color: #eeeeee;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
}

.form-horizontal .form-group.display-only {
  margin-bottom: 0px;
}

.form-horizontal .control-label {
  text-align: left !important;
}

/* main body */
/* body {
  padding-top: 50px;
} */

#page-wrapper {
  min-height: 500px;
}

/* top navbar */
/* .navbar-brand {
  padding: 5px;
} */

.navbar-text {
  margin-right: 0px;
  margin-left: 0px;
}

/* header */

/* main menu */
.navbar-default-top {
  /* background: #2d6ca2; */
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #ffffff;
}

#navbar2 ul li a {
  color: #322b27;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#navbar2 ul li a:hover {
  color: #40698a;
}

#navbar2 li.dropdown.open > a {
  background: transparent;
  color: #40698a;
}

.navbar-default .navbar-nav > .open > a {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#navbar2 ul .dropdown-menu {
  border: initial;
  min-width: 284px;
}

#navbar2 ul .dropdown-menu,
#navbar2 .dropdown-menu a {
  background: #a0bbd1;
  color: #000000;
  text-align: center;
}

#navbar2 .dropdown-menu a:hover {
  color: #ffffff;
  font-weight: bold;
}

#navbar2 .dropdown-menu:hover {
  background: #a0bbd1;
  color: #000000;
}

/* footer */
#footer {
  margin-top: 100px;
  background: #322b27;
  color: #ffffff;
  font-weight: bold;
  padding: 50px;
}

#footer a {
  color: #d1d1d1;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
}

.footer-logo {
  text-align: right;
}

/* final wrapper */
#final-wrapper {
  background: #ffffff;
  color: #322b27;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}


#copyright a {
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}

#upshot {
  text-align: right;
}

/* social icons */
.social_icon {
  color: #74b7e0;
  font-size: 30px;
  margin-top: 10px;
  margin-left: 4px;
}

.social_icon:hover {
  color: #abd7ee;
}

/* tabs */
.nav-tabs {
  margin-top: 20px;
}

.tab-content {
  padding: 10px;
}

/* carousel */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0px;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* well */
.well {
  margin-top: 10px;
}

.well h1 {
  margin: 0px;
  padding: 0px;
}

/* row */
.row {
  margin-top: 10px;
}

/* picture thumbnails */
.img-thumbnail {
  margin: 0px;
  margin-bottom: 10px;
}

/* google map (contact page) */
.google-map-canvas,
.google-map-canvas * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* enquiry form */
.required-form-field {
  color: #ef5030;
  font-weight: bold;
}

.form-horizontal .enquiry-form-checkbox-placeholder {
  margin-left: 10px;
}

.form-horizontal .error_validation_message label {
  color: #ef5030;
  margin-top: 5px;
}

#enquiry-form-panel .panel-heading p {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* blog */
#blog-search-controls-container {
  background-color: #2d6aa0;
  padding-top: 15px;
}

#blog-search-controls-container .form-horizontal .control-label {
  color: #ffffff;
}

#blog-post-container a.blog-return-url {
  margin-bottom: 10px;
}

/* general styles */
.remove-container-margin {
  margin-bottom: 0px;
}

.remove-cell-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* stacktable.js */
.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  font-weight: bold;
  padding-right: 1%;
  text-align: right;
  width: 49%;
}

.st-val {
  padding-left: 1%;
  width: 49%;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}

/* MEDIA QUERIES */
@media (min-width: 1200px) {
}

@media (max-width: 1199px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) {
  /* social icons */
  #social_icons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* blog */
  #blog-search-controls-container .form-horizontal .control-label {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }
}

@media (max-width: 767px) {
  /* footer */
  #footer {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  /* final wrapper */
  #copyright {
    text-align: center;
  }

  #upshot {
    text-align: center;
  }

  /* carousel */
  .carousel-caption {
    display: none;
  }

  .carousel-indicators {
    display: none;
  }

  /* stacktable.js */
  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
}

@media (max-width: 479px) {
  /* main body */
  body {
    min-width: 320px;
  }
}

/* GDPR PAGES */
.gdpr-link-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.gdpr-link {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.gdpr-link-sub-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
  background: #444;
  color: #fff;
}

.gdpr-heading {
  cursor: pointer;
}

/*
.accordion-toggle:hover {
	text-decoration: none;
}
*/

.panel-title a {
  display: block;
}

.panel-title > a:before {
  content: "\f146";
  float: left !important;
  font-family: "FontAwesome";
  margin-right: 10px;
  padding-right: 5px;
}

.panel-title > a.collapsed:before {
  content: "\f0fe";
  float: left !important;
  margin-right: 10px;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}

/*Custom CSS*/

.carousel-inner>.item>img{min-width: 100%;;}

.navbar-nav > li {
  float: left;
  display: inline-block;
}

/*Overwrite the styles*/
.navbar-fixed-top {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
  color: #322b27;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #322b27;
}

h1 {
  font-size: 37px;
}

h2.main-head {
  font-size: 37px;
}

h2.main-head {
  color: #40698a;
}

.carousel-caption h1 {
  color: #ffffff;
}

.navbar-default .top-logo-right {
  position: absolute;
  right: 15px;
  top: 20px;
}

#submit {
  background: #39312d;
  border-radius: 0;
  font-size: 20px;
  padding: 2% 7%;
  border-color: initial;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

#submit:focus {
  outline: 0;
}

.navbar-default .top-logo-left {
  position: absolute;
  left: 15px;
  top: 20px;
}

.navbar-default .top-logo-right img,
.navbar-default .top-logo-left img {
  width: 100px;
  height: auto;
}

#myCarousel .carousel-indicators,
#myCarousel .carousel-caption a.btn-primary {
  display: none;
}

#myCarousel .glyphicon-chevron-left:before {
  content: "" !important;
  background: url(../images/left_arrow.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 43px;
  float: left;
}

#myCarousel .glyphicon-chevron-right:before {
  content: "" !important;
  background: url(../images/right_arrow.png) no-repeat;
  background-size: 100%;
  width: 25px;
  height: 43px;
  float: left;
}

#myCarousel .carousel-caption {
  left: 15%;
  right: 15%;
  padding-bottom: 66px;
}

.navbar-brand {
  height: initial !important;
}

.middle-logo {
  z-index: 9;
}

h2.main-head {
  text-align: center;
  margin-top: 90px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.home-main-section p {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.home-main-section a {
  display: block;
  color: #40698a;
  font-size: 20px;
}

.home-section-1 {
  margin-top: 70px;
}

.home-section-1 .home-page-sections .content-box {
  position: relative;
}

.home-section-1 .home-page-sections .content-box .absolute-content {
  position: absolute;
  top: 0;
  background: #ffffff;
  width: 80%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  display: block;
  -webkit-transition: height 0.2s; /* For Safari 3.1 to 6.0 */
  transition: height 0.2s;
}

.home-section-1 .home-page-sections .content-box .absolute-content h2 {
  color: #322b27;
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10%;
  padding-right: 10%;
}

.home-section-1 .home-page-sections .content-box .absolute-content p {
  display: none;
}

.home-section-1 .home-page-sections .content-box:hover .absolute-content {
  background: #365b2f;
  color: #ffffff;
  height: 250px;
}

.home-section-1 .home-page-sections .content-box:hover .absolute-content h2 {
  color: #ffffff;
}

.home-section-1 .home-page-sections .content-box:hover .absolute-content p {
  display: block;
  padding-left: 17%;
  padding-right: 17%;
  font-size: 14px;
}

.home-section-1 .home-page-sections .content-box:hover .absolute-content p a {
  display:block;
  background: #39312d;
  border-radius: 0;
  font-size: 18px;
  padding: 2% 15%;
  border: 0;
  color:#fff;
  margin-top:15px;
  font-weight:normal;
}

.home-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover !important;
  margin-top: 100px;
}

.home-section-2 .home-page-sections .main-content-section {
  background: #ffffff;
  padding: 11% 15.33% 8% 15.33%;
  font-family: "Playfair Display", serif;
}

.home-section-2 .home-page-sections .main-content-section .custom-h2 {
  font-size: 37px;
  color: #322b27;
  line-height: 1;
  font-family: "Playfair Display", serif;
}

.home-section-2 .home-page-sections .btn-section {
  margin-top: 40px;
}

.home-section-2 .home-page-sections .btn-section a {
  background: #39312d;
  border-radius: 0;
  font-size: 20px;
  padding: 2% 15%;
  border-color: initial;
  transition: 0.3s;
}

.home-section-2 .home-page-sections .btn-section a:hover {
  background: #365B2F;  
}

.home-section-3 {
  margin-top: 100px;
}

.home-section-3 .home-page-sections .main-content-section .custom-h2 {
  font-size: 37px;
  color: #322b27;
  font-family: "Playfair Display", serif;
}

.home-section-3 .home-page-sections .main-content-section p {
  font-size: 15px;
  margin-top: 10px;
}

.home-section-4 {
  margin-top: 70px;
}

.home-section-4 .home-page-sections .main-content-section {
  width: 100%;
  height: auto;
  position: relative;
}
.home-section-3 .home-page-sections .main-content-section {
  margin: 0 auto;
}

.home-section-4
  .home-page-sections
  .main-content-section
  .right-content-section {
  width: 73.5%;
  float: right;
}
.home-section-4
  .home-page-sections
  .main-content-section
  .right-content-section
  img {
  width: 100%;
  float: right;
}

.home-section-4
  .home-page-sections
  .main-content-section
  .left-content-section {
  position: absolute;
  top: 80px;
  width: 50%;
  background: #a0bbd1;
  padding: 4% 3% 5% 4%;
  text-align: left;
}

.home-section-4
  .home-page-sections
  .main-content-section
  .left-content-section
  h3 {
  color: #ffffff;
  font-size: 40px;
}

.home-section-4
  .home-page-sections
  .main-content-section
  .left-content-section
  .btn-section {
  margin-top: 50px;
}

.home-section-4
  .home-page-sections
  .main-content-section
  .left-content-section
  .btn-section
  a {
  background: #365b2f;
  font-family: "Playfair Display", serif;
  border-radius: 0;
  font-size: 20px;
  padding: 4% 17.5%;
  border-color: initial;
  border: none;
  transition: 0.3s;
}

.home-section-4
  .home-page-sections
  .main-content-section
  .left-content-section
  .btn-section
  a:hover {
  background: #39312d;
}

.footer-logo img {
  width: 200px;
  height: auto;
}

#final-wrapper #copyright span,
#final-wrapper a {
  font-size: 12px !important;
  color: #322b27;
  text-decoration: none;
}
#final-wrapper #footer_link {
  text-align: right;
}
#final-wrapper #footer_link span:last-child {
  display: none;
}

/*Media Queries Styles*/

@media screen and (min-width: 1800px) {
  .container {
    width: 1440px;
  }

  h1,
  h2,
  .custom-h2 {
    font-size: 52px !important;
  }

  #myCarousel .carousel-caption {
    padding-bottom: 110px;
  }

  /*Menu section*/

  .navbar-default .top-logo-right img,
  .navbar-default .top-logo-left img {
    width: 125px;
    height: auto;
  }

  #navbar2 ul.navbar-nav {
    margin: 0 auto;
    display: block;
    /* width: 1500px; */
    padding-top: 90px;
    padding-bottom: 40px;
  }

  #navbar2 ul .dropdown-menu {
    min-width: 400px;
  }

  #navbar2 ul.navbar-nav{float:left;width: calc( 50% - 200px);}
  .navbar .middle-logo {
    margin: 0 auto;
    width: 290px;
    min-height: 88px;
    float: left;
  }

  #navbar2 > ul{text-align:right;} 
  #navbar2 > ul li{float:none;}

  .middle-logo + ul{text-align:left !important;}

  #navbar2 ul.navbar-nav ul li {
    background: #a0bbd1;
  }

  #navbar2 ul.navbar-nav ul li:nth-child(3),
  #navbar2 ul.navbar-nav ul li:nth-child(4) {
    padding-right: initial;
    padding-left: initial;
  }

  #navbar2 ul li a {
    font-size: 22px;
  }

  #navbar2 ul.dropdown-menu {
    padding: 10px 0;
  }

  #navbar2 ul > li > a {
    padding-top: 8px;
    padding-left: 25px;
    padding-right: 25px;
  }

  #navbar2 ul ul > li > a {
    padding: 10px 29px;
  }

  .navbar .middle-logo {
    margin: 0 auto;
    width: 400px;
    min-height: 122px;
 float:left;
  }

  .navbar .middle-logo img {
    width: 400px;
    height: 122px;
  }

  /*Menu Section ended*/

  #navbar2 ul.dropdown-menu {
    top: 150%;
  }

  h2.main-head {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 70px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #myCarousel .carousel-caption {
    left: 15%;
    right: 15%;
  }

  .home-main-section p {
    font-size: 25px;
    line-height: 2;
    text-align: center;
  }

  .home-main-section a {
    display: block;
    color: #40698a;
    font-size: 25px;
  }

  .home-section-1 .home-page-sections .content-box:hover .absolute-content p {
    font-size: 18px;
  }

  .home-section-2 .home-page-sections .main-content-section .custom-h2 {
    font-size: 50px;
    color: #322b27;
    line-height: 1;
  }

  .home-section-2 .home-page-sections .main-content-section {
    min-height: 350px;
    padding: 12% 13.33% 8% 13.33%;
  }

  .home-section-2 .home-page-sections .btn-section a {
    background: #39312d;
    border-radius: 0;
    font-size: 32px;
    padding: 3.5% 15%;
  }

  .home-section-2 .home-page-sections .btn-section {
    margin-top: 60px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content {
    height: 135px;
  }

  .home-section-1 .home-page-sections .content-box:hover .absolute-content {
    height: 315px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content h2 {
    color: #322b27;
    font-size: 42px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-section-3 .home-page-sections .main-content-section {
    width: 100%;
  }

  .home-section-3 .home-page-sections .main-content-section .custom-h2 {
    font-size: 50px;
    color: #322b27;
    font-family: "Playfair Display", serif;
  }

  .home-section-3 .home-page-sections .main-content-section p {
    font-size: 22px;
    margin-top: 20px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    color: #ffffff;
    font-size: 52px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section {
    margin-top: 75px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section {
    min-height: 450px;
    padding: 4% 5% 4% 5%;
    margin-top: 20px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section
    a {
    background: #365b2f;
    font-family: "Playfair Display", serif;
    border-radius: 0;
    font-size: 32px;
    padding: 4% 17.5%;
    border-color: initial;
    border: none;
  }

  .footer-left-section {
    padding-top: 110px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 42px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 32px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }

  .footer-logo img {
    width: 300px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .container {
    width: 1440px;
  }

  h1,
  h2,
  .custom-h2 {
    font-size: 44px;
  }

  /*Menu section*/

  .navbar-default .top-logo-right img,
  .navbar-default .top-logo-left img {
    width: 125px;
    height: auto;
  }

  #navbar2 ul.navbar-nav {
   
    margin: 0 auto;
    display: block;
    /* width: 1400px; */
    padding-top: 100px;
    padding-bottom: 40px;
  }

  #navbar2 ul.navbar-nav{float:left;width: calc( 50% - 200px);}
  

  .navbar .middle-logo {
    margin: 15px auto;
    width: 400px;
    min-height: 122px;
    position: relative;
    float:left;
  }

  #navbar2 > ul{text-align:right;} 
  #navbar2 > ul li{float:none;}

  .middle-logo + ul{text-align:left !important;}



  #navbar2 ul .dropdown-menu {
    min-width: 350px;
  }

 
  #navbar2 ul.navbar-nav ul li {
    background: #a0bbd1;
  }



  #navbar2 ul li a {
    font-size: 18px;
  }

  #navbar2 ul.dropdown-menu {
    padding: 10px 0;
  }

  #navbar2 ul > li > a {
    padding-top: 8px;
    padding-left: 29px;
    padding-right: 29px;
  }

  #navbar2 ul ul > li > a {
    padding: 10px 29px;
  }

  

  .navbar .middle-logo img {
    width: 400px;
    height: 122px;
  }

  /*Menu Section ended*/

  #navbar2 ul.dropdown-menu {
    top: 150%;
  }

  h2.main-head {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 70px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #myCarousel .carousel-caption {
    left: 15%;
    right: 15%;
  }

  .home-main-section p {
    font-size: 25px;
    line-height: 2;
    text-align: center;
  }

  .home-main-section a {
    display: block;
    color: #40698a;
    font-size: 25px;
  }

  .home-section-1 .home-page-sections .content-box:hover .absolute-content p {
    font-size: 18px;
  }

  .home-section-2 .home-page-sections .main-content-section .custom-h2 {
    font-size: 44px;
    color: #322b27;
    line-height: 1;
  }

  .home-section-2 .home-page-sections .main-content-section {
    min-height: 350px;
    padding: 12% 17.33% 8% 17.33%;
  }

  .home-section-2 .home-page-sections .btn-section a {
    background: #39312d;
    border-radius: 0;
    font-size: 25px;
    padding: 3.5% 15%;
  }

  .home-section-2 .home-page-sections .btn-section {
    margin-top: 60px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content {
    height: 124px;
  }

  .home-section-1 .home-page-sections .content-box:hover .absolute-content {
    height: 245px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content h2 {
    color: #322b27;
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .home-section-3 .home-page-sections .main-content-section {
    width: 90%;
  }

  .home-section-3 .home-page-sections .main-content-section .custom-h2 {
    font-size: 44px;
    color: #322b27;
    font-family: "Playfair Display", serif;
  }

  .home-section-3 .home-page-sections .main-content-section p {
    font-size: 18px;
    margin-top: 20px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    color: #ffffff;
    font-size: 50px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section {
    margin-top: 75px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section {
    min-height: 450px;
    padding: 4% 5% 4% 5%;
    margin-top: 20px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section
    a {
    background: #365b2f;
    font-family: "Playfair Display", serif;
    border-radius: 0;
    font-size: 25px;
    padding: 4% 17.5%;
    border-color: initial;
    border: none;
  }

  .footer-left-section {
    padding-top: 66px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 32px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 32px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #navbar2 ul.navbar-nav {
   
    margin: 0 auto;
    display: block;
    /* width: 1000px; */
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
   
  }


  #navbar2 ul.navbar-nav ul li {
    background: #a0bbd1;
  }

  #navbar2 ul.navbar-nav{float:left;width: calc( 50% - 145px);}
  .navbar .middle-logo {
    margin: 0 auto;
    width: 290px;
    min-height: 88px;
    float: left;
  }

  #navbar2 > ul{text-align:right;} 
  #navbar2 > ul li{float:none;}

  .middle-logo + ul{text-align:left !important;}

  .navbar .middle-logo img {
    width: 290px;
    height: 88px;
  }

  .footer-left-section {
    padding-top: 66px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 32px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 32px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #navbar2 ul.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
  }

  #navbar2 .navbar-nav > li {
    float: none;
    display: inline-block;
  }


  #navbar2 ul.navbar-nav ul li {
    background: #a0bbd1;
  }




  #navbar2 ul.navbar-nav {
   
    margin: 0 auto;
    display: block;
    /* width: 1400px; */
    padding-top: 75px;
    padding-bottom: 40px;
  }

  #navbar2 ul.navbar-nav{float:left;width: calc( 50% - 145px);}
  



  #navbar2 > ul{text-align:right !important;} 
  #navbar2 > ul li{float:none;}

  #navbar2 .middle-logo + ul{text-align:left !important;}

  #navbar2 .nav>li>a{padding:10px 5px;}

  .navbar .middle-logo {
    margin: 15px auto;
    width: 290px;
    min-height: 80px;   
    position: relative;
    float:left;
  }


  .navbar .middle-logo img {
    width: 290px;
    height: 88px;
  }

  .footer-left-section {
    padding-top: 66px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 32px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 32px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 22px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 22px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }

  #footer,
  #footer .footer-left-section {
    padding: 15px;
    padding-top: 80px;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section {
    position: absolute;
    top: 45px;
    width: 50%;
    background: #a0bbd1;
    padding: 4% 3% 5% 4%;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {


  #navbar2 ul.navbar-nav {
   
    margin: 0 auto;
    display: block;
    /* width: 1400px; */
    padding-top: 100px;
    padding-bottom: 40px;
  }

  #navbar2 ul.navbar-nav{float:left;width: calc( 50% - 100px);}
  



  #navbar2 > ul{text-align:right !important;} 
  #navbar2 > ul li{float:none;}

  #navbar2 .middle-logo + ul{text-align:left !important;}

  #navbar2 .nav>li>a{padding:10px 5px;}

  .navbar .middle-logo {
    margin: 15px auto;
    width: 200px;
    min-height: 80px;   
    position: relative;
    float:left;
  }

  .navbar .middle-logo img {
    width: 200px;
    height: 60px;
  }

  .navbar-default .top-logo-right img,
  .navbar-default .top-logo-left img {
    width: 70px;
    height: auto;
  }

  .navbar-default-top .container {
    text-align: center;
  }

  .navbar-default ul,
  .navbar-default ul ul.dropdown-menu,
  .navbar-default ul ul.dropdown-menu a {
    text-align: center !important;
  }

  h2.main-head,
  .home-section-2 .home-page-sections .main-content-section .custom-h2,
  .home-section-3 .home-page-sections .main-content-section .custom-h2,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .home-main-section p,
  .home-main-section a {
    font-size: 16px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content h2 {
    font-size: 24px;
  }
  .home-section-1 .home-page-sections .content-box .absolute-content {
    height: 90px;
  }
  .home-section-1,
  .home-section-2,
  .home-section-3,
  .home-section-4 {
    margin-top: 40px;
  }
  .home-section-1 .content-box {
    margin-bottom: 15px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content {
    width: 50%;
  }

  .home-section-2 .home-page-sections .main-content-section {
    padding: 10% 13.33% 9% 13.33%;
  }
  .home-section-2 .home-page-sections .btn-section a {
    font-size: 18px;
    padding: 3% 12.5%;
  }

  .home-section-2 .home-page-sections .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .right-content-section {
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section {
    position: relative;
    top: 0;
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section
    a {
    font-size: 18px;
  }

  .home-section-2 .home-page-sections .main-content-section,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    text-align: center;
  }

  .footer-left-section {
    padding-top: 30px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }

  #footer,
  #footer .footer-left-section {
    padding: 15px;
    padding-top: 80px;
  }

  #final-wrapper #footer_link {
    text-align: center;
  }
  #footer_link {
    margin-top: 15px;
  }

  #navbar2 ul.navbar-nav {
    
    margin: 0 auto;
    display: block;
    padding-top: 55px;
    padding-bottom: 0px;
   
  }

  #navbar2 .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  #navbar2 ul li a{font-size:10px}

  #navbar2 ul.navbar-nav ul li {
    background: #a0bbd1;
  }


}

@media only screen and (min-width: 641px) and (max-width: 767px) {

  .navbar-nav > li {width:100%;}
  .navbar-brand{padding:0;}
  .navbar .middle-logo {
    margin: 0 auto;
    width: 200px;
    height: 80px;
    position: relative;
    top: 14px;
    left: 0;
    right: 0;
  }

  .navbar .middle-logo img {
    width: 200px;
    height: 60px;
  }

  .navbar-default .top-logo-right img,
  .navbar-default .top-logo-left img {
    width: 70px;
    height: auto;
  }

  .navbar-default-top .container {
    text-align: center;
  }

  .navbar-default ul,
  .navbar-default ul ul.dropdown-menu,
  .navbar-default ul ul.dropdown-menu a {
    text-align: left !important;
  }

  h2.main-head,
  .home-section-2 .home-page-sections .main-content-section .custom-h2,
  .home-section-3 .home-page-sections .main-content-section .custom-h2,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .home-main-section p,
  .home-main-section a {
    font-size: 16px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content h2 {
    font-size: 24px;
  }
  .home-section-1 .home-page-sections .content-box .absolute-content {
    height: 90px;
  }
  .home-section-1,
  .home-section-2,
  .home-section-3,
  .home-section-4 {
    margin-top: 40px;
  }
  .home-section-1 .content-box {
    margin-bottom: 15px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content {
    width: 50%;
  }

  .home-section-2 .home-page-sections .main-content-section {
    padding: 10% 13.33% 9% 13.33%;
  }
  .home-section-2 .home-page-sections .btn-section a {
    font-size: 18px;
    padding: 3% 12.5%;
  }

  .home-section-2 .home-page-sections .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .right-content-section {
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section {
    position: relative;
    top: 0;
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section
    a {
    font-size: 18px;
  }

  .home-section-2 .home-page-sections .main-content-section,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    text-align: center;
  }

  .footer-left-section {
    padding-top: 30px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }

  #footer,
  #footer .footer-left-section {
    padding: 15px;
  }

  #final-wrapper #footer_link {
    text-align: center;
  }
  #footer_link {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  .navbar .middle-logo {
    margin: 0 auto;
    width: 200px;
    height: 80px;
    position: relative;
    top: 14px;
    left: 0;
    right: 0;
  }

  .navbar-nav > li {width:100%;}
  .navbar-brand{padding:0;}

  .navbar .middle-logo img {
    width: 200px;
    height: 60px;
  }

  .navbar-default .top-logo-right img,
  .navbar-default .top-logo-left img {
    width: 70px;
    height: auto;
  }

  .navbar-default-top .container {
    text-align: center;
  }

  .navbar-default ul,
  .navbar-default ul ul.dropdown-menu,
  .navbar-default ul ul.dropdown-menu a {
    text-align: left !important;
  }

  h2.main-head,
  .home-section-2 .home-page-sections .main-content-section .custom-h2,
  .home-section-3 .home-page-sections .main-content-section .custom-h2,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .home-main-section p,
  .home-main-section a {
    font-size: 16px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content h2 {
    font-size: 24px;
  }
  .home-section-1 .home-page-sections .content-box .absolute-content {
    height: 90px;
  }
  .home-section-1,
  .home-section-2,
  .home-section-3,
  .home-section-4 {
    margin-top: 40px;
  }
  .home-section-1 .content-box {
    margin-bottom: 15px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content {
    width: 65%;
  }

  .home-section-2 .home-page-sections .main-content-section {
    padding: 10% 13.33% 9% 13.33%;
  }
  .home-section-2 .home-page-sections .btn-section a {
    font-size: 18px;
    padding: 3% 12.5%;
  }

  .home-section-2 .home-page-sections .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .right-content-section {
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section {
    position: relative;
    top: 0;
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section
    a {
    font-size: 18px;
  }

  .home-section-2 .home-page-sections .main-content-section,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    text-align: center;
  }

  .footer-left-section {
    padding-top: 30px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }

  #footer,
  #footer .footer-left-section {
    padding: 15px;
  }

  #final-wrapper #footer_link {
    text-align: center;
  }
  #footer_link {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

  .navbar-nav > li {width:100%;}
  .navbar-brand{padding:0;}
  .navbar .middle-logo {
    margin: 0 auto;
    width: 200px;
    height: 80px;
    position: relative;
    top: 14px;
    left: 0;
    right: 0;
  }

  .navbar .middle-logo img {
    width: 200px;
    height: 60px;
  }

  .navbar-default .top-logo-right img,
  .navbar-default .top-logo-left img {
    width: 70px;
    height: auto;
  }

  .navbar-default .top-logo-left,
  .navbar-default .top-logo-right {
    position: relative;
    display: inline-block;
  }

  .navbar-default .top-logo-right {
    right: 0;
    margin-bottom: 15px;
  }
  .navbar-default .top-logo-left {
    left: 0;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .navbar-default-top .container {
    text-align: center;
  }

  .navbar-default ul,
  .navbar-default ul ul.dropdown-menu,
  .navbar-default ul ul.dropdown-menu a {
    text-align: left !important;
  }

  h2.main-head,
  .home-section-2 .home-page-sections .main-content-section .custom-h2,
  .home-section-3 .home-page-sections .main-content-section .custom-h2,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .home-main-section p,
  .home-main-section a {
    font-size: 16px;
  }

  .home-section-1 .home-page-sections .content-box .absolute-content h2 {
    font-size: 24px;
  }
  .home-section-1 .home-page-sections .content-box .absolute-content {
    height: 90px;
  }
  .home-section-1,
  .home-section-2,
  .home-section-3,
  .home-section-4 {
    margin-top: 40px;
  }
  .home-section-1 .content-box {
    margin-bottom: 15px;
  }

  .home-section-2 .home-page-sections .main-content-section {
    padding: 10% 13.33% 9% 13.33%;
  }
  .home-section-2 .home-page-sections .btn-section a {
    font-size: 16px;
  }

  .home-section-2 .home-page-sections .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .right-content-section {
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section {
    position: relative;
    top: 0;
    width: 100%;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section {
    text-align: center;
  }

  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    .btn-section
    a {
    font-size: 16px;
  }

  .home-section-2 .home-page-sections .main-content-section,
  .home-section-4
    .home-page-sections
    .main-content-section
    .left-content-section
    h3 {
    text-align: center;
  }

  .footer-left-section {
    padding-top: 30px;
  }

  .footer-left-section .footer_tel,
  .footer-left-section .footer_tel a,
  .footer-left-section .footer_email {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #ffffff !important;
  }

  .footer-left-section .footer_email a {
    font-size: 17px !important;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #a0bbd1 !important;
  }

  #footer,
  #footer .footer-left-section {
    padding: 15px;
  }

  #final-wrapper #footer_link {
    text-align: center;
  }
  #footer_link {
    margin-top: 15px;
  }
}
