@font-face {
  font-family: 'NotoSerif-Bold';
  src: url('../font/NotoSerif-Bold.eot');
  src: url('../font/NotoSerif-Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/NotoSerif-Bold.svg#NotoSerif-Bold') format('svg'),
       url('../font/NotoSerif-Bold.ttf') format('truetype'),
       url('../font/NotoSerif-Bold.woff') format('woff'),
       url('../font/NotoSerif-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #173E48;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Poppins', sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #173E48;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FD9E29;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: auto;
  background: #fff;
  z-index: 997;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 9px 0;
}

.header-cnt.fixed-top {
  position: relative;
}

.fixed-top {
  position: fixed;
}

.scrolled-offset {
  margin-top: 0;
}

.header-right-cnt {
  display: flex;
  align-items: center;
}

.header-right-cnt .book {
  background: #FFFFFF;
  border: 1px solid #2C606E;
  padding: 11px 18px;
  margin-right: 42px;
}

.header-right-cnt .book a {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #2C606E;
  padding: 2px 0 2px 31px;
  background: url(../../assets/img/book.png) 0 50% no-repeat;
  background-size: 22px;
}

.header-right-cnt .book:hover {
  background: #FFFFFF;
  border: 1px solid #FD9E29;
}

.header-right-cnt .book:hover a {
  color: #FD9E29; 
}

.call-section-mobile {
  display: none;
}

.header-right-cnt .call-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 9;
  padding-left: 84px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.header-right-cnt .call-section:after {
  background: url(../../assets/img/header_call_icon.png) 0 0 no-repeat;
  position: absolute;
  top: -11px;
  left: -18px;
  margin: 0;
  width: 84px;
  height: 84px;
  background-size: 84px 84px;
  content: "";
  background-position: center;
}

.header-right-cnt .call-section:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../assets/img/bg.png) 0 0 no-repeat;
  width: 100%;
  height: 100%;
  width: calc(100% * 100);
  height: 109px;
  top: -23px;
}


.header-right-cnt .call-section span {
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 8px 0;
  position: relative;
  z-index: 9;
}

.header-right-cnt .call-section a {
  font-weight: 800;
  font-size: 38px;
  line-height: 36px;
  text-transform: uppercase;
  color: #FD9E29;
  font-family: 'NotoSerif-Bold';
  position: relative;
  z-index: 9;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.navbar li {
  position: relative;
  padding: 16px 0;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.navbar li.dropdown:hover a i {
  color: #FD9E29;
}

.navbar li.dropdown ul li.dropdown a i {
  color: #2C606E;
}

.navbar li.dropdown ul li.dropdown:hover a i {
  color: #FD9E29;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #2C606E;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  color: #2C606E;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FD9E29;
}

.navbar li.active {
  border-bottom: 2px solid #FD9E29;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  width: auto;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  padding: 0;
  width: auto;
  display: block;
  box-sizing: border-box;
}

.navbar .dropdown ul a {
  padding: 13px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FD9E29;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0 !important;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  width: 350px;
  text-align: left;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #428bca;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: calc(100vh - 159px);
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #000;
  position: relative;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 159px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

#hero .carousel-content .bg {
  width: 700px;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px 35px;
}

@media (max-width: 992px) {
  #hero,
  #hero .carousel-item {
    height: calc(100vh);
  }
  #hero .carousel-content.container {
    padding: 0 20px;
  }
}

#hero h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-transform: capitalize;
  color: #173E48;
  font-family: 'Playfair Display', serif;
  margin: 0 0 20px 0;
  padding: 0;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  font-size: 18px;
  line-height: 30px;
  color: #626262;
  margin: 0 0 40px 0;
  padding: 0;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: 'Poppins', sans-serif;
  width: 240px;
  height: 60px;
  line-height: 60px;
  background: #FD9E29;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
}

#hero .btn-get-started:hover {
  background: #173E48;
}

.carousel-indicators {
  display: none;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {
  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 0 0 120px;
  overflow: hidden;
}

.section-title {
  text-align: left;
  padding-bottom: 0;
}

.section-title h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 82px 0;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  text-align: center;
  color: #173E48;
  font-family: 'Playfair Display', serif;
  position: relative;
}

.section-title h2:before {
  width: 72px;
  height: 4px;
  left: 50%;
  margin-left: -36px;
  bottom: -25px;
  background: #FD9E29;
  content: "";
  position: absolute;
}

.section-title h4 {
  font-size: 30px;
  line-height: 42px;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 700;
  color: #173E48;
  font-family: 'Playfair Display', serif;
}

.section-title h4 span {
  color: #FD9E29;
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about {
  padding-top: 120px;
  padding-bottom: 0;
}

.about-content .section-title h2 {
  font-size: 72px;
  line-height: 72px;
  margin: 0 0 30px 0;
  text-transform: inherit;
  padding: 0;
  font-weight: 700;
  text-align: left;
  color: #173E48;
  font-family: 'Playfair Display', serif;
}

.about-content .section-title h2:before {
  display: none;
}

.about .section-title p {
  margin: 0 0 30px 0;
  font-size: 18px;
  text-align: justify;
  color: #626262;
  font-weight: 400;
}

.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/

.portfolio {
  padding: 120px 0 143px;
}

.portfolio .button {
  text-align: center;
  margin: 30px auto 0;
}

.portfolio .button a {
  width: 214px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  background: #FD9E29;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.portfolio .button a:hover {
  background: #173E48;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(23, 62, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #FD9E29;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #FD9E29;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #428bca;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #428bca;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/

.team {
  background: #fff;
  padding: 0 0 120px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  background: #fff;
  padding: 23px;
  position: relative;
}

.team .member .member-info .day {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 23px;
  top: -60px;
  background: #FD9E29;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.team .member .member-info .day .date {
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 600;
  font-style: normal;
}

.team .member .member-info .day .month {
  font-size: 14px;
  line-height: 12px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
}

.team .member {
  cursor: pointer;
}

.team .member:hover {
  box-shadow: 10px 48px 50px rgba(98, 98, 98, 0.12);
}

.team .member h4 {
  font-weight: 700;
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  color: #173E48;
  position: relative;
  font-family: 'Playfair Display', serif;
  text-align: left;
}

.team .member p {
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #626262;
  text-align: left;
  margin: 0;
  padding: 0;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #428bca;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #629fd3;
}

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

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

#footer {
  background: #fff;
  padding: 0 0 24px 0;
  font-size: 18px;
  line-height: 20px;
  color: #626262;
}

#footer span {
  color: #FD9E29;
  font-weight: 600;
}

#footer .footer-top {
  background: #fff;
  border-top: 1px solid #E5E5E5;
  padding: 66px 0 72px 0;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 18px;
  line-height: 28px;
  color: #626262;
  margin: 30px 0 36px;
  padding: 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

#footer .footer-top .social-links {
  display: flex;
  align-items: center;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: flex;
  background: #2C606E;
  color: #fff;
  line-height: 48px;
  margin-right: 6px;
  border-radius: 50%;
  text-align: center;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
}

#footer .footer-top .social-links a .bx:before {
  font-size: 26px;
}

#footer .footer-top .social-links a:hover {
  background: #FD9E29;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  color: #2C606E;
  position: relative;
  margin: 0 0 36px 0;
  padding: 0;
  font-family: 'Playfair Display', serif
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 54px;
  color: #626262;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li.call {
  background: url(../../assets/img/phone_icon.svg) 0 50% no-repeat;
  padding-left: 37px;
}

#footer .footer-top .footer-links ul li.email {
  background: url(../../assets/img/email_icon.svg) 0 50% no-repeat;
  padding-left: 37px;
}

#footer .footer-top .footer-links ul li.address {
  background: url(../../assets/img/address_icon.svg) 0 5px no-repeat;
  padding-left: 37px;
  line-height: 30px;
  margin-top: 15px;
}

#footer .footer-top .footer-links ul a {
  color: #626262;
  transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
  color: #FD9E29;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #E5E5E5;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}


/*Question*/

.question {
  position: relative;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 18px 50px 18px 16px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  color: #2C606E;
  font-family: 'Playfair Display', serif;
}


/*Answer*/

.answers {
  padding: 0px 15px;
  margin: 0;
  width: 100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked~.answers {
  height: auto;
  opacity: 1;
  padding: 15px 15px 30px;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
  color: #2C606E;
  font-family: 'Playfair Display', serif;
}

.que {
  position: relative;
}


/*FAQ Toggle*/

.plus {
  position: absolute;
  margin-left: 0;
  right: 12px;
  top: 12px;
  z-index: 5;
  font-size: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../assets/img/arrow.png) 50% 50% no-repeat;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 100%;
}

.questions:checked~.plus {
  position: absolute;
  margin-left: 0;
  right: 12px;
  top: 12px;
  z-index: 5;
  font-size: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../assets/img/arrow_up.png) 50% 50% no-repeat;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 100%;
}

.questions {
  display: none;
}

.sign-up {
  background: rgba(253, 158, 41, 0.08);
  padding: 72px 0 100px;
  margin: 0 0 120px 0;
}

.sign-up-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  align-items: center;
}

.sign-up-block h2 {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  color: #173E48;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 0;
}

.sign-up-block h2:before {
  width: 72px;
  height: 4px;
  left: 0;
  bottom: -25px;
  background: #FD9E29;
  content: "";
  position: absolute;
}

.sign-up-block form {
  position: relative;
}

.sign-up-block form .input-box {
  background: #fff url(../../assets/img/envelope_icon.png) 24px 50% no-repeat;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  padding: 0 230px 0 76px;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  color: #616161;
  font-weight: 400;
}

.sign-up-block form .button {
  width: 205px;
  height: 66px;
  background: #FD9E29;
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  color: #FFFFFF;
}

.sign-up-block form .button:hover {
  background: #2C606E;
}

.customer {
  background: rgba(253, 158, 41, 0.08);
  padding: 90px 0 63px;
  margin: 0 0 120px 0;
}

.gtco-testimonials {
  position: relative;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.gtco-testimonials h2 {
  font-size: 18px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #2C606E;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  margin: 36px 0 0;
  padding: 0;
}

.gtco-testimonials .owl-nav {
  display: block;
}

.gtco-testimonials .owl-nav .owl-prev {
  position: absolute;
  left: -49px;
  top: 50%;
  margin-top: -48px;
  content: "";
  background: #fff url(../../assets/img/customer/arrow-right.png) 50% 50% no-repeat !important;
  border: 1px solid #2C606E !important;
  box-sizing: border-box;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.gtco-testimonials .owl-nav .owl-prev:hover {
  background: #FD9E29 url(../../assets/img/customer/arrow-right_white.png) 50% 50% no-repeat !important;
  border: 1px solid #FD9E29 !important;
}

.gtco-testimonials .owl-nav .owl-prev span {
  display: none;
}

.gtco-testimonials .owl-nav .owl-next {
  position: absolute;
  right: -49px;
  top: 50%;
  margin-top: -48px;
  content: "";
  background: #fff url(../../assets/img/customer/arrow-right.png) 50% 50% no-repeat !important;
  border: 1px solid #2C606E !important;
  box-sizing: border-box;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
}

.gtco-testimonials .owl-nav .owl-next:hover {
  background: #FD9E29 url(../../assets/img/customer/arrow-right_white.png) 50% 50% no-repeat !important;
  border: 1px solid #FD9E29 !important;
}

.gtco-testimonials .owl-nav .owl-next span {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 0);
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 12px;
  width: 12px;
  background: #626262;
  border-radius: 100px;
  display: block;
  margin: 0 9px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #FD9E29;
  box-shadow: none;
  height: 20px;
  width: 20px;
}

.gtco-testimonials .card {
  margin: 0 15px 85px;
  padding: 36px 30px 48px;
  background: #FFFFFF;
  border-radius: 18px;
  border: 0;
  display: block;
}

.gtco-testimonials .card img {
  width: auto;
  margin: 0 auto;
}

.gtco-testimonials .card .rating {
  margin: 18px auto;
}

.gtco-testimonials .card .card-body {
  padding: 0;
}

.gtco-testimonials .owl-item.active.center .card {
  box-shadow: 10px 48px 50px rgba(98, 98, 98, 0.12);
  display: block;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  width: 72px;
  height: 72px;
}

.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 21px;
  line-height: 1.3;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #626262;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.gtco-testimonials .active {
  opacity: 1;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}

.shutters {
  overflow: inherit;
  padding: 0 0 143px;
}

.shutters .full-block {
  background: #2C606E;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  position: relative;
}

.shutters .full-block .left {
  padding: 72px;
}

.shutters .full-block .left h2 {
  font-size: 60px;
  line-height: 68px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  margin: 0 0 30px 0;
  padding: 0;
}

.shutters .full-block .left p {
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 300;
  margin: 0 0 48px 0;
  padding: 0;
}

.shutters .full-block .left a {
  width: 240px;
  height: 60px;
  background: #FD9E29;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.shutters .full-block .right {
  position: absolute;
  top: -49px;
  right: 72px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  margin: 0 0 36px 0;
}

.form-row.full {
  display: block;
}

.form-row .form-group {
  padding: 15px 0 0;
  align-self: flex-end;
}

.form-row .form-group {
  position: relative;
}

.form-row .form-control {
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  background-color: transparent;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #2C606E;
}

.form-row .form-control:not(textarea) {
  height: 44px;
}

.form-row .form-control+label {
  position: absolute;
  z-index: 1;
  top: 25px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  font-size: 18px;
  line-height: 18px;
  color: #687898;
}

.form-row .form-control:focus {
  box-shadow: none;
  background-color: transparent;
}

.form-row .form-control:focus+label {
  color: #26c6da;
}

.form-row .form-control:focus+label,
.form-row .form-control.has-value+label {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  top: 0;
  color: #323258;
}

.form-row .no-js .form-control+label {
  font-size: 0.75rem;
  top: 0;
}

.form-row .line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #C5CFE4;
}

.form-row .line:after {
  content: "";
  height: 1px;
  position: absolute;
  display: block;
  background: #C5CFE4;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: 0 0;
}

.form-row .form-control:focus~.line:after {
  transform: scaleX(1);
}

.choose-service .form-group {
  display: block;
}

.choose-ttl {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #323258;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
}

.choose-service .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.choose-service {
  display: flex;
  margin: 0 0 48px 0;
  padding: 0;
}

.choose-service .form-group {
  margin-right: 72px;
}

.choose-service .form-group:last-of-type {
  margin-right: 0;
}

.choose-service .form-group label {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2C606E;
}

.choose-service .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #2C606E;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.choose-service .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #2C606E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.contact .button-set {
  text-align: center;
}

.contact .button-set a {
  width: 240px;
  height: 60px;
  background: #FD9E29;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.contact .button-set a:hover {
  background: #2C606E;
}

.contact {
  padding: 0 0 108px;
}

@media screen and (max-width: 1440px) {
  #hero .carousel-content .bg {
    padding: 30px 35px;
  }

  #hero h2 {
    margin: 0 0 10px 0;
  }

  #hero p {
    margin: 0 0 20px 0;
  }

  .section-title h4 {
    font-size: 28px;
  }

  .shutters .full-block .left h2 {
    font-size: 55px;
  }

  .team .member h4 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .about-content .section-title h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 20px 0;
  }

  #hero .carousel-content .bg {
    width: 600px;
  }

  #hero h2 {
    font-size: 54px;
    line-height: 68px
  }

  .header-right-cnt .book {
    margin-right: 25px;
  }

  .about {
    padding-top: 60px;
  }

  .portfolio {
    padding: 0 0 60px;
  }

  .shutters {
    overflow: inherit;
    padding: 0 0 60px;
  }

  .customer {
    padding: 60px 0;
    margin: 0 0 60px 0;
  }

  .team {
    padding: 0 0 60px 0;
  }

  .sign-up {
    padding: 60px 0;
    margin: 0 0 60px 0;
  }

  .contact {
    padding: 0 0 60px 0;
  }

  section {
    padding: 0 0 60px;
  }

  .header-right-cnt .call-section a {
    font-size: 32px;
    line-height: 32px;
  }

  .section-title h4 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 15px 0;
  }

  .about .section-title p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }

  .question {
    padding: 18px 50px 18px 16px;
    font-size: 15px;
    line-height: 20px;
  }

  .questions:checked~.answers {
    font-size: 15px;
    line-height: 20px; 
  }

  .section-title h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .shutters .full-block .left {
    padding: 25px;
  }

  .shutters .full-block .left h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .shutters .full-block .left p {
    font-size: 16px;
    margin: 0 0 25px 0;
  }

  .shutters .full-block .left a {
    font-size: 16px;
  }

  .shutters .full-block .right {
    position: relative;
    top: 0;
    right: 20px;
  }

  .gtco-testimonials .card {
    margin: 0 10px 85px;
    padding: 25px 20px 48px;
  }

  .gtco-testimonials .card p {
    font-size: 16px;
    line-height: 22px;
  }

  .gtco-testimonials .owl-nav .owl-prev {
    left: 0;
    display: none;
  }

  .gtco-testimonials .owl-nav .owl-next {
    right: 0;
    display: none;
  }

  .team .member .member-info {
    padding: 23px 15px;
  }

  .team .member h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }

  .team .member p {
    font-size: 14px;
    line-height: 22px;
  }

  .team .member .member-info .day {
    left: 15px;
  }

  .sign-up-block h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .sign-up-block form .input-box {
    padding: 0 160px 0 76px;
    font-size: 15px;
  }

  .sign-up-block form .button {
    width: 140px;
    font-size: 14px;
  }

  .choose-service .form-group {
    margin-right: 20px;
  }

  #footer .footer-top h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }

  #footer .footer-top {
    padding: 50px 0;
  }

  #footer .footer-top .footer-links ul li {
    line-height: 35px;
  }

  .footer-info {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  #hero h2 {
    font-size: 44px;
    line-height: 58px;
  }

  #hero p {
    font-size: 14px;
    line-height: 22px
  }

  #hero .btn-get-started {
    font-size: 14px;
    width: 200px;
    height: 50px;
    line-height: 50px;
  }

  .shutters .full-block .left h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .team .member {
    margin-bottom: 30px;
  }

  .sign-up-block {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 60px;
    align-items: center;
  }

  .choose-service {
    display: flex;
    margin: 0 0 28px 0;
    padding: 0;
    flex-wrap: wrap;
  }

  .choose-service .form-group {
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .portfolio .portfolio-wrap img {
    width: 100%;
  }

  .portfolio .button {
    margin: 15px 0 0;
  }

  .portfolio .button a {
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .shutters .full-block .left a,
  .contact .button-set a {
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin: 0 0 15px 0;
  }

  .form-row.full {
    margin: 0 0 35px 0;
  }

  .header-right-cnt .book {
    padding: 10px;
  }

  .header-right-cnt .call-section a {
    font-size: 24px;
    line-height: 24px;
  }

  .header-right-cnt .call-section:before {
    top: -28px;
  }

  .header-right-cnt .call-section:after {
    width: 74px;
    height: 74px;
    background-size: 74px 74px;
    left: 0;
  }

  .header-right-cnt .book {
    margin-right: 10px;
  }

  .section-title h2 {
    margin: 0 0 60px 0;
  }

  #footer .footer-top .footer-links ul li {
    font-size: 16px;
  }

  #footer .footer-top .footer-links ul li.call {
    margin: 0 0 15px 0;
  }

  #footer .footer-top .footer-links ul li.address {
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .logo {
    margin-left: 50px;
  }

  .navbar {
    position: fixed;
    top: 36px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
  }

  .navbar ul {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    transform: translateX(-100%);
    transition: all .35s;
    background-color: #173E48;
    font-size: 1.2rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgb(50 50 50 / 65%);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
  }

  .bi-list::before {
    color: #173E48;
    font-size: 36px;
  }

  .navbar-mobile ul {
    transform: translateX(0);
    visibility: visible;
  }

  .navbar li {
    position: relative;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    justify-content: left;
    border-bottom: 1px solid #214852 !important;
  }

  .navbar li:last-child {
    border-bottom: 0 !important;
  }

  .navbar li.active {
    border: 0;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 0;
  }

  .navbar-mobile a, .navbar-mobile a:focus {
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    font-weight: 400;
  }

  .bi-chevron-down::before {
    color: #fff;
    font-size: 16px;
  }

  .navbar .dropdown:hover>ul {
    margin: 15px 0;
    padding: 0;
  }

  .navbar-mobile .dropdown ul {
    box-shadow: none;
    background: #0f3944;
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }

  .navbar-mobile .dropdown ul a {
    padding: 15px;
  }

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #FD9E29 !important;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
    background: #0a323c;
    margin: 0;
  }

  .bi-chevron-right::before {
    color: #fff;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #hero .carousel-content .bg {
    width: 100%;
    padding: 25px;
  }

  #hero h2 {
    font-size: 30px;
    line-height: 35px;
  }

  #hero,
  #hero .carousel-item {
    background-size: cover;
  }

  .header-right-cnt {
    display: flex;
    align-items: center;
  }

  .about {
    padding-top: 30px;
  }

  .about-content .section-title h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }

  .section-title h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }

  .about .section-title p {
    text-align: inherit;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }

  .question {
    text-align: inherit;
    font-size: 16px;
    padding: 16px 50px 16px 16px;
    line-height: 22px;
  }

  .section-title h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .portfolio .portfolio-item {
    margin-bottom: 20px;
  }

  .shutters .full-block {
    background: #2C606E;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
    align-items: center;
    position: relative;
  }

  .shutters .full-block .right {
    right: auto;
    position: relative;
  }

  .shutters .full-block .left h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }

  .shutters .full-block .right img {
    margin: 0 auto;
  }

  .shutters .full-block .left a {
    font-size: 14px;
  }

  .shutters {
    overflow: inherit;
    padding: 0 0 30px;
  }
  
  .customer {
    padding: 30px 0 20px;
    margin: 0 0 30px 0;
  }

  .gtco-testimonials .card p {
    font-size: 14px;
    line-height: 20px;
  }

  .gtco-testimonials .card {
    padding: 25px 20px 40px;
  }

  .team {
    padding: 0 0 30px 0;
  }

  .sign-up-block h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .sign-up {
    padding: 30px 0;
    margin: 0 0 30px 0;
  }

  .sign-up-block form .button {
    width: 100px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }

  .sign-up-block form .input-box {
    height: 75px;
    padding: 0 120px 0 60px;
    background: #fff url(../../assets/img/envelope_icon.png) 12px 50% no-repeat;
  }

  .choose-service {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .choose-service .form-group {
    margin: 0 0 12px 0;
  }

  .contact {
    padding: 0 0 30px 0;
  }

  #footer .footer-top {
    padding: 30px 0;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 20px;
  }

  .footer-info {
    margin-bottom: 20px;
  }

  .footer-links {
    margin-bottom: 20px;
  }

  #footer .footer-top .footer-links ul li {
    font-size: 15px;
    line-height: 33px;
  }

  #footer .footer-top h4 {
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    font-size: 25px;
    line-height: normal;
    border-bottom: 1px solid #d7d7d7;
  }

  #footer .footer-top .footer-links ul li.call {
    background: url(../../assets/img/phone_icon.svg) 0 50% no-repeat;
    padding-left: 32px;
    background-size: 19px;
  }

  #footer .footer-top .footer-links ul li.email {
    background: url(../../assets/img/email_icon.svg) 0 50% no-repeat;
    padding-left: 32px;
    background-size: 20px;
  }

  #footer .footer-top .footer-links ul li.address {
    background: url(../../assets/img/address_icon.svg) 0 5px no-repeat;
    padding-left: 32px;
    line-height: 24px;
    margin-top: 15px;
    background-size: 20px;
  }

  .footer-newsletter img {
    width: 100%;
  }

  #footer .copyright {
    font-size: 14px;
  }

  .header-cnt.fixed-top {
    position: fixed;
  }

  #header .logo img {
    width: 140px;
  }

  .header-right-cnt .book {
    border: 0;
    padding: 0;
    margin: 0 5px;
    font-size: 0;
  }

  .header-right-cnt .book a {
    text-indent: -999px;
    padding: 0;
    display: inherit;
    width: 25px;
    height: 25px;
  }

  #header {
    overflow: inherit;
  }

  .header-right-cnt .call-section {
    display: none;
  }

  .call-section-mobile {
    display: block;
  }

  .navbar {
    position: fixed;
    top: 29px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 999;
  }

  .hidden-menu {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px;
    width: 100%;
    z-index: 999;
    top: 100%;
    border-radius: 0;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
  }

  .hidden-menu .call {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 8px 0;
    position: relative;
    z-index: 9
  }

  .hidden-menu a {
    font-weight: 800;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FD9E29;
    font-family: 'NotoSerif-Bold';
    position: relative;
    z-index: 9;
  }

  .call-icon {
    background: url(../../assets/img/header_call_icon.png) 0 0 no-repeat;
    position: relative;
    font-size: 0;
    top: 0;
    left: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    background-size: 65px 65px;
    content: "";
    background-position: center;
  }

  .header-right-cnt .book:hover {
    border: 0;
  }
}

