/*	Theme Name: Iniciosix	Author: Alex Buka	Support: http://www.6rs.co.uk/	Description: Responsive Bootstrap 4.3.1	Version: 1.0*/ /* CSS Index-----------------------------------Theme defaultHelper	-Btn	-Main StylesHeader	-NavbarHome SliderBottom sectionFrame boxServices contentAbout sectionTestimonial contentLatest contentOffice contactClients contentBlog sectionFooterSpacing-----------------------------------*/ /*=================Theme default===================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body {
  color: #818181;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.3;
  color: #424242;
}
h1,
.h1 {
  font-size: 70px;
  margin-bottom: 30px;
}
h2,
.h2 {
  font-size: 50px;
}
h3,
.h3 {
  font-size: 30px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
button {
  cursor: pointer;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
::-moz-selection {
  color: #fff;
  background: #ff497c;
}
::selection {
  color: #fff;
  background: #ff497c;
} /*=================Helper===================*/ /*----------------	-Btn------------------*/
.btn {
  min-width: 160px;
  padding: 15px 25px;
  position: relative;
  font-size: 12px;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 1.5px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.btn-lg {
  min-width: 200px;
}
.btn:hover {
  box-shadow: none;
}
.btn i {
  margin-left: 7px;
}
.btn-custom {
  color: #fff;
  border-color: #424242;
  background-color: #424242;
}
.btn-custom:hover,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  border-color: #343434;
  background-color: #343434;
}
.btn-orange {
  color: #fff;
  border-color: #ff9933;
  background-color: #ff9933;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange.active {
  color: #fff;
  border-color: #fd8712;
  background-color: #fd8712;
}
.btn-red {
  color: #fff;
  border-color: #e36955;
  background-color: #e36955;
}
.btn-red:hover,
.btn-red:active,
.btn-red.active {
  color: #fff;
  border-color: #e35943;
  background-color: #e35943;
}
.btn-sky {
  color: #fff;
  border-color: #50bac3;
  background-color: #50bac3;
}
.btn-sky:hover,
.btn-sky:active,
.btn-sky.active {
  color: #fff;
  border-color: #17b2bf;
  background-color: #17b2bf;
}
.btn-blue {
  color: #fff;
  border-color: #863bae;
  background-color: #863bae;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active {
  color: #fff;
  border-color: #812aaf;
  background-color: #812aaf;
} /*----------------	-Main Styles------------------*/
.bg-overlay {
  color: #fff;
  position: relative;
}
.bg-overlay > .container {
  position: relative;
}
.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.36);
}
.fullscreen-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; /* background-attachment: fixed; */
}
.title-heading {
  font-size: 50px;
  line-height: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .title-heading.down-arrow::after {
    width: 92px;
    height: 86px;
    content: "";
    background-image: url("../images/icon-down-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 15px;
    position: absolute;
    top: 20px;
    right: auto;
    left: auto;
  }
}
.title-description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-gray {
  background-color: #f2f0ec;
}
.bg-theme {
  background-color: #424242;
}
.bg-orange {
  background-color: #f1ae44;
}
.bg-sky {
  background-color: #50bac3;
}
.bg-blue {
  background-color: #863bae;
}
.bg-red {
  background-color: #e36955;
}
.text-orange {
  color: #f1ae44;
}
.text-sky {
  color: #50bac3;
}
.text-blue {
  color: #863bae;
}
.text-red {
  color: #e36955;
} /*=================Header===================*/
.header-top {
  background-color: #f2f0ec;
}
@media (max-width: 767.98px) {
  .header-top {
    background-color: #424242;
  }
}
.header-info {
  padding: 16px 0;
  background-color: #424242;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 768px) {
  .header-info::before {
    background-color: #424242;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    margin-right: -15px;
    top: 0;
  }
  .header-info::after {
    background-color: #f2f0ec;
    content: "";
    width: 30px;
    margin-left: 30px;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-60px) skewX(-15deg);
    -ms-transform: translateX(-60px) skewX(-15deg);
    transform: translateX(-60px) skewX(-15deg);
  }
}
.header-info span {
  margin-right: 40px;
}
.header-info span i {
  margin-right: 12px;
  font-size: 12px;
  color: #f1ae44;
}
.social {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 767.98px) {
  .social {
    background-color: #f2f0ec;
  }
}
.social li {
  display: inline-block;
}
.social li:not(:last-child) {
  margin-right: 25px;
}
.social li i {
  font-size: 14px;
  color: #818181;
}
.social li a:hover i {
  color: #e36955;
} /*----------------	-Navbar------------------*/
.navbar {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.navbar.sticky .btn-item .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar.sticky .btn-item img {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-brand {
    margin-right: 116px;
  }
}
.navbar-nav .btn {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
  font-size: 14px;
  min-width: 180px;
}
.navbar-nav .btn-item img {
  margin-left: -10px;
  position: relative;
}
.navbar-nav .nav-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #818181;
}
.navbar-nav .active .lav-link,
.navbar-nav .nav-link:hover {
  color: #424242;
  text-decoration: underline;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #424242;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item {
    margin: 0 5px;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .navbar-expand-md .navbar-nav .nav-item:last-child {
    margin-right: 0;
  } /* 	.navbar-nav .nav-link {				padding-top: 18px;				padding-bottom: 18px;			} */
  .dropdown-menu {
    min-width: 180px;
    margin: 0;
    padding: 10px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .dropdown-item {
    padding: 10px 22px; /* border-bottom: 1px solid #f2f2; */
  }
  .dropdown-item:hover {
    text-decoration: underline;
  }
  .dropdown-item:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-item {
    margin: 0 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    margin: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .navbar-nav .nav-link {
    border-bottom: 1px dotted #424242;
    padding: 10px 15px;
  }
  .navbar-nav .btn {
    margin: 10px 15px;
  }
  .navbar-nav .dropdown-menu {
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
  }
  .navbar-nav .dropdown-item {
    padding: 10px 35px;
    border-bottom: 1px dotted #424242;
    color: #818181;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .navbar-nav li {
    position: relative;
  }
} /* toggler open & close */
.navbar-toggler {
  border: none;
  padding: 4px 0 4px 0;
  background-color: transparent;
  background-image: none;
}
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #424242;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 4px;
}
.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
} /*=================Home Slider===================*/
.slider-area {
  position: relative;
  z-index: 1;
  background-color: #191919;
}
@media (min-width: 992px) {
  .slider-area::before {
    width: 50%;
    height: 100%;
    content: "";
    background-color: #191919;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .slider-area::before {
    width: 44%;
  }
}
@media (max-width: 767.98px) {
  .slider-area::before {
    width: 90%;
  }
}
.slider-fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.slider-fullscreen .slick-track,
.slider-fullscreen .slick-list {
  height: 100%;
}
.slider-content {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .slider-content {
    /*	padding: 190px 0;*/
  }
}
.slider-content span {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  border-bottom: solid 1px #fff;
  letter-spacing: 1.5px;
  display: inline-block;
}
.slider-content h2 {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .slider-content h2 {
    font-size: 46px;
    line-height: 80px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .slider-content h2 {
    font-size: 56px;
    line-height: 80px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .slider-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
}
.slider-content .btn {
  min-width: 200px;
  font-size: 18px;
  font-weight: 400;
} /* slider button next prev */
.slick-arrow {
  position: absolute;
  top: 50%;
  background: transparent;
  padding: 0;
  margin-top: -15px;
  font-size: 30px;
  border: 0;
  left: 15px;
  color: #fff;
  z-index: 999;
}
.slick-next {
  left: auto;
  right: 15px;
}
.slick-arrow:hover {
  color: #706f6c;
} /* slick default dots */
.slick-dots {
  width: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  position: absolute;
  background-color: transparent;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-dots li {
  margin: 5px 0;
  padding: 0;
  display: block;
}
.slick-dots li button {
  text-indent: -9999px;
  height: 16px;
  width: 16px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  outline: none;
  background: #706f6c;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-initialized .slick-slide {
  outline: 0;
} /*=================Bottom section===================*/
.bottom-section {
  margin-bottom: 15px;
  padding: 15px 0;
  position: relative;
  color: #fff;
}
@media (min-width: 992px) {
  .bottom-section {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .bottom-section::before {
    background-color: #424242;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
  }
}
@media (min-width: 768px) {
  .bottom-section .path::before {
    background-color: #424242;
    width: 27%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .bottom-section h3 {
    color: #fff;
  }
  .bottom-section h3 a {
    border-bottom: solid 2px #717171;
  }
}
@media (min-width: 768px) {
  .bottom-section .path::after {
    background-color: #fff;
    content: "";
    width: 100px;
    height: 100%;
    left: 27%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-60px) skewX(-15deg);
    -ms-transform: translateX(-60px) skewX(-15deg);
    transform: translateX(-60px) skewX(-15deg);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bottom-section .path::after {
    left: 32%;
  }
}
@media (min-width: 768px) {
  .bottom-section h3 a:hover {
    text-decoration: none;
    border-color: #fff;
  }
} /*=================Frame box===================*/
.frame-box {
  min-height: 490px;
  position: relative;
  padding: 30px 15px;
  margin: 0 auto 25px;
}
.frame-box.bg-sky {
  background-image: url("../images/frame-img-01.png");
  background-position: center 105px;
  background-repeat: no-repeat;
}
.frame-box.bg-red {
  background-image: url("../images/frame-img-02.png");
  background-position: center 105px;
  background-repeat: no-repeat;
}
.frame-box.bg-orange {
  background-image: url("../images/frame-img-03.png");
  background-position: center 55px;
  background-repeat: no-repeat;
}
.frame-box h3 {
  padding: 140px 0px 20px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.frame-box .btn {
  position: absolute;
  left: 0;
  bottom: 0;
} /*=================Services content===================*/
.services-content {
  padding: 15px 0;
  position: relative;
}
.bg-heart {
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bg-heart img {
  width: 100%;
  height: auto;
}
.heart-animation {
  -webkit-animation: autoAnimated 10s linear 0s infinite both;
  animation: autoAnimated 10s linear 0s infinite both;
}
@-webkit-keyframes autoAnimated {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  20% {
    -webkit-transform: translateX(15px) translateY(0);
    transform: translateX(15px) translateY(0);
  }
  40% {
    -webkit-transform: translateX(15px) translateY(15px);
    transform: translateX(15px) translateY(15px);
  }
  60% {
    -webkit-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
  }
  80% {
    -webkit-transform: translateX(-15px) translateY(0);
    transform: translateX(-15px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes autoAnimated {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  20% {
    -webkit-transform: translateX(15px) translateY(0);
    transform: translateX(15px) translateY(0);
  }
  40% {
    -webkit-transform: translateX(15px) translateY(15px);
    transform: translateX(15px) translateY(15px);
  }
  60% {
    -webkit-transform: translateX(0) translateY(15px);
    transform: translateX(0) translateY(15px);
  }
  80% {
    -webkit-transform: translateX(-15px) translateY(0);
    transform: translateX(-15px) translateY(0);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@media (min-width: 992px) {
  .services-content {
    padding: 100px 0;
  }
}
.services-box {
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .services-box {
    padding: 15px 25px;
  }
}
.services-box .icon-box {
  width: 65px;
  height: 85px;
  margin-bottom: 20px;
  text-align: right;
  line-height: 85px;
  display: inline-block;
  background-color: #e5f5f6;
  position: relative;
}
.services-box .icon-box-1 {
  background-color: #fbe9e6;
}
.services-box .icon-box-2 {
  background-color: #fdf3e3;
}
.services-box .icon-box-3 {
  background-color: #f3ebf7;
}
.services-box .icon-box::after {
  background-color: #fff;
  content: "";
  width: 20px;
  height: 100%;
  left: 100%;
  margin-left: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-60px) skewX(-15deg);
  -ms-transform: translateX(-60px) skewX(-15deg);
  transform: translateX(-60px) skewX(-15deg);
}
.services-box .icon-box img {
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.services-box h3 {
  margin: 0 0 18px 0;
  font-weight: 900;
  font-size: 20px;
} /*=================About section===================*/
.about-section {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .about-section {
    padding: 110px 0;
  }
}
.about-section h2 {
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 70px;
}
@media (min-width: 1200px) {
  .about-section h2 {
    margin-bottom: 40px;
    font-size: 70px;
    line-height: 82px;
    font-weight: 900;
  }
}
.satisfaction-box {
  border-bottom: solid 2px #f2f0ec;
}
@media (max-width: 991.98px) {
  .satisfaction-box:last-child {
    margin-bottom: 15px;
    border-bottom: 0;
  }
}
.satisfaction-box .media-body {
  padding: 15px 30px 0;
}
.satisfaction-box h4 {
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 62px;
  font-weight: 900;
}
.satisfaction-box p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #e36955;
} /*=================Testimonial content===================*/
@media (min-width: 992px) {
  .testimonial-content {
    margin-top: -240px;
    position: relative;
  }
}
.testimonial-box {
  padding: 60px 30px;
  color: #fff;
  outline: 0;
}
@media (min-width: 992px) {
  .testimonial-box {
    padding: 120px 50px;
    color: #fff;
    outline: 0;
  }
}
@media (min-width: 1200px) {
  .testimonial-box {
    padding: 120px 30px 120px 110px;
  }
}
@media (min-width: 768px) {
  .testimonial-content::before {
    background-color: #e36955;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -15px;
    left: 100%;
    top: 0;
  }
}
.testimonial-box .quote {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 60px;
  display: block;
  font-family: "Playfair Display", serif;
}
.testimonial-box .lead {
  margin: 0 0 50px 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.testimonial-box h4 {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
} /*=================Latest content===================*/
.latest-content {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .latest-content {
    padding: 100px 0 40px;
  }
}
.latest-box {
  margin-bottom: 15px;
  position: relative;
  background-color: #f2f0ec;
}
.img-box .btn {
  position: absolute;
  top: 0;
  left: 0;
}
.img-box img {
  width: 100%;
  height: auto;
}
.latest-box .line {
  width: 100%;
  background-color: #fff;
  line-height: 8px;
}
.line span {
  height: 9px;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
}
.latest-box .details {
  padding: 48px 30px 60px;
}
@media (min-width: 1200px) {
  .latest-box .details {
    padding: 48px 50px 60px;
  }
}
.latest-box h3 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
}
.latest-box ul {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}
.latest-box ul li {
  padding: 0;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.latest-box ul li img {
  margin-right: 15px;
  display: inline-block;
}
.latest-box ul li span {
  color: #e36955;
} /*=================Office contact===================*/
.office-contact {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .office-contact {
    padding: 91px 0;
    border-bottom: solid 2px #f2f0ec;
  }
}
.office-contact h3 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
}
.contact-section {
  padding: 30px 0 30px;
}
@media (min-width: 992px) {
  .contact-section {
    padding: 110px 0 100px;
  }
}
.icon-list-box {
  padding: 0px 0;
  margin: 0;
  list-style: none;
}
.icon-list-box li {
  padding: 0;
  margin: 0 10px 0px 0px;
  display: inline-block;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
@media (min-width: 1200px) {
  .icon-list-box li {
    padding: 0;
    margin: 0 20px 0px 0px;
    width: 155px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .icon-list-box li {
    padding: 10px 0;
    margin: 0 0 15px 0;
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
  }
}
.icon-list-box li:last-child {
  margin-right: 0;
}
.icon-list-box li img {
  vertical-align: middle;
}
.icon-list-box li span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "Playfair Display", serif;
}
@media (min-width: 992px) {
  .contact-content {
    margin-top: -240px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .contact-content::before {
    background-color: #863bae;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    margin-left: -15px;
    top: 0;
  }
}
.contact-box {
  padding: 60px 30px;
  color: #fff;
  outline: 0;
}
@media (min-width: 992px) {
  .contact-box {
    padding: 120px 0 120px 50px;
  }
}
@media (min-width: 1200px) {
  .contact-box {
    padding: 120px 0px 120px 110px;
  }
}
.contact-box .form-group {
  margin-bottom: 20px;
}
.contact-box .form-control {
  height: calc(38px + 20px + 5px);
  padding: 15px 15px 15px 30px;
  border-radius: 0;
  font-size: 14px;
  color: #818181;
  background-color: #f2f0ec;
  border: 0;
}
.contact-box textarea.form-control {
  height: auto;
}
.form-message {
  margin: 0;
  color: #1b242d;
}
.form-message.success {
  padding: 10px 15px;
  background-color: #f7f7fb;
  border: solid 1px #f7f7fb;
}
.form-message.error {
  padding: 10px 15px;
  background-color: #f5c6cb;
  border: solid 1px #f5c6cb;
} /*=================Clients content===================*/
.clients-content {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .clients-content {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .clients-content .img-top {
    margin-top: -100px;
  }
} /*=================Our project===================*/
.portfolio-menu button {
  padding: 8px 12px;
  margin: 0 10px 10px;
  background: #f2f0ec;
  border: none;
  font-size: 14px;
  color: #424242;
}
.portfolio-menu button.active {
  background: #424242;
  color: #fff;
}
.portfolio-box {
  margin-bottom: 30px;
}
.portfolio-box .link {
  overflow: hidden;
  position: relative;
  display: block;
}
.portfolio-box img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 768px) {
  .portfolio-box .item-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .portfolio-box:hover .item-overlay {
    opacity: 1;
  }
  .portfolio-box:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
}
.portfolio-box .item-overlay::after,
.portfolio-box .item-overlay::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.item-overlay::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.item-overlay::after {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0 0;
  -ms-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
}
.portfolio-box:hover .item-overlay::after,
.portfolio-box:hover .item-overlay::before {
  opacity: 1;
  transform: scale(1);
}
.portfolio-box .item-overlay h4 {
  width: 90%;
  padding: 0 5%;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  position: absolute;
  font-family: "Poppins", sans-serif;
  left: 0px;
  bottom: 15px;
  font-weight: 400;
  text-align: center;
}
.portfolio-box .item-overlay i {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  display: block;
  border: solid 2px #fff;
  border-radius: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #fff;
  color: #ff9933;
  position: absolute;
  top: 50%;
  left: 50%;
} /*=================Blog section===================*/
.blog-section {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .blog-section {
    margin: 100px 0;
  }
}
.blog-item {
  margin-bottom: 25px;
  position: relative;
}
.blog-item .btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog-post {
  padding: 0 0 15px 0;
}
.blog-post .post-title {
  margin: 0;
  font-size: 26px;
  line-height: 32px;
}
.blog-post .post-title {
  margin: 0 0 15px 0;
  font-size: 26px;
  line-height: 32px;
}
.blog-post .post-meta {
  margin: 0 0 30px 0;
  font-size: 12px;
  line-height: 16px;
  color: #e36955;
  text-transform: uppercase;
}
.blog-post p {
  margin-bottom: 40px;
}
.post-meta span {
  margin-left: 10px;
}
.sidebar {
  padding: 30px 30px 30px;
}
@media (min-width: 992px) {
  .sidebar {
    padding: 60px 60px 60px;
  }
}
.column-item {
  padding: 30px 0px;
}
.blog-img {
  margin-bottom: 15px;
}
.blog-text h3 {
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 28px;
}
.blog-text span {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #e36955;
  text-transform: uppercase;
} /*=================Footer===================*/
.footer {
  background-color: #424242;
  color: #bfbfbf;
}
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
  }
}
.footer h3 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  color: #fff;
}
.subscribe {
  padding: 50px 0 30px;
}
@media (min-width: 992px) {
  .subscribe {
    padding: 120px 0 30px;
  }
}
.subscribe-form {
  max-width: 620px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
}
@media (min-width: 576px) {
  .subscribe-form .input-group {
    width: 100%;
  }
}
.subscribe-form .form-control {
  height: 62px;
  border-color: #343434;
  background-color: #343434;
  color: #bfbfbf;
  border-radius: 0;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
}
.subscribe-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.footer-wrapper {
  padding: 30px 0 50px;
  border-bottom: solid 1px #555555;
}
@media (min-width: 992px) {
  .footer-wrapper {
    padding: 70px 0 70px;
  }
}
.widget li {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 22px;
}
.widget li a:hover {
  color: #f1ae44;
  text-decoration: underline;
}
.f-social {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.f-social li {
  display: inline-block;
}
.f-social li:not(:last-child) {
  margin-right: 12px;
}
.f-social li a {
  width: 44px;
  height: 44px;
  display: block;
  line-height: 44px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
}
.f-social li a.bg-sky:hover {
  background-color: #17b2bf;
}
.f-social li a.bg-red:hover {
  background-color: #e35943;
}
.f-social li a.bg-orange:hover {
  background-color: #fd8712;
}
.f-social li a.bg-blue:hover {
  background-color: #812aaf;
}
.f-social li i {
  font-size: 14px;
  color: #fff;
}
.f-social li a:hover i {
  color: #fff;
}
.site-info {
  padding: 45px 0 25px;
  text-align: center;
}
.site-info p {
  color: #bfbfbf;
}
.scrollup {
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  display: none;
  background: #ff9933;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  box-shadow: 0 12px 17px 9px rgba(12, 12, 183, 0.13);
  cursor: pointer;
  -webkit-clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
}
@media (max-width: 767.98px) {
  .scrollup {
    display: none !important;
  }
}
.scrollup i {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #fff;
} /*=================Spacing===================*/
.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-10 > [class^="col-"],
.gutter-10 > [class*="col-"],
.gutter-10 > [class^=" col-"] {
  padding-left: 10px;
  padding-right: 10px;
} /*-- Margin Top --*/
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
} /* Medium devices Margin Top*/
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-55 {
    margin-top: 55px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-65 {
    margin-top: 65px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-85 {
    margin-top: 85px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-95 {
    margin-top: 95px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-105 {
    margin-top: 105px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mt-md-115 {
    margin-top: 115px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-125 {
    margin-top: 125px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mt-md-135 {
    margin-top: 135px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mt-md-145 {
    margin-top: 145px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mt-md-155 {
    margin-top: 155px;
  }
  .mt-md-160 {
    margin-top: 160px;
  }
  .mt-md-165 {
    margin-top: 165px;
  }
  .mt-md-170 {
    margin-top: 170px;
  }
  .mt-md-175 {
    margin-top: 175px;
  }
  .mt-md-180 {
    margin-top: 180px;
  }
  .mt-md-185 {
    margin-top: 185px;
  }
  .mt-md-190 {
    margin-top: 190px;
  }
  .mt-md-195 {
    margin-top: 195px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
} /*-- Margin Bottom --*/
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
} /* Medium devices Margin Bottom*/
@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-55 {
    margin-bottom: 55px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-65 {
    margin-bottom: 65px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-85 {
    margin-bottom: 85px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-95 {
    margin-bottom: 95px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-105 {
    margin-bottom: 105px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-115 {
    margin-bottom: 115px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-125 {
    margin-bottom: 125px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-135 {
    margin-bottom: 135px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .mb-md-145 {
    margin-bottom: 145px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .mb-md-155 {
    margin-bottom: 155px;
  }
  .mb-md-160 {
    margin-bottom: 160px;
  }
  .mb-md-165 {
    margin-bottom: 165px;
  }
  .mb-md-170 {
    margin-bottom: 170px;
  }
  .mb-md-175 {
    margin-bottom: 175px;
  }
  .mb-md-180 {
    margin-bottom: 180px;
  }
  .mb-md-185 {
    margin-bottom: 185px;
  }
  .mb-md-190 {
    margin-bottom: 190px;
  }
  .mb-md-195 {
    margin-bottom: 195px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
} /*-- Padding Top --*/
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
} /* Medium devices Padding Top*/
@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-55 {
    padding-top: 55px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-65 {
    padding-top: 65px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-85 {
    padding-top: 85px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-95 {
    padding-top: 95px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-105 {
    padding-top: 105px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-115 {
    padding-top: 115px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-125 {
    padding-top: 125px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-135 {
    padding-top: 135px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pt-md-145 {
    padding-top: 145px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pt-md-155 {
    padding-top: 155px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pt-md-165 {
    padding-top: 165px;
  }
  .pt-md-170 {
    padding-top: 170px;
  }
  .pt-md-175 {
    padding-top: 175px;
  }
  .pt-md-180 {
    padding-top: 180px;
  }
  .pt-md-185 {
    padding-top: 185px;
  }
  .pt-md-190 {
    padding-top: 190px;
  }
  .pt-md-195 {
    padding-top: 195px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
} /*-- Padding Bottom --*/
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
} /* Medium devices Padding Bottom*/
@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-55 {
    padding-bottom: 55px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-65 {
    padding-bottom: 65px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-85 {
    padding-bottom: 85px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-95 {
    padding-bottom: 95px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-105 {
    padding-bottom: 105px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-115 {
    padding-bottom: 115px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-125 {
    padding-bottom: 125px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-135 {
    padding-bottom: 135px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pb-md-145 {
    padding-bottom: 145px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .pb-md-155 {
    padding-bottom: 155px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .pb-md-165 {
    padding-bottom: 165px;
  }
  .pb-md-170 {
    padding-bottom: 170px;
  }
  .pb-md-175 {
    padding-bottom: 175px;
  }
  .pb-md-180 {
    padding-bottom: 180px;
  }
  .pb-md-185 {
    padding-bottom: 185px;
  }
  .pb-md-190 {
    padding-bottom: 190px;
  }
  .pb-md-195 {
    padding-bottom: 195px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
} /* form top css */
.form-area {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .form-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 100px;
  }
}
.form-area .form-control {
  border: 0;
  border-radius: 0;
}
.form-content {
  margin-bottom: 25px;
}
.step-form {
  background: #ff9933;
  padding: 30px 30px;
  min-height: 350px;
}
.step-form section {
}
.step-form h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.checkbox li {
  margin-bottom: 5px;
  padding-left: 40px !important;
  position: relative;
}
.checkbox li label {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}
.form-content span {
  color: #231c61;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  display: block;
  width: 100%;
}
label.error {
  color: #f93337;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox li label::before {
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
  top: 0;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  display: inline-block;
  opacity: 0;
  vertical-align: middle;
}
.checkbox li label::before {
  content: "";
  height: 24px;
  width: 24px;
  left: 0px;
  top: 0;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}
.checkbox li input.error + label::before {
  border-color: #863bae;
}
.checkbox li input.error + label {
  color: #863bae;
}
.checkbox li input[type="checkbox"]:checked + label::before {
  background: #fff;
  background-repeat: no-repeat;
  background-position: top center;
}
.checkbox li input[type="checkbox"]:checked + label {
  color: #863bae;
}
.checkbox li input[type="radio"] + label::before {
  border-radius: 50%;
}
.checkbox li input[type="radio"]:checked + label::before {
  border-color: #863bae;
  content: "\25CF";
  font-size: 1.5em;
  padding: 0 0 0 0.3em;
}
.checkbox li label::after {
  content: "";
  top: 4px;
  left: 4px;
  position: absolute;
  width: 8px;
  height: 13px;
  opacity: 1;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #863bae;
  border-bottom: 2px solid #863bae;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
  opacity: 0;
}
.checkbox li input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
#bookingForm {
  margin: 0 auto;
}
.thankYou-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  top: 0;
  left: 0;
  float: left;
  background-image: url("../images/opacity-bg.png");
  background-repeat: repeat;
}
.thankYou-banner h2 {
  color: #fff;
  margin: 0;
}
.video-content {
  width: 100%;
  position: relative;
}
.video-content video {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .slider-fullscreen {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .fullscreen-img {
    background-color: #fff;
  }
  .slider-fullscreen {
    background-color: #fff;
  }
  .sm-relative {
    position: relative;
  }
  .form-area {
    padding-bottom: 0;
    background: #ff9933;
  }
  .slider-content {
    padding: 50px 0;
  }
  .slider-fullscreen:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .slider-fullscreen .slick-dots {
    z-index: 3;
  }
  .thankYou-banner h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .xs-text-center {
    text-align: center;
  }
}
.clients-content img {
  display: block;
  margin: 0 auto;
}
.logos-row {
}
.logos-row div {
  margin: 0 0 20px;
}
form .website {
  display: none;
}
.relative {
  position: relative;
}
#navbar {
}
.desktop-sub-menu {
  position: absolute;
  left: 0%;
  top: 100%;
  width: 100%;
  padding: 25px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  display: none;
}
.desktop-sub-menu h3 {
  font-size: 20px;
}
.desktop-sub-menu .dropdown-item {
  padding: 0;
  margin: 15px 0;
  display: block;
}
.main-nav ul li {
  display: inline-block;
  list-style-type: none;
}
.megamenu {
  position: static;
}
.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.navbar-nav .dropdown-menu .nav-item {
  margin: 0;
}
@media (max-width: 767.98px) {
  .title-heading {
    font-size: 36px;
    line-height: 1;
  }
  .frame-box h3 {
    font-size: 30px;
    line-height: 1;
  }
  .about-section h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 50px;
  }
  #navbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .responsive-nav,
  .overlay-sidebar {
    display: none;
  }
}
.responsive-nav {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  background: #000;
  z-index: 10;
  padding: 70px 25px 20px;
  overflow: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.responsive-nav.show-nav {
  right: 0;
  visibility: visible;
  filter: Alpha(opacity=100);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.responsive-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
.responsive-nav ul ul {
  margin-top: 10px;
}
.responsive-nav ul li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #818181;
  display: block;
  text-decoration: none;
}
.responsive-nav ul li {
  display: block;
  margin: 0 0 10px;
  position: relative;
  float: left;
  width: 100%;
}
.sidebar-menu li .dropdown-submenu {
  position: static;
  display: none;
}
.dropdown-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
}
.sidebar-menu li.has-dropdown .dropdown-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #818181;
  transition: all 1s;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-menu li.has-dropdown.open .dropdown-arrow:after {
  transform: rotate(-180deg);
}
header {
}
.close-menu {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close-menu:hover {
  opacity: 1;
}
.close-menu:before,
.close-menu:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.close-menu:before {
  transform: rotate(45deg);
}
.close-menu:after {
  transform: rotate(-45deg);
}
.overlay-sidebar {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}
.show-overlay-sidebar {
  visibility: visible;
  opacity: 0.59;
  background-color: #333333;
}
.trans-0-4 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
