/**
 * @file
 * Overall specifications for Bartik.
 */

html {
  height: 100%;
}

a,
a.link {
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  border-bottom-style: solid;
}

h1 a,
h2 a {
  border-bottom: none;
}

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */
/*h1,*/
/*.heading-a {*/
/*  margin: 1em 0 0.5em;*/
/*  color: #000;*/
/*  font-size: 1.357em;*/
/*  font-weight: inherit;*/
/*}*/
/*h2,*/
/*.heading-b {*/
/*  margin: 1em 0 0.5em;*/
/*  font-size: 1.143em;*/
/*  font-weight: inherit;*/
/*}*/
/*h3,*/
/*.heading-c {*/
/*  margin: 1em 0 0.5em;*/
/*  font-weight: inherit;*/
/*}*/
/*h4,*/
/*.heading-d {*/
/*  margin: 1em 0 0.5em;*/
/*  font-size: 1.05em;*/
/*  font-weight: inherit;*/
/*}*/
/*h5,*/
/*.heading-e {*/
/*  margin: 1em 0 0.5em;*/
/*  letter-spacing: 0.1em;*/
/*  text-transform: uppercase;*/
/*  font-size: 0.889em;*/
/*  font-weight: inherit;*/
/*}*/
/*h6,*/
/*.heading-f {*/
/*  margin: 1em 0 0.5em;*/
/*  letter-spacing: 0.1em;*/
/*  text-transform: uppercase;*/
/*  font-size: 0.67em;*/
/*  font-weight: inherit;*/
/*}*/
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-left: 1px solid #bbb; /* LTR */
  background: #f7f7f7;
  font-style: italic;
}
[dir="rtl"] blockquote {
  border-right: 1px solid #bbb;
  border-left: none;
}
blockquote:before {
  margin-right: 0.2em; /* LTR */
  content: "\201C";
  vertical-align: -0.4em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}
[dir="rtl"] blockquote:before {
  margin-right: 0;
  margin-left: 0.2em;
  content: "\201D";
}
blockquote:after {
  content: "\201D";
  vertical-align: -0.45em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}
[dir="rtl"] blockquote:after {
  content: "\201C";
}
blockquote > p:first-child {
  display: inline;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}
ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}

.header {
  max-width: 1660px;
  margin: auto;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
 
/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
  padding-top: 90px;
}

.carousel .container-fluid {
  padding: 0;
  max-width: 1340px;
  margin: auto;
}

.carousel .carousel-item {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row-reverse;
}

.carousel .carousel-img {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  max-height: 600px;
  text-align: right;
  overflow: hidden;
  max-width: 65%;
}

.carousel .carousel-img::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
  z-index: 1;
}

.carousel .carousel-img img {
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}

.carousel .carousel-text {
  max-width: 35%;
  padding: 0 15px;
  min-width: 480px;
}

.carousel .container-fluid {
    max-width :100% !important;
}

.carousel .carousel-text h3 {
  color: #E81C2E;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.carousel .carousel-text h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: 'Dancing Script', cursive;
}

.carousel .carousel-text p {
  max-width: 500px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 40px;
}

.carousel .btn.btn-custom {
  padding: 20px 45px 22px 45px;
  color: #ffffff;
}

.carousel .btn.btn-custom:hover {
  color: #E81C2E;
}

.carousel .owl-nav {
  position: absolute;
  width: 13%;
  height: 50px;
  top: calc(100% - 100px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50px;
  background: rgba(256, 256, 256, .2);
  font-size: 22px;
  transition: .5s;
  border: 0;
}

.carousel .owl-nav .owl-prev {
  margin-left: 30px;
}

.carousel .owl-nav .owl-next {
  margin-right: 30px;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #E81C2E;
}

.carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (max-width: 991.98px) {
  .carousel .carousel-text h3 {
      margin-bottom: 5px;
  }
  
  .carousel .carousel-text h1 {
      font-size: 60px;
  }
  
  .carousel .carousel-text p {
      font-size: 16px;
  }
  
  .carousel .carousel-text .btn {
      padding: 12px 30px;
      font-size: 15px;
      letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .carousel .carousel-text h3 {
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 15px;
  }
  
  .carousel .carousel-text h1 {
      font-size: 45px;
  }
  
  .carousel .carousel-text .btn {
      padding: 10px 25px;
      font-size: 15px;
      letter-spacing: 0;
  }
}

@media (max-width: 575.98px) {
  .carousel .carousel-text h3 {
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 10px;
  }
  
  .carousel .carousel-text h1 {
      font-size: 30px;
      margin-bottom: 15px;
  }
  
  .carousel .carousel-text p {
      margin-bottom: 25px;
  }
  
  .carousel .carousel-text .btn {
      padding: 8px 20px;
      font-size: 14px;
      letter-spacing: 0;
  }
}

.nav-bar {
  background-color: transparent !important;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  /*background-image: none !important;*/
}

body.user-logged-in .nav-bar {
  background-color: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147)) !important;
  position: relative;
  left: 0;
  right: 0;
  z-index: 999;
  /*background-image: none !important;*/
}


.region-header {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.region-header:after {
  display: none;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
  padding-top: 90px;
}

 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 
 footer.node__meta {
   display: none;
 }

 ul.menu {
  margin: 0;
  padding: 0 0 0.25em 1em;
  display: flex;
}

.path-frontpage .page-title {
  display: none;
}

.menu-item {
  padding: 0 10px;
}

.site-branding {
  display: flex;
  align-items: flex-end;
  padding: 20px 10px;
}

.site-name {
  color: #686868;
  font-size: 1.6em;
  line-height: 1;
  padding-left: 10px;
}

@media all and (min-width: 901px) {
  .site-name {
    font-size: 1.821em;
  }
}
.site-branding__slogan {
  margin-top: 7px;
  word-spacing: 0.1em;
  font-size: 0.929em;
  font-style: italic;
}

.site-branding__logo img {
  margin: auto;
  max-width: 40px;
  height: auto;
  display: block;
  width: 100%;
}


/*******************************/
/********* General CSS *********/
/*******************************/
body {
  color: #444444;
  font-weight: 400;
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
}

a {
  color: #202C45;
  transition: .3s;
}

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

.container-fluid {
  max-width: 1336px;
}

.btn-custom a {
  padding: 12px 40px 12px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #dedc04;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 #202c45;
  transition: ease-out 0.5s;
  max-width: 180px;
  margin-top: 20px;
}

.btn-custom.btn {
  text-align: left;
  padding: 0;
}

.btn-custom a::after {
  content: "\f061";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
}

.btn-custom a:hover {
  color: #E81C2E;
  background: #202C45;
  box-shadow: inset 200px 0 0 0 #202C45;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-size: inherit;
  margin-left: 0;
}


/**********************************/
/****** Loader & Back to Top ******/
/**********************************/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
  -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
  transition: opacity .3s ease-out, visibility 0s linear .3s;
  z-index: 999;
}

#loader.show {
  -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
  transition: opacity .6s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .loader {
  position: relative;
  width: 45px;
  height: 45px;
  border: 5px solid #dddddd;
  border-top: 5px solid #E81C2E;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.back-to-top {
  position: fixed;
  display: none;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: .5s;
  background: #E81C2E;
  border-radius: 44px;
  z-index: 9;
}

.back-to-top i {
  color: #ffffff;
  padding-top: 10px;
}

.back-to-top:hover {
  background: #202C45;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  height: 75px;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.top-bar .logo {
  text-align: left;
  overflow: hidden;
}

.top-bar .logo h1 {
  margin: -4px 0 0 0;
  color: #E81C2E;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: 1px;
  font-style: italic;
}

.top-bar .logo h1 span {
  color: #202C45;
}

.top-bar .logo img {
  max-width: 100%;
  max-height: 60px;
}

.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-bar-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202C45;
  border-radius: 40px;
}

.top-bar .top-bar-icon i {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}

.top-bar .top-bar-text {
  padding-left: 15px;
}

.top-bar .top-bar-text h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 600;
}

.top-bar .top-bar-text p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .top-bar .logo {
      text-align: center;
  }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/

.nav-bar.nav-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  z-index: 999;
  background-color: white;
}

.nav-bar .navbar {
  padding: 0;
  background: transparent !important;
  transition: .3s;
}

.nav-bar.nav-sticky .navbar {
  padding: 5px 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #000;
  padding: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #E81C2E;
}

.nav-bar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

.nav-bar .btn.btn-custom {
  color: #202C45;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #E81C2E;
}

.nav-bar .btn:hover {
  color: #ffffff;
  background: #E81C2E;
  box-shadow: inset 200px 0 0 0 #E81C2E;
}

/* @media (min-width: 992px) {
  .nav-bar .navbar-brand {
      display: none;
  }
} */

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.active {
      padding: 5px 0;
  }
  
  .nav-bar .dropdown-menu {
      box-shadow: none;
  }
  
  .nav-bar .btn {
      display: none;
  }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
  padding-top: 90px;
}

.carousel .container-fluid {
  padding: 0;
}

.carousel .carousel-item {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row-reverse;
}

.carousel .carousel-img {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  max-height: 600px;
  text-align: right;
  overflow: hidden;
  max-width: 65%;
}

.carousel .carousel-img::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.carousel .carousel-img img {
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}

.carousel .carousel-text {
  max-width: 35%;
  padding: 0 15px;
}

.carousel .carousel-text h3 {
  color: #E81C2E;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.carousel .carousel-text h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: 'Dancing Script', cursive;
}

.carousel .carousel-text p {
  max-width: 500px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 40px;
}

.carousel .btn.btn-custom {
  padding: 20px 45px 22px 45px;
  color: #ffffff;
}

.carousel .btn.btn-custom:hover {
  color: #E81C2E;
}

.carousel .owl-nav {
  position: absolute;
  width: 13%;
  height: 50px;
  top: calc(100% - 100px);
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50px;
  background: rgba(256, 256, 256, .2);
  font-size: 22px;
  transition: .5s;
}

.carousel .owl-nav .owl-prev {
  margin-left: 30px;
}

.carousel .owl-nav .owl-next {
  margin-right: 30px;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  background: #E81C2E;
}

.carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media (max-width: 991.98px) {
  .carousel .carousel-text h3 {
      margin-bottom: 5px;
  }
  
  .carousel .carousel-text h1 {
      font-size: 60px;
  }
  
  .carousel .carousel-text p {
      font-size: 16px;
  }
  
  .carousel .carousel-text .btn {
      padding: 12px 30px;
      font-size: 15px;
      letter-spacing: 0;
  }
}

@media (max-width: 767.98px) {
  .carousel .carousel-text h3 {
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 15px;
  }
  
  .carousel .carousel-text h1 {
      font-size: 45px;
  }
  
  .carousel .carousel-text .btn {
      padding: 10px 25px;
      font-size: 15px;
      letter-spacing: 0;
  }
}

@media (max-width: 575.98px) {
  .carousel .carousel-text h3 {
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 10px;
  }
  
  .carousel .carousel-text h1 {
      font-size: 30px;
      margin-bottom: 15px;
  }
  
  .carousel .carousel-text p {
      margin-bottom: 25px;
  }
  
  .carousel .carousel-text .btn {
      padding: 8px 20px;
      font-size: 14px;
      letter-spacing: 0;
  }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  margin-bottom: 45px;
  padding: 90px 0;
  text-align: center;
  background: #202C45;
  border-top: 1px dotted #ffffff;
}

.page-header h2 {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #ffffff;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #ffffff;
}

.page-header a:hover {
  color: #E81C2E;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #ffffff;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .page-header {
      padding: 60px 0;
  }
  
  .page-header h2 {
      font-size: 45px;
  }
  
  .page-header a {
      font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
      padding: 45px 0;
  }
  
  .page-header h2 {
      font-size: 35px;
  }
  
  .page-header a {
      font-size: 18px;
  }
}


/*******************************/
/******* Section Header ********/
/*******************************/

/* .section-header p {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #E81C2E;
}

.section-header p::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  left: 25%;
  bottom: 0;
  background: #E81C2E;
}

.section-header.text-left p::after {
  left: 0;
}

.section-header.text-right p::after {
  left: 50%;
} */

/* .section-header h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
} */

@media (max-width: 991.98px) {
  .section-header h2 {
      font-size: 45px;
  }
}

@media (max-width: 767.98px) {
  .section-header h2 {
      font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .section-header h2 {
      font-size: 35px;
  }
}

/*******************************/
/********** CEO CSS **********/
/*******************************/
.ceo-msg {
  position: relative;
  width: 100%;
  padding: 45px 0;
  background-color: #ffffff;
}

.ceo-msg .ceo-img img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.ceo-msg .ceo-msg-content {
  margin-bottom: 30px;
}

.ceo-msg .ceo-msg-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.ceo-msg .about-content ul li {
  margin-bottom: 5px;
}

.ceo-msg .about-content ul li i {
  margin-right: 8px;
  color: #E81C2E;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
  background: linear-gradient(to right, rgb(17, 153, 142), rgb(93 191 130));
}

.about .about-img img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
  max-height: 440px;
  object-fit: cover;
}

.about .about-content {
  margin-bottom: 30px;
}

.about .about-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.about-video-thumb {
  max-width: 420px;
  position: absolute;
  bottom: -20px;
  left: 40px;
}

.about-video-thumb video{
  max-width: 100%;
  height: auto;
}

.about-video-thumb img {
  width: 100%;
  border-radius: 4px;
}

.about-video-thumb i{
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 60px;
  opacity: .7;
}

.about .about-content ul li {
  margin-bottom: 5px;
}

.about .about-content ul li i {
  margin-right: 8px;
  color: #E81C2E;
}

/*******************************/
/********** Infrastructure CSS **********/
/*******************************/
.infrastructure {
  position: relative;
  width: 100%;
  padding: 45px 0 100px;
  background-color: #ffffff;
}

.infrastructure .about-img .image-infra {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
  max-height: 440px;
  object-fit: cover;
  filter: brightness(0.9);
}

.infrastructure .infra-content {
  margin-bottom: 30px;
  padding-right: 200px;
}

.infrastructure .about-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.infrastructure .about-img .image-infra:nth-child(1) {
    max-width: 360px;
    position: absolute;
    bottom: -80px;
    left: 200px;
    z-index: 1;
    box-shadow: 0 0 0 4px #8b8b8b;
}

.infrastructure .about-img .image-infra:nth-child(2) {
    max-width: 280px;
    height:100vh;
    max-height :320px;
  position: absolute;
  bottom: 80px;
  left: -100px;
  z-index:1;
}

.infra-thumb {
  max-width: 420px;
  position: absolute;
  bottom: -20px;
  left: 200px;
}

.infra-thumb img, .infra-thumb-vertical img {
  width: 100%;
  border-radius: 4px;
}

.infra-thumb-vertical img {
  height: 100vh;
  max-height: 260px;
  object-fit: cover;
}

.infra-thumb-vertical {
  max-width: 280px;
  position: absolute;
  bottom: 80px;
  left: -140px;
}

.infrastructure .about-content ul li {
  margin-bottom: 5px;
}

.infrastructure .about-content ul li i {
  margin-right: 8px;
  color: #E81C2E;
}


/*******************************/
/********** Product CSS **********/
/*******************************/

.products .field--name-field-main-title {
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 400;
}

.products .field--name-field-main-title::before, .products .field--name-field-main-title::after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #dedc06;
  margin: 18px 20px 0;
}

.products .field--name-field-main-sub-title {
  font-weight: 400;
  max-width: 80%;
  font-size: 1.55rem;
  margin: auto;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

.products {
  position: relative;
  width: 100%;
  padding: 45px 0;
  background: linear-gradient(to right, rgb(211 131 90), rgb(255, 94, 98));
}

.products .products-img img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
  max-height: 440px;
  object-fit: cover;
  filter: brightness(0.2);
}

.products .products-content {
  margin-bottom: 30px;
}

.products .products-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.products-video-thumb {
  max-width: 420px;
  position: absolute;
  bottom: -20px;
  left: 40px;
}

.products-video-thumb img {
  width: 100%;
  border-radius: 4px;
}

.products-video-thumb i{
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 60px;
  opacity: .7;
}

.products .about-content ul li {
  margin-bottom: 5px;
}

.products .about-content ul li i {
  margin-right: 8px;
  color: #E81C2E;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 45px 0 0 0;
}

.service .service-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}

.service .service-item i {
  color: #202C45;
  font-size: 75px;
  line-height: 75px;
  margin-bottom: 20px;
}

.service .service-item [class^="flaticon-"]::before {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#E81C2E, #202C45);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: .5s;
}

.service .service-item h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.service .service-item p {
  margin: 0;
}


/*******************************/
/********** Facts CSS **********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  background: #484848;
}

.facts .facts-text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  padding-top: 20px;
  background: #f5f5f5;
}

.footer .footer-link {
  display: flex;
  justify-content: flex-end;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  transition: .3s;
  padding: 0 10px;
}

.footer .footer-link a:hover {
  color: #E81C2E;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-newsletter label {
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer .footer-newsletter .btn.btn-custom {
  width: 100%;
  color: #202C45;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #E81C2E;
}

.footer .footer-newsletter .btn:hover {
  color: #ffffff;
  background: #E81C2E;
  box-shadow: inset 200px 0 0 0 #E81C2E;
}

.footer .copyright {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 45px;
}

.footer .copyright p {
  margin: 0;
  color: #ffffff;
}

.footer .copyright p a {
  color: #E81C2E;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}


section.vision-mission {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, rgb(248 255 148), rgb(255 213 94));
}

.units {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background-color: #eed641;
}

.units .container {
  background: #fff;
  padding: 20px;
}

.nav-tabs {
  justify-content: center;
  padding-bottom: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #020202;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: #efefef;
  margin: 2px;
}


.form-wrapper textarea{
  width: 100%;
  min-height: 120px;
  padding: 20px;
  border: 1px solid #ced4da;
}

.form-control, textarea {
  border: 0px solid #ced4da;
  background-color: #ebebeb;
}

.nav-pills .nav-link {
  border-radius: 0;
  border-bottom: dotted 1px;
  padding: 15px 0;
}

.location-map {
  background: #f7db6a;
  padding: 20px;
}

.location-map .container {
  background: #fff;
  padding: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #28a844;
  background-color: transparent;
}

.location-map h6 {
  font-weight: 600;
}

header:not(.nav-sticky) {
  padding: 10px; }
  header:not(.nav-sticky) .brnad-name {
    text-align: left;
    font-size: .5em;
    color: #fff;
    padding-left: 10px;
    margin-top: 5px;
    letter-spacing: .09em;
    text-transform: uppercase;
    font-weight: 100;
    padding-top: 10px; }
    @media only screen and (min-width: 768px) {
      header:not(.nav-sticky) .brnad-name {
        font-size: 1.2em; } }
    /* header:not(.nav-sticky) .brnad-name a {
      color: #fff;
      text-decoration: none; }
  header:not(.nav-sticky) .navbar-nav .nav-link {
    color: #fff;
    padding-right: .8rem;
    padding-left: .58em; }
  header:not(.nav-sticky) .menu-item {
    background: white; } */

.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .brand-logo img {
    margin: auto;
    max-width: 40px;
    height: auto;
    display: block;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .brand-logo img {
        max-width: 70px; } }

@media (min-width: 768px) {
  .mobile-nav-wrap {
    /* display: none; */ } }

.mobile-header-nav {
  background-color: #222222;
  display: none;
  list-style: none;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  padding: 110px 45px; }
  .mobile-header-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .mobile-header-nav li a {
      color: white;
      display: block;
      padding: 15px 0;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .mobile-header-nav li a:hover {
        background-color: #2f2f2f; }

.hamburger-menu {
  display: inline-block;
  padding: 10px 25px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 9999; }
  .hamburger-menu:hover {
    cursor: pointer; }
  .hamburger-menu .menu-item {
    display: block;
    height: 1px;
    margin: 0 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    background: #333; }
  .hamburger-menu.open .menu-item {
    margin: 0 0 5px; }
    .hamburger-menu.open .menu-item:first-child {
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg);
      -webkit-transform-origin: 14px;
      -ms-transform-origin: 14px;
      transform-origin: 14px; }
    .hamburger-menu.open .menu-item:nth-child(2) {
      opacity: 0; }
    .hamburger-menu.open .menu-item:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 8px;
      -ms-transform-origin: 8px;
      transform-origin: 8px; }

.page-node-type-landing-page .hero-block-wrapper .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.page-node-type-landing-page .hero-block-wrapper .content-on-hero {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
  .page-node-type-landing-page .hero-block-wrapper .content-on-hero .description {
    max-width: 480px;
    margin: auto;
    font-size: 20px;
    letter-spacing: .1em; }
  .page-node-type-landing-page .hero-block-wrapper .content-on-hero .enquire {
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid;
    letter-spacing: 1px; }

.node-layout-builder-form .hero-block-wrapper {
  height: auto !important;
  max-height: 100% !important;
  overflow: auto !important; }

.page-node-type-landing-page .block-webform-block {
  position: relative; }
  .page-node-type-landing-page .block-webform-block h2, .page-node-type-landing-page .block-webform-block #edit-heading {
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #441c21;
    text-align: center; }
  .page-node-type-landing-page .block-webform-block .inquiry-form {
    max-width: 900px;
    margin: auto;
    padding-bottom: 115px;
    position: relative; }
    @media only screen and (max-width: 640px) {
      .page-node-type-landing-page .block-webform-block .inquiry-form {
        margin-bottom: 30px; } }
  .page-node-type-landing-page .block-webform-block .form-actions {
    width: 98%;
    text-align: center;
    margin: -100px auto auto; }
    @media only screen and (max-width: 640px) {
      .page-node-type-landing-page .block-webform-block .form-actions {
        width: 90%;
        margin: -115px auto auto;
        padding: 0px 10px; } }
    .page-node-type-landing-page .block-webform-block .form-actions .form-submit {
      width: 100%;
      border: 0px;
      background: transparent;
      border-top: solid 1px #817176;
      border-bottom: solid 1px #817176;
      padding: 25px;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 400;
      color: #462830;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .page-node-type-landing-page .block-webform-block .form-actions .form-submit:hover {
        background: #462830 !important;
        color: #f5f5f5 !important; }
  .page-node-type-landing-page .block-webform-block #edit-terms-condition {
    font-size: 11px;
    color: #7b7b7b;
    font-weight: 400;
    width: 98%;
    letter-spacing: 1px;
    text-align: center;
    margin: 100px auto auto; }
    @media only screen and (max-width: 640px) {
      .page-node-type-landing-page .block-webform-block #edit-terms-condition {
        margin-top: 130px;
        width: 90%; } }
    .page-node-type-landing-page .block-webform-block #edit-terms-condition .terms-click {
      cursor: pointer;
      border-bottom: 1px solid; }
      .page-node-type-landing-page .block-webform-block #edit-terms-condition .terms-click:hover {
        color: #462830; }
  .page-node-type-landing-page .block-webform-block .form-select {
    background: url(../images/downarrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 11px;
    height: 50px !important;
    width: 48% !important; }
  .page-node-type-landing-page .block-webform-block .personal-detail, .page-node-type-landing-page .block-webform-block .business-detail {
    border: 0px;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      .page-node-type-landing-page .block-webform-block .personal-detail, .page-node-type-landing-page .block-webform-block .business-detail {
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        max-width: 90%;
        margin: auto; } }
    @media only screen and (min-width: 768px) {
      .page-node-type-landing-page .block-webform-block .personal-detail, .page-node-type-landing-page .block-webform-block .business-detail {
        width: 47.5%;
        display: inline-block;
        margin: 0px;
        margin-bottom: 20px; } }
    .page-node-type-landing-page .block-webform-block .personal-detail .form-item, .page-node-type-landing-page .block-webform-block .business-detail .form-item {
      margin-top: 0em;
      margin-bottom: 0em; }
  .page-node-type-landing-page .block-webform-block #edit-heading {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    margin: 0; }
    .page-node-type-landing-page .block-webform-block #edit-heading p {
      font-weight: 400; }

.page-node-type-landing-page #edit-close-button, .page-node-type-landing-page .term-close, .page-node-type-landing-page .ui-dialog-titlebar-close {
  position: absolute;
  right: -20%;
  top: 50%;
  background: url("../images/close-icon.png") no-repeat !important;
  background-size: 100% !important;
  font-size: 0px;
  cursor: pointer;
  width: 25px !important;
  height: 25px !important;
  outline: none; }
  @media only screen and (min-width: 768px) {
    .page-node-type-landing-page #edit-close-button, .page-node-type-landing-page .term-close, .page-node-type-landing-page .ui-dialog-titlebar-close {
      width: 40px !important;
      height: 40px !important; } }
  @media only screen and (max-width: 1024px) {
    .page-node-type-landing-page #edit-close-button, .page-node-type-landing-page .term-close, .page-node-type-landing-page .ui-dialog-titlebar-close {
      right: 5px;
      top: 5px;
      width: 30px;
      height: 30px; } }

@media only screen and (max-width: 640px) {
  .page-node-type-landing-page .term-close {
    top: -50px !important;
    right: 7px !important; } }

.page-node-type-landing-page .block-webform {
  width: 100%;
  background-color: #eaeaea;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.openform .block-webform {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: scroll; }
  @media only screen and (min-width: 768px) {
    .openform .block-webform {
      top: 165px; } }
  .openform .block-webform .inquiry-form {
    background-image: url(../images/logo-related-tan.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 0px) calc(97% - 30px);
    background-size: 90px; }

@supports (-webkit-overflow-scrolling: touch) {
  .page-node-type-landing-page .block-webform {
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%); }
  .block-webform-block #edit-terms-condition {
    bottom: 40px; }
  .openform .block-webform {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }
    .openform .block-webform .inquiry-form {
      padding-bottom: 135px; }
      @media only screen and (max-width: 640px) {
        .openform .block-webform .inquiry-form {
          margin-bottom: 120px; } }
  .terms-and-condition {
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%); }
  .openterm .terms-and-condition {
    -webkit-transform: translate(0px, -200%) !important;
    -ms-transform: translate(0px, -200%) !important;
    transform: translate(0px, -200%) !important; } }

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */
  .page-node-type-landing-page .block-webform {
    bottom: -120%;
    position: absolute;
    top: 120%; }
  .openform .block-webform {
    bottom: 0px;
    top: 0px; }
    @media only screen and (max-width: 640px) {
      .openform .block-webform {
        top: 85px; } }
  .page-node-type-landing-page .terms-and-condition {
    bottom: -120%;
    position: absolute;
    top: 120%; }
  .page-node-type-landing-page.openterm .terms-and-condition {
    bottom: 0px;
    top: 0px; }
    @media only screen and (max-width: 640px) {
      .page-node-type-landing-page.openterm .terms-and-condition {
        top: 85px; } }
  .user-logged-in.page-node-type-landing-page .block-webform, .user-logged-in.page-node-type-landing-page .terms-and-condition {
    position: relative !important;
    width: auto; } }

.page-node-type-landing-page .thankyou-close {
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.page-node-type-landing-page .webform-confirmation-modal {
  width: 100% !important;
  left: 0 !important; }

.page-node-type-landing-page .terms-and-condition {
  background: #fff;
  width: 100%;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }
  .page-node-type-landing-page .terms-and-condition h2, .page-node-type-landing-page .terms-and-condition .block-webform-block #edit-heading, .page-node-type-landing-page .block-webform-block .terms-and-condition #edit-heading {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 60px;
    margin-top: 0px; }
  .page-node-type-landing-page .terms-and-condition .term-wrapper {
    width: 100%;
    position: relative;
    max-width: 900px;
    margin: auto;
    padding-top: 10px;
    line-height: 1.6em;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 100;
    height: 100%; }
    .page-node-type-landing-page .terms-and-condition .term-wrapper .term-content {
      overflow: scroll;
      max-height: 80%;
      padding: 10px 40px; 
    }

.page-node-type-landing-page.openterm .terms-and-condition {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.page-node-type-landing-page .ui-dialog-titlebar-close {
  outline: none; }
  .page-node-type-landing-page .ui-dialog-titlebar-close .ui-icon {
    display: none; }

.path-frontpage .ui-widget-content {
  color: #644f55;
  font-size: 13px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 640px) {
    .path-frontpage .ui-widget-content {
      max-height: 80px !important; } }

.path-frontpage .ui-dialog .ui-dialog-titlebar {
  position: absolute;
  right: 30px;
  background: transparent;
  border: 0px; }
  @media only screen and (max-width: 640px) {
    .path-frontpage .ui-dialog .ui-dialog-titlebar {
      right: 4% !important;
      top: 10px !important; } }

.form-text, .form-email, .form-tel {
  border: 0px;
  border-radius: 0px;
  border-bottom: solid 1px #817176;
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
  padding: 10px 0px 0px;
  outline: none;
  color: #462830;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  margin-bottom: 10px; }
  .form-text::-webkit-input-placeholder, .form-email::-webkit-input-placeholder, .form-tel::-webkit-input-placeholder {
    color: #969494;
    opacity: 1; }
  .form-text::-moz-placeholder, .form-email::-moz-placeholder, .form-tel::-moz-placeholder {
    color: #969494;
    opacity: 1; }
  .form-text:-ms-input-placeholder, .form-email:-ms-input-placeholder, .form-tel:-ms-input-placeholder {
    color: #969494;
    opacity: 1; }
  .form-text::-ms-input-placeholder, .form-email::-ms-input-placeholder, .form-tel::-ms-input-placeholder {
    color: #969494;
    opacity: 1; }
  .form-text::placeholder, .form-email::placeholder, .form-tel::placeholder {
    color: #969494;
    opacity: 1; }
  .form-text:focus, .form-email:focus, .form-tel:focus {
    background: transparent; }

input:focus,
input:-webkit-autofill:focus {
  background: none;
  color: #462830; }

input:-internal-autofill-selected {
  background-color: transparent;
  color: #462830; }

.select2-container {
  margin-bottom: 10px;
  background: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-size: 11px;}

.select2-dropdown {
  background-color: #eaeaea;
  color: #636363;
  -webkit-box-shadow: 0px 0px 30px #5d5d5d;
  box-shadow: 0px 0px 30px #5d5d5d;
  border: 0px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #613e47; }

.select2-results__option {
  padding: 15px;
  border-bottom: solid 1px #b3b3b3; }

.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0px solid #aaa;
  border-radius: 0px;
  border-bottom: solid 1px #817176; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-top: 15px;
  padding-left: 0px;
  color: #462830; }

.select2-container .select2-selection--single {
  outline: none;
  height: 51px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none; }

@media only screen and (min-width: 768px) {
  .layout--onecol .layout__region {
    width: 100%;
    position: relative; }
  .hero-block-wrapper {
    position: relative; } }

.user-logged-in.page-node-type-landing-page .block-webform-block .inquiry-form, .user-logged-in.page-node-type-landing-page .terms-and-condition .term-wrapper {
  max-width: 100%; }

.user-logged-in .hero-block-wrapper .content-on-hero {
  position: static;
  color: #333; }

html, body {
  position: relative;
  background: #e9e9ea; }

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1336px; } }

.dot-bg {
  background-image: url(../../images/dotbg.png);
  background-color: #ffffff;
  background-size: 12px; }

.section-space {
  padding: 60px 0 100px; }

.section-header {
  margin-bottom: 40px;
  width: 100%;
  text-align: center; }

.section__title {
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-weight: 400; }
  .section__title::before, .section__title::after {
    display: block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #dedc06;
    margin: 18px 20px 0; }

.section__sub-title {
  font-weight: 400;
  max-width: 80%;
  font-size: 1.55rem;
  margin: 20px auto 30px; 
}

.section.ceo-msg, .section.infrastructure {
  background-image: url(../../images/dotbg.png);
  background-size: 12px; }
  .section.ceo-msg .section__title, .section.infrastructure .section__title {
    color: #e9378e; }

.color-reverse {
  color: #ffffff !important; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative; }

.swiper-container {
  width: 100%;
  position: relative;
  max-width: 90%;
  height: 100%;
  margin:auto;
  max-height: 620px;
  border-radius: 10px; }

.slider-image-wrapper {
  max-height: 500px;
  width: 100%;
  overflow: hidden;
  max-width: 55%;
}

.slider-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab; }
  .slider-item-content {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    max-width: 45%;
  }
    .slider-item-content h1 {
      background: #fff;
    padding: 15px 25px;
    margin-left: 10px;
    margin-right: auto;
    font-weight: 700;
    box-shadow: -10px 10px 0px #000;
    margin-bottom: 30px;
    color: #000000;
    font-size: 30px;
    }
    .slider-item-content > * {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }

.swiper-slide-active .slider-item-content > * {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.swiper-pagination {
  position: absolute;
  left: 60%;
    bottom: 0px;
  -webkit-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 1;
  width: auto !important; }

.swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  background: rgb(255 255 255 / 30%);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.section.about .container, .section.infrastructure .container {
    max-width : 90%;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  width: 20px;
  border-radius: 10px; }

.slider-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding-top: 8px; }

.swiper-button-next,
.swiper-button-prev {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  position: relative;
  margin-left: 4px; }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .swiper-button-next:hover:before,
  .swiper-button-prev:hover:before {
    width: 100%; }

.socials {
  position: fixed;
  top: 12px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .socials .social-link {
    display: inline-block;
    margin-left: 8px;
    color: #fff; }

@media screen and (max-width: 520px) {
  .swiper-button-next:hover:before,
  .swiper-button-prev:hover:before {
    display: none; } }

.overview-content--text {
  margin-top: 40px;
  border-left: solid 3px #000;
  display: inline-block;
  padding-left: 20px; }
  .overview-content--text p {
    width: 50%;
    float: left;
    padding-right: 30px; }

.overview-content--cta-more {
  padding-top: 30px; }

.vision-key-sections .title {
  font-size: 35px;
  font-weight: 500; }
  .vision-key-sections .title span {
    font-size: 65px;
    font-weight: 600;
    background: #000;
    color: #fff;
    margin-right: 8px;
    width: 85px;
    display: inline-block;
    text-align: center; }

.vision-key-sections .quick-note {
  padding-left: 86px; }

.key-focus--icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff8de;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 55px; }

.key-focus--icon img{
    max-width : 75%;
}

.key-focus--label {
  font-size: 20px;
  font-weight: 600; }

.certifications {
  position: relative;
  padding: 230px 0px;
  background-color: #ffffff; }
  .certifications--conttent {
    position: relative;
    z-index: 1;
    margin-bottom: 100px; }
  .certifications--icon {
    margin: auto; }
    .certifications--icon img {
      width: 100%;
      max-width: 160px; }
  .certifications::before {
    content: "";
    position: absolute;
    background-image: url(../../images/certificate-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 0;
    width: 90%;
    height: 50%;
    left: 0; }
  .certifications::after {
    content: "";
    position: absolute;
    background-image: url(../../images/certificate-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    width: 90%;
    height: 50%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0; }

.management-team {
  background-color: #333333; }
  .management-team .team_profile {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 0 30px;
    margin-top: 100px; }
    .management-team .team_profile__picture {
      border-radius: 50%;
      width: 100%;
      overflow: hidden;
      max-width: 220px;
      max-height: 220px;
      margin: auto;
      background: #fff;
      position: relative;
      top: -60px;
      margin-bottom: -50px; }
    .management-team .team_profile__title {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 10px auto;
      max-width: 180px; }
    .management-team .team_profile__sub-title {
      font-size: 16px; }

.product_section {
  margin-bottom: 40px; }
  .product_section__content {
    padding: 50px 24px; 
          background: #f5f5f5;
  }
    .product_section__content h2, .product_section__content .page-node-type-landing-page .block-webform-block #edit-heading, .page-node-type-landing-page .block-webform-block .product_section__content #edit-heading {
      text-transform: uppercase;
      font-weight: 600; }
    .product_section__content h4 {
      color: #333333;
      font-weight: 100;
      margin-bottom: 30px; }
  .product_section__picture img {
    width: 100%; }

/*******************************/
/********** Infrastructure CSS **********/
/*******************************/
.outlets {
  position: relative;
  width: 100%;
  padding: 45px 0 30px;
  background-color: #ffffff; }
  .outlets .about-img {
    max-width: 100%;
    margin-left: 40px; }
    .outlets .about-img img {
      width: 100%;
      border-radius: 5px;
      margin-bottom: 30px;
      max-height: 440px;
      -o-object-fit: cover;
      object-fit: cover;}
  .outlets .infra-content {
    margin-bottom: 30px;
    padding-right: 20px; }
  .outlets .about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px; }
  .outlets .infra-thumb {
    max-width: 350px;
    position: absolute;
    bottom: -180px;
    left: 315px; }
  .outlets .infra-thumb-vertical-two {
    max-width: 280px;
    position: absolute;
    bottom: -130px;
    left: 0; }
  .outlets .infra-thumb img,
  .outlets .infra-thumb-vertical img,
  .outlets .infra-thumb-vertical-two img {
    width: 100%;
    border-radius: 4px; }
  .outlets .infra-thumb-vertical img {
    height: 100vh;
    max-height: 260px;
    -o-object-fit: cover;
    object-fit: cover; }
  .outlets .infra-thumb-vertical-two img {
    height: 100vh;
    max-height: 260px;
    -o-object-fit: cover;
    object-fit: cover; }
  .outlets .infra-thumb-vertical {
    max-width: 280px;
    position: absolute;
    bottom: 150px;
    left: -140px; }
  .outlets .infrastructure .about-content ul li {
    margin-bottom: 5px; }
  .outlets .infrastructure .about-content ul li i {
    margin-right: 8px;
    color: #E81C2E; }

#block-cortlandnyc-help, #block-cortlandnyc-local-tasks {
  padding: 1.5em 1.5em 0.5em;
  background-color: #fff;
  margin: 0; }

.node-layout-builder-form .field--name-moderation-state, .node-layout-builder-form #edit-actions {
  padding: 1.5em 1.5em 0.5em;
  background-color: #fff;
  margin: 0; }
  .node-layout-builder-form .field--name-moderation-state > input, .node-layout-builder-form #edit-actions > input {
    padding: 10px 20px;
    background: #003cc5;
    color: white;
    border-radius: 3px;
    margin-right: 0px; }

.ui-dialog-off-canvas #drupal-off-canvas .ui-autocomplete li a {
  color: #ffffff !important; }

.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in #block-cortlandnyc-help, .toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in #block-cortlandnyc-local-tasks {
  padding: 1.5em 1.5em 0.5em;
  background-color: #dedede;
  margin: 0; }

.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in ul.tabs li a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
  background: #462830;
  padding: 10px 20px;
  color: #fff; }

.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in ul.tabs a.is-active {
  background-color: #d88202; }

.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in #block-cortlandnyc-help, .toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in #block-cortlandnyc-local-tasks {
  font-size: 13px;
  padding: 10px 24px; }

.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in .node-layout-builder-form .field--name-moderation-state {
  padding: 0.5em 1.5em 0.5em;
  background-color: #dedede;
  margin: 0; }
  .toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in .node-layout-builder-form .field--name-moderation-state .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in .node-layout-builder-form .field--name-moderation-state .form-wrapper .form-item {
      background: #fff;
      padding: 10px;
      margin-right: 10px; }
    .toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in .node-layout-builder-form .field--name-moderation-state .form-wrapper transitionset {
      background: #fff;
      padding: 10px; }

.inner-banner-cont {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row-reverse;
}

.block-system-powered-by-block span{
    display :none;
}


.region-footer-fifth {
    display: flex;
    justify-content: space-between;
    width: 100%;
        align-items: center;
    padding-right: 20px;
    font-size: 12px;
    padding: 12px;
}

.site-footer {
    background: #dddddd !important;
}

.product-list-wrapper:nth-child(even) {
        flex-flow: row-reverse;
}

