@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('../font/satoshi/style.css');
@import url('../font/aerotis/stylesheet.css');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {

  font-family: 'Satoshi Regular';
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  background: #110D08;
  text-transform: uppercase;
}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #D7B58A;
  font-weight: 600;
}

h1 {
  font-size: 250px;
  line-height: 105px;
}

h2 {
  font-size: 190px;
  line-height: 155px;
}

h3 {
  font-size: 80px;
  line-height: 66px;
}

h4 {
  font-size: 60px;
  line-height: 46px;
}

h5 {
  font-size: 25px;
  line-height: 35px;
}

h6 {
  font-size: 20px;
  line-height: 25px;
}

b,
strong {
  font-weight: 500;
}

a {
  color: #F0F7FB;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100 !important;
}

.f-weight-200 {
  font-weight: 200 !important;
}

.f-weight-300 {
  font-weight: 300 !important;
}

.f-weight-400 {
  font-weight: 400 !important;
}

.f-weight-500 {
  font-weight: 500 !important;
}

.f-weight-600 {
  font-weight: 600 !important;
}

.f-weight-700 {
  font-weight: 700 !important;
}

.f-weight-800 {
  font-weight: 800 !important;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.r-100-p {
  border-radius: 100%;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.btn-fill {
  padding: 11px 22px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #D7B58A;
  font-size: 16px;
  color: #222;
  text-transform: initial;
}

.btn-border {
  padding: 8px 25px 7px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: column;
}

.btn-secondary:hover,
.btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

header.site-header {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 15px 0;
  z-index: 9999;
  background: transparent;
}

.site-header .nav-link,
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.site-header .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #D7B58A !important;
}

section.site-banner.home-banner {
  padding-top: 90px;
  height: 100vh;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

section.site-banner.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.45) 25%, 
    rgba(0, 0, 0, 0.20) 50%, 
    rgba(0, 0, 0, 0.55) 75%, 
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.bottom {
  position: relative !important;
  z-index: 99999;
}

.home-banner .bottom p {
  color: #ffffff !important;
  opacity: 0.95;
  font-size: 14px;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.home-banner .bottom h6 {
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}

.nav-link {
  display: block;
  padding: 0;
}

.site-banner .container {
  height: 100%;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}

.font-satoshi {

  font-family: 'Satoshi Regular' !important;

}

.color-white {
  color: #fff;
}

.go-down {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.dot::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #D7B58A;
  display: inline-block;
  border-radius: 100%;
  margin-right: 6px;
}

.site-section {
  padding: 100px 0;
}

.border-bottom {
  border-bottom: 1px solid #282520 !important;
  padding-bottom: 15px;
}

.hover-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.width-780px {
  width: 780px;
}

.width-500px {
  width: 500px;
}

.owl-nav button {

  background: url(../img/arrow-right-white.svg) no-repeat center !important;
  width: 50px;
  height: 30px;
  border: 1px solid #fff !important;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  font-size: 0px !important;
  z-index: 9999;
  position: relative;
}

.owl-nav button span {
  display: block;
}

button.owl-prev {

  transform: rotate(180deg);
}

body button.owl-dot {
  width: 50px;
  height: 8px;
  background: #4D4A46 !important;
  display: inline-block;
  z-index: 122;
  position: relative;
}

.owl-dots {
  display: flex;
  justify-content: center;
  position: relative;
  top: 40px;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  width: 450px;
  margin: 0 auto;
  position: relative;
  top: 60px;

}

button.owl-dot.active {
  background: #fff !important;
}

.accordion-button {

  color: #fff;
  text-align: left;
  background-color: transparent;
}

.accordion-header {
  margin-bottom: 0;
  line-height: initial;
  padding: 20px 0 0;
}

.b-r-100 {
  border-radius: 100%;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.color-gray {
  color: #a0a0a0;
}

h6.client-count {
  padding: 15px 25px;
}

.accordion-button,
.accordion-collapse.collapse.show {
  background: #16120D !important;
}

.accordion-button.collapsed {
  background: transparent !important;
}

.accordion-body {
  padding: 0 20px 20px 90px;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg) !important;
  background: url(../img/arrow-right-white.svg) !important;
}

.accordion-button::after {
  background: url(../img/arrow-right-white.svg) !important;
  transform: rotate(90deg) !important;
  position: relative;
  top: -12px;
}

.accordion-item:nth-child(odd) {
  background-color: #16120d;
  border-top: 1px solid #221E19;
  border-bottom: 1px solid #221E19;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: flex !important;
}

body .product button.owl-dot {
  width: 30px;
}

.site-footer {
  background: url(../img/footer-bg.jpg) center bottom;
  background-size: cover;
  padding-top: 80px;
}

.footer-contact {
  max-width: 1020px;
  margin: 0 auto;
}

.social li {
  width: 29%;
  margin-right: 10px;
  line-height: 35px;

}

.footer-items {
  margin-top: 100px;
}

.copyright {
  border-top: 1px solid #5a5a5a;
  padding: 33px 0 15px;
  margin: 15px;
}

.site-section.product {
  padding-bottom: 140px;
}

section.site-section.clients,
.site-section.service {
  padding-bottom: 0;
}

section.site-banner.inner-banner {
  padding-top: 125px;
}

section.site-section.design {
  background: #17120b;
}

.count-holder {
  margin-top: -90px;
}

.count-item {
  padding: 15px;
  background: #17130D;
}

.uppercase-initial {
  text-transform: initial;
}

.info {
  background: #000000 url(../img/contact-bg.svg) no-repeat;
  background-position: right bottom;
  padding: 30px;
  min-height: 570px;
}

.contact-form {
  background: #060606;
  padding: 30px;
}

.field-item {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #8D8D8D;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;

}

.wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

.wpcf7-list-item label {
  margin: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label,
[type="radio"]:checked+.wpcf7-list-item-label,
[type="radio"]:not(:checked)+.wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+.wpcf7-list-item-label:before,
[type="radio"]:not(:checked)+.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+.wpcf7-list-item-label:after,
[type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #b88e5a;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after,
[type="radio"]:not(:checked)+.wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after,
[type="radio"]:checked+.wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.social-contact a {
  background: #1B1B1B;
  padding: 12px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
}

.social-contact a:hover {
  background: #fff;
}

.social-contact a:hover img {
  filter: invert();
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #413D39;
}

table button {
  font-size: 25px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: none;
  background: #474747;
  color: #fff;
}

.site-section.image-holder {
  padding: 100px 0 0 !important;
  min-height: 300px;
}

img.r-1 {
  top: -150px;
  left: 180px;
}

img.r-2 {
  top: 30px;
  left: 480px;
}

img.r-3 {
  right: 390px;
  top: -120px;
}

img.r-4 {
  right: 150px;
  top: -20px;
}

.font-aerotis {

  font-family: 'Aerotis';

}

.container-small {
  max-width: 1000px;
}

.service-section .border-bottom {
  border-bottom: 1px solid #8D8271 !important;
  padding-bottom: 0px;
  display: inline-block;
  letter-spacing: 3px;
}

.service-list li {
  margin-bottom: 15px;
}

.m-t-new-1 {
  margin-top: 70px;
}

.service-section .service-item {
  border-bottom: 1px solid #848484;
  padding-bottom: 60px;
  margin-bottom: 70px;
}

.service-section .service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

section.site-section.table-item {
  padding-top: 0;
}

.location img {
  margin-right: 5px;
}

span.tag {
  padding: 5px 15px;
  background: #53514D;
  color: #ffffff;
  border-radius: 30px;
}

.inner-banner h4 {
  font-size: 40px;
  line-height: 35px;
}

.info-holder {
  border-top: 1px solid #4f4d4d;
  padding-top: 19px;
  margin-top: 34px;
}

span.head-count {
  border: 1px solid #413D39;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading::before {
  content: "";
  border-bottom: 1px solid #413D39;
  display: block;
  position: relative;
  top: 21px;
  left: 60px;
}

span.head-sm {
  margin-left: 60px;
}

.inner-container {
  max-width: 1000px;
  margin: 0 auto;
}

.f-size-40 {
  font-size: 40px;
}

.service-details .container {
  overflow: hidden;
}

.left-border {
  border-left: 1px solid #fff;
  padding-left: 15px;
}

.exclusive {
  padding-top: 0;
}

.project-radius {
  border-radius: 50px 50px 0 0;
}

.pagination {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
  margin-top: 45px;
}

.view-service-holder {
  width: 350px;
  background: #464443;
  padding: 57px 30px;
  margin: -160px auto 0;
  position: relative;
}

.view-service-holder a {
  border-top: 1px solid #8D8271;
  padding-top: 15px;
}

.blog-banner {
  padding: 100px 0;
}

.blog-list li.tag {
  background: rgb(255 255 255 / 52%);
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
}

ul.list-tag {
  position: absolute;
  top: 20px;
  left: 25px;
}

.blog-text {
  background: #fff;
  padding: 25px;
}

.blog-auther {
  width: 170px;
}

.btn-border {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
}

li.tag {
  background: rgb(255 255 255 / 36%);
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.inner-banner .container {
  height: 100%;
  padding-bottom: 195px;
  background-size: cover;
  background-position: bottom;
}

.icon-size {
  width: 30px;
}

.quote::before {
  content: "";
  background: url(../img/quote.svg) left top no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 45px;
}

.details-social.one {
  border-bottom: 2px solid #E9ECEF;
  width: 100%;
  text-align: center;
}

.color-blue {
  color: #3B5998;
}

.details-social.two {
  border-bottom: 2px solid #3B5998;
  width: 100%;
  text-align: center;
}

.details-social.three {
  border-bottom: 2px solid #00ACED;
  width: 100%;
  text-align: center;
}

.color-lite-blue {
  color: #00ACED;
}

.details-social.four {
  border-bottom: 2px solid #CD2B32;
  width: 100%;
  text-align: center;
}

.field-item.full-border {
  border: 1px solid #8D8D8D;
  padding-left: 15px;
  border-radius: 4px;
}

.chk-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chk-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
}

.chk-container input:checked~.checkmark {
  background-color: #d7b58a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-container input:checked~.checkmark:after {
  display: block;
}


.chk-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.size-30 {
  width: 30px;
}

.latest.one {
  background-size: cover;
}

.latest.one {
  background-size: cover;
  padding: 15px;
}

.with-line::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  display: block;
  position: relative;
  top: -10px;
  left: 110px;
}

.white-bg {
  background: #fff;
  color: #121416;
}

.latest {
  padding: 15px;
}

.white-bg .with-line::after {
  background: #000;
}

.dark-gray {
  color: #121416;
}

.m-b-80 {
  margin-bottom: 80px;
}

.about-banner .container {
  padding-bottom: 80px !important;
}

.site-section.contact {
  padding-top: 0;
}

.img-holder img {
  width: 100%;
}

.blog-list {
  padding-top: 0;
}

.gallery .container {
  padding-bottom: 0px;
}

.latest .container {
  padding-bottom: 0;
}

.project-details img {
  width: 100%;
  margin-bottom: 25px;
}

section.site-section.view {
  padding-top: 0;
}

.banner-service.inner-banner .container {
  padding-bottom: 0;
}

.col-item {
  margin: 10px;
}

.text-holder-2 {
  width: 26%;
  top: 70px;
}

.text-holder-3 {
  right: 140px;
  top: 260px;
  width: 24%;
}

.text-holder-3 li {
  border: 1px solid #fff;
  margin-right: 10px;
  padding: 5px 9px;
  font-size: 10px;
  border-radius: 30px;
}

/* .owl-carousel.owl-drag .owl-item {
    margin-right: 0 !important;
} */
span.info-2 {
  position: absolute;
  right: 45px;
  top: 35px;
  font-size: 14px;

}

.copyright div>a {
  margin-right: 12px;
}

.dropdown-menu {
    border-radius: .25rem;
    background: #d7b58a;
    border-radius: 0px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 38%);
}
.dropdown-menu a {
    color: #fff;
    padding: 7px 0;
    display: block;
}

@media (max-width: 1400px) {

  .col-item {
    display: flex;
    justify-content: center;
  }

  .text-holder-3 li {
    margin-right: 4px;
    padding: 5px 9px;
    font-size: 8px;
  }

  .text-holder-3 {
    right: auto;
    top: auto;
    left: 0;
    width: 24%;
    bottom: 0px;
  }

  .p-b-1400 {
    padding-bottom: 60px;
  }

}

@media (max-width: 1200px) {

  section.site-banner.home-banner {
    height: auto;
  }
}

@media (max-width: 992px) {

  h2 {
    font-size: 120px;
    line-height: 85px;
  }

  .navbar-collapse {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 99;
    background: #d7b58a;
    width: 190px;
    border-radius: 0px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 38%);
  }

  .center-holder .text-right {
    text-align: initial;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }

  a.go-down {
    display: none;
  }

  .owl-nav {
    width: 320px;

  }

  body button.owl-dot {
    width: 20px;
  }

  h3 {
    font-size: 62px;
    line-height: 50px;
  }

  .accordion-body {
    padding: 25px;
  }

  body .product .product-slider button.owl-dot {
    width: 20px !important;
  }

  .copyright {
    flex-direction: column;
  }

  .footer-contact {
    flex-direction: column;
  }

  .footer-contact p {
    text-align: center;
  }

  .count-holder {
    margin-top: 20px;
  }

  .image-holder-2>img {
    width: 100%;
  }

  .view-service-holder {
    margin: -40px auto 0;
  }

  h5 {
    font-size: 20px;
    line-height: 35px;
  }

  .inner-banner h4 {
    font-size: 28px;
    line-height: 25px;
  }

  .left-holder {
    width: 115px;
  }

  .who-img-holder {
    width: 100%;
  }

  img.r-2 {
    top: 30px;
    left: 290px
  }

  img.r-3 {
    right: 260px;
    top: -120px;
  }

  .image-holder img {
    max-width: 90px;
  }

  .site-section.image-holder {
    padding: 100px 0 0 !important;
    min-height: 80px;
  }

  span.info-2 {
    position: absolute;
    right: 20px;
    top: 0;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 86px;
    line-height: 60px;
  }

  .one,
  .two,
  .three,
  .four {
    padding: 15px 0;
  }

  h4 {
    font-size: 41px;
    line-height: 36px;
  }

  .text-holder-2 {
    width: 24%;
    top: 0;
  }

}