﻿@charset "UTF-8";
/*-------------------------------------------------
 =  Table of Css

 1.Import google fonts & basic style of template
 2.Header
 3.Isotope filtering
 4.Kenburn slider basic
 5.General
 6.Blog style
 7.Portfolio style
 8.Contact section
 9.About style
 10.Features carousel style
 11.Architecture section style
 12.Scroller section style
 13.slider serction style
 14.Unique section style
 15.team style
 16.Tabs, Collapse style
 15.Sidebar Style 
 16.Single Post style
 17.Single Project style
 18.Services style
 19.Footer style
 20.Responsive part
-------------------------------------------------*/

@font-face {
  font-family: "gothic";
  src: url("../fonts/gothic.eot");
  src: local("gothic"), url("../fonts/gothic.woff") format("woff"),
    url("../fonts/gothic.ttf") format("truetype");
}

.fa-threads:before {
  content: url(../images/icons/threads-logo-b.png);
}

.fa-hero-earth:before {
  content: url(../images/hero-earth-icon.png);
}

.ip-row-div-s button:hover {
  transform: translateY(0) !important;
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 20%);
}

.ip-row-div-s button {
  border: none;
  background: #d92828;
  cursor: pointer;
  border-radius: 10px !important;
  padding: 0;
  width: 50%;
  color: white;
  margin-bottom: 0 !important;
  margin-bottom: 2rem !important;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
  font-size: 16px;
  font-weight: 600;
}

.ip-row-div-s a {
  color: #fff;
  font-size: 16px;
}

.reset-elem {
  margin: 0;
  padding: 0;
}

p,
.paragraph,
section.about-section .about-box ul.feature-list li {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "gothic";
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 16px;
  text-align: left;
}

.about-section .about-box ul.feature-list li a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "gothic";
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 5px;
}

#header {
  height: 0;
}

.heading1,
h1 {
  color: #2c2c2c;
  font-size: 30px;
  font-family: "gothic";
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}

.heading2,
h1 {
  color: #2c2c2c;
  font-size: 28px;
  font-family: "gothic";
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 30px;
}

.heading2,
h2 {
  color: #2c2c2c;
  font-size: 28px;
  font-family: "gothic";
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 30px;
}

.heading3,
h3 {
  color: #2c2c2c;
  font-size: 25px;
  font-family: "gothic";
  font-weight: 700;
  line-height: auto;
  margin: 0 0 12px;
}

.heading3,
h4 {
  color: #2c2c2c;
  font-size: 18px;
  font-family: "gothic";
  font-weight: 700;
  line-height: auto;
  margin: 0 0 6px;
}

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

a,
.anchor {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.my-video-bannr {
  margin-top: 0px;
  line-height: 0;
  position: relative;
}
video {
  object-fit: 100%;
  width: 100%;
  height: 100%;
}

.pc-block {
  display: block;
}

.mobile-block {
  display: none;
}

.mt-4rem {
  margin-top: 4rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.footer-2 {
  display: inline-block;
  flex: unset !important;
  width: auto !important;
  position: relative;
  max-width: max-content !important;
}

.footer-2:nth-child(2)::before,
.footer-2:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}


.footer-2:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 15px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.footer-2::before {
  left: 0;
}

.footer-2::after {
  right: 0;
}

.footer-2 a {
  font-size: 12px;
}

.text-danger-p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #e31c25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text-danger-p:hover:after {
  width: 100%;
}

.text-danger-p {
  color: #fff !important;
  position: relative;
  text-decoration: none;
  line-height: 30px;
}

a.text-danger-p:focus,
a.text-danger-p:hover {
  color: #e31c25 !important;
}

.text-danger-m:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #e31c25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text-danger-m:hover:after {
  width: 100%;
}

.text-danger-m {
  color: #2c2c2c !important;
  position: relative;
  text-decoration: none;
}

a.text-danger-m:focus,
a.text-danger-m:hover {
  color: #e31c25 !important;
}

footer.template-footer .all-rights-seo {
  position: relative;
  background: #b9b9b9;
  padding: 15px 0px;
}

footer.template-footer .all-rights-seo p {
  text-align: center;
}

footer.template-footer .all-rights-seo h5 {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.footer-seo {
  display: inline-block;
  flex: unset !important;
  width: auto !important;
  position: relative;
  max-width: max-content !important;
}

.footer-seo:nth-child(2)::before,
.footer-seo:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(3)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(5)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(6)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(7)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(8)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(9)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo:nth-child(10)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #6c6c6c;
  top: 50%;
  transform: translateY(-50%);
}

.footer-seo::before {
  left: 0;
}

.footer-seo::after {
  right: 0;
}

.footer-seo a {
}

.text-danger-seo:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #e31c25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text-danger-seo:hover:after {
  width: 100%;
}

.text-danger-seo {
  color: #6c6c6c !important;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

a.text-danger-seo:focus,
a.text-danger-seo:hover {
  color: #e31c25 !important;
}

/*-----About Us Start---*/

/*-----About Us End---*/

/*----Haridwar start----*/

.widget-rooms-list .rooms-item {
  position: relative;
  padding-left: 30%;
  padding-right: 20%;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
  -moz-box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
  box-shadow: 0 0 30px 0 rgba(33, 30, 25, 0.1);
}

.widget-rooms-list .rooms-item .item-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
}

.widget-rooms-list .rooms-item .item-photo a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.widget-rooms-list .rooms-item .item-photo a img {
  display: block;
  width: 100%;
  height: 100%;
}

.widget-rooms-list .rooms-item .item-desc {
  padding: 40px;
}

.widget-rooms-list .rooms-item .item-desc h2 {
  margin-bottom: 10px;
}

.widget-rooms-list .rooms-item .item-desc h2 a:hover {
  color: #d77b5d;
}

.widget-rooms-list .rooms-item .item-desc p {
  margin: 0 0 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "gothic";
  font-weight: 700;
  line-height: 26px;
}

.widget-rooms-detail .room-features ul li,
.widget-rooms-list .rooms-item .item-desc .desc-features ul li {
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Lato, sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
}

.widget-rooms-list .rooms-item .item-desc .desc-features {
  position: relative;
  margin-top: 30px;
}

.widget-rooms-list .rooms-item .item-desc .desc-features:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2px;
  height: 100%;
  content: "";
  display: inline-block;
  background-color: #fff;
}

.widget-rooms-list .rooms-item .item-desc .desc-features:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  content: "";
  display: inline-block;
  background-color: #fff;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li {
  position: relative;
  float: left;
  width: 33.333333333333%;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  background-color: #fff;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 7px;
  color: #d77b5d;
  border: 1px solid #d77b5d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.widget-rooms-list .rooms-item .item-desc .desc-features ul li .fa:before {
  display: inline-block;
  width: 20px;
}

.widget-rooms-list .rooms-item .item-price {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  border-left: 1px solid #e1e1e1;
}

.widget-rooms-list .rooms-item .item-price:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  content: "";
  display: inline-block;
  background: -moz-linear-gradient(
    left,
    rgba(33, 30, 25, 0.1) -100%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(33, 30, 25, 0.1) -100%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(33, 30, 25, 0.1) -100%,
    rgba(0, 0, 0, 0) 100%
  );
}

.widget-booking-form .booking-detail .detail-room .room-photo a,
.widget-rooms-detail .room-slider a,
.widget-rooms-detail .room-thumbnails a {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.widget-rooms-list .rooms-item .item-price .price-inner {
  position: relative;
  top: 50%;
  z-index: 1;
  padding: 0 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-rooms-list .rooms-item .item-price .price-inner h3,
.widget-rooms-list .rooms-item .item-price .price-inner h4 {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.widget-rooms-list .rooms-item .item-price .price-inner h3 {
  font-size: 32px;
}

.widget-rooms-list .rooms-item .item-price .price-inner h4 {
  font-size: 18px;
  color: #999;
  text-decoration: none;
  margin-bottom: 20px;
}

.widget-rooms-list .rooms-item .item-price .price-inner h5 {
  font-size: 13px;
  color: #24324a;
  font-weight: 700;
}

.widget-rooms-list .rooms-item .item-price .price-inner .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star {
  position: relative;
  left: 5px;
  color: #d77b5d;
  margin-bottom: 10px;
}

.widget-rooms-detail .room-desc p:last-child,
.widget-rooms-list .rooms-item:last-child {
  margin-bottom: 0;
}

.widget-rooms-list .rooms-item .item-price .price-inner .fa-star:before {
  content: "\f005\f005\f005";
  letter-spacing: 5px;
}

.widget-rooms-detail .room-slider {
  position: relative;
  border: 10px solid #fff;
}

.widget-rooms-detail .room-slider a {
  display: block;
  width: 100%;
  height: 500px;
}

.widget-rooms-detail .room-slider .room-price {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  padding: 10px 30px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  background-color: #d77b5d;
}

.widget-rooms-detail .room-slider .room-price small {
  position: relative;
  top: -3px;
  left: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget-rooms-detail .room-thumbnails {
  margin-top: 40px;
}

.widget-rooms-detail .room-thumbnails a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  border: 10px solid #fff;
  box-shadow: inset 5px 5px 5px 0 rgba(40, 35, 29, 0.1);
}

.widget-rooms-detail .room-booking,
.widget-rooms-detail .room-features {
  padding: 40px;
  background-color: #fff;
}

.widget-rooms-detail .room-desc {
  margin-top: 40px;
  text-align: justify;
}

.widget-rooms-detail .room-booking h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.widget-rooms-detail .room-booking .btn {
  display: block;
  width: 100%;
}

.widget-rooms-detail .room-booking .fa {
  position: absolute;
  top: 14px;
  right: 35px;
  width: 15px;
  text-align: center;
}

.widget-rooms-detail .room-booking .data-form {
  margin-bottom: -20px;
}

.widget-rooms-detail .room-booking .data-form input[type="text"],
.widget-rooms-detail .room-booking .data-form select {
  text-transform: uppercase;
  -webkit-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, 0.1);
  -moz-box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, 0.1);
  box-shadow: inset 1px 1px 4px 0 rgba(40, 35, 29, 0.1);
}

.widget-rooms-detail .room-booking .data-form input[type="text"]:focus,
.widget-rooms-detail .room-booking .data-form select:focus {
  border-color: #e1e1e1;
}

.widget-rooms-detail .room-booking .data-form::-webkit-input-placeholder {
  color: #24324a;
}

.widget-rooms-detail .room-booking .data-form:-moz-placeholder {
  color: #24324a;
}

.widget-rooms-detail .room-booking .data-form::-moz-placeholder {
  color: #24324a;
}

.widget-rooms-detail .room-booking .data-form:-ms-input-placeholder {
  color: #24324a;
}

.widget-rooms-detail .room-features h2 {
  font-size: 42px;
  margin-bottom: 30px;
}

.widget-rooms-detail .room-features ul li {
  position: relative;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
}

.widget-rooms-detail .room-features ul li .fa {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 7px;
  color: #d77b5d;
  border: 1px solid #d77b5d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.widget-rooms-detail .room-features ul li .fa:before {
  display: inline-block;
  width: 20px;
}

.widget-rooms-detail .room-features ul li:last-child {
  border-bottom: 0;
}

.item-desc h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #d92828;
}

.item-desc h2 a {
  font-size: 30px;
  margin-bottom: 10px;
  color: #d92828;
}

/* Using SCSS variables to store breakpoints */
/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
header {
  /* position: relative;*/
  z-index: 999;
}
header .logo {
  /*position: fixed;*/
  position: absolute;
  /*position: relative;*/
  top: 0;
  left: 80px;
  width: 220px !important;
  height: 100px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

header .logo-plant {
  display: block;
  position: absolute;
  top: 1px;
  left: 40%;
  width: 395px !important;
  padding: 0px 10px 0px 10px;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.scroller-section3 .logo-plant-m {
  display: none;
}

@media (max-width: 767px) {
  header .logo {
    width: auto !important;
    /*width: 220px!important;*/
    right: 0;
    text-align: left;
    position: fixed;
    z-index: 33;
  }
}

@media (max-width: 768px) {
  .scroller-section3 .logo-plant-m {
    width: 300px !important;
    /* right: 0; */
    text-align: center;
    position: unset;
    z-index: 33;
    display: block;
    margin: 10px auto;
  }

  header .logo-plant {
    display: none;
  }
}

header .logo.active {
  left: 0;
}
@media (max-width: 1023px) {
  header .logo.active {
    left: 100px;
  }
}
header .logo a img {
  max-width: 100%;
  height: auto;
}

header .logo-plant img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  header .logo a img {
    max-width: 220px;
  }

  header .logo-plant img {
    max-width: 220px;
  }
}
header .header-line {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  /*  width: 100px;*/
  width: 80px;
  background: #ededed;
  z-index: 33;
}
@media (max-width: 1023px) {
  header .header-line {
    left: -100px;
  }
}
header .header-line a.open-menu-toggle {
  display: block;
  padding: 41px 28px;
  background-color: #dfdfdf;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  header .header-line a.open-menu-toggle {
    position: fixed;
    top: 0;
    left: 0;
  }
}
header .header-line a.open-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #d92828;
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .header-line a.open-menu-toggle span:last-child {
  width: 17px;
  margin-bottom: 0;
}
header .header-line a.open-menu-toggle.active {
  margin-top: 100px;
  padding: 49px 36px;
}
@media (max-width: 1023px) {
  header .header-line a.open-menu-toggle.active {
    margin-top: 0;
  }
}
header .header-line a.open-menu-toggle.active span {
  transform: rotate(45deg);
  margin: 0;
  margin-top: -2px;
}
header .header-line a.open-menu-toggle.active span:first-child {
  transform: rotate(-45deg);
  margin-top: 0;
}
header .header-line a.open-menu-toggle.active span:last-child {
  display: none;
}
header .header-line div.social-line {
  padding: 30px 0;
  text-align: center;
  height: calc(100vh - 450px);
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .header-line div.social-line.active {
  height: calc(100vh - 550px);
}
header .header-line div.social-line:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 30px;
  width: 1px;
  background-color: #4c4c4c;
}
header .header-line div.social-line ul.social-list {
  padding: 20px 0;
  margin: 0 0 40px;
  background: #ededed;
  position: relative;
  z-index: 2;
}
header .header-line div.social-line ul.social-list li {
  display: block;
  margin-bottom: 13px;
}
header .header-line div.social-line ul.social-list li:last-child {
  margin-bottom: 0;
}
header .header-line div.social-line ul.social-list li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.8);
}
header .header-line div.social-line ul.social-list li a:hover {
  background-color: #d92828;
  color: #ffffff;
  border-color: transparent;
}
header .header-line div.copyright-line {
  text-align: center;
  height: 350px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
header .header-line div.copyright-line p {
  color: #2c2c2c;
  font-weight: 600;
  font-size: 13px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
}
header .nav-menu-box {
  position: fixed;
  top: 100px;
  left: -330px;
  width: 330px;
  background-color: #d3d3d3;
  padding: 15px 25px;
  text-align: right;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 999;
}

header .nav-menu-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: 0.3s background;
}

header .nav-menu-box::-webkit-scrollbar-thumb {
  background: #d92828;
}

@media (max-width: 1023px) {
  header .nav-menu-box {
    left: -100vw;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  header .nav-menu-box {
    padding: 10px 20px;
  }
}
header .nav-menu-box.active {
  left: 80px;
}
@media (max-width: 1023px) {
  header .nav-menu-box.active {
    left: 0;
  }
}
header .nav-menu-box ul.navigation-menu-list {
  padding: 0px 0;
  margin: 0;
  border-left: 0px solid #b9b9b9;
  border-right: 0px solid #b9b9b9;
  counter-reset: my-awesome-counter;
}
header .nav-menu-box ul.navigation-menu-list > li {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 0px solid #b9b9b9;
  position: relative;
  counter-increment: my-awesome-counter;
}
header .nav-menu-box ul.navigation-menu-list > li::before {
  content: "0" counter(my-awesome-counter);
  position: absolute;
  top: 22px;
  left: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  margin-right: 0.5rem;
  line-height: 1;
  font-family: "gothic";
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: none;
}
@media (max-width: 767px) {
  header .nav-menu-box ul.navigation-menu-list > li::before {
    top: 22px;
  }
}
header .nav-menu-box ul.navigation-menu-list > li.active::before,
header .nav-menu-box ul.navigation-menu-list > li:hover::before {
  left: 42px;
  color: #2c2c2c;
}
header .nav-menu-box ul.navigation-menu-list > li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 35px;
  left: 10px;
  background-color: #868686;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: none;
}
@media (max-width: 767px) {
  header .nav-menu-box ul.navigation-menu-list > li:after {
    top: 31px;
  }
}
header .nav-menu-box ul.navigation-menu-list > li.active::after,
header .nav-menu-box ul.navigation-menu-list > li:hover::after {
  width: 32px;
}
header .nav-menu-box ul.navigation-menu-list > li:first-child {
  border-top: 0px solid #b9b9b9;
}
header .nav-menu-box ul.navigation-menu-list > li > a {
  display: block !important;
  padding: 15px 25px;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  position: relative;
  font-family: "gothic";
  text-align: left;
}
@media (max-width: 767px) {
  header .nav-menu-box ul.navigation-menu-list > li > a {
    padding: 20px;
  }
}

header .nav-menu-box ul.navigation-menu-list > li > a span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
header .nav-menu-box ul.navigation-menu-list > li > a span em {
  position: relative;
  z-index: 2;
  font-style: normal;
}
header .nav-menu-box ul.navigation-menu-list > li > a span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  right: 100%;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
header .nav-menu-box ul.navigation-menu-list > li > a span:after {
  content: "";
  position: absolute;
  height: 2px;
  margin-top: 15px;
  top: 50%;
  right: -25px;
  margin-left: 56px;
  left: 100%;
  background-color: #d92828;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header .nav-menu-box ul.navigation-menu-list > li > a:hover span:before {
  width: 0;
}
header .nav-menu-box ul.navigation-menu-list > li > a:hover span:after {
  margin-left: 0;
  left: -20px;
}
header .nav-menu-box ul.navigation-menu-list > li.active > a span:before {
  width: 0;
}
header .nav-menu-box ul.navigation-menu-list > li.active > a span:after {
  margin-left: 0;
  left: -20px;
}

ul.sub-menu {
  display: none;
  padding: 0 10px;
  margin: 0;
  border-top: 0px solid #b9b9b9;
}
ul.sub-menu li {
  display: block;
  background-color: #d3d3d3;
  border-top: 0px solid #b9b9b9 !important;
}
ul.sub-menu li:first-child {
  border-top: none !important;
}
ul.sub-menu li a {
  padding: 5px 15px;
  display: block;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
  font-family: "gothic";
  text-transform: capitalize;
  text-align: left;
}
ul.sub-menu li a:hover {
  color: #d92828;
}

ul.sub-menu .sub-cat a {
  padding: 12px 15px;
  display: block;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
  font-family: "gothic";
  text-transform: capitalize;
  text-align: left;
}
ul.sub-menu .sub-cat a:hover {
  color: #d92828;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*-----------------------------------------------------------------------------
 *
 *KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 *
 *Screen Stylesheet
 *
 *version:    1.0
 *date:       07/27/11
 *author:     themepunch
 *email:      support@themepunch.com
 *website:    http://www.themepunch.com */
/*----------------------------------------------------------------------------- */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

/*********************************************
 *    -   SETTINGS FOR BANNER CONTAINERS  -
 ********************************************* */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.slotholder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
.ip-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.ip-header h1 {
  margin: 0;
}

.ip-logo,
.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-logo {
  top: 0;
  height: 100%;
  transform: translate3d(0, 25%, 0);
  text-align: center;
}

.ip-logo img {
  max-width: 250px !important;
}

.ip-loader {
  bottom: 20%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-loader svg {
  fill: #242424;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #333333 !important;
  stroke-width: 5px;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  transition: stroke-dashoffset 0.2s;
  stroke: #d92828;
  stroke-width: 2px;
}

.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  animation-delay: 0.2s;
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    transform: translate3d(0, 800px, 0);
  }
}
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-logo {
  transform-origin: 50% 0;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedLogo {
  to {
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0)
      scale3d(0.65, 0.65, 1);
  }
}
.loaded .ip-logo {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.loaded .ip-loader {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
.loaded .ip-header {
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedHeader {
  to {
    transform: translate3d(0, -100%, 0);
  }
}
/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
  animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
  animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
  animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes animLoadedContent {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
}
.layout-switch .ip-header {
  position: absolute;
}

.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  transform: none;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: #ffffff;
}

.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}

body {
  background: #fff;
  font-family: "gothic";
  overflow-x: hidden !important;
}

.container {
  max-width: 1170px;
}

#container {
  /* opacity: 0;*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.loaded #container {
  opacity: 1;
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }
}
#content {
  /*padding-left: 100px;*/
  padding-left: 80px;
}
@media (max-width: 1023px) {
  #content {
    padding-left: 0;
  }
}

a.button-one {
  padding: 14px 34px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  border: 1px solid #ffffff;
  position: relative;
}
a.button-one:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 0;
  bottom: -1px;
  background: #d92828;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a.button-one:hover:before {
  width: 100%;
}
a.button-one:hover {
  color: #ffffff;
}
a.button-one span {
  position: relative;
  z-index: 2;
}

a.theme-button {
  display: inline-block;
  padding: 14px 30px;
  color: #2c2c2c;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "gothic";
  border: 1px solid #d3d3d3;
  position: relative;
  letter-spacing: 1px;
}

a.theme-button:hover {
  color: #fff;
}

a.theme-button:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 0;
  bottom: -1px;
  background: #d92828;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a.theme-button:hover:before {
  width: 100%;
}
a.theme-button span {
  position: relative;
  z-index: 2;
}

a.theme-button-enquiry {
  display: inline-block;
  padding: 14px 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "gothic";
  border: 1px solid #d3d3d3;
  position: relative;
  background: #2c2c2c;
  letter-spacing: 1px;
}

a.theme-button-enquiry:hover {
  color: #fff;
}

a.theme-button-enquiry:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 0;
  bottom: -1px;
  background: #d92828;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a.theme-button-enquiry:hover:before {
  width: 100%;
}
a.theme-button-enquiry span {
  position: relative;
  z-index: 2;
}

div.title-box.center-title {
  text-align: center;
}
div.title-box span {
  display: inline-block;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 4px;
  font-weight: 600;
}
div.title-box h2 {
  margin-bottom: 24px;
  line-height: 42px;
}

div.title-box h1 {
  margin-bottom: 24px;
  line-height: 42px;
  font-size: 1.5rem;
  color: #2c2c2c;
}

.bg-gurugram-top {
  background-image: url(../images/projects/gurugram/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-mohali-phase-2-top {
  background-image: url(../images/projects/mohali-phase2/bg/page-title-bg-b.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-mohali-phase-1-top {
  background-image: url(../images/projects/mohali-phase-1/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-ludhiana-top {
  background-image: url(../images/projects/ludhiana/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-haridwar-top {
  background-image: url(../images/projects/haridwar/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-alaknanda-top {
  background-image: url(../images/projects/alaknanda/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-ganga-greens-top {
  background-image: url(../images/projects/ganga-greens/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-gharunda-top {
  background-image: url(../images/projects/haridwar/gharaunda/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-aboutus-top {
  background-image: url(../images/bg/aboutus.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-vision-top {
  background-image: url(../images/bg/vision-mission.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-chairman-top {
  background-image: url(../images/bg/chairman-message.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-leadership-top {
  background-image: url(../images/bg/leadership.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-utkarsh-top {
  background-image: url(../images/projects/haridwar/utkarsh/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-media-top {
  background-image: url(../images/bg/media.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-press-top {
  background-image: url(../images/bg/press.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-video-top {
  background-image: url(../images/bg/video.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-contact-top {
  background-image: url(../images/bg/contact.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-enquiry-top {
  background-image: url(../images/bg/enquiry.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-terms-top {
  background-image: url(../images/bg/terms-conditions.jpg) !important;
  background-size: 100% !important;
  /*  background-position: center -60px!important;*/
}

.bg-nri-overview-top {
  background-image: url(../images/bg/nri-overview.jpg) !important;
  background-size: 100% !important;
  background-position: center -50px !important;
}

.bg-nri-faq-top {
  background-image: url(../images/bg/faq.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

.bg-holiday-homes-top {
  background-image: url(../images/projects/haridwar/holiday-homes/bg/page-title-bg.jpg) !important;
  background-size: 100% !important;
  background-position: center -60px !important;
}

/*	.bg-gurugram-top:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
	z-index: -1;
}*/

section.page-banner-section {
  padding: 20px 0 40px;
  text-align: center;
  background-image: url(../images/projects/mohali-phase2/bg/page-title-bg-b.jpg);
  background-size: cover;
  background-position: center 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  background-attachment: scroll;
  background-repeat: no-repeat;
  margin-top: 100px;
}

section.page-banner-section-coming-soon {
  padding: 0px 0 40px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

.overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.site-bg-secondry-v {
  background-color: rgba(0, 0, 0, 0.6);
}

.site-bg-secondry-contact {
  background-color: rgba(255, 255, 255, 0.1);
}

.site-bg-secondry-leadership {
  background-color: rgba(255, 255, 255, 0.5);
}

section.page-banner-section .heading1,
h1 {
  color: #fff;
  font-size: 30px;
  font-family: "gothic";
  font-weight: 700;
  /*line-height: 90px;*/
  margin: 0;
}

section.page-banner-section p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.info-box {
  position: absolute;
  top: 30px;
  /*right: 30px;*/
  right: 185px;
  padding: 13px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}

.info-box-login {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 13px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}

.info-box-2m {
  display: none;
}

.info-box-3m {
  display: none;
}

.info-box-login-m {
  display: none;
}

@media (max-width: 767px) {
  .info-box {
    display: none;
  }
  .info-box-login {
    display: none;
  }
}
.info-box p {
  color: #fff;
  line-height: 18px;
  /*display: flex;*/
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.info-box p a {
  color: #fff;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}

.info-box p i {
  font-size: 15px;
  margin-right: 7px;
}
.info-box p span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
  margin: 0 11px;
}

.info-box-login p {
  color: #fff;
  line-height: 18px;
  /*display: flex;*/
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.info-box-login p a {
  color: #fff;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}

.info-box-login p i {
  font-size: 15px;
  margin-right: 7px;
}
.info-box-login p span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
  margin: 0 11px;
}

.divider-line {
  border-bottom: 1px solid #2e2e2e;
}

.info-box2 {
  position: absolute;
  top: 30px;
  /*right: 185px;*/
  right: 315px;
  padding: 13px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.info-box2:hover {
  background: rgba(217, 40, 40, 0.8);
}

@media (max-width: 767px) {
  .info-box2 {
    display: none;
  }
}
.info-box2 {
  position: absolute;
  top: 30px;
  /*right: 185px;*/
  right: 315px;
  padding: 13px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.info-box3 {
  position: absolute;
  top: 30px;
  /*right: 185px;*/
  right: 380px;
  padding: 13px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.info-box2:hover {
  background: rgba(217, 40, 40, 0.8);
}

.info-box3:hover {
  background: rgba(217, 40, 40, 0.8);
}

@media (max-width: 767px) {
  .info-box2 {
    display: none;
  }

  .info-box3 {
    display: none;
  }
}
.info-box2 p {
  color: #ffffff;
  line-height: 18px;
  /*display: flex;*/
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.info-box3 p {
  color: #ffffff;
  line-height: 18px;
  /*display: flex;*/
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.info-box2 p a {
  color: #ffffff;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.info-box2 p i {
  font-size: 18px;
  margin-right: 7px;
}

.info-box3 p i {
  font-size: 18px;
  margin-right: 7px;
}
.info-box2 p span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
  margin: 0 11px;
}
.info-box3 p span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
  margin: 0 11px;
}

/*----Mobile start-----*/

.info-box-m {
  display: none;
}

.info-box-m:hover {
  background: rgba(217, 40, 40, 0.8);
}

@media (max-width: 767px) {
  .info-box-m {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 35px;
    right: 10px;
    padding: 5px 10px;
    z-index: 33;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    width: 35px;
  }

  .info-box-m p {
    color: #ffffff;
    line-height: 18px;
    /*display: flex;*/
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-m p a {
    color: #ffffff;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-m p i {
    font-size: 18px;
    margin-right: 0px;
  }
  .info-box-m p span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #6e6e6e;
    margin: 0 11px;
  }

  .info-box-2m {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 3px;
    right: 10px;
    padding: 5px 10px;
    z-index: 33;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    width: 35px;
  }

  .info-box-2m p {
    color: #ffffff;
    line-height: 18px;
    /*display: flex;*/
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-2m p a {
    color: #ffffff;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-2m p i {
    font-size: 18px;
    margin-right: 0px;
  }
  .info-box-2m p span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #6e6e6e;
    margin: 0 11px;
  }

  .info-box-login-m {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 67px;
    right: 10px;
    padding: 5px 10px;
    z-index: 33;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    width: 35px;
  }

  .info-box-login-m p {
    color: #ffffff;
    line-height: 18px;
    /*display: flex;*/
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-login-m p a {
    color: #ffffff;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-login-m p i {
    font-size: 18px;
    margin-right: 0px;
  }
  .info-box-login-m p span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #6e6e6e;
    margin: 0 11px;
  }

  .info-box-3m {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 8px;
    right: 10px;
    padding: 5px 6px;
    z-index: 99;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
  }

  .info-box-3m p {
    color: #ffffff;
    line-height: 18px;
    /*display: flex;*/
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-3m p a {
    color: #ffffff;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .info-box-3m p i {
    font-size: 18px;
    margin-right: 0px;
  }
  .info-box-3m p span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #6e6e6e;
    margin: 0 11px;
  }
}

/*----Mobile end-----*/

/*-------------------------------------------------- */
/* Blog style
/*------------------------------------------------- */
section.blog-section {
  padding: 20px 0;
}
section.blog-section .blog-box.col2 {
  margin: -15px;
}
section.blog-section .blog-box.col2 .blog-post {
  width: 50%;
  padding: 15px;
}

.blog-post .post-content a.button-one {
  padding: 14px 34px;
  color: rgba(0, 0, 0, 0.9);
  text-transform: capitalize;
  border: 1px solid #585858;
  position: relative;
  font-weight: 600;
}

.blog-post .post-content a.button-one:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 0;
  bottom: -1px;
  background: #d92828;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.blog-post .post-content a.button-one:hover:before {
  width: 100%;
}
.blog-post .post-content a.button-one:hover {
  color: #ffffff;
}
.blog-post .post-content a.button-one span {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  section.blog-section .blog-box.col2 .blog-post {
    width: 100%;
  }
}

.blog-post a.post-thumbnail {
  display: block;
  margin: 0;
}
.blog-post a.post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog-post .post-content {
  padding: 40px;
  background: #d9d9d9;
}
.blog-post .post-content h3 {
  /*  padding-top: 20px;
  margin-top: 20px;*/
  border-top: 0px solid #b1b1b1;
}
@media (max-width: 1023px) {
  .blog-post .post-content h3 {
    font-size: 19px;
    line-height: 30px;
  }
}

.blog-post.post-list-style .post-content h4 {
  font-size: 18px;
  line-height: 30px;
  color: #2c2c2c;
  border-top: 1px solid #b1b1b1;
  padding-top: 5px;
  margin-top: 15px;
}

.blog-post .post-content h3 a {
  color: #d92828;
  font-size: 30px;
  font-weight: 700;
}

.blog-post .post-content h3 a:hover {
  color: #d92828;
}

.blog-post .post-content p {
  margin-bottom: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "gothic";
  font-weight: 700;
  line-height: 26px;
  text-align: justify;
}
.blog-post.post-list-style {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .blog-post.post-list-style {
    flex-wrap: wrap;
  }
}
.blog-post.post-list-style:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.blog-post.post-list-style a.post-thumbnail,
.blog-post.post-list-style .post-content {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-post.post-list-style a.post-thumbnail,
  .blog-post.post-list-style .post-content {
    width: 100%;
  }
}
.blog-post.post-list-style a.post-thumbnail img {
  height: 415px;
  object-fit: cover;
  object-position: center;
}
.blog-post.post-list-style .post-content {
  padding: 15px 30px;
}
@media (max-width: 1023px) {
  .blog-post.post-list-style .post-content {
    padding: 30px;
  }
}
.blog-post.post-list-style .post-content h3 {
  padding-top: 15px;
  margin-top: 0px;
}

ul.meta-list {
  padding: 0;
  margin: 0;
}
ul.meta-list li {
  display: inline-block;
  margin-right: 17px;
}
@media (max-width: 1239px) {
  ul.meta-list li {
    margin-right: 10px;
  }
}
ul.meta-list li:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #ffffff;
  margin-right: 20px;
  float: left;
  margin-top: 14px;
}
@media (max-width: 1239px) {
  ul.meta-list li:before {
    margin-right: 14px;
  }
}

ul.meta-list li:first-child:before {
  display: none;
}

ul.meta-list li {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 20px;
}

ul.meta-list li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #d92828;
  text-align: center;
  font-size: 18px;
  float: left;
  margin-right: 15px;
  color: #fff;
}

@media (max-width: 1239px) {
  ul.meta-list li i {
    margin-right: 10px;
  }
}

ul.pagination-list {
  padding: 24px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #2e2e2e;
}
ul.pagination-list li {
  display: inline-block;
  margin-right: 17px;
}
ul.pagination-list li a {
  font-weight: 300;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  width: 30px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #2e2e2e;
}
ul.pagination-list li a.active {
  border-bottom: 5px solid #d92828;
  margin-bottom: -4px;
}
ul.pagination-list li a:hover {
  color: #d92828;
}

/*-------------------------------------------------- */
/* Portfolio style
/*------------------------------------------------- */
section.filter-section {
  background-image: url("../upload/portfolio/portfolio-filter-bg.png");
  background-color: rgba(80, 80, 80, 0.2);
  background-blend-mode: multiply;
  background-size: cover;
  text-align: center;
  padding: 0px 0px;
}
section.filter-section ul.filter {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
section.filter-section ul.filter li {
  /*  display: inline-block;
  padding: 10px 0;
  border-right:1px solid #c7c7c7;
  width: 115px;
  text-align: center;
  cursor: pointer;*/
  display: inline-block;
  padding: 10px 15px;
  border-right: 1px solid #c7c7c7;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

section.filter-section ul.filter li:hover {
  background: #a5a5a5;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

section.filter-section ul.filter li:first-child {
  border-left: 1px solid #c7c7c7;
}
@media (max-width: 1459px) {
  section.filter-section ul.filter li {
    width: 140px;
    padding: 0px 0;
  }
}
@media (max-width: 1239px) {
  section.filter-section ul.filter li {
    width: auto;
    padding: 0px;
  }
}
@media (max-width: 1024px) {
  section.filter-section ul.filter li {
    width: 20%;
    float: left;
    border-bottom: 0px solid #5e5e5e;
    border-right: 0px solid #c7c7c7;
    border-left: none !important;
  }
}
@media (max-width: 767px) {
  section.filter-section ul.filter li {
    width: 33.3333%;
    float: left;
  }
}
section.filter-section ul.filter li a {
  /*display: inline-block;*/
  display: grid;
  padding: 10px 9px;
  color: #2c2c2c;
  font-size: 15px;
  font-family: "gothic";
  position: relative;
  font-weight: 600;
}

section.filter-section ul.filter li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: transparent;
}
section.filter-section ul.filter li a.active:before {
  background: #d92828;
}

section.filter-section ul.filter li a i {
  padding: 16px 0;
  color: #6c6c6c;
  font-size: 30px;
}

section.portfolio-section {
  padding: 40px 0;
}
@media (max-width: 1239px) {
  section.portfolio-section {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  section.portfolio-section {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  section.portfolio-section {
    padding: 30px 15px;
  }
}
section.portfolio-section.fullscreen {
  padding: 0;
}
section.portfolio-section .portfolio-box {
  margin: -15px;
}
section.portfolio-section .portfolio-box .portfolio-post {
  width: 100%;
  padding: 15px;
}
@media (max-width: 1239px) {
  section.portfolio-section .portfolio-box .portfolio-post {
    /* width: 50%;*/
  }
}
@media (max-width: 767px) {
  section.portfolio-section .portfolio-box .portfolio-post {
    width: 100%;
  }
}
section.portfolio-section .portfolio-box.colum4 .portfolio-post {
  width: 25%;
}
@media (max-width: 1239px) {
  section.portfolio-section .portfolio-box.colum4 .portfolio-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.portfolio-section .portfolio-box.colum4 .portfolio-post {
    width: 100%;
  }
}
section.portfolio-section
  .portfolio-box.colum4
  .portfolio-post.with-large-size {
  width: 50%;
}
@media (max-width: 767px) {
  section.portfolio-section
    .portfolio-box.colum4
    .portfolio-post.with-large-size {
    width: 100%;
  }
}
section.portfolio-section .portfolio-box.colum5 .portfolio-post {
  width: 20%;
}
@media (max-width: 1239px) {
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 100%;
  }
}
section.portfolio-section .portfolio-box.joined {
  margin: 0;
}
section.portfolio-section .portfolio-box.joined .portfolio-post {
  padding: 10px;
}

/* Common style */
.portfolio-post figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  border-radius: 15px;
  border: 4px solid #d92828;
}
.portfolio-post figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.portfolio-post figure img {
  position: relative;
  display: block;
  width: 110%;
}

.portfolio-post figure figcaption {
  padding: 15px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}

.portfolio-post figure figcaption::before,
.portfolio-post figure figcaption::after {
  pointer-events: none;
}

.portfolio-post figure figcaption,
.portfolio-post figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-post figure.hover2 figcaption {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: inherit;
  width: auto;
  height: auto;
  background-color: #3d3d3d;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.portfolio-post figure figcaption > a {
  z-index: 1000;
  top: 10px;
  left: initial;
  right: -30px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 40px;
  text-align: center;
}
.portfolio-post figure figcaption > a span {
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-post figure figcaption > a:hover span {
  color: #d92828;
}
.portfolio-post figure figcaption > a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-post figure figcaption > a:hover:after {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-post figure.hover2 figcaption > a {
  border: 5px solid #d92828;
  background-color: #3d3d3d;
  top: -30px;
  right: 40px;
}
.portfolio-post figure.hover2 figcaption > a span {
  line-height: 50px;
}

.portfolio-post figure h4,
.portfolio-post figure p {
  margin: 0;
}
.portfolio-post figure h4 a,
.portfolio-post figure p a {
  color: #ffffff;
}
.portfolio-post figure h4 a:hover,
.portfolio-post figure p a:hover {
  color: #d92828;
}

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: rgba(0, 0, 0, 0.5);
}

figure.effect-milo img {
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo.hover2:hover img {
  opacity: 1;
}

figure.effect-milo figcaption > a {
  /*opacity: 0;*/
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover figcaption > a {
  opacity: 1;
  /*  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
}

figure.effect-milo p {
  color: #ffffff;
  font-size: 14px;
  text-transform: lowercase;
}

figure.effect-milo p a {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

figure.effect-milo.hover2 p {
  font-size: 13px;
  text-transform: uppercase;
}

.portfolio-post figure.effect-milo.hover2 h4 {
  font-size: 15px;
  margin-top: 2px;
}

figure.effect-milo.hover2 figcaption > a {
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

figure.effect-milo.hover2:hover figcaption > a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*------------------------------------------------- */
/* =  Contact section*/
/*------------------------------------------------- */
section.contact-info-section {
  padding: 40px 0;
  background: #fff5f5;
}
section.contact-info-section {
  margin-right: -1px;
}
section.contact-info-section .contact-info-post {
  display: flex;
  align-items: center;
  padding: 35px 25px;
  border: 0px solid #e3e3e3;
}

section.contact-info-section .contact-info-post2 {
  display: block;
  align-items: center;
  padding: 10px 25px;
  border: 0px solid #e3e3e3;
}

section.contact-info-section .col-lg-8 {
  margin-right: -1px;
}
section.contact-info-section .col-lg-8 .contact-info-post {
  display: flex;
  align-items: center;
  padding: 35px 25px;
  border: 1px solid #e3e3e3;
}

@media (max-width: 1023px) {
  section.contact-info-section .contact-info-post {
    margin-bottom: 10px;
    padding: 10px 10px;
  }

  section.contact-info-section .col-lg-8 .contact-info-post {
    margin-bottom: 10px;
    padding: 10px 10px;
  }
}

section.contact-info-section .contact-info-post i {
  color: #2c2c2c;
  font-size: 28px;
  margin-right: 26px;
}
section.contact-info-section .contact-info-post h4 {
  font-weight: 600;
  font-size: 20px;
  color: #d92828;
}
section.contact-info-section .contact-info-post p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

section.contact-info-section .contact-info-post p a {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
  color: #2c2c2c;
}

section.contact-info-section .col-lg-8 .contact-info-post i {
  color: #ffffff;
  font-size: 28px;
  margin-right: 26px;
}
section.contact-info-section .col-lg-8 .contact-info-post h4 {
  font-weight: 600;
  font-size: 20px;
}
section.contact-info-section .col-lg-8 .contact-info-post p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
}

.contact-form-box {
  padding-top: 50px;
}
.contact-form-box #contact-form {
  padding: 30px 30px 10px;
  border: 1px solid #3d3d3d;
}
@media (max-width: 1023px) {
  .contact-form-box #contact-form {
    margin-bottom: 40px;
  }
}
.contact-form-box #contact-form h4 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-form-box #contact-form .input-line {
  display: flex;
  border-bottom: 1px solid #3d3d3d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 35px;
  position: relative;
}
.contact-form-box #contact-form .input-line:last-child {
  margin-bottom: 0;
}
.contact-form-box #contact-form .input-line label {
  color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
  padding-bottom: 20px;
}
.contact-form-box #contact-form .input-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 14px;
  background: #3d3d3d;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #contact-form .input-line:focus-within {
  border-color: #ffffff;
}
.contact-form-box #contact-form .input-line:focus-within:after {
  left: 100%;
  margin-left: -14px;
  background: #ffffff;
}
.contact-form-box #contact-form input[type="text"],
.contact-form-box #contact-form textarea {
  display: block;
  width: 100%;
  padding: 0 12px 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "gothic";
  outline: none;
  border: none;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #contact-form textarea {
  padding: 0;
  height: 124px;
}
.contact-form-box #contact-form button {
  width: 100%;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-family: "gothic";
  font-weight: 600;
  padding: 12px 22px;
  border: none;
  background: #3d3d3d;
  outline: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact-form-box #contact-form button:hover {
  background: #d92828;
  color: #ffffff;
}

#msg {
  display: none;
  padding: 14px 30px;
  font-size: 15px;
  font-family: "gothic";
}

#map {
  width: 100%;
  height: 310px;
}

/*---------------------------------------
    09. Services Section CSS
---------------------------------------*/
/*.rs-services.style1 .service-wrap {
  padding: 15px 10px;
  text-align: center;
  background: #f1f6fc;
  box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}
.rs-services.style1 .service-wrap .icon-part {
  margin-bottom: 25px;
}
.rs-services.style1 .service-wrap .icon-part img {
  max-width: 70px;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .icon-part.size-mod img {
  max-width: 58px;
}
.rs-services.style1 .service-wrap .content-part .title {
  margin-bottom: 9px;
}
.rs-services.style1 .service-wrap .content-part .title a {
  color: #1c1b1b;
}
.rs-services.style1 .service-wrap .content-part .title a:hover {
  color: #106eea;
}
.rs-services.style1 .service-wrap:hover .icon-part img {
  animation-name: shake-x;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.rs-services.style1.modify .service-wrap:hover .icon-part img {
  animation-name: shake-y;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.rs-services.style1.modify2 .service-wrap {
  box-shadow: none;
  border-radius: 0;
}
.rs-services.style1.modify2 .service-wrap:hover .icon-part img {
  animation-name: shake-y;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.rs-services.style2 .service-wrap {
  padding: 15px 15px 30px;
  background: #ffffff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}
.rs-services.style2 .service-wrap .image-part {
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-services.style2 .service-wrap .image-part img {
  transform: scale(1);
  transition: all 0.9s;
}
.rs-services.style2 .service-wrap .content-part .title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
.rs-services.style2 .service-wrap .content-part .title a {
  color: #1c1b1b;
}
.rs-services.style2 .service-wrap .content-part .title a:hover {
  color: #106eea;
}
.rs-services.style2 .service-wrap:hover .image-part img {
  transform: scale(1.1);
}
.rs-services.style3 .service-wrap {
  text-align: center;
  background: #f1f6fc;
  border-radius: 40px;
  padding: 40px 30px 41px;
}
.rs-services.style3 .service-wrap .icon-part {
  margin-bottom: 26px;
}
.rs-services.style3 .service-wrap .icon-part img {
  width: 70px;
  margin: 0 auto;
}
.rs-services.style3 .service-wrap .title {
  font-weight: 600;
  margin-bottom: 12px;
}
.rs-services.style3 .service-wrap .title a {
  color: #1c1b1b;
}
.rs-services.style3 .service-wrap .title a:hover {
  color: #106eea;
}
.rs-services.style4 {
  position: relative;
  z-index: 1;
}
.rs-services.style4 .image-part img {
  border-radius: 10px;
}
.rs-services.style4 .service-wrap .icon-part {
  margin-bottom: 14px;
}
.rs-services.style4 .service-wrap .icon-part img {
  max-width: 55px;
}
.rs-services.style4 .service-wrap .content-part .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 4px;
}
.rs-services.style4 .service-wrap .content-part .title a {
  color: #1c1b1b;
}
.rs-services.style4 .service-wrap .content-part .title a:hover {
  color: #106eea;
}
.rs-services.style5 {
  position: relative;
  z-index: 1;
}
.rs-services.style5 .content-part {
  background: #ffffff;
  padding: 30px 0 22px;
  border-radius: 4px;
  text-align: center;
}
.rs-services.style5 .content-part .rs-pie-content {
  margin-bottom: 10px;
}
.rs-services.style5 .content-part .rs-pie-content .rs-pie2 {
  display: inline-block;
  position: relative;
  text-align: center;
}
.rs-services.style5 .content-part .rs-pie-content .rs-pie2 .rspie-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #101010;
}
.rs-services.style5 .content-part .pie-title {
  margin-bottom: 0;
  color: #101010;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  text-transform: uppercase;
}
.rs-services.style5:after,
.rs-services.style5:before {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  z-index: -1;
}
.rs-services.style5:before {
  left: 0;
  width: 47%;
  background: url(../img/services/style5/left-img.jpg);
}
.rs-services.style5:after {
  right: 0;
  width: 53%;
  background: url(../img/services/style5/right-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.rs-services.style6 .services-wrap .icon-part {
  margin-bottom: 17px;
}
.rs-services.style6 .services-wrap .icon-part i {
  font-size: 40px;
  color: #898989;
}
.rs-services.style6 .services-wrap .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 10px;
}
.rs-services.style6 .services-wrap .title a {
  color: #ffffff;
}
.rs-services.style6 .services-wrap .title a:hover {
  color: #106eea;
}
.rs-services.style6 .services-wrap .desc {
  color: #ffffff;
}
.rs-services.style7 .services-wrap {
  padding: 38px 30px 36px;
  box-shadow: 0 0 72px -10px rgba(0, 0, 0, 0.22);
  text-align: center;
  border-radius: 30px;
}
.rs-services.style7 .services-wrap .icon-part {
  margin-bottom: 19px;
}
.rs-services.style7 .services-wrap .icon-part img {
  max-width: 80px;
}
.rs-services.style7 .services-wrap .title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
.rs-services.style7 .services-wrap .title a {
  color: #0a0a0a;
}
.rs-services.style7 .services-wrap .title a:hover {
  color: #67c27c;
}
.rs-services.style7 .more-btn {
  font-size: 15px;
  line-height: 31px;
 font-weight:700;
}
.rs-services.style7 .more-btn a {
  color: #67c27c;
}
.rs-services.style8 .service-wrap {
  padding: 50px 62px;
  background: #ffffff;
  box-shadow: 0px 0px 34px 20px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.rs-services.style8 .service-wrap .icon-part {
  margin-bottom: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.rs-services.style8 .service-wrap .icon-part img {
  margin-bottom: -36px;
  z-index: 1;
  position: relative;
}
.rs-services.style8 .service-wrap .icon-part:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #106eea;
  opacity: 0.7;
  background: #fceceb;
}
.rs-services.style8 .service-wrap .icon-part.two:after {
  background: #ecf3ff;
}
.rs-services.style8 .service-wrap .icon-part.three:after {
  background: #e5f9f6;
}
.rs-services.style8 .service-wrap .content-part .title {
  margin-bottom: 9px;
  font-weight: 600;
  line-height: 32px;
}
.rs-services.style8 .service-wrap .content-part .title a {
  color: #05275a;
}
.rs-services.style8 .service-wrap .content-part .read-btn a {
  color: #606e84;
  font-weight: 600;
  font-size: 15px;
}
.rs-services.style8 .service-wrap .content-part .read-btn a i {
  transition: all 0.3s ease;
  padding-left: 5px;
}
.rs-services.style8 .service-wrap .content-part .read-btn a:hover i {
  padding-left: 10px;
}
.rs-services.style8 .service-wrap:hover .icon-part {
  animation-name: shake-x;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.rs-services.style9 .service-wrap {
  box-shadow: 0px 0px 45px -22px rgba(0, 0, 0, 0.22);
  padding: 40px 25px 30px;
  background-image: linear-gradient(180deg, #ffffff 0%, #f2f4fc 100%);
}
.rs-services.style9 .service-wrap .icon-part {
  margin-bottom: 27px;
}
.rs-services.style9 .service-wrap .icon-part img {
  max-width: 70px;
}
.rs-services.style9 .service-wrap .title {
  margin-bottom: 18px;
}
.rs-services.style9 .service-wrap .title a {
  color: #1c1b1b;
}
.rs-services.style9 .service-wrap .title a:hover {
  color: #1c3988;
}
.rs-services.style9 .bottom-link {
  font-size: 15px;
  line-height: 32px;
 font-weight:700;
}
.rs-services.style9 .bottom-link a {
  color: #1c3988;
}
.rs-services.style10 .service-wrap {
  padding: 60px 50px 57px;
  background: #ffffff;
  box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.03);
  border-right: 1px solid #F4FBFF;
  transition: all 0.3s ease;
}
.rs-services.style10 .service-wrap .icon-part {
  margin-bottom: 22px;
  transition: all 0.3s ease;
}
.rs-services.style10 .service-wrap .icon-part img {
  width: 60px;
}
.rs-services.style10 .service-wrap .content-part .title {
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.rs-services.style10 .service-wrap .content-part .title a {
  color: #101010;
}
.rs-services.style10 .service-wrap .content-part .title a:hover {
  color: #ec4c6f;
}
.rs-services.style10 .service-wrap.last-item {
  border: none;
}
.rs-services.style10 .service-wrap:hover {
  box-shadow: 0px 1px 20px 3px rgba(0, 0, 0, 0.08);
}
.rs-services.style11 .service-wraping {
  padding: 40px 50px 50px;
  position: relative;
  z-index: 1;
}
.rs-services.style11 .service-wraping .top-part {
  position: relative;
  border-bottom: 1px dashed #b1976b;
}
.rs-services.style11 .service-wraping .top-part .title {
  text-transform: uppercase;
 font-weight:700;
  font-size: 32px;
}
.rs-services.style11 .service-wraping .top-part .justice-icon {
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  background: #282e3f;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  position: absolute;
}
.rs-services.style11 .service-wraping .service-wrap {
  transition: all 0.3s ease;
  display: flex;
  padding-right: 30px;
}
.rs-services.style11 .service-wraping .service-wrap .icon-part {
  margin-right: 22px;
  transition: all 0.3s ease;
}
.rs-services.style11 .service-wraping .service-wrap .icon-part img {
  width: 60px;
  max-width: 60px;
}
.rs-services.style11 .service-wraping .service-wrap .content-part .title {
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.rs-services.style11 .service-wraping .service-wrap .content-part .title a {
  color: #ffffff;
}
.rs-services.style11 .service-wraping .service-wrap .content-part .title a:hover {
  color: #b1976b;
}
.rs-services.style12 .service-wrap {
  padding: 50px 35px;
  background-image: linear-gradient(130deg, #1e2433 0%, #424c65 100%);
  transition: all 0.3s ease;
  text-align: center;
}
.rs-services.style12 .service-wrap .icon-part img {
  width: 64px;
  margin: 0 auto;
}
.rs-services.style12 .service-wrap .content-part {
  color: #ffffff;
}
.rs-services.style12 .service-wrap .content-part .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 32px;
}
.rs-services.style12 .service-wrap .content-part .title a {
  color: #ffffff;
}
.rs-services.style12 .service-wrap .content-part .title a:hover {
  color: #b1976b;
}
.rs-services.style12 .service-wrap .content-part .btn-part a {
  font-size: 15px;
 font-weight:700;
  color: #b1976b;
  text-transform: uppercase;
  padding-right: 15px;
}
.rs-services.style12 .service-wrap .content-part .btn-part a:after {
  content: "\f113";
  font-size: 10px;
  color: #b1976b;
}
.rs-services.style12 .service-wrap:hover {
  background-image: radial-gradient(at center center, #424c65 0%, #1e2433 100%);
}
.rs-services.style13 .service-wrap {
  text-align: center;
  background: #ffffff;
  padding: 15px 15px 0 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.rs-services.style13 .service-wrap .img-part {
  position: relative;
}
.rs-services.style13 .service-wrap .img-part .icon-part {
  width: 70px;
  height: 70px;
  line-height: 64px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #d83030;
  color: #ffffff;
  box-shadow: 0 0 30px #a79f9f;
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: 0 auto;
}
.rs-services.style13 .service-wrap .content-part {
  position: relative;
  padding: 45px 0 73px;
}
.rs-services.style13 .service-wrap .content-part .title {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 10px;
}
.rs-services.style13 .service-wrap .content-part .title a {
  color: #032e42;
}
.rs-services.style13 .service-wrap .content-part .title a:hover {
  color: #d83030;
}
.rs-services.style13 .service-wrap .content-part .btn-part {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.rs-services.style13 .service-wrap .content-part .btn-part a {
  font-size: 18px;
  padding: 10px;
  color: #ffffff;
}
.rs-services.style13 .service-wrap .content-part:after,
.rs-services.style13 .service-wrap .content-part:before {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.rs-services.style13 .service-wrap .content-part:before {
  width: 170px;
  height: 170px;
  border: 1px solid #f3f3f3;
  bottom: -125px;
}
.rs-services.style13 .service-wrap .content-part:after {
  background: #f3f3f3;
  width: 126px;
  height: 126px;
  bottom: -98px;
}
.rs-services.style13 .service-wrap:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #d83030;
  transition: all 0.5s;
}
.rs-services.style13 .service-wrap:hover .content-part .btn-part {
  bottom: 0;
}
.rs-services.style13 .service-wrap:hover .content-part:before {
  width: 182px;
  height: 182px;
  border-color: #d83030;
}
.rs-services.style13 .service-wrap:hover .content-part:after {
  width: 140px;
  height: 140px;
  background: #d83030;
}
.rs-services.style13 .service-wrap:hover:after {
  width: 100%;
}
.rs-services.style14 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #FFFFFF;
  text-align: center;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #1c1b1b;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #106eea;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateX(180deg);
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style14 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateX(0);
  z-index: 1;
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front.paste-light {
  background-image: linear-gradient(90deg, #00ebd3 0%, #00b0e8 100%);
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front.pink-light {
  background-image: linear-gradient(90deg, #f67d31 0%, #ed3b4b 58%);
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front.dark-blue {
  background-image: linear-gradient(90deg, #2647c8 0%, #c131f6 58%);
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front.pink-dark {
  background-image: linear-gradient(90deg, #facc22 0%, #f83600 58%);
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front.dark-paste {
  background-image: linear-gradient(90deg, #2ad45c 0%, #1fa2cb 58%);
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front.light-blue {
  background-image: linear-gradient(90deg, #0dccff 0%, #4760ff 58%);
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style14 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style14.it-solutions .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap {
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #1c1b1b;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #106eea;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-color: #562dd4;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.9s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.9s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  background-image: linear-gradient(90deg, #1672de 0%, #071f6b 58%);
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style14.it-solutions .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style14.it-solutions .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style14.it-solutions .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style14.it-solutions .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style14.it-solutions .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style15 .addon-services {
  background:url(../img/clients/service-shape.png);
  background-repeat: no-repeat;
  background-position: 200px 150px;
  padding: 15px 15px 15px 15px;
  text-align: center;
}

.rs-services.style15 .addon-services:hover {
  background-color: #fff;
  box-shadow: 0 0 30px #eee;
}

.rs-services.style15 .addon-services .services-icon {
  margin-bottom:0px;
}
.rs-services.style15 .addon-services .services-icon img {
  max-width: unset;
  width: 200px;
}
.rs-services.style15 .addon-services .services-text .title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.rs-services.style15 .addon-services .services-text .title a {
  color: #111111;
}
.rs-services.style15 .addon-services .services-text .title a:hover {
  color: #12adfc;
}
.rs-services.style15 .addon-services .services-text .services-txt {
  margin-bottom: 0;
}
.rs-services.style15.modify1 .addon-services {
  background: url(../img/services/style16/service-box.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 7px 25px 0px #eee;
}
.rs-services.style15.modify1 .addon-services .services-text .title {
  margin-bottom: 10px;
}
.rs-services.style15.modify1 .addon-services .services-text .title a:hover {
  color: #bf0505;
}
.rs-services.style16 .services-wrap {
  margin: 0px 7px 0px 0px;
  transition: background 0.6s;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #DDE2E5;
  border-radius: 3px 3px 3px 3px;
  padding: 50px 40px 40px 40px;
  transition: all ease .3s;
}
.rs-services.style16 .services-wrap .icon-part {
  background-image: linear-gradient(200deg, #00a1f5 0%, #015eea 96%);
  border-radius: 2px;
  margin-left: 11px;
  margin-top: 11px;
  transition: .4s;
  height: 55px;
  display: inline-block;
  padding: 5px;
  min-width: 55px;
  text-align: center;
  transform: rotate(45deg);
  margin-bottom: 30px;
}
.rs-services.style16 .services-wrap .icon-part i {
  transform: rotate(-45deg);
  transition: all ease .3s;
}
.rs-services.style16 .services-wrap .icon-part i:before {
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
}
.rs-services.style16 .services-wrap .services-txt .services-title {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 14px;
}
.rs-services.style16 .services-wrap .services-txt .services-title a {
  color: #1c1b1b;
}
.rs-services.style16 .services-wrap .services-txt .services-txt {
  margin-bottom: 20px;
}
.rs-services.style16 .services-wrap .services-txt .serial-number {
  color: #B1E0F9;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.rs-services.style16 .services-wrap:hover {
  background: url(../img/bg/service-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-services.style16 .services-wrap:hover .icon-part {
  background: #ffffff;
}
.rs-services.style16 .services-wrap:hover .icon-part i {
  transform: rotate(-45deg);
}
.rs-services.style16 .services-wrap:hover .icon-part i:before {
  color: #106eea;
}
.rs-services.style16 .services-wrap:hover .services-txt .services-title a {
  color: #ffffff;
}
.rs-services.style16 .services-wrap:hover .services-txt .services-txt {
  color: #ffffff;
}
.rs-services.style16 .services-wrap:hover .services-txt .serial-number {
  color: #ffffff;
}
.rs-services.style17 .services-item {
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 0px 10px 0px #eee;
  background: #ffffff;
  margin: 0 -10px 0 0;
}
.rs-services.style17 .services-item .services-img {
  padding: 5px 5px 5px 5px;
}
.rs-services.style17 .services-item .services-content {
  padding: 30px 0px 30px 10px;
}
.rs-services.style17 .services-item .services-content .services-title .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style17 .services-item .services-content .services-title .title a {
  color: #0a0a0a;
}
.rs-services.style17 .services-item .services-content .services-title .title a:hover {
  color: #106eea;
}
.rs-services.style17 .services-item .services-content .services-txt {
  margin-bottom: 0;
  padding-right: 20px;
}
.rs-services.style18 {
  margin-top: -160px;
  padding-top: 260px;
  position: relative;
}
.rs-services.style18 .services-item {
  box-shadow: 0px 0px 45px 22px #eee;
  background: #fdfdfe;
  margin: 0px -15px 0px 0px;
  padding: 40px 25px 30px 25px;
  text-align: center;
}
.rs-services.style18 .services-item .services-icon {
  margin-bottom: 15px;
}
.rs-services.style18 .services-item .services-icon a img {
  height: 70px;
}
.rs-services.style18 .services-item .text-area .title {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.rs-services.style18 .services-item .text-area .title a {
  color: #0a0a0a;
}
.rs-services.style18 .services-item .text-area .title a:hover {
  color: #1273eb;
}
.rs-services.style18 .services-item .text-area .services-txt {
  margin-bottom: 0;
}
.rs-services.style18 .bottom-link {
  font-size: 15px;
 font-weight:700;
}
.rs-services.style18 .bottom-link a {
  color: #1C3988;
}
.rs-services.style19 .services-item .services-wrap {
  padding: 100px 50px 70px 50px;
  position: relative;
}
.rs-services.style19 .services-item .services-wrap .shape-part {
  position: absolute;
  top: 72px;
  right: 79px;
  transition: all .3s ease 0s;
}
.rs-services.style19 .services-item .services-wrap .icon-part {
  display: inline-block;
  padding: 5px;
  font-size: 45px;
  color: #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  background: #fc6638;
  margin: 0 auto 42px;
  z-index: 1;
  text-align: center;
}
.rs-services.style19 .services-item .services-wrap .icon-part:before {
  position: absolute;
  content: '';
  right: -1px;
  bottom: -2px;
  width: 112px;
  height: 112px;
  border-radius: 100%;
  border: 1px solid #fc6638;
  transition: all .3s ease 0s;
  z-index: 0;
}
.rs-services.style19 .services-item .services-wrap .icon-part i:before {
  font-size: 45px;
}
.rs-services.style19 .services-item .services-wrap .icon-part.purple-bg {
  background: #6C58FA;
}
.rs-services.style19 .services-item .services-wrap .icon-part.purple-bg:before {
  border: 1px solid #6C58FA;
}
.rs-services.style19 .services-item .services-wrap .icon-part.blue-bg {
  background: #323E79;
}
.rs-services.style19 .services-item .services-wrap .icon-part.blue-bg:before {
  border: 1px solid #323E79;
}
.rs-services.style19 .services-item .services-wrap .services-content .services-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 20px;
  font-family: Poppins;
}
.rs-services.style19 .services-item .services-wrap .services-content .services-title .title a {
  color: #04004d;
}
.rs-services.style19 .services-item .services-wrap .services-content .services-title .title a:hover {
  color: #ec4c6f;
}
.rs-services.style19 .services-item .services-wrap .services-content .services-txt {
  color: #555555;
  margin-bottom: 0;
}
.rs-services.style19 .services-item:hover .icon-part:before {
  opacity: 0;
  transform: scale(0.85);
}
.rs-services.style19 .hover-effect:hover .services-item:hover,
.rs-services.style19 .hover-effect:not(:hover) .active {
  box-shadow: 3px 7px 25px #eee;
  background: #fff;
}
.rs-services.style19 .hover-effect:hover .services-item:hover .icon-part .shape,
.rs-services.style19 .hover-effect:not(:hover) .active .icon-part .shape {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
.rs-services.style20 .services-item .iconbox-area {
  background: #fff;
  box-shadow: 0px 0px 45px 22px #eee;
  padding: 35px;
  border-radius: 5px 5px 5px 5px;
  margin: 0 -13px 0 0;
}
.rs-services.style20 .services-item .iconbox-area .icon-part {
  margin-bottom: 20px;
}
.rs-services.style20 .services-item .iconbox-area .icon-part a img {
  width: 64px;
}
.rs-services.style20 .services-item .iconbox-area .services-content .title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
}
.rs-services.style20 .services-item .iconbox-area .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style20 .services-item .iconbox-area .services-content .title a:hover {
  color: #106eea;
}
.rs-services.style20 .services-item .iconbox-area .services-content .services-txt {
  margin: 0;
}
.rs-services.style20 .services-item:hover .iconbox-area .icon-part {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.rs-services.style20 .bottom-link {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #1c1b1b;
}
.rs-services.style20 .bottom-link a {
  color: #106eea;
}
.rs-services.style20 .bottom-link a:hover {
  color: #ec4c6f;
}
.rs-services.style21 .services-item .services-wrap {
  padding: 50px 25px 50px 25px;
  text-align: left;
  background-image: linear-gradient(160deg, #e68a8a 0%, #f8f9fa 52%);
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.rs-services.style21 .services-item .services-wrap .services-icon {
  margin-bottom: 25px;
}
.rs-services.style21 .services-item .services-wrap .services-icon .main-img {
  height: 50px;
  width: 50px;
  max-width: unset;
  transition: all .3s ease;
}
.rs-services.style21 .services-item .services-wrap .services-icon .hover-img {
  max-width: unset;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 23px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all .3s ease;
}
.rs-services.style21 .services-item .services-wrap .services-content .title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.rs-services.style21 .services-item .services-wrap .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style21 .services-item .services-wrap .services-content .services-txt {
  margin-bottom: 0px;
}
.rs-services.style21 .services-item .services-wrap:after {
  display: block;
  width: 100%;
  height: 5px;
  background: #BB0B0B;
  content: '';
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services.style21 .services-item .services-wrap:hover {
  background-image: linear-gradient(120deg, #bf0505 0%, #21081a 100%);
  border-radius: 10px 10px 0px 0px;
}
.rs-services.style21 .services-item .services-wrap:hover .services-icon {
  margin-bottom: 25px;
}
.rs-services.style21 .services-item .services-wrap:hover .services-icon .main-img {
  transform: scale(0);
}
.rs-services.style21 .services-item .services-wrap:hover .services-icon .hover-img {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rs-services.style21 .services-item .services-wrap:hover .services-content .title a {
  color: #ffffff;
}
.rs-services.style21 .services-item .services-wrap:hover .services-content .services-txt {
  color: #ffffff;
}
.rs-services.style22 {
  position: relative;
}
.rs-services.style22 .service-wrap {
  display: flex;
  padding: 30px 32px 30px 32px;
}
.rs-services.style22 .service-wrap .icon-part img {
  width: 66px;
  height: 66px;
  max-width: unset;
}
.rs-services.style22 .service-wrap .content-part {
  padding: 0px 0px 0px 28px;
}
.rs-services.style22 .service-wrap .content-part .title {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin: 0 0 10px;
}
.rs-services.style22 .service-wrap .content-part .title a {
  color: #0a0a0a;
}
.rs-services.style22 .service-wrap .content-part .title a:hover {
  color: #106eea;
}
.rs-services.style22 .service-wrap.light-bg {
  background-image: linear-gradient(180deg, #f9fcff 0%, #dceaf3 100%);
}
.rs-services.style22 .animate-style {
  position: absolute;
  left: 11%;
  bottom: 74px;
}
*/

/*---------------------------------------
    11. Why Choose Us Section CSS
---------------------------------------*/
/*.rs-whychooseus.style1 {
  position: relative;
}
.rs-whychooseus.style1 .container {
  z-index: 1;
  position: relative;
}
.rs-whychooseus.style1 .item-wrap {
  padding: 20px 20px 20px;
  border-radius: 40px;
  background: #f1f6fc;
  text-align: center;
}
.rs-whychooseus.style1 .item-wrap .icon-part {
  margin-bottom: 10px;
}
.rs-whychooseus.style1 .item-wrap .icon-part img {
  max-width: 100%;
  margin: 0 auto;
}
.rs-whychooseus.style1 .item-wrap .title {
  margin-bottom: 0;
 font-weight:700;
  font-size: 15px;
  font-family: 'gothic';
}
.rs-whychooseus.style1 .item-wrap .title a {
  color: #1c1b1b;
}
.rs-whychooseus.style1 .item-wrap .title a:hover {
  color: #106eea;
}
.rs-whychooseus.style1 .video-wrap {
  border-radius: 40px;
}
.rs-whychooseus.style1 .video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-whychooseus.style1:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.98;
  z-index: 0;
}
.rs-whychooseus.style2 .rs-counter-list {
  text-align: center;
  box-shadow: 0 0 72px -10px rgba(0, 0, 0, 0.22);
  padding: 20px 20px 20px;
  border-radius:15px;
}
.rs-whychooseus.style2 .rs-counter-list .icon-part {
  margin-bottom: 20px;
}
.rs-whychooseus.style2 .rs-counter-list .icon-part img {
  max-width: 70px;
  margin: 0 auto;
}
.rs-whychooseus.style2 .rs-counter-list .icon-part i {
  margin: 0 auto; 
  font-size:50px; 
  color:#2c2c2c;
}


.rs-whychooseus.style2 .rs-counter-list .counter-text .rs-count {
  font-size: 44px;
  line-height: 60px;
  font-weight: 600;
  color: #1c1b1b;
  position: relative;
  display: inline-block;
  padding-right: 28px;
  margin-bottom: 16px;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .rs-count:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1c1b1b;
  opacity: 0.9;
}
.rs-whychooseus.style2 .rs-counter-list .counter-text .title {
  font-size: 15px;
  line-height: 18px;
  color: #666;
  font-weight:600;
  text-transform:capitalize;
  display: block;
}
.rs-whychooseus.style2 .rs-counter-list.plus .counter-text .rs-count:after {
  content: "+";
}
.rs-whychooseus.style2 .rs-counter-list.thousand .counter-text .rs-count:after {
  content: "K";
  right: -3px;
}
.rs-whychooseus.style3 {
  background-image: linear-gradient(180deg, #f8f2fd 0%, #e7f1fd 100%);
  background-color: transparent;
}
.rs-whychooseus.style3 .content-wrap .item-part {
  display: inline-flex;
}
.rs-whychooseus.style3 .content-wrap .item-part .icon-part img {
  width: 70px;
  height: 70px;
  max-width: unset;
}
.rs-whychooseus.style3 .content-wrap .item-part .desc-text {
  padding-left: 30px;
}
.rs-whychooseus.style3 .content-wrap .item-part .desc-text .title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 600;
  color: #101010;
}
.rs-whychooseus.style3 .image-wrap {
  position: relative;
}
.rs-whychooseus.style3 .image-wrap .ly {
  position: absolute;
}
.rs-whychooseus.style3 .image-wrap .ly.ly1 {
  top: 52px;
  right: 35px;
  max-width: 312px;
  animation: left-right 4s alternate infinite;
}
.rs-whychooseus.style3 .image-wrap .ly.ly2 {
  bottom: 87px;
  right: 35px;
  max-width: 232px;
}
.rs-whychooseus.style3 .image-wrap .ly.ly3 {
  left: -37px;
  bottom: -30px;
  max-width: 240px;
  animation: up-down 4s alternate infinite;
}
.rs-whychooseus.style4 .content-part {
  display: inline-flex;
}
.rs-whychooseus.style4 .content-part .icon-part img {
  width: 70px;
  height: 70px;
  max-width: unset;
}
.rs-whychooseus.style4 .content-part .text-part {
  padding-left: 35px;
}
.rs-whychooseus.style4 .content-part .text-part .title {
  margin-bottom: 10px;
  font-size: 20px;

  line-height: 32px;
  font-weight: 700;
}
.rs-whychooseus.style5 .content-wrap .item-part {
  display: inline-flex;
}
.rs-whychooseus.style5 .content-wrap .item-part .icon-part img {
  width: 55px;
  max-width: unset;
}
.rs-whychooseus.style5 .content-wrap .item-part .desc-text {
  padding-left: 25px;
}
.rs-whychooseus.style5 .content-wrap .item-part .desc-text .title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 700;
  color: #333333;
}
.rs-whychooseus.style5 .image-wrap {
  position: relative;
}
.rs-whychooseus.style5 .image-wrap .ly {
  position: absolute;
}
.rs-whychooseus.style5 .image-wrap .ly.ly1 {
  top: 52px;
  right: 35px;
  max-width: 312px;
  animation: left-right 4s alternate infinite;
}
.rs-whychooseus.style5 .image-wrap .ly.ly2 {
  bottom: 87px;
  right: 35px;
  max-width: 232px;
}
.rs-whychooseus.style5 .image-wrap .ly.ly3 {
  left: -37px;
  bottom: -30px;
  max-width: 240px;
  animation: up-down 4s alternate infinite;
}
.rs-whychooseus.style6 .img-part {
  position: relative;
  display: inline-block;
}
.rs-whychooseus.style6 .img-part .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-whychooseus.style6 .content-wrap .item-part {
  display: inline-flex;
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rs-whychooseus.style6 .content-wrap .item-part .icon-part {
  padding-top: 10px;
}
.rs-whychooseus.style6 .content-wrap .item-part .icon-part img {
  width: 65px;
  max-width: unset;
}
.rs-whychooseus.style6 .content-wrap .item-part .desc-text {
  padding-left: 25px;
}
.rs-whychooseus.style6 .content-wrap .item-part .desc-text .title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 600;
  color: #101010;
}
.rs-whychooseus.style6 .content-wrap .item-part:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.rs-whychooseus.style7 .iconbox-area {
  padding: 60px 35px 60px 30px;
  box-shadow: 0 0 30px #eee;
  background: #ffffff;
  margin: 0 -15px 0 0;
}
.rs-whychooseus.style7 .iconbox-area .box-content {
  text-align: center;
}
.rs-whychooseus.style7 .iconbox-area .box-content .icon-area {
  display: inline-block;
  color: #101010;
  transition: all ease .3s;
  margin-bottom: 30px;
}
.rs-whychooseus.style7 .iconbox-area .box-content .icon-area a img {
  width: 80px;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .title {
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 20px;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .title a {
  color: #0a0a0a;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .title a:hover {
  color: #106eea;
}
.rs-whychooseus.style7 .iconbox-area .box-content .text-area .services-txt {
  margin-bottom: 0;
}
.rs-whychooseus.style7 .iconbox-area:hover .box-content .icon-area {
  animation-name: elementor-animation-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.rs-whychooseus.style8 .services-part {
  display: flex;
}
.rs-whychooseus.style8 .services-part .services-icon {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E2E2E2;
  display: inline-block;
  padding: 5px;
  line-height: 50px;
  color: #368DF0;
  min-width: 60px;
  height: 60px;
  transition: all ease .3s;
  border-radius: 50%;
  text-align: center;
}
.rs-whychooseus.style8 .services-part .services-icon i {
  transition: all ease .3s;
}
.rs-whychooseus.style8 .services-part .services-icon i:before {
  font-size: 18px;
}
.rs-whychooseus.style8 .services-part .services-text {
  padding: 0px 0px 0px 0px;
}
.rs-whychooseus.style8 .services-part .services-text .services-title .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-whychooseus.style8 .services-part .services-text .services-title .title a {
  color: #111111;
}
.rs-whychooseus.style8 .services-part .services-text .services-title .title a:hover {
  color: #106eea;
}
.rs-whychooseus.style8 .services-part .services-text .services-txt {
  color: #666666;
  margin: 0;
}
.rs-whychooseus.style8 .services-part:hover .services-icon i {
  transition: all ease .3s;
}
.rs-whychooseus.style8 .services-part:hover .services-icon i:before {
  font-size: 18px;
}
.rs-whychooseus.style8 .images-part {
  position: relative;
  z-index: 11;
}
.rs-whychooseus.style8 .rs-animations .shape-icons {
  position: absolute;
  z-index: 1;
}
.rs-whychooseus.style8 .rs-animations .shape-icons.one {
  right: 8%;
  top: 10%;
}
.rs-whychooseus.style8 .rs-animations .shape-icons.two {
  left: 12%;
  bottom: 3%;
}
.rs-whychooseus.style9 {
  position: relative;
  z-index: 111;
}
.rs-whychooseus.style9 .services-item {
  display: flex;
}
.rs-whychooseus.style9 .services-item .services-icon {
  min-width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #FC6638;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.rs-whychooseus.style9 .services-item .services-icon i {
  text-align: center;
  position: relative;
  top: 3px;
  height: 65px;
  min-width: 65px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #FC6638;
  box-shadow: 0px 2px 15px 1px #ed2b09;
  display: inline-block;
}
.rs-whychooseus.style9 .services-item .services-icon i:before {
  font-size: 24px;
  color: #ffffff;
}
.rs-whychooseus.style9 .services-item .services-icon.purple-bg {
  background-color: #6C58FA;
}
.rs-whychooseus.style9 .services-item .services-icon.purple-bg i {
  background-color: #6C58FA;
  box-shadow: 0px 2px 15px 1px #6f42ca;
}
.rs-whychooseus.style9 .services-item .services-icon.blue-bg {
  background-color: #323E78;
}
.rs-whychooseus.style9 .services-item .services-icon.blue-bg i {
  background-color: #323E78;
  box-shadow: 0px 2px 15px 1px #282e68;
}
.rs-whychooseus.style9 .services-item .services-text {
  padding-left: 25px;
}
.rs-whychooseus.style9 .services-item .services-text .services-title .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-whychooseus.style9 .services-item .services-text .services-title .title a {
  color: #04004D;
}
.rs-whychooseus.style9 .services-item .services-text .services-title .title a:hover {
  color: #f64f26;
}
.rs-whychooseus.style9 .services-item .services-text .services-title .title.purple-color a:hover {
  color: #6C58FA;
}
.rs-whychooseus.style9 .services-item .services-text .services-title .title.blue-color a:hover {
  color: #5e617d;
}
.rs-whychooseus.style9 .services-item .services-text .services-txt {
  margin-bottom: 0;
  padding-right: 74px;
}
.rs-whychooseus.style9 .apps-store li {
  display: inline-block;
  margin-right: 25px;
}
.rs-whychooseus.style9 .apps-store li:last-child {
  margin: 0;
}
.rs-whychooseus.style9 .rs-animations .spinner {
  position: absolute;
  bottom: 0;
  z-index: -111;
}
.rs-whychooseus.style9 .rs-animations .spinner.big {
  top: 4%;
  left: 9%;
}
.rs-whychooseus.style9 .rs-animations .spinner.dot {
  top: 35%;
  left: 35%;
}
.rs-whychooseus.style9 .rs-animations .spinner.ball {
  top: 54%;
  left: 39%;
}
.rs-whychooseus.style9 .rs-animations .spinner.circle {
  top: 52%;
  right: 15px;
}
.rs-whychooseus.style10 {
  position: relative;
}
.rs-whychooseus.style10 .rs-counter {
  position: absolute;
  bottom: 100px;
  left: 14%;
}
.rs-whychooseus.style10 .rs-counter .expert-consultion {
  padding: 35px 20px 35px 20px;
  background-color: #BB0B0B;
  display: inline-block;
}
.rs-whychooseus.style10 .rs-counter .expert-consultion .couter-part {
  text-align: center;
}
.rs-whychooseus.style10 .rs-counter .expert-consultion .couter-part .rs-count {
  font-size: 73px;
  line-height: 73px;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-bottom: 12px;
}
.rs-whychooseus.style10 .rs-counter .expert-consultion .couter-part .rs-count:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-whychooseus.style10 .rs-counter .expert-consultion .couter-part .title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}



.sec-title .sub-title {
  font-family: 'gothic';
 font-weight:700;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #fff;
}
.sec-title .sub-title.modify {
  font-size: 15px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: unset;
}
.sec-title .sub-title.primary {
  color: #e31c25;
  font-family: 'gothic';
}
.sec-title .sub-title.primary:after {
  background: #106eea;
}
.sec-title .sub-title.secondary {
  color: #228bfd;
}
.sec-title .sub-title.secondary:after {
  background: #228bfd;
}
.sec-title .sub-title.green {
  color: #67c27c;
}
.sec-title .sub-title.green:after {
  background: #67c27c;
}
.sec-title .sub-title.white {
  color: #ffffff;
}
.sec-title .sub-title.white:after {
  background: #ffffff;
}
.sec-title .sub-title.dark {
  color: #1c1b1b;
}
.sec-title .sub-title.dark:after {
  background: #1c1b1b;
}
.sec-title .sub-title.right-line {
  padding-right: 65px;
  position: relative;
  display: inline-block;
}
.sec-title .sub-title.right-line:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  z-index: 1;
  margin-left: 0;
  right: 0;
  top: 13px;
}
.sec-title .title2 {
  font-size: 48px;
  line-height: 60px;
}
.sec-title .title3 {
  line-height: 1.4em;
  color: #fff;
}
.sec-title .desc.big {
  font-size: 15px;
  line-height: 30px;
}
.sec-title .desc2 {
  font-weight: 700;
  color: #585555;
}
.sec-title.style2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-title.style2 .title-part {
  padding-right: 50px;
  border-right: 2px solid #106eea;
}
.sec-title.style2 .first-half {
  width: 100%;
  max-width: 46%;
  flex: 0 0 46%;
  padding-right: 50px;
  border-right: 2px solid #106eea;
}
.sec-title.style2 .last-half {
  width: 100%;
  max-width: 54%;
  flex: 0 0 54%;
  padding-left: 50px;
}
.sec-title .bottom-wave {
  position: relative;
  padding-bottom: 38px;
}
.sec-title .bottom-wave:after {
  position: absolute;
  content: '';
  height: 23px;
  width: 118px;
  left: 0;
  bottom: 0;
  background: url(../img/waveline.png);
}
.sec-title.text-center .bottom-wave:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title.text-right .bottom-wave:after {
  left: unset;
  right: 0;
}
.sec-title2 .sub-title {
  font-size: 15px;
  line-height: 27px;
 font-weight:700;
  color: #f67d31;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.sec-title2 .sub-title.primary-color {
  color: #106eea;
}
.sec-title2 .sub-title.sub-title2 {
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #BF0505;
  margin-bottom: 8px;
}
.sec-title2 .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 0;
}
.sec-title2 .title.small {
  font-size: 32px;
  color: #fa3f24;
}
.sec-title2 .title.small2 {
  font-size: 24px;
  font-weight: 600;
  color: #1c1b1b;
  margin: 0px 0px 0px 0px;
}
.sec-title2 .title.title2 {
  max-width: 425px;
  margin: 0 auto;
}
.sec-title2 .title.title2.title3 {
  max-width: 480px;
}
.sec-title2 .title.title2.title4 {
  max-width: 550px;
}
.sec-title2 .title.title5 {
  font-size: 36px;
}
.sec-title2 .title.title6 {
  font-weight: 700;
  color: #032E42;
  font-family: poppins, sans-serif;
}
.sec-title2 .description p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #363636;
  margin-bottom: 0;
}
.sec-title2 .description p.right {
  padding-right: 70px;
}
.sec-title2 .description p.small {
  font-size: 15px;
}
.sec-title3 .sub-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #B1E0F9;
  display: block;
  margin-bottom: 10px;
}
.sec-title3 .sub-title.small {
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 2px;
}
.sec-title3 .title {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 600;
  color: #111111;
  margin-bottom: 0;
}
.sec-title3 .title.title2 {
  max-width: 450px;
}
.sec-title3 .title.title3 {
  max-width: 550px;
  margin: 0 auto;
}
.sec-title3 .title.title4 {
  color: #ffffff;
  font-weight: 700;
}
.sec-title3 .desc {
  font-size: 15px;
 font-weight:700;
  color: #111111;
  margin-bottom: 0;
}
.sec-title3 .description {
  color: #666666;
  margin-bottom: 0;
}
.sec-title4 .icon-part {
  width: 70px;
  margin: 0 auto 40px;
}
.sec-title4 .sub-title {
  font-family: poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #090E40;
  display: block;
  margin-bottom: 0;
}
.sec-title4 .sub-title.new {
  color: #1273EB;
  font-family: poppins, sans-serif;
  letter-spacing: 1px;
}
.sec-title4 .title {
  font-size: 36px;
  line-height: 40px;
  color: #0a0a0a;
  font-weight: 700;
  margin-bottom: 0;
}
.sec-title4 .title .first-title {
  display: block;
}
.sec-title4 .title .second-title {
  color: #090E40;
}
.sec-title4 .title.title2 {
  max-width: 500px;
  line-height: 48px;
  margin: 0 auto;
}
.sec-title4 .title.title3 {
  color: #1c1b1b;
  font-family: poppins, sans-serif;
  max-width: 670px;
  margin: 0 auto;
}
.sec-title4 .desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #363636;
  margin-bottom: 0;
}
.sec-title5 .sub-title {
  font-size: 15px;
  line-height: 28px;
 font-weight:700;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  color: #1C3988;
  display: block;
  margin: 0;
}
.sec-title5 .sub-title.new-title {
  color: #1273EB;
  font-family: poppins, sans-serif;
  letter-spacing: 1px;
}
.sec-title5 .sub-title.sub-title2 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  font-family: "poppins", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sec-title5 .title {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 600;
  color: #2c2c2c;
  font-family: 'gothic';
  margin: 0;
}
.sec-title5 .title.title2 {
  font-size: 36px;
  line-height: 47px;
  color: #1c1b1b;
}
.sec-title5 .desc {
  font-size: 15px;
 font-weight:700;
  color: #555555;
  margin: 0;
}
.sec-title5 .description {
  max-width: 500px;
  margin: 0 auto;
}
.sec-title5 .description.onepage {
  max-width: 630px;
}
.sec-title5 .description.solutions {
  max-width: 540px;
}
.sec-title6 .sub-title {
  position: relative;
  padding-left: 65px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #BF0505;
  margin: 0px 0px 6px 0px;
  display: inline-block;
}
.sec-title6 .sub-title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #BF0505;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 14px;
}
.sec-title6 .sub-title2 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #BF0505;
  margin: 0px 0px 6px 0px;
  position: relative;
  display: inline-block;
}
.sec-title6 .sub-title2:before {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #BF0505;
  z-index: 1;
  margin-left: 0;
  left: -55px;
  top: 15px;
}
.sec-title6 .sub-title2:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #BF0505;
  z-index: 1;
  margin-left: 0;
  left: auto;
  right: -55px;
  top: 15px;
}
.sec-title6 .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
  color: #111111;
  margin: 0px 0px 30px 0px;
}
.sec-title6 .title span {
  color: #BF0505;
  font-family: "Playfair Display", Sans-serif;
  font-weight: 700;
  font-style: italic;
}
.sec-title6 .desc-big {
  font-size: 15px;
 font-weight:700;
  color: #111111;
  margin: 0px 100px 25px 0px;
}
.sec-title6 .desc-big.style2 {
  margin: 0px 0px 25px 0px;
}
.sec-title7 .title {
  font-size: 36px;
  line-height: 40px;
  color: #1c1b1b;
  font-family: poppins, sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}
.sec-title7 .title .watermark {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.sec-title7 .title2 {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0px 0px 8px 0px;
}
.sec-title7 .sub-text {
  color: #ffffff;
  font-weight: 700;
}
.sec-title7 .sub-title {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #1273eb;
 font-weight:700;
  margin: 0 0 10px;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  display: block;
}
*/

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
/*.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.readon {
  outline: none;
  padding: 15px 29px;
  border: none;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-family: 'gothic';
 font-weight:700;
  color: #ffffff;
  background: #106eea;
  transition: all 0.3s ease;
}
.readon.banner-style {
  background: #ffffff;
  color: #228bfd;
}
.readon.banner-style:hover {
  background: #f1f6fc;
  color: #228bfd;
}
.readon.modify {
  padding: 13px 32px;
}
.readon.white-btn {
  background: #ffffff;
  color: #106eea;
  font-weight: 400;
  padding: 14px 35px;
}
.readon.white-btn:hover {
  color: #ffffff;
  background: #106eea;
}
.readon.green-btn {
  background: #67c27c;
  color: #ffffff;
  padding: 11.5px 25px;
  font-weight: 600;
  border: 2px solid #67c27c;
}
.readon.green-btn:hover {
  color: #ffffff;
  background: transparent;
}
.readon.blue-btn {
  background: #1c3988;
  font-weight: 600;
  color: #ffffff;
  padding: 13.5px 27px;
}
.readon.blue-btn:hover {
  background: #20429d;
  color: #ffffff;
}
.readon.transparent {
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  padding: 11px 28px;
  border: 2px solid;
}
.readon.transparent.primary {
  color: #106eea;
  border-color: #106eea;
}
.readon.transparent.primary:hover {
  color: #ffffff;
  background: #106eea;
}
.readon.transparent.white {
  color: #ffffff;
  border-color: #ffffff;
}
.readon.transparent.white:hover {
  border-color:#d92828;
  background:#d92828;
}
.readon:hover {
  background: #228bfd;
  color: #ffffff;
}
.readon2 {
  outline: none;
  display: inline-block;
  color: #fff;
  font-size: 15px;
 font-weight:700;
  border-radius: 2px;
  transition: all 0.3s ease;
  font-family: 'gothic';
  text-transform: none;
  letter-spacing: 1px;
}
.readon2.started {
  background-image: linear-gradient(340deg, #e68008 0%, #fb3a26 100%);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  padding: 16px 35px 16px 35px;
}
.readon2.started:hover {
  color: #ffffff;
  background-image: linear-gradient(360deg, #fb3a26 0%, #e68008 90%);
}
.readon2.contact {
  background-color: #1273EB;
  padding: 17px 30px 17px 30px;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
}
.readon2.contact:hover {
  background-color: rgba(15, 109, 211, 0.8705882352941177);
}
.readon2.contact.solutions {
  padding: 10px 29px 10px 29px;
  font-size: 15px;
  background-color: #1273EB00;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
}
.readon2.contact.solutions:hover {
  background-color: #007AFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #007AFF;
}
.readon2.submit-btn {
  background-color: #FB3A26;
  padding: 17px 30px;
  font-size: 14px;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
}
.readon2.submit-btn:hover {
  opacity: 0.9;
}
.readon2.submit-btn.new:hover {
  background-color: #438cdc;
  color: #ffffff;
}
.readon2.submit-btn.now {
  color: #fff;
  background-color: #070925;
  padding: 25px 30px 25px 30px;
  font-family: "Nunito", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
}
.readon2.submit-btn.now:hover {
  color: #fff;
  background-color: #070925BA;
}
.readon2.submit-btn.now.submit {
  background-color: #1566F5;
}
.readon2.submit-btn.now.submit:hover {
  color: #fff;
  background-color: #070925BA;
}
.readon2.submit-btn.now.submit-red {
  background-color: #BF0505;
  padding: 20px 30px 20px 30px;
  font-size: 15px;
 font-weight:700;
}
.readon2.submit-btn.now.submit-red:hover {
  color: #fff;
  background-color: #D83030;
}
.readon2.submit-btn.con-btn {
  background-color: #070F3A;
  padding: 17px 30px 17px 30px;
  font-size: 15px;
  border-radius: 30px 30px 30px 30px;
}
.readon2.submit-btn.con-btn:hover {
  color: #fff;
  background-color: rgba(15, 109, 211, 0.8705882352941177);
}
.readon2.view-more {
  padding: 12px 25px 12px 25px;
  font-size: 14px;
 font-weight:700;
  text-transform: uppercase;
  color: #111111;
  background-color: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
}
.readon2.discover {
 font-weight:700;
  color: #fff;
  background: #e68008;
  padding: 16px 24px;
  border-radius: 3px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.readon2.discover:hover {
  color: #fff!important;
  opacity: .9;
}
.readon2.discover.new-more {
  background: #1c3988;
}
.readon2.discover.apps {
  background: #ec4c6f;
}
.readon2.discover.marketing {
  background: #bf0505;
}
.readon2.get-new {
  padding: 16px 35px 16px 35px;
  font-size: 15px;
 font-weight:700;
  text-transform: capitalize;
  background-color: transparent;
  background-image: linear-gradient(20deg, #015eea 23%, #02a3f4 98%);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
}
.readon2.get-new:hover {
  background-image: linear-gradient(340deg, #015eea 23%, #02a3f4 98%);
  color: #fff;
}
.readon2.get-new.download {
  background: #fff;
  color: #333333;
  border-radius: 4px;
  padding: 15px 30px 15px;
  text-transform: uppercase;
  font-family: Roboto;
}
.readon2.get-new.download:hover {
  opacity: 0.89;
}
.readon2.get-new.purchase {
  background: #ec4c6f;
  color: #fff;
  border-radius: 4px;
  padding: 15px 30px 15px;
  text-transform: uppercase;
  font-family: Roboto;
}
.readon2.get-new.purchase:hover {
  opacity: 0.89;
}
.readon2.buy-now {
  padding: 10px 40px 10px 40px;
  background-color: #017aef;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  position: relative;
  top: 25px;
  font-size: 15px;
  letter-spacing: 0;
}
.readon2.buy-now:hover {
  color: #fff;
  background-color: #0A6FD1;
}
.readon2.buy-now.white-btn {
  box-shadow: 0px 4px 15px 0px #eee;
  background-color: #FFFFFF;
  color: #106eea;
}
.readon2.buy-now.white-btn:hover {
  background-color: #FFFFFFE3;
}
.readon2.slide-quote {
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 16px 40px;
  border-radius: 5px;
}
.readon2.slide-quote:hover {
  color: #ffffff;
  background: #1c3988;
  border-color: #1c3988;
}
.readon2.slide-quote.touch {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 30px;
  padding: 16px 32px;
  border: 2px solid #fff;
}
.readon2.slide-quote.touch:hover {
  color: #ffffff;
  background: #106eea;
  border-color: #106eea;
}
.readon2.slide-get {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 600;
  border-color: transparent;
  background: linear-gradient(45deg, #bf0505 0%, #232323 100%);
  font-family: Poppins;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 40px;
}
.readon2.slide-get:hover {
  background: linear-gradient(180deg, #bf0505 0%, #320001 100%);
  color: #ffffff;
}
.readon2.blog-btn {
  font-size: 15px;
 font-weight:700;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #090E40;
  color: #090E40;
  border-radius: 3px 3px 3px 3px;
  padding: 17px 32px 17px 32px;
}
.readon2.blog-btn:hover {
  color: #fff;
  background-color: #090E40;
  border-color: #090E40;
}
.readon2.price-btn {
  padding: 10px 30px 10px 30px;
  font-size: 15px;
 font-weight:700;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #EC4C6F;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EC4C6F;
  border-radius: 4px 4px 4px 4px;
}
.readon2.price-btn.price2 {
  background-color: #02010100;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EC4C6F;
  color: #555555;
}
.readon2.price-btn.price2:hover {
  color: #ffffff;
  background-color: #EC4C6F;
}
.readon2.learn-more {
  padding: 16px 35px 16px 35px;
  font-size: 15px;
  text-transform: capitalize;
  background-color: transparent;
  background-image: linear-gradient(20deg, #bf0505 23%, #360d0d 98%);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}
.readon2.learn-more:hover {
  color: #fff;
  background-image: linear-gradient(110deg, #010710 23%, #bf0505 98%);
}
.readon2.corporate-btn {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  padding: 17px 55px;
  border-radius: 50px;
  color: #1566f5;
  background-color: #ffffff;
  font-family: Poppins;
  text-transform: uppercase;
}
.readon2.corporate-btn:hover {
  color: #ffffff;
  background-color: #1566f5;
  border-color: #1566f5;
}
.readon2.services-view {
  font-size: 15px;
  line-height: 36px;
  border-radius: 30px 30px 30px 30px;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  color: #fff;
  background: #1566F5;
  padding: 10px 40px;
  position: relative;
}
.readon2.services-view:after {
  content: "\f113";
  position: absolute;
  font-family: flaticon;
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s ease;
}
.readon2.services-view:hover {
  opacity: .99;
}
.dual-btn {
  display: flex;
  justify-content: center;
}
.dual-btn .dual-btn-wrap {
  position: relative;
  text-align: center;
  font-weight: 400;
}
.dual-btn .dual-btn-wrap a {
  max-width: 100%;
  color: #fff;
  display: inline-block;
  background-color: #d92828;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.dual-btn .dual-btn-wrap a.btn-left {
  border-radius: 4px 0 0 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.dual-btn .dual-btn-wrap a.btn-right {
  border-radius: 0 4px 4px 0;
}
.dual-btn .dual-btn-wrap a:hover {
  background-color: #000;
}
.dual-btn .dual-btn-wrap .connector {
  display: inline-block;
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 50%;
  right: 0;
}
.dual-btn.modify {
  justify-content: unset;
}
.dual-btn.modify .dual-btn-wrap a {
  text-transform: capitalize;
  font-size: 15px;
  box-shadow: none;
}
.dual-btn.modify .dual-btn-wrap a.btn-right {
  background: #132235;
}
.readon-arrow {
  color: #444;
  padding-right: 25px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  font-family: 'gothic';
}
.readon-arrow:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.3s ease;
}
.readon-arrow:hover {
  color: #106eea;
}
.readon-arrow:hover:after {
  right: -5px;
  color: #106eea;
}
.video-btn a {
  width: 80px;
  height: 80px;
  line-height: 90px;
  border-radius: 100%;
  background: #ffffff;
  color: #106eea;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.video-btn a i {
  font-size: 30px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.video-btn a:after {
  background: #ffffff;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.video-btn.border-style a:before {
  width: 100px;
  height: 100px;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #ffffff;
}
.video-btn.primary a {
  background: #106eea;
  color: #ffffff;
}
.video-btn.primary a:after {
  background: #106eea;
}
.video-btn.primary a:before {
  border-color: #106eea;
}
.video-btn.green a {
  background: #67c27c;
  color: #ffffff;
}
.video-btn.green a:after {
  background: #67c27c;
}
.video-btn.green a:before {
  border-color: #67c27c;
}
.video-btn.red2 a {
  background: #d83030;
  color: #ffffff;
}
.video-btn.red2 a:after {
  background: #d83030;
}
.video-btn.red2 a:before {
  border-color: #d83030;
}
.video-btn.law a {
  background: #ffffff;
  color: #b1976b;
}
.video-btn.law a:after {
  background: #ffffff;
}
.video-btn.law a:before {
  border-color: #ffffff;
}
.video-btn.seo-agency a {
  background: #106eea;
  color: #ffffff;
  left: -7%;
  bottom: 66px;
}
.video-btn.seo-agency a:after {
  background: #106eea;
}
.video-btn.seo-agency a:before {
  border-color: #106eea;
}
.video-btn.corporate a {
  color: #101010;
}
.video-btn.corporate a:after {
  background: #fff;
}
.video-btn.corporate a:before {
  background: #fff;
}
.video-btn.apps a {
  background: #fb607d;
  color: #ffffff;
}
.video-btn.apps a:after {
  background: #fb607d;
}
.video-btn.apps a:before {
  border-color: #fb607d;
}
.rs-videos .animate-border .popup-border {
  background: #f74820;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
  font-size: 18px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #f74820;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #f74820;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@-webkit-keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.waving-line {
  padding-bottom: 29px;
  position: relative;
}
.waving-line:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 114px;
  height: 12px;
  animation: waving-line 12s linear infinite;
  -webkit-animation: waving-line 12s linear infinite;
  background: url(../img/waving-line.png);
}
.waving-line.center:after {
  left: 50%;
  transform: translateX(-50%);
}
.waving-line.white:after {
  background: url(../img/waving-line-light.png);
}
.margin-remove {
  margin: 0 !important;
}
.bdru-40 {
  border-radius: 40px;
}
.bdru-4 {
  border-radius: 4px;
}
.bdru-5 {
  border-radius: 5px;
}
.shadow {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07) !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}
.gutter-16 [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-20 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.fw-500 {
 font-weight:700;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}



.bg1 {
  background-image:url(../img/bg/bg1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment:scroll;
}
.bg2 {
  background-image: url(../img/bg/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg3 {
  background-image: url(../img/bg/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg4 {
  background-image: url(../img/bg/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg5 {
  background-image: url(../img/bg/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg6 {
  background-image: url(../img/bg/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg7 {
  background-image: url(../img/bg/bg7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg8 {
  background-image: url(../img/bg/bg8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; 
  background-attachment:fixed;
}
.bg9 {
  background-image: url(../images/bg/bg9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.bg9b {
  background-image: url(../images/bg/bg9b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.bg10 {
  background-image: url(../images/bg/bg10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg11 {
  background-image: url(../img/bg/bg11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg12 {
  background-image:url(../images/projects/mohali-phase2/tour-experience-bg.jpg);
  background-repeat: no-repeat;
  background-size:100%;
  background-position: top center; 
  margin-top:30px;
}
.bg13 {
  background-image: url(../img/bg/bg13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg14 {
  background-image: url(../img/bg/bg14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg15 {
  background-image: url(../img/bg/bg15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg16 {
  background-image: url(../img/bg/bg16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg17 {
  background-image: url(../img/bg/bg17.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.bg18 {
  background-image: url(../img/bg/bg18.png);
  background-position: center center;
}
.bg19 {
  background-image: url(../img/bg/bg19.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg20 {
  background-image: url(../img/bg/bg20.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg21 {
  background-image: url(../img/bg/bg21.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg22 {
  background-image: url(../img/bg/bg22.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg23 {
  background-image: url(../img/bg/bg23.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg24 {
  background-image: url(../img/bg/bg24.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg25 {
  background-image:url(../img/bg/bg25.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bg25 {
  background-image:url(../img/bg/bg25.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#bg26 {
  background-image:url(../img/bg/bg9.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bg27 {
  background-image:url(../img/bg/bg27.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


#bg28 {
  background-image:url(../img/bg/bg28.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bg26 {
  background-image: url(../img/bg/call-action-12.jpg);
  background-color: #7211FF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
}
.bg27 {
  background-image: url(../img/bg/website-seo.jpg);
  background-color: #7211FF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
}
.bg28 {
  background-image: url(../img/bg/testi-12.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg29 {
  background-image: url(../img/bg/services-bg13.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 280px 0px;
}
.bg30 {
  background-image: url(../img/bg/counter-bg13.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 90px 100px;
  border-radius: 5px;
}
.bg31 {
  background-image: url(../img/bg/whychoose-bg13.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0px 494px 0px;
}
.bg32 {
  background-image: url(../img/bg/testi-bg13.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 50px 70px;
  border-radius: 5px 5px 5px 5px;
}
.bg33 {
  background-image: url(../img/bg/counter-bg14.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg34 {
  background-image: url(../img/bg/video-bg14.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 240px 0 240px;
  position: relative;
  z-index: 111;
}
.bg35 {
  background-image: url(../img/bg/project-bg14.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 250px;
}
.bg36 {
  background-image: url(../img/bg/testi-bg14.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg37 {
  background-image: url(../img/bg/get-quote14.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg38 {
  background-image: url(../images/bg/bg25.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg38-b {
  background-image: url(../images/bg/bg25b.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg39 {
  background-image: url(../img/bg/video-bg15.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 0 230px;
}
.bg40 {
  background-image: url(../img/bg/price-bg15.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg41 {
  background-image: url(../img/bg/blog-bg15.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg42 {
  background-image: url(../img/bg/project-bg16.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg43 {
  background-image: url(../img/bg/testi-bg16.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F1F6FC;
}
.bg44 {
  background-image: url(../img/bg/testi-bg17.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #110909;
}
.bg45 {
  background-image: url(../img/bg/testi-bg18.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

/*-------------------------------------------------- */
/* About style
/*------------------------------------------------- */
section.about-section {
  padding-top: 30px;
}
section.about-section .about-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}
section.about-section .about-box img.snd-size {
  height: 430px;
}
section.about-section .about-box .about-content {
  padding-left: 10px;
}
section.about-section .about-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #2c2c2c;
}
section.about-section .about-box p {
  margin-bottom: 10px;
  text-align: justify;
}
section.about-section .about-box ul.feature-list {
  padding: 0;
  margin: 0;
}
section.about-section .about-box ul.feature-list li {
  display: block;
  margin-bottom: 10px;
}

section.about-section .about-box ul.feature-list li:before {
  content: "";
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 16px;
  float: left;
}

/*-------------------------------------------------- */
/* Features carousel style
/*------------------------------------------------- */
section.features-carousel-section {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #efefef;
}
section.features-carousel-section .feature-post {
  /*padding-right: 212px;*/
  overflow: hidden;
  padding-bottom: 10px;
}
@media (max-width: 1023px) {
  section.features-carousel-section .feature-post {
    padding-right: 0;
  }
}
section.features-carousel-section .feature-post .image-holder {
  float: left;
  width: 70%;
  margin-right: -10%;
  position: relative;
}
@media (max-width: 1023px) {
  section.features-carousel-section .feature-post .image-holder {
    width: 100%;
  }
}
section.features-carousel-section .feature-post .image-holder:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 426px;
  top: 0;
  right: -30px;
  background-color: #bfbfbf;
}
section.features-carousel-section .feature-post .image-holder:before {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  bottom: -30px;
  right: -30px;
  left: 0;
  background-color: #bfbfbf;
}
section.features-carousel-section .feature-post img {
  width: 100%;
  /*height: 396px;
  object-fit: cover;*/
  object-position: center;
}
section.features-carousel-section .feature-post .feature-post-content {
  width: 40%;
  /*height: 230px;*/
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #242a38;
  padding: 60px 30px;
  float: right;
  position: relative;
  z-index: 2;
  transform: translate(20px, 50%);
}
@media (max-width: 1023px) {
  section.features-carousel-section .feature-post .feature-post-content {
    height: auto;
    width: 100%;
    transform: translate(0px, 0%);
  }
}

@media (max-width: 600px) {
  section.features-carousel-section .feature-post .feature-post-content {
    padding: 20px 30px;
    transform: translate(0px, 0%);
  }
}

section.features-carousel-section .feature-post .feature-post-content span {
  font-size: 18px;
  color: #ffffff;
  font-size: 18px;
  font-family: "gothic";
  font-weight: 300;
}
section.features-carousel-section
  .feature-post
  .feature-post-content
  span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d92828;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
section.features-carousel-section .feature-post .feature-post-content h3 {
  font-size: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}
section.features-carousel-section .owl-dots {
  display: block !important;
}
section.features-carousel-section .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #262d3c;
  border-left: none;
  width: 212px;
  padding: 48px 0 47px;
  margin: 0;
  background-color: #262d3c;
  transform: translate(0px, 65%);
  display: none;
}
section.features-carousel-section .owl-carousel .owl-nav button.owl-prev,
section.features-carousel-section .owl-carousel .owl-nav button.owl-next {
  color: #ffffff;
  padding: 50px 20px !important;
  border: 1px solid #2e2e2e;
  font-size: 18px;
  margin: 0 !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.features-carousel-section .owl-carousel .owl-nav button.owl-next {
  border-left: none;
  margin-left: -1px !important;
}

.features-section {
  padding: 130px 0;
}
.features-section .features-box .row {
  align-items: center;
}
.features-section .features-box h3 {
  font-size: 26px;
}
.features-section .features-box p {
  margin-bottom: 20px;
}
.features-section .features-box img {
  width: 100%;
  height: auto;
}

.features-section2 {
  padding: 130px 0;
}
.features-section2.no-padd-top {
  padding-top: 0;
}
.features-section2 .features-box2 {
  position: relative;
}
.features-section2 .features-box2:before,
.features-section2 .features-box2:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.features-section2 .features-box2:before {
  top: 0;
  right: 0;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
}
.features-section2 .features-box2:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
}
.features-section2 .features-box2 .row {
  align-items: center;
}
.features-section2 .images-box {
  position: relative;
  border: 1px solid #2e2e2e;
  padding: 30px;
}
@media (max-width: 1023px) {
  .features-section2 .images-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .features-section2 .images-box {
    padding-bottom: 1px;
  }
}
.features-section2 .images-box:before,
.features-section2 .images-box:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.features-section2 .images-box:before {
  top: 0;
  left: 0;
  border-top: 2px solid #6c6c6c;
  border-left: 2px solid #6c6c6c;
}
.features-section2 .images-box:after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #6c6c6c;
  border-left: 2px solid #6c6c6c;
}
.features-section2 .images-box img {
  width: 110%;
  height: auto;
  margin-bottom: 0;
  max-width: none;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.features-section2 .images-box .image-holder {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .features-section2 .images-box .image-holder {
    margin-bottom: 30px;
  }
}
.features-section2 .images-box .image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.features-section2 .images-box .image-holder span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: "gothic";
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 3;
}
.features-section2 .images-box .image-holder:hover span {
  opacity: 1;
}
.features-section2 .images-box .image-holder:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.features-section2 .feature-content {
  text-align: right;
  padding-right: 30px;
}
.features-section2 .feature-content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  font-family: "gothic";
  display: inline-block;
  margin-bottom: 5px;
}
.features-section2 .feature-content span:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #d92828;
  float: right;
  margin-top: 10px;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .features-section2 .feature-content span:after {
    display: none;
  }
}
.features-section2 .feature-content h3 {
  margin-bottom: 15px;
}
.features-section2 .feature-content p {
  margin-bottom: 0;
}

/*-------------------------------------------------- */
/* Architecture section style
/*------------------------------------------------- */
section.architecture-section {
  padding: 240px 140px 130px;
  background: url("../upload/home8/bg.jpg") center center fixed no-repeat;
  background-size: cover;
}
@media (max-width: 1239px) {
  section.architecture-section {
    padding: 130px 30px 30px 30px;
  }
}
section.architecture-section .architecture-box {
  margin: -50px;
}
@media (max-width: 1459px) {
  section.architecture-section .architecture-box {
    margin: -15px;
  }
}
section.architecture-section .architecture-box .architecture-post {
  width: 33.33333%;
  padding: 50px;
}
@media (max-width: 1459px) {
  section.architecture-section .architecture-box .architecture-post {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  section.architecture-section .architecture-box .architecture-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.architecture-section .architecture-box .architecture-post {
    width: 100%;
  }
}
section.architecture-section
  .architecture-box
  .architecture-post
  .image-holder {
  overflow: hidden;
}
section.architecture-section .architecture-box .architecture-post img {
  width: 110%;
  height: auto;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.architecture-section .architecture-box .architecture-post .hover-box {
  position: absolute;
  bottom: 50px;
  left: 95px;
  right: 95px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
@media (max-width: 1459px) {
  section.architecture-section .architecture-box .architecture-post .hover-box {
    bottom: 15px;
    left: 45px;
    right: 45px;
  }
}
@media (max-width: 1239px) {
  section.architecture-section .architecture-box .architecture-post .hover-box {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
section.architecture-section
  .architecture-box
  .architecture-post
  .hover-box
  a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "gothic";
  margin: 0 0 6px;
}
section.architecture-section
  .architecture-box
  .architecture-post
  .hover-box
  a.cat-link:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 3px;
  margin-right: 15px;
  background: #d92828;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.architecture-section
  .architecture-box
  .architecture-post
  .hover-box
  h4 {
  font-size: 15px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  section.architecture-section
    .architecture-box
    .architecture-post
    .hover-box
    h4 {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  section.architecture-section
    .architecture-box
    .architecture-post
    .hover-box
    h4 {
    font-size: 15px;
  }
}
section.architecture-section
  .architecture-box
  .architecture-post
  .hover-box
  h4
  a {
  color: #ffffff;
}
section.architecture-section
  .architecture-box
  .architecture-post
  .hover-box
  h4
  a:hover {
  color: #d92828;
}
section.architecture-section .architecture-box .architecture-post:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.architecture-section
  .architecture-box
  .architecture-post:hover
  .hover-box {
  bottom: 95px;
}
@media (max-width: 1459px) {
  section.architecture-section
    .architecture-box
    .architecture-post:hover
    .hover-box {
    bottom: 45px;
  }
}
@media (max-width: 1239px) {
  section.architecture-section
    .architecture-box
    .architecture-post:hover
    .hover-box {
    bottom: 15px;
  }
}
section.architecture-section
  .architecture-box
  .architecture-post:hover
  .hover-box
  a.cat-link:before {
  width: 0;
  margin-right: 0;
}

/*-------------------------------------------------- */
/* Scroller section style
/*------------------------------------------------- */
section.scroller-section {
  padding-top: 100px;
}
section.scroller-section .owl-dots,
section.scroller-section .owl-carousel .owl-nav {
  display: none;
}
section.scroller-section .scroller-post {
  position: relative;
}
section.scroller-section .scroller-post .image-holder {
  overflow: hidden;
}
section.scroller-section .scroller-post .image-holder img {
  width: 105%;
  height: calc(100vh - 100px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
}
section.scroller-section .scroller-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
}
@media (max-width: 1239px) {
  section.scroller-section .scroller-post .hover-box {
    padding: 30px;
  }
}
section.scroller-section .scroller-post .hover-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(190, 35, 35, 0) 0%,
    rgba(190, 35, 35, 0.1) 25%,
    rgba(190, 35, 35, 0.5) 50%,
    #bd2323 100%
  );
}
section.scroller-section .scroller-post .hover-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: linear-gradient(
    180deg,
    rgba(11, 11, 11, 0) 0%,
    rgba(11, 11, 11, 0.1) 25%,
    rgba(11, 11, 11, 0.4) 50%,
    rgba(11, 11, 11, 0.7) 100%
  );
}
section.scroller-section .scroller-post .hover-box span {
  display: inline-block;
  width: 87px;
  height: 87px;
  text-align: center;
  line-height: 67px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  font-family: "gothic";
  position: relative;
  z-index: 2;
}
section.scroller-section .scroller-post .hover-box a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "gothic";
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
section.scroller-section .scroller-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 86px;
  height: 3px;
  margin-right: 30px;
  background: #fff;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.scroller-section .scroller-post .hover-box h3 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1459px) {
  section.scroller-section .scroller-post .hover-box h3 {
    font-size: 18px;
  }
}
section.scroller-section .scroller-post .hover-box h3 a {
  color: #ffffff;
}
section.scroller-section .scroller-post .hover-box h3 a:hover {
  opacity: 0.7;
}
section.scroller-section .scroller-post:hover .image-holder img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.scroller-section .scroller-post:hover .hover-box:before {
  opacity: 1;
}
section.scroller-section .scroller-post:hover .hover-box:after {
  opacity: 0;
}
section.scroller-section .scroller-post:hover .hover-box a.cat-link:before {
  width: 0;
  margin-right: 0;
}

section.scroller-section2 {
  background: url("../upload/home7/bg.jpg") center center fixed no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 100px 100px 0;
}
@media (max-width: 767px) {
  section.scroller-section2 {
    padding: 100px 75px 0 15px;
  }
}
section.scroller-section2 .owl-dots,
section.scroller-section2 .owl-carousel .owl-nav {
  display: none;
}
section.scroller-section2 .scroller-box {
  max-height: 510px;
  overflow: hidden;
}
section.scroller-section2 .item {
  margin: 0 50px;
}
@media (max-width: 767px) {
  section.scroller-section2 .item {
    margin: 0;
  }
}
section.scroller-section2 .scroller-post .image-holder {
  overflow: hidden;
  position: relative;
  margin-left: 200px;
  height: 510px;
}
@media (max-width: 1459px) {
  section.scroller-section2 .scroller-post .image-holder {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  section.scroller-section2 .scroller-post .image-holder {
    margin-left: 0;
  }
}
section.scroller-section2 .scroller-post .image-holder img {
  width: 110%;
  height: 510px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.scroller-section2 .scroller-post .image-holder:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: linear-gradient(
    180deg,
    rgba(11, 11, 11, 0) 0%,
    rgba(11, 11, 11, 0.1) 25%,
    rgba(11, 11, 11, 0.4) 50%,
    #0b0b0b 100%
  );
}
section.scroller-section2 .scroller-post .image-holder span {
  position: absolute;
  bottom: 95px;
  left: 30px;
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  border: 5px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-family: "gothic";
  position: relative;
  z-index: 2;
}
section.scroller-section2 .scroller-post .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
}
@media (max-width: 767px) {
  section.scroller-section2 .scroller-post .hover-box {
    max-width: 100%;
    padding: 30px;
  }
}
section.scroller-section2 .scroller-post .hover-box a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "gothic";
  margin: 0 0 20px;
  margin-left: -30px;
  position: relative;
  z-index: 2;
}
section.scroller-section2 .scroller-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 3px;
  margin-right: 15px;
  background: #d92828;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.scroller-section2 .scroller-post .hover-box h3 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1459px) {
  section.scroller-section2 .scroller-post .hover-box h3 {
    font-size: 18px;
  }
}
section.scroller-section2 .scroller-post .hover-box h3 a {
  color: #ffffff;
}
section.scroller-section2 .scroller-post .hover-box h3 a:hover {
  color: #d92828;
}
section.scroller-section2 .scroller-post:hover .image-holder img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.scroller-section2 .scroller-post:hover .hover-box:before {
  opacity: 1;
}
section.scroller-section2 .scroller-post:hover .hover-box:after {
  opacity: 0;
}
section.scroller-section2 .scroller-post:hover .hover-box a.cat-link:before {
  width: 0;
  margin-right: 0;
}

p.fixed-notifier {
  position: fixed;
  top: 50%;
  right: -45px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 22;
  transform: rotate(-90deg);
}
p.fixed-notifier span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 17px;
  margin-top: 4px;
  margin-left: 20px;
  position: relative;
  border: 1px solid #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
p.fixed-notifier span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 4px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

section {
  /*padding-top: 100px;*/
  padding-top: 50px;
}

.scroller-section3 {
  padding-top: 100px;
}

.scroller-section3-m {
  padding-top: 100px;
}

section.scroller-section3 .owl-dots {
  display: none;
}
section.scroller-section3 .scroller-post {
  position: relative;
}
section.scroller-section3 .scroller-post .image-holder {
  overflow: hidden;
}

section.scroller-section3 .scroller-post .image-holder1 img {
  width: 110% !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
}
section.scroller-section3 .scroller-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
}
@media (max-width: 767px) {
  section.scroller-section3 .scroller-post .hover-box {
    padding: 30px;
  }
}
section.scroller-section3 .scroller-post .hover-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(190, 35, 35, 0) 0%,
    rgba(190, 35, 35, 0.1) 25%,
    rgba(190, 35, 35, 0.3) 70%,
    #bd2323 100%
  );
}
section.scroller-section3 .scroller-post .hover-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
}
section.scroller-section3 .scroller-post .hover-box span {
  display: inline-block;
  width: 87px;
  height: 87px;
  text-align: center;
  line-height: 67px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  font-family: "gothic";
  position: relative;
  z-index: 2;
}
section.scroller-section3 .scroller-post .hover-box a.cat-link {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  font-family: "gothic";
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
  border: 0px solid #ffffff;
  width: fit-content;
  padding: 10px 15px;
  margin: 0 auto;
  margin-bottom: 15px;
}

section.scroller-section3 .scroller-post .hover-box a.cat-link:hover {
  border: 0px solid #000;
  background: #000;
  color: #d92828;
}

section.scroller-section3 .scroller-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  margin-right: 0;
  background: #fff;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}

section.scroller-section3 .scroller-post .hover-box h4 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
section.scroller-section3 .scroller-post .hover-box h4 a {
  color: #ffffff;
}
section.scroller-section3 .scroller-post .hover-box h4 a:hover {
  opacity: 0.7;
}
section.scroller-section3 .scroller-post:hover .image-holder img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.scroller-section3 .scroller-post:hover .hover-box:before {
  opacity: 1;
}
section.scroller-section3 .scroller-post:hover .hover-box:after {
  opacity: 0;
}
section.scroller-section3 .scroller-post:hover .hover-box a.cat-link:before {
  width: 27px;
  margin-right: 15px;
}
section.scroller-section3 .owl-carousel .owl-nav {
  /* display: block; */
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -35px;
}
section.scroller-section3 .owl-carousel .owl-nav button {
  width: 40px;
  /*height: 40px;*/
  /* background: #d92828;*/
  background: transparent;
  color: #ffffff;
  text-align: center;
  border: 0px solid #242424;
  line-height: 10px;
  font-size: 70px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.scroller-section3 .owl-carousel .owl-nav button:hover {
  /*  opacity: 0.85;
  background: #d92828;*/
}
section.scroller-section3 .owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 70px;
}
@media (max-width: 767px) {
  section.scroller-section3 .owl-carousel .owl-nav button.owl-prev {
    margin-left: 30px;
  }

  section.scroller-section3 .owl-carousel .owl-nav {
    display: block !important;
  }
}

section.scroller-section3 .owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 70px;
}
@media (max-width: 767px) {
  section.scroller-section3 .owl-carousel .owl-nav button.owl-next {
    margin-right: 30px;
  }
}

section.scroller-section4 {
  padding: 150px 50px 50px;
}
@media (max-width: 1459px) {
  section.scroller-section4 {
    padding: 130px 30px 30px;
  }
}
section.scroller-section4 .owl-dots,
section.scroller-section4 .owl-carousel .owl-nav {
  display: none;
}
section.scroller-section4 .scroller-box {
  border-right: 1px solid #353535;
}
section.scroller-section4 a.scroller-post {
  border: 1px solid #353535;
  border-right: none;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post {
    height: calc(100vh - 160px);
  }
}
section.scroller-section4 a.scroller-post .num-holder {
  height: 40%;
  padding: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #353535;
}
section.scroller-section4 a.scroller-post .num-holder span {
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  font-weight: 600;
  font-family: "gothic";
  color: #3c3c3c;
  letter-spacing: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.scroller-section4 a.scroller-post .cont-holder {
  height: 60%;
  padding: 40px 50px 50px;
  position: relative;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post .cont-holder {
    padding: 30px 30px 30px;
  }
}
section.scroller-section4 a.scroller-post .cont-holder span.cat-link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-family: "gothic";
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1239px) {
  section.scroller-section4 a.scroller-post .cont-holder span.cat-link {
    display: none;
  }
}
section.scroller-section4 a.scroller-post .cont-holder span.cat-link:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-right: 10px;
  background: #d92828;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.scroller-section4 a.scroller-post .cont-holder h4 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post .cont-holder h4 {
    font-size: 15px;
  }
}
section.scroller-section4 a.scroller-post .cont-holder .text-holder {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  background: #242424;
}
section.scroller-section4 a.scroller-post .cont-holder img {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  object-fit: cover;
  object-position: center;
  top: 50px;
  left: 50px;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post .cont-holder img {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 30px;
    left: 30px;
  }
}
section.scroller-section4 a.scroller-post:hover .num-holder span {
  color: #ffffff;
}
section.scroller-section4
  a.scroller-post:hover
  .cont-holder
  span.cat-link:before {
  width: 0;
  margin-right: 0;
}
section.scroller-section4 .owl-item:nth-child(2n) .scroller-post {
  flex-direction: column-reverse !important;
}
section.scroller-section4 .owl-item:nth-child(2n) .scroller-post .num-holder {
  border-top: 1px solid #353535;
  border-bottom: none;
}

/*-------------------------------------------------- */
/* slider serction style
/*------------------------------------------------- */
section.slider-section {
  padding-top: 100px;
}
section.slider-section.slider-style2 {
  padding-top: 230px;
  margin-bottom: 130px;
}
@media (max-width: 1023px) {
  section.slider-section.slider-style2 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  section.slider-section.slider-style2 {
    padding-top: 100px;
  }
}
section.slider-section.slider-style2 .tp-caption.NotGeneric-Title {
  font-weight: 700;
  text-transform: inherit;
}
section.slider-section.slider-style2
  .tp-caption.NotGeneric-Title
  span.big-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-color: #242424;
  color: #ffffff;
  text-align: center !important;
  font-size: 90px !important;
  line-height: 140px !important;
}
section.slider-section.fullscreen-style {
  padding-top: 0;
}
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span {
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 999999;
  padding-left: 50px !important;
}
section.slider-section.fullscreen-style
  .tp-caption.NotGeneric-SubTitle
  span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #d92828;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle a {
  color: #ffffff;
  padding: 10px 28px;
  border: 2px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 400;
}
section.slider-section.fullscreen-style
  .tp-caption.NotGeneric-SubTitle
  a:hover {
  background-color: #d92828;
  border-color: transparent;
}
section.slider-section.fullscreen-style .tp-bullets {
  height: 70px !important;
  background-color: #3d3d3d;
  width: 170px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media (max-width: 1023px) {
  section.slider-section.fullscreen-style .tp-bullets {
    transform: matrix(1, 0, 0, 1, 0, -70) !important;
  }
}
@media (max-width: 767px) {
  section.slider-section.fullscreen-style .tp-bullets {
    display: none !important;
  }
}
section.slider-section.fullscreen-style .tp-bullets .tp-bullet {
  position: relative !important;
  left: inherit !important;
  height: 10px;
  width: 10px;
  border: 1px solid #5f5f5f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 10px;
}
section.slider-section.fullscreen-style .tp-bullets .tp-bullet.selected {
  border-color: transparent;
  background-color: #d92828;
}
section.slider-section.fullscreen-style .tp-bullets .tp-bullet.selected:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 2px solid #878787;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
section.slider-section.fullscreen-style .tp-static-layer {
  color: #ffffff;
  width: 60px;
  height: 60px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
section.slider-section.fullscreen-style li {
  counter-increment: section;
}
section.slider-section.fullscreen-style li:after {
  content: "0" counter(section);
  position: absolute;
  top: 130px;
  right: 30px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 90px;
  font-family: "gothic";
  font-weight: 400;
  width: 150px;
  text-align: center;
  line-height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1023px) {
  section.slider-section.fullscreen-style li:after {
    display: none;
  }
}
section.slider-section.fullscreen-style li:before {
  content: "";
  position: absolute;
  bottom: 60%;
  top: 272px;
  right: 30px !important;
  left: initial !important;
  visibility: visible;
  width: 1px;
  display: inline-block;
  z-index: 2;
  background: #ffffff;
  opacity: 0.3 !important;
}
@media (max-width: 1023px) {
  section.slider-section.fullscreen-style li:before {
    display: none;
  }
}
section.slider-section.with-back-overlay .slotholder:after {
  display: block;
  width: 50% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.95);
  background-blend-mode: multiply;
  background-size: cover;
  background-image: url("../upload/home10/bg2.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17;
  margin-left: 100px;
}
@media (max-width: 1023px) {
  section.slider-section.with-back-overlay .slotholder:after {
    width: 60% !important;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  section.slider-section.with-back-overlay .slotholder:after {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
section.slider-section .progress-holder {
  margin: 33px 170px 33px 300px;
  position: relative;
  height: 4px;
  border-left: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  background-color: #3d3d3d;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  section.slider-section .progress-holder {
    margin: 33px 170px 33px 200px;
  }
}
@media (max-width: 767px) {
  section.slider-section .progress-holder {
    margin: 33px 170px 33px 33px;
  }
}
section.slider-section .tp-bannertimer {
  background-color: #d92828 !important;
  bottom: 1px !important;
}
section.slider-section .custom-navigator-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  left: 0;
  background-color: #272727;
  z-index: 20;
}
section.slider-section .tp-caption.NotGeneric-Title {
  font-family: "gothic";
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: inherit;
}
section.slider-section .tp-caption.NotGeneric-SubTitle {
  font-family: "gothic";
  font-weight: 700;
  letter-spacing: inherit;
}
section.slider-section .tp-caption.NotGeneric-SubTitle span {
  display: inline-block;
  font-weight: 600;
  padding: 8px 14px;
  background-color: #d92828;
}
section.slider-section .tparrows {
  width: 70px;
  height: 70px;
  background-color: #3d3d3d;
  border: 10px solid #242424;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.slider-section .tparrows:before {
  line-height: 50px;
}
section.slider-section .tparrows.tp-leftarrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 1px;
  background-color: #3a3a3a;
}
section.slider-section .tparrows:hover {
  background-color: #d92828;
}

#rev_slider_41_1_wrapper {
  padding-left: 100px !important;
  background-color: transparent !important;
}
#rev_slider_41_1_wrapper .slotholder:after {
  display: none;
}
@media (max-width: 1023px) {
  #rev_slider_41_1_wrapper {
    padding-left: 0 !important;
  }
}
#rev_slider_41_1_wrapper .tparrows {
  width: 60px;
  height: 60px;
  color: #ffffff !important;
  background-color: #d92828;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#rev_slider_41_1_wrapper .tparrows:before {
  color: #ffffff !important;
  line-height: 46px;
}
#rev_slider_41_1_wrapper .tparrows.tp-leftarrow:after {
  display: none;
}
#rev_slider_41_1_wrapper .FoodCarousel-Button {
  color: #ffffff;
  border: none;
  background-color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: "gothic";
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb .tp-thumb-over {
  background-color: rgba(0, 0, 0, 0.7);
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb.selected .tp-thumb-over,
#rev_slider_41_1_wrapper .erinyen .tp-thumb:hover .tp-thumb-over {
  background-color: rgba(61, 61, 61, 0.9);
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb-more:before {
  display: none;
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb-title {
  font-size: 13px;
  font-weight: 700;
  font-family: "gothic";
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  opacity: 0.4;
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb.selected .tp-thumb-title,
#rev_slider_41_1_wrapper .erinyen .tp-thumb:hover .tp-thumb-title {
  color: #ffffff;
  opacity: 1;
}
#rev_slider_41_1_wrapper .tp-caption.FoodCarousel-Content,
#rev_slider_41_1_wrapper .FoodCarousel-Content {
  background-color: #272727;
  color: #ffffff;
}
#rev_slider_41_1_wrapper .tp-caption.FoodCarousel-CloseButton,
#rev_slider_41_1_wrapper .FoodCarousel-CloseButton {
  background-color: #d92828;
  color: #ffffff;
  border-radius: 0px;
}
#rev_slider_41_1_wrapper span.foodcarousel-headline {
  display: inline-block;
  font-size: 24px;
  font-family: "gothic";
  font-weight: 700;
  margin-bottom: 20px;
}
#rev_slider_41_1_wrapper p.slide-line {
  display: block;
  border: 1px solid #3d3d3d;
  border-bottom: none;
  margin: 0;
}
#rev_slider_41_1_wrapper p.slide-line.last-slide-line {
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 20px;
}
#rev_slider_41_1_wrapper p.slide-line span {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
}
#rev_slider_41_1_wrapper p.slide-line span.data-name {
  width: 150px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3d3d3d;
  padding: 0 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .tp-caption.tp-hidden-caption,
  .tp-forcenotvisible,
  .tp-hide-revslider,
  .tp-parallax-wrap.tp-hidden-caption {
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 767px) {
  .tp-static-layers {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .slider-style2 .tp-leftarrow {
    transform: matrix(1, 0, 0, 1, -140, -70) !important;
  }

  .slider-style2 .tp-rightarrow {
    transform: matrix(1, 0, 0, 1, -70, -70) !important;
  }
}
/*-------------------------------------------------- */
/* Unique section style
/*------------------------------------------------- */
section.unique-section {
  padding-top: 260px;
}
@media (max-width: 1459px) {
  section.unique-section {
    padding-top: 160px;
  }
}
@media (max-width: 1023px) {
  section.unique-section {
    padding-top: 100px;
  }
}
section.unique-section .unique-box {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box {
    padding-top: 100px;
    max-width: 1200px;
  }
}
@media (max-width: 1239px) {
  section.unique-section .unique-box {
    max-width: 1000px;
    padding-top: 0;
  }
}
section.unique-section .unique-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200px;
  width: 1px;
  background-color: #353535;
}
@media (max-width: 1239px) {
  section.unique-section .unique-box:before {
    display: none;
  }
}
section.unique-section .unique-box ul.unique-list {
  padding-left: 200px;
  padding-right: 100px;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  position: relative;
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list {
    padding-right: 0;
  }
}
section.unique-section .unique-box ul.unique-list li {
  display: block;
  max-width: 520px;
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 480px;
  }
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 100%;
  }
}
section.unique-section .unique-box ul.unique-list li:first-child {
  border-top: none;
}
section.unique-section .unique-box ul.unique-list li h4 {
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li h4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list li h4 {
    position: relative;
    z-index: 9;
    background-color: rgba(52, 52, 52, 0.8);
  }
}
section.unique-section .unique-box ul.unique-list li h4 a {
  display: block;
  padding: 30px 30px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  line-height: 20px;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li h4 a {
    padding: 20px;
  }
}
section.unique-section .unique-box ul.unique-list li .left-part {
  display: none;
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list li .left-part {
    display: none !important;
  }
}
section.unique-section .unique-box ul.unique-list li .image-holder {
  position: absolute;
  left: 720px;
  top: 0;
  right: 100px;
  transform: rotate3d(0, 1, 0, 90deg);
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    left: 680px;
  }
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    left: 400px;
  }
}
@media (max-width: 1023px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    left: 360px;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    right: 0;
    left: 0;
  }
}
section.unique-section .unique-box ul.unique-list li .image-holder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
section.unique-section .unique-box ul.unique-list li .left-part {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 200px;
  height: 100%;
  align-items: center;
  background-color: #242424;
  transform: rotate3d(0, 1, 0, 90deg);
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.unique-section .unique-box ul.unique-list li .left-part span {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 700;
  font-family: "gothic";
  margin-right: 30px;
}
section.unique-section .unique-box ul.unique-list li .left-part a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "gothic";
  transform: rotate(-90deg);
}
section.unique-section .unique-box ul.unique-list li.active h4 a {
  color: #ffffff;
  padding-left: 70px;
  background-color: #353535;
}
section.unique-section .unique-box ul.unique-list li.active h4 a:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 40px;
  width: 1px;
  background-color: #ffffff;
}
section.unique-section .unique-box ul.unique-list li.active h4 a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 21px;
  height: 1px;
  background-color: #ffffff;
}
section.unique-section .unique-box ul.unique-list li.active .left-part {
  display: flex;
  transform: rotate3d(0, 1, 0, 0deg);
}
section.unique-section .unique-box ul.unique-list li.active .image-holder {
  transform: rotate3d(0, 1, 0, 0deg);
}
section.unique-section .unique-box .button-navigation-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
}
@media (max-width: 767px) {
  section.unique-section .unique-box .button-navigation-box {
    display: none !important;
  }
}
section.unique-section .unique-box .button-navigation-box a {
  width: 60px;
  height: 60px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #353535;
}
section.unique-section .unique-box .button-navigation-box a span {
  font-size: 28px;
  line-height: 60px;
}
section.unique-section .unique-box .button-navigation-box a.prev-active {
  border-bottom: none;
}

/*-------------------------------------------------- */
/* team style
/*------------------------------------------------- */
section.team-section {
  padding: 130px 0;
}
section.team-section .team-box {
  padding-top: 10px;
}
section.team-section .team-post {
  position: relative;
}
@media (max-width: 1023px) {
  section.team-section .team-post {
    margin-bottom: 30px;
  }
}
section.team-section .team-post img {
  width: 100%;
  height: auto;
}
section.team-section .team-post .hover-team {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(60, 60, 60, 0.95);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.team-section .team-post .hover-team ul.social-team {
  padding: 0;
  margin: 0 0 15px;
}
section.team-section .team-post .hover-team ul.social-team li {
  display: inline-block;
}
section.team-section .team-post .hover-team ul.social-team li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 15px;
  line-height: 42px;
  border: 1px solid #515151;
}
section.team-section .team-post .hover-team ul.social-team li a:hover {
  background-color: #d92828;
  border-color: transparent;
}
section.team-section .team-post .hover-team h3 {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
section.team-section .team-post .hover-team h3:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 500px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #d92828;
}
section.team-section .team-post .hover-team h3:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 500px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #d92828;
}
@media (max-width: 1023px) {
  section.team-section .team-post .hover-team h3 {
    font-size: 18px;
  }
}
section.team-section .team-post .hover-team span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
section.team-section .team-post:hover .hover-team {
  opacity: 1;
}

/*-------------------------------------------------- */
/* Tabs, Collapse style
/*------------------------------------------------- */
section.tabs-collapse-section {
  padding: 130px 0;
  background: #363636 url("../upload/about/service-bg.jpg") center bottom
    no-repeat;
  background-size: cover;
}
section.tabs-collapse-section .nav-tabs {
  border-bottom: 1px solid #515151;
  border-top: 1px solid #515151;
}
section.tabs-collapse-section .nav-tabs li {
  width: 33.33333%;
  text-align: center;
  border-right: 1px solid #515151;
}
section.tabs-collapse-section .nav-tabs li:first-child {
  border-left: 1px solid #515151;
}
section.tabs-collapse-section .nav-tabs li button {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-family: "gothic";
  padding: 14px 0;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
section.tabs-collapse-section .nav-tabs li button:hover {
  background-color: #d92828;
  border-color: transparent;
}
section.tabs-collapse-section .nav-tabs .nav-item.show .nav-link,
section.tabs-collapse-section .nav-tabs .nav-link.active {
  background: #515151;
  color: #ffffff;
  border-color: #515151;
}
section.tabs-collapse-section .tab-content {
  border: 1px solid #515151;
  border-top: none;
}
@media (max-width: 1023px) {
  section.tabs-collapse-section .tab-content {
    margin-bottom: 30px !important;
  }
}
section.tabs-collapse-section .tab-content .tab-pane {
  padding: 30px;
}
@media (max-width: 767px) {
  section.tabs-collapse-section .tab-content .tab-pane {
    padding-bottom: 1px !important;
  }
}
section.tabs-collapse-section .tab-content .tab-pane img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section.tabs-collapse-section .tab-content .tab-pane img {
    margin-bottom: 30px !important;
  }
}
section.tabs-collapse-section .tab-content .tab-pane p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.tabs-collapse-section .tab-content .tab-pane p {
    margin-bottom: 30px !important;
  }
}
section.tabs-collapse-section .accordion-button {
  border: 1px solid #515151;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-family: "gothic";
  background-color: transparent;
  border-radius: 0px !important;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
section.tabs-collapse-section .accordion-button i {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #515151;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.tabs-collapse-section .accordion-button span {
  padding: 0 20px;
}
section.tabs-collapse-section .accordion-button:after {
  display: none;
}
section.tabs-collapse-section .accordion-button:not(.collapsed) i {
  background-color: #d92828;
}
section.tabs-collapse-section .accordion-header {
  margin-bottom: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
section.tabs-collapse-section .accordion-collapse {
  margin-bottom: 2px;
  border-width: 1px;
  border-color: #515151;
}
section.tabs-collapse-section .accordion-collapse .accordion-body {
  padding: 22px 30px;
}
section.tabs-collapse-section .accordion-collapse p {
  margin-bottom: 0;
}

/*-------------------------------------------------- */
/* Sidebar style
/*------------------------------------------------- */
.sidebar {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sidebar {
    padding-left: 0;
  }
}
.sidebar .sidebar-widget {
  margin-bottom: 50px;
}
.sidebar .sidebar-widget > h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.sidebar .sidebar-widget > h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #d92828;
}
.sidebar .sidebar-widget form#searchform {
  margin: 0;
}
.sidebar .sidebar-widget form#searchform input[type="text"] {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 20px;
  outline: none;
  background: transparent;
  border: 1px solid #2e2e2e;
  border-left: 3px solid #d92828;
}
.sidebar .sidebar-widget form#searchform input[type="text"]::placeholder {
  color: #ffffff;
}
.sidebar .sidebar-widget form#searchform button[type="submit"] {
  background: transparent;
  border: none;
  outline: none;
  float: right;
  margin-top: -36px;
  font-size: 14px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.sidebar .sidebar-widget.widget_categories ul,
.sidebar .sidebar-widget.widget_archives ul {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-widget.widget_categories ul li,
.sidebar .sidebar-widget.widget_archives ul li {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d3d3d3;
}
.sidebar .sidebar-widget.widget_categories ul li a,
.sidebar .sidebar-widget.widget_archives ul li a {
  color: #2c2c2c;
  font-size: 15px;
  display: block;
  font-weight: 600;
}
.sidebar .sidebar-widget.widget_categories ul li a:hover,
.sidebar .sidebar-widget.widget_archives ul li a:hover {
  color: #d92828;
}

.sidebar .sidebar-widget.widget_categories ul li a span,
.sidebar .sidebar-widget.widget_archives ul li a span {
  display: inline-block;
  float: right;
  width: 26px;
  height: 26px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
  background: #d92828;
}
.sidebar .sidebar-widget.widget_categories ul li:last-child,
.sidebar .sidebar-widget.widget_archives ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .sidebar-widget.widget_categories ul li:before,
.sidebar .sidebar-widget.widget_archives ul li:before {
  content: "+";
  display: inline-block;
  /*background: #d92828;*/
  color: #242424;
  font-size: 15px;
  line-height: 4px;
  text-indent: -1px;
  width: 5px;
  height: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 16px;
}

.sidebar .sidebar-widget.widget_categories ul li:before,
.sidebar .sidebar-widget.widget_archives ul li .active-c {
  /*background: #d92828;*/
  color: #d92828;
}

.sidebar .sidebar-widget.widget_tag_cloud a {
  display: inline-block;
  padding: 6px 17px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #2e2e2e;
  margin-right: 8px;
  margin-bottom: 13px;
}
.sidebar .sidebar-widget.widget_tag_cloud a:hover {
  background: #d92828;
  border-color: transparent;
}
.sidebar .sidebar-widget .popular-widget ul {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-widget .popular-widget ul li {
  list-style: none;
  margin-bottom: 25px;
  border-bottom: 1px solid #2e2e2e;
  clear: both;
  min-height: 90px;
  padding-bottom: 25px;
}
.sidebar .sidebar-widget .popular-widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.sidebar .sidebar-widget .popular-widget ul li img {
  float: left;
  width: 95px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content {
  margin-left: 115px;
  padding-top: 5px;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 8px;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 a {
  color: #ffffff;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 a:hover {
  color: #d92828;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content span {
  display: inline-block;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 300;
  opacity: 1;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content span:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d92828;
  margin-right: 8px;
}
.sidebar .sidebar-widget .popular-widget ul li:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------- */
/* Single Post style
/*------------------------------------------------- */
section.single-post-section {
  padding: 140px 0;
}
section.single-post-section .post-thumbnail {
  margin-bottom: 30px;
}
section.single-post-section .post-thumbnail img {
  width: 100%;
  height: auto;
}
section.single-post-section .meta-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #313131;
}
section.single-post-section .post-content p {
  margin-bottom: 20px;
}
section.single-post-section .post-content p span.dropcap {
  display: inline-block;
  float: left;
  color: #ffffff;
  width: 56px;
  height: 50px;
  text-align: center;
  background: #d92828;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 6px;
}
section.single-post-section .post-content blockquote {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  padding: 10px 0;
  padding-left: 90px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-left: 5px solid #d92828;
}
section.single-post-section .post-content blockquote:after {
  content: "“";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 20px;
  margin-top: -18px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  font-size: 80px;
  font-weight: 400;
}
section.single-post-section .post-content .tags-list {
  clear: both;
}
section.single-post-section .post-content ul.post-tags {
  padding: 15px 0 11px;
  margin: 40px 0;
  border-top: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
}
section.single-post-section .post-content ul.post-tags li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
section.single-post-section .post-content ul.post-tags li span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
}
section.single-post-section .post-content ul.post-tags li a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline !important;
}
section.single-post-section .post-content ul.post-tags li a:hover {
  color: #d92828;
}
section.single-post-section .post-content .author-box {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #2e2e2e;
  position: relative;
}
section.single-post-section .post-content .author-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: #d92828;
}
section.single-post-section .post-content .author-box .image-holder {
  position: relative;
  z-index: 2;
  margin-right: 30px;
}
section.single-post-section .post-content .author-box .image-holder img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: center;
}
section.single-post-section .post-content .author-box p {
  margin-bottom: 0;
}

.comments-box {
  margin-bottom: 30px;
}
.comments-box h3 {
  margin-bottom: 22px;
}

.comments-box ul.comments-list {
  padding: 0;
  margin: 0;
}

.comments-box ul.comments-list > li {
  display: block;
  padding-top: 30px;
}

.comments-box ul.comments-list li .comment-box {
  display: flex;
}

.comments-box ul.comments-list li .comment-box .image-holder {
  position: relative;
  margin-right: 30px;
}

.comments-box ul.comments-list li .comment-box .image-holder:before {
  content: "";
  width: 6px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  background-color: #d92828;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.comments-box ul.comments-list li .comment-box .image-holder:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d92828;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.comments-box ul.comments-list li .comment-box:hover .image-holder:before {
  height: 0;
}

.comment-content {
  margin-top: 10px;
}

.comments-box ul.comments-list li .comment-box:hover .image-holder:after {
  width: 100%;
}

.comments-box ul.comments-list li .comment-box .image-holder img {
  width: 200px;
  height: 215px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 769px) {
  .comments-box ul.comments-list li .comment-box .image-holder img {
    width: 140px;
    height: 140px;
  }
}
.comments-box ul.comments-list li .comment-box span.time {
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  font-weight: 300;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.comments-box ul.comments-list li .comment-box p {
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.comments-box ul.comments-list li .comment-box:hover span.time,
.comments-box ul.comments-list li .comment-box:hover p {
  color: #ffffff;
  opacity: 1;
}

.comments-box ul.comments-list li .comment-box span.time i {
  display: inline-block;
  margin-right: 4px;
}

.comments-box ul.comments-list li .comment-box a.reply,
.comments-box ul.comments-list li .comment-box a.comment-reply-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  margin-top: 20px;
  border: 1px solid #2e2e2e;
}

.comments-box ul.comments-list li .comment-box a.reply:hover,
.comments-box ul.comments-list li .comment-box a.comment-reply-link:hover {
  background-color: #d92828;
  border-color: transparent;
}

.comments-box ul.comments-list ul.children {
  padding-top: 30px;
}

.comments-box ul.comments-list ul.children > li {
  display: block;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #f7f4fb;
  padding-left: 30px;
}

@media (max-width: 769px) {
  .comments-box ul.comments-list ul.children > li {
    padding-left: 15px;
  }
}
.comments-box ul.comments-list li:first-child,
.comments-box ul.comments-list ul.children > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.comments-box #respond {
  margin-top: 30px;
}

#comment-form h3 a#cancel-comment-reply-link,
#respond h3 a#cancel-comment-reply-link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

#comment-form p.comment-notes,
#comment-form p.logged-in-as,
#comment-form p.comment-form-cookies-consent,
#respond p.comment-notes,
#respond p.logged-in-as,
#respond p.comment-form-cookies-consent {
  display: none;
}

#comment-form form,
#respond form {
  margin-top: 20px;
}

#comment-form .input-line,
#respond .input-line {
  margin-bottom: 30px;
  display: flex;
  padding-top: 6px;
  border-bottom: 1px solid #505050;
  align-items: center;
}

#comment-form .input-line:focus,
#respond .input-line:focus {
  border-bottom: 1px solid #ffffff;
}

#comment-form .input-line label,
#respond .input-line label {
  padding-bottom: 18px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  border-right: none;
}

#comment-form .input-line input[type="text"],
#respond .input-line input[type="text"] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 20px 20px 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  border: none;
  background-color: transparent;
  font-weight: 400;
  margin: 0;
}

#comment-form .input-line input[type="text"]::placeholder,
#respond .input-line input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#comment-form .input-line:last-child,
#respond .input-line:last-child {
  margin-bottom: 0;
}

#comment-form textarea,
#respond textarea {
  width: 100%;
  height: 118px;
  border: none;
  border-bottom: 1px solid #505050;
  outline: none;
  padding: 0 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  background-color: transparent;
  margin-bottom: 18px !important;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #comment-form textarea,
  #respond textarea {
    margin-top: 30px;
  }
}
#comment-form input[type="submit"],
#respond input[type="submit"] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 17px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background: #3d3d3d !important;
  margin: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#comment-form input[type="submit"]:hover,
#respond input[type="submit"]:hover {
  color: #ffffff;
  background-color: #d92828 !important;
}

#respond p.form-submit {
  width: 50%;
  margin-top: -53px;
  float: right;
  padding-left: 15px;
  margin-bottom: 0;
  position: relative;
  opacity: 1;
  z-index: 2;
}

#respond p.form-submit.logged-in {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 0;
}

@media (max-width: 1023px) {
  #comment-form {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------- */
/* table start 
/*------------------------------------------------- */

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  background: #fefefe;
}

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
  color: #f6f6f6;
}

table thead {
  background: #d92828;
  border-bottom: none;
  color: #fff;
}

table tr {
  padding: 0.35em;
}

table tr:nth-child(even) {
  background: #f0f0f0;
}

table tbody tr:hover {
  background: #d9e3e8;
}

table th,
table td {
  padding: 0.625em;
  text-align: center;
  font-weight: 600;
}

table th {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead th {
    display: none;
  }

  table tr {
    display: block;
  }

  table td {
    /* border-bottom: 1px solid #ddd; */
    display: block;
    text-align: left;
  }

  table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0.6em;
    color: #d92828;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/*-------------------------------------------------- */
/* Single Project style
/*------------------------------------------------- */
section.single-project-section {
  padding: 30px 0;
}
@media (max-width: 1023px) {
  section.single-project-section {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  section.single-project-section {
    padding: 30px 0;
  }
}
section.single-project-section .feature-image {
  position: relative;
  margin-bottom: 30px;
}
section.single-project-section .feature-image img {
  width: 100%;
  height: auto;
}
section.single-project-section .col-md-6 .feature-image {
  margin-left: 5px;
}
section.single-project-section .single-project-content {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 0px solid #2e2e2e;
}
section.single-project-section .single-project-content h2 {
  font-size: 25px;
  margin-bottom: 25px;
}
section.single-project-section .single-project-content > .feature-image {
  margin-top: 20px;
}
section.single-project-section
  .single-project-content
  .col-md-6
  .project-content {
  margin-right: 5px;
}

.project-content ul.project-data-list {
  padding: 0;
  margin: 0 0 20px;
}
.project-content ul.project-data-list li {
  display: block;
  border: 1px solid #3d3d3d;
  border-bottom: none;
}
.project-content ul.project-data-list li:last-child {
  border-bottom: 1px solid #3d3d3d;
}
.project-content ul.project-data-list li span {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
}
.project-content ul.project-data-list li span.data-name {
  width: 150px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3d3d3d;
  padding: 0 30px;
  margin-right: 30px;
}
.project-content p {
  margin-bottom: 20px;
}

ul.gallery-list {
  padding: 0;
  margin: 0 -40px 0 -1px;
  display: flex;
  flex-wrap: wrap;
}
ul.gallery-list li {
  width: 25%;
  padding-right: 40px;
  padding-left: 1px;
  margin-bottom: 40px;
}

ul.gallery-list-l {
  padding: 0;
  /*margin: 0 -40px 0 -1px;*/
  display: flex;
  flex-wrap: wrap;
}
ul.gallery-list-l li {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1239px) {
  ul.gallery-list li {
    width: 33.3333%;
  }

  ul.gallery-list-l li {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  ul.gallery-list li {
    width: 50%;
  }

  ul.gallery-list-l li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul.gallery-list li {
    width: 100%;
  }

  ul.gallery-list-l li {
    width: 100%;
  }
}

ul.gallery-list li a {
  display: block;
  overflow: hidden;
  margin: 0;
}
ul.gallery-list li a img {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.12);
  transform: translate3d(-10px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.gallery-list li a:hover img {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

ul.gallery-list-l li a {
  display: block;
  overflow: hidden;
  margin: 0;
}
ul.gallery-list-l li a img {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  /*-webkit-transform: translate3d(-10px, 0, 0) scale(1.12);
  transform: translate3d(-10px, 0, 0) scale(1.12);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.gallery-list-l li a:hover img {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.hover-feature {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hover-feature h2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 13px 25px;
  font-weight: 400;
  margin: 0 !important;
  background-color: #d92828;
}
@media (max-width: 767px) {
  .hover-feature h2 {
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    font-size: 15px;
  }
}
.hover-feature ul.project-data-list {
  width: 380px;
  float: right;
  margin-top: 40px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .hover-feature ul.project-data-list {
    margin-top: 0;
    margin-right: -6px;
  }
}
.hover-feature ul.project-data-list li {
  border-color: transparent !important;
}
.hover-feature ul.project-data-list li span {
  background-color: #3d3d3d !important;
  padding: 0 28px;
  width: 220px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .hover-feature ul.project-data-list li span {
    line-height: 32px;
  }
}
.hover-feature ul.project-data-list li span.data-name {
  background-color: #242424 !important;
  margin-right: -3px;
  color: white;
}

/*-------------------------------------------------- */
/* Services style
/*------------------------------------------------- */
section.services-section {
  padding: 30px 0;
  background-color: #fff;
}
section.services-section .services-box .services-post {
  border: 1px solid #bfbfbf;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 20px;
  /* min-height: 410px;*/
  min-height: 450px;
}
@media (max-width: 1023px) {
  section.services-section .services-box .services-post {
    margin-bottom: 30px;
  }
  section.services-section {
    padding: 20px 0;
  }
}

section.services-section .services-box .services-post img {
  display: inline-block;
  width: 140px;
  height: auto;
  background-color: #d7d7d7;
  line-height: 82px;
  font-size: 39px;
  margin-bottom: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.services-section .services-box .services-post:hover img {
  background-color: #d92828;
  font-size: 26px;
}

section.services-section .services-box .services-post i {
  display: inline-block;
  width: 95px;
  height: 82px;
  background-color: #3d3d3d;
  line-height: 82px;
  font-size: 39px;
  margin-bottom: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section .services-box .services-post h4 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 15px;
  text-transform: capitalize;
}
section.services-section .services-box .services-post p {
  margin-bottom: 15px;
  text-align: center;
}
section.services-section .services-box .services-post:hover i {
  background-color: #d92828;
  font-size: 26px;
}

/* awards style start
/*------------------------------------------------- */
/* Portfolio Section*/

.portfolio {
  /*position: relative;*/
  padding: 50px 0px 30px;
  /*height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bg/bg12.jpg);*/
}

/*.portfolio:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bg/bg12.jpg);
	content: "";
	opacity: .90;
}*/

.portfolio__block__one .inner-box {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
  -webkit-perspective: 50em;
  perspective: 50em;
}
.portfolio__block__one .inner-box img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  border-radius: 25px;
}
.portfolio__block__one .inner-box * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portfolio__block__one .inner-box:hover .lower__content .view-btn {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio__block__one .inner-box:hover .lower__content .portfolio__block {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio__block__one .inner-box .lower__content .view-btn {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f13131;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
}
.portfolio__block__one .inner-box .lower__content .portfolio__block {
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  opacity: 1;
  z-index: 1;
  /*background: rgba(0, 0, 0, 0.8);*/
  padding: 0px 15px 5px 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(to top, #000, transparent);
}

.portfolio__block__one .lower__content .portfolio__block span {
  font-family: "gothic";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  color: #f13131;
}
.portfolio__block__one .inner-box .lower__content .view-btn span {
  color: #fff;
  font-size: 36px;
  padding-bottom: 20px;
}
.portfolio__block__one .lower__content .portfolio__block a {
  color: #fff;
  font-family: "gothic";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.portfolio__block__one .inner-box:hover:after {
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 0.6;
  border-radius: 25px;
}
.portfolio__block__one .inner-box:after {
  background-color: #000;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate3d(1, -1, 0, 100deg);
  transform: rotate3d(1, -1, 0, 100deg);
  opacity: 0;
}
.portfolio .owl-dots {
  display: none !important;
}

.portfolio .owl-nav {
  display: none !important;
}

.about__right__section .about__btn {
  padding-top: 30px;
  display: inline-block;
}

.btn-one {
  background-color: #f13131;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 700;
  font-family: "gothic";
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
}
.btn-one:hover em {
  transform: rotate(-1deg) translateY(-122%);
  transform-origin: left top;
}
.btn-one span {
  color: #ffffff;
  display: block;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.btn-one.two:hover span {
  color: #000;
}

.btn-one i:after {
  background-color: #f13131;
}
.btn-one i:before {
  background-color: #000;
}
.btn-one.two i:before {
  background-color: #fff;
}
.btn-one i:after,
.btn-one i:before {
  content: "";
  float: left;
  height: 100%;
  width: 50%;
  border-radius: 50%;
}
.btn-one.two em {
  background-color: #fff;
}
.btn-one em {
  position: absolute;
  width: 102%;
  height: 200%;
  background-color: #1c1b1f;
  left: 0;
  top: 6em;
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.btn-one i {
  float: left;
  position: relative;
  overflow: hidden;
  width: 31px;
  height: 20px;
  margin-top: -0.5em;
}

/* Portfolio Section end*/
/* awards style end
/*------------------------------------------------- */

/*----Amenities start---*/

.bg-highlights {
  /* padding: 90px 0;
    background: #2e2e2e url(../images/bg/service-bg.jpg) center bottom no-repeat;
    background-size: cover; */
}

section.services-section-amenities {
  padding: 50px 0;
  background-color: #fff;
}
section.services-section-amenities .services-box .services-post {
  border: 0px solid #bfbfbf;
  text-align: center;
  padding: 0 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1023px) {
  section.services-section-amenities .services-box .services-post {
    margin-bottom: 10px;
  }
}

section.services-section-amenities .services-box .services-post img {
  display: inline-block;
  width: 120px;
  height: auto;
  /*background-color:#e7e7e7;*/
  background: transparent;
  margin-bottom: 10px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0px;
  border-radius: 15px;
  filter: grayscale(100%);
}

section.services-section-amenities .services-box .services-post:hover img {
  /* background-color:#c1c1c1;
  font-size: 26px;*/
  filter: grayscale(0%);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.banner-video-area__image {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

section.services-section-amenities .services-box .services-post i {
  display: inline-block;
  width: 95px;
  height: 82px;
  background-color: #3d3d3d;
  line-height: 82px;
  font-size: 39px;
  margin-bottom: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section-amenities .services-box .services-post h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
}

section.services-section-amenities .services-box .services-post h4:hover {
  color: #d92828;
}

section.services-section-amenities .services-box .services-post h4:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #e31c25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.services-section-amenities .services-box .services-post h4:hover:after {
  width: 100%;
}

section.services-section-amenities .services-box .services-post h4 {
  position: relative;
  text-decoration: none;
}

section.services-section-amenities .services-box .services-post p {
  margin-bottom: 15px;
}
section.services-section-amenities .services-box .services-post:hover i {
  background-color: #d92828;
  font-size: 26px;
}

/*----Amenities end---*/

section.services-section2 {
  padding: 90px 0;
  background: #2e2e2e url("../upload/about/service-bg.jpg") center bottom
    no-repeat;
  background-size: cover;
}
section.services-section2 .services-box2 .services-post2 {
  border: 1px solid #393939;
  display: flex;
  margin-bottom: 30px;
}
section.services-section2 .services-box2 .services-post2 .icon {
  width: 47%;
  background-color: #393939;
  justify-content: center;
  line-height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section2 .services-box2 .services-post2 .serv-content {
  width: 53%;
  padding: 35px;
}
section.services-section2 .services-box2 .services-post2 span {
  display: inline-block;
  width: 124px;
  height: 124px;
  line-height: 124px;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section2 .services-box2 .services-post2 h4 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 15px;
  text-transform: uppercase;
}
section.services-section2 .services-box2 .services-post2 p {
  margin-bottom: 0;
}
section.services-section2 .services-box2 .services-post2:hover span {
  background-color: #d92828;
  border-color: transparent;
  font-size: 40px;
}

section.services-section3 {
  padding: 130px 0;
  background-color: #242424;
}
section.services-section3 .services-box3 .col-lg-4 {
  margin-right: -1px;
}
section.services-section3 .services-box3 .services-post3 {
  border: 1px solid #3d3d3d;
  text-align: center;
  padding: 60px;
}
@media (max-width: 1023px) {
  section.services-section3 .services-box3 .services-post3 {
    margin-bottom: 30px;
  }
}
section.services-section3 .services-box3 .services-post3 i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #ffffff;
}
section.services-section3 .services-box3 .services-post3 h4 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 15px;
  text-transform: uppercase;
}
section.services-section3 .services-box3 .services-post3 p {
  margin-bottom: 0;
}

.services-section4 {
  background: #f7f4f4;
  padding: 50px 0px 0px 0px;
}

section.services-section4 .services-box4 {
  display: flex;
}
@media (max-width: 1023px) {
  section.services-section4 .services-box4 {
    flex-wrap: wrap;
  }
}
section.services-section4 .services-box4 .services-post4 {
  width: 33.3333%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
section.services-section4 .services-box4 .services-post4:nth-child(2n) {
  flex-direction: column-reverse;
}
@media (max-width: 1023px) {
  section.services-section4 .services-box4 .services-post4 {
    width: 100%;
  }
  section.services-section4 .services-box4 .services-post4:nth-child(2n) {
    flex-direction: column;
  }
}
section.services-section4 .services-box4 .services-post4 {
  width: 100%;
  /*  height: 400px;*/
  height: auto;
  object-fit: cover;
  object-position: center;
}

section.services-section4 .services-box4 .services-post4 img {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}

section.services-section4 .services-box4 .services-post4 img:hover {
  /*-webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
transform: translateY(-20px);*/
  /*	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

section.services-section4 .services-box4 .services-post4 .serv-content {
  height: 300px;
  background-color: #f7f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding: 0 60px;*/
  padding: 0 15px;
}

/*section.services-section4 .services-box4 .services-post4 span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom:10px;
  border:1px solid #2c2c2c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}*/

section.services-section4 .services-box4 .services-post4 i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 10px;
  border: 1px solid #2c2c2c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

section.services-section4 .services-box4 .services-post4 i:hover {
  color: #fff;
  margin-bottom: 10px;
  border: 1px solid #d92828;
  background: #d92828;
}

section.services-section4 .services-box4 .services-post4 h4 {
  margin-bottom: 12px;
}
section.services-section4 .services-box4 .services-post4 p {
  margin-bottom: 0;
}
/*section.services-section4 .services-box4 .services-post4:hover span {
  background-color: #d92828;
  border-color: transparent;
  font-size: 30px; 
  color:#fff;
}*/

/*section.services-section4 .services-box4 .services-post4 .serv-content a.theme-button {
  display: inline-block;
  padding: 14px 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight:700;
  font-family: 'gothic';
  border: 0px solid #464545;
  position: relative;
}
section.services-section4 .services-box4 .services-post4 .serv-content a.theme-button:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 0;
  bottom: -1px;
  background:#d92828;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section4 .services-box4 .services-post4 .serv-content a.theme-button:hover:before {
  width: 100%;
   color: #ffffff;
}
section.services-section4 .services-box4 .services-post4 .serv-content a.theme-button span {
  position: relative;
  z-index: 2; 
    width: fit-content;
    height: auto;
    font-size: 15px;
    line-height: normal;
    border-radius: 0px;
    margin-bottom: 0px;
    border: 0px; 
	background:none;
  
}*/

/*section.services-section4 .services-box4 .services-post4 .serv-content a.theme-button span:hover {
color: #ffffff;
}*/

/*section.services-section4 .services-box4 .services-post4 .serv-content a.theme-button:hover {
color: #ffffff;

}*/

section.services-section5 {
  padding: 130px 0 100px;
  background-color: #242424;
}
section.services-section5 .services-box5 .services-post5 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
section.services-section5 .services-box5 .services-post5 div.icon {
  width: 120px;
  height: 120px;
  border: 1px solid #2e2e2e;
  text-align: center;
  margin-right: 30px;
  position: relative;
}
section.services-section5 .services-box5 .services-post5 div.icon:before,
section.services-section5 .services-box5 .services-post5 div.icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section5 .services-box5 .services-post5 div.icon:before {
  top: 0;
  left: 0;
  border-top: 2px solid #6c6c6c;
  border-left: 2px solid #6c6c6c;
}
section.services-section5 .services-box5 .services-post5 div.icon:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
}
section.services-section5 .services-box5 .services-post5 span {
  display: inline-block;
  font-size: 40px;
  width: 118px;
  height: 118px;
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 120px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section5 .services-box5 .services-post5 h4 {
  font-weight: 400;
  margin-bottom: 12px;
}
section.services-section5 .services-box5 .services-post5 p {
  margin-bottom: 0;
  padding-right: 20px;
}
section.services-section5 .services-box5 .services-post5:hover span {
  background-color: #d92828;
  font-size: 30px;
}
section.services-section5 .services-box5 .services-post5:hover div.icon:before,
section.services-section5 .services-box5 .services-post5:hover div.icon:after {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, 0.3);
}

section.services-section6 {
  padding-bottom: 130px;
}
section.services-section6 .services-box6 .services-post6 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
section.services-section6 .services-box6 .services-post6 div.icon {
  width: 116px;
  height: 116px;
  background: #3d3d3d;
  text-align: center;
  margin-right: 30px;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.services-section6 .services-box6 .services-post6 span {
  display: inline-block;
  font-size: 40px;
  width: 116px;
  height: 116px;
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 120px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.services-section6 .services-box6 .services-post6 h4 {
  font-weight: 400;
  margin-bottom: 12px;
}
section.services-section6 .services-box6 .services-post6 p {
  margin-bottom: 0;
  padding-right: 20px;
}
section.services-section6 .services-box6 .services-post6:hover div.icon {
  background-color: #d92828;
}
section.services-section6 .services-box6 .services-post6:hover span {
  font-size: 30px;
}
section.services-section6 .image-holder {
  padding-right: 40px;
  position: relative;
}
section.services-section6 .image-holder img {
  width: 100%;
  height: auto;
}
section.services-section6 .image-holder a.serv-link {
  display: inline-block;
  padding: 7px 10px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "gothic";
  border: 1px solid #2e2e2e;
  position: relative;
  font-size: 19px;
  position: absolute;
  top: 55px;
  right: -56px;
  transform: rotate(-90deg);
}
section.services-section6 .image-holder a.serv-link i {
  margin-left: 8px;
}
section.services-section6 .image-holder a.serv-link:hover {
  background-color: #d92828;
  border-color: transparent;
}

section.services-section7 {
  padding: 20px 0px 20px 0px;
  background: #f7f4f4;
}
section.services-section7.no-padd-bottom {
  padding-bottom: 0;
}
section.services-section7 .services-box7 a.services-post7 {
  display: flex;
  padding: 30px 20px;
  border: 1px solid #e7e6e6;
  margin-bottom: 30px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section.services-section7 .services-box7 a.services-post7 i {
  color: #3d3d3d;
  font-size: 44px;
  margin-right: 16px;
}
section.services-section7 .services-box7 a.services-post7 div.serv-cont h4 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}
section.services-section7 .services-box7 a.services-post7 div.serv-cont p {
  margin-bottom: 0 !important;
}
section.services-section7 .services-box7 a.services-post7:before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: #3d3d3d;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.services-section7 .services-box7 a.services-post7:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  right: 7px;
}
section.services-section7 .services-box7 a.services-post7:hover:before {
  background-color: #d92828;
}

section.services-section8 {
  padding: 130px 0;
}
section.services-section8 .services-post8 img {
  width: 100%;
  height: auto;
}
section.services-section8 .services-post8 .serv-cont {
  padding: 30px;
  background-color: #3d3d3d;
  position: relative;
}
section.services-section8 .services-post8 .serv-cont p {
  font-size: 13px;
  margin-bottom: 0;
}
section.services-section8 .services-post8 .serv-cont a {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 75px;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border-top-right-radius: 0px;
  background-color: #3d3d3d;
  position: absolute;
  top: -37px;
  right: 0;
  transition: all 0.36 ease-in-out;
  -moz-transition: all 0.36 ease-in-out;
  -webkit-transition: all 0.36 ease-in-out;
  -o-transition: all 0.36 ease-in-out;
}
section.services-section8 .services-post8:hover .serv-cont a {
  right: 40px;
  transform: rotate(360deg);
  background-color: #d92828;
  border-top-right-radius: 50%;
}

section.services-section9 {
  padding: 130px 0 80px;
  background-color: #242424;
}
section.services-section9 .services-box9 .services-post9 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
section.services-section9 .services-box9 .services-post9 div.icon {
  width: 110px;
  height: 110px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-right: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section9 .services-box9 .services-post9 span {
  display: inline-block;
  font-size: 40px;
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 90px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.services-section9 .services-box9 .services-post9 h4 {
  margin-bottom: 12px;
}
section.services-section9 .services-box9 .services-post9 p {
  margin-bottom: 0;
  padding-right: 20px;
}
section.services-section9 .services-box9 .services-post9:hover div.icon {
  background: #d92828;
  border-color: transparent;
}
section.services-section9 .services-box9 .services-post9:hover div.icon span {
  font-size: 30px;
}

/*-------------------------------------------------- */
/* Footer style
/*------------------------------------------------- */
footer.template-footer {
  position: relative;
  z-index: 1;
}
footer.template-footer div.instagram-line {
  border-top: 1px solid #242a38;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #242a38;
}
footer.template-footer div.instagram-line ul.insta-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

footer.template-footer div.instagram-line ul.insta-list li {
  display: inline-block;
  /*float: left;*/
  /* width: 12.5%;*/
  width: 19%;
  border: none;
}

footer.template-footer .all-rights {
  position: relative;
  background: #0c0c0c;
  padding: 25px 0px 0px 0px;
}

footer.template-footer .all-rights p {
  text-align: center;
  font-size: 12px;
}

footer.template-footer .all-rights2 {
  position: relative;
  background: #0c0c0c;
  padding: 15px 0px;
}

footer.template-footer .all-rights2 p {
  text-align: center;
}

footer.template-footer .hero-earth-b {
  position: fixed;
  /*bottom: 0;*/
  /*width: 100%;*/
  z-index: 1;
  top: 0;
  /*right: 0;*/
  left: 0;
  display: none;
}
footer.template-footer .hero-earth-b .hero-earth-img {
  width: 100%;
  text-align: right;
}

footer.template-footer .hero-earth-b .hero-earth-img img {
  max-width: 100%;
  width: 200px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

footer.template-footer div.instagram-line-awards {
  border-top: 1px solid #242a38;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #242a38;
}
footer.template-footer div.instagram-line-awards ul.insta-list-awards {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

footer.template-footer div.instagram-line-awards ul.insta-list-awards li {
  display: inline-block;
  /*float: left;*/
  /* width: 12.5%;*/
  width: 12%;
  border: none;
}

footer.template-footer div.instagram-line-awards ul.insta-list-awards li a {
  display: block;
}
footer.template-footer div.instagram-line-awards ul.insta-list-awards li a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
footer.template-footer
  div.instagram-line-awards
  ul.insta-list-awards
  li
  a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 1023px) {
  footer.template-footer div.instagram-line ul.insta-list li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  footer.template-footer div.instagram-line-awards ul.insta-list-awards li {
    width: 30%;
    margin-bottom: 25px;
  }

  .md-none {
    display: none;
  }
}

footer.template-footer div.instagram-line ul.insta-list li a {
  display: block;
}
footer.template-footer div.instagram-line ul.insta-list li a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

footer.template-footer div.instagram-line ul.insta-list li a:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

footer.template-footer div.widget-part-area {
  display: flex;
  /*align-items: center;*/
}
@media (max-width: 1023px) {
  footer.template-footer div.widget-part-area {
    /*flex-wrap: wrap;*/
    flex-wrap: unset;
  }
  footer.template-footer div.widget-part-area .footer-widget-line:first-child {
    display: block;
  }

  footer.template-footer
    div.widget-part-area
    .footer-widget-line-inner:first-child {
    display: block;
  }
}

@media (max-width: 600px) {
  footer.template-footer div.widget-part-area {
    flex-wrap: wrap;
  }
}

footer.template-footer div.widget-part-area .footer-widget-line {
  width: 25%;
  /* width: 20%;*/
  /*min-height:135px;*/
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #cbc6c6;
  background: #d3d3d3;
  padding-top: 10px;
}

footer.template-footer div.widget-part-area .footer-widget-line-inner {
  width: 25%;
  /* min-height:200px;*/
  /*display: flex;*/
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #cbc6c6;
  background: #d3d3d3;
  padding-top: 10px;
}

footer.template-footer div.widget-part-area .footer-widget-line-inner h6 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.bg-f {
  background: #d92828 !important;
}

@media (max-width: 1239px) {
  footer.template-footer div.widget-part-area .footer-widget-line {
    padding-left: 15px;
    /*min-height: 360px;*/
    padding-right: 15px;
  }
  footer.template-footer div.widget-part-area .footer-widget-line-inner {
    padding-left: 15px;
    /*min-height: 360px;*/
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  footer.template-footer div.widget-part-area .footer-widget-line {
    width: 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  footer.template-footer div.widget-part-area .footer-widget-line-inner {
    width: 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
  }

  footer.template-footer
    div.widget-part-area
    .footer-widget-line-inner-gurugram {
    width: 33.3333%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  footer.template-footer div.widget-part-area .footer-widget-line {
    width: 100%;
    min-height: 40px;
    padding: 10px 10px;
    border-left: none;
    border-bottom: 1px solid #b3b3b3;
  }

  footer.template-footer div.widget-part-area .footer-widget-line-inner {
    width: 100%;
    min-height: 40px;
    padding: 15px 10px;
    border-left: none;
    border-bottom: 1px solid #b3b3b3;
  }
}

@media (max-width: 600px) {
  footer.template-footer div.widget-part-area .footer-widget-line {
    width: 50%;
    min-height: 40px;
    padding: 10px 10px;
    border-left: none;
    border-bottom: 1px solid #b3b3b3;
  }

  footer.template-footer div.widget-part-area .footer-widget-line-inner {
    width: 50%;
    min-height: 40px;
    padding: 15px 10px;
    border-left: none;
    border-bottom: 1px solid #b3b3b3;
  }

  footer.template-footer
    div.widget-part-area
    .footer-widget-line-inner-gurugram {
    width: 50%;
    min-height: 40px;
    padding: 15px 10px;
    border-left: none;
    border-bottom: 1px solid #b3b3b3;
  }
}

footer.template-footer div.widget-part-area .footer-widget-line .image-widget {
  text-align: center;
  margin-left: -90px;
  margin-right: -1px;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line
  .image-widget
  img {
  max-width: 84px;
  margin: 0 auto;
}
footer.template-footer div.widget-part-area .footer-widget-line h5 {
  color: rgb(217 40 40);
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: capitalize;
}
footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list {
  padding: 0;
  margin: 0;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line
  ul.custom-list
  li {
  display: block;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line
  ul.custom-list
  li
  a {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none !important;
  font-weight: 600;
}

footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  .image-widget {
  text-align: center;
  margin-left: -90px;
  margin-right: -1px;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  .image-widget
  img {
  max-width: 84px;
  margin: 0 auto;
}
footer.template-footer div.widget-part-area .footer-widget-line-inner h5 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: capitalize;
}

footer.template-footer div.widget-part-area .footer-widget-line-inner p {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 14px;
}

.f-heading {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 0 0 15px;
  text-transform: capitalize;
}

.f-para {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 30px;
  text-decoration: none !important;
  word-break: break-all;
}

.f-para2 {
  color: #2c2c2c !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 30px;
  text-decoration: none !important;
  word-break: break-all;
  letter-spacing: 1px;
  background: white;
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.f-para2:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #2c2c2c;
  color: #fff !important;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list {
  padding: 0;
  margin: 0;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list
  li {
  display: block;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list
  li
  a {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none !important;
}

footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list
  li
  a:hover {
  color: #ffd331;
}

footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list-c {
  padding: 0;
  margin: 0;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list-c
  li {
  display: block;
}
footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list-c
  li
  a {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none !important;
}

footer.template-footer
  div.widget-part-area
  .footer-widget-line-inner
  ul.custom-list-c
  li
  a
  i {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: none !important;
  padding-right: 10px;
}

a.go-top {
  position: fixed;
  /*top: -90px;*/
  bottom: 0;
  z-index: 99;
  right: 30px;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  background: #d92828;
  display: none;
}
a.go-top:hover {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  a.go-top {
    display: none;
  }
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-height: 800px) {
  header .header-line div.social-line {
    padding: 15px 0;
    height: calc(100vh - 300px);
  }
  header .header-line div.social-line.active {
    height: calc(100vh - 400px);
  }
  header .header-line div.copyright-line {
    height: 200px;
  }
}

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

@media only screen and (max-width: 1366px) and (min-width: 1024px) {
  section.features-carousel-section .feature-post .feature-post-content {
    width: 40%;
    transform: translate(15px, 25%);
  }
}

@media only screen and (max-width: 996px) and (min-width: 320px) {
  .pc-block {
    display: none;
  }

  .mobile-block {
    display: block;
  }

  .services-box .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: -35px;
  }

  .services-box .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: 5px;
  }
  .services-box .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: 5px;
  }

  .services-box .owl-carousel .owl-nav button.owl-prev,
  .services-box .owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    /* background: #d92828;*/
    background: transparent;
    color: #000;
    text-align: center;
    /*border: 10px solid #242424;*/
    border: 0px solid #242424;
    line-height: 10px;
    font-size: 70px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: none;
  }
}

@media (max-width: 600px) {
  section.filter-section ul.filter li {
    width: 25%;
    min-height: 115px !important;
  }

  section.filter-section ul.filter li a {
    padding: 10px 6px;
    font-size: 14px;
  }

  .rs-services.style12 .service-wrap .content-part .title {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }
  .rs-services.style12 .service-wrap .content-part .btn-part a {
    font-size: 12px !important;
  }

  .rs-services.style12 .service-wrap {
    padding: 20px 5px !important;
  }

  .rs-services.style12 .service-wrap .icon-part.mb-20 {
    margin-bottom: 5px;
  }
}
