@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Yanone+Kaffeesatz:wght@300;400;500;600;700&display=swap');
/* Normal CSS */
body {
  color: #111213;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
html {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #1c4357;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  color: #262935;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
}
h1 {
  font-size: 60px;
  color: #000000;
  line-height: 60px;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  color: #0d395b;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 1.6rem;
  font-weight: 300;
}
p:empty { 
  display:none; 
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #c60018;
  color: #ffffff;
}
::-webkit-selection {
  background: #c60018;
  color: #ffffff;
}
::-moz-selection {
  background: #c60018;
  color: #ffffff;
}
::-o-selection {
  background: #c60018;
  color: #ffffff;
}
::-ms-selection {
  background: #c60018;
  color: #ffffff;
}
.section-title {
  margin-bottom: 50px;
  font-size: 34px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}
.cover-202 { object-fit: contain; height: 202pX; width: 100% }

/* Buttons CSS */
.btn {
  padding: 10px 50px;
  font-size: 18px;
  border-radius: 40px;
  transition: all ease .4s;
  color: #333333;
  position: relative;
  font-weight: 700;
  outline: none !important;
  box-shadow: none !important;
  height: 65px;
  border: 3px solid #111213;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.25px;
}
.btn .fa {
  font-size: 26px;
}
.btn-dark {
  background: #111213;
  color: #edb41d;
  border-color: #111213;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background: transparent;
  color: #111213;
}
.btn-outline-warning {
  border-color: #f4b81d;
  color: #f4b81d;
}
.btn-warning {
  background: #f4b81d;
  color: #111213;
  border-color: #f4b81d;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: transparent;
  color: #111213;
  border-color: #f4b81d;
}

/* Form CSS */
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #929292 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #929292 !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #929292 !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #929292 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #929292 !important;
}

::placeholder { /* Most modern browsers support this now. */
   color: #929292 !important;
}

.bg-white {
  background: #ffffff;
}
.form-control {
  width: 100%;
  height: 58px;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 50px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e9e9e9;
  font-size: 17px;
  color: #211f20 !important;
  font-weight: 400;
  border-width: 2px;
  border-color: transparent !important;
  box-shadow: none !important;
}
.form-control:focus {
  background: #e9e9e9;
}
textarea.form-control {
  height: 135px;
  resize: none;
  border-radius: 25px;
  padding: 10px 20px;
}
select.form-control:not([size]):not([multiple]) {
  height: 38px;
}
select.form-control {
  background: url("../images/select-bg.png") no-repeat 92% 52% #ffffff;
}

/* Header Css */
header {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 50px 18px 70px;
  background: url("../images/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar {
  padding: 0;
}
.navbar-expand-xl .navbar-nav li {
  margin: 0 13px;
}
.navbar-expand-xl .navbar-nav li:last-child {
  margin-right: 0;
  padding: 0;
}
.navbar-expand-xl .navbar-nav li {
  padding: 0 10px;
}
.navbar-expand-xl .navbar-nav .nav-link {
  color: #211f20;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.25px;
  position: relative;
  padding: 0;
}
.navbar-expand-xl .navbar-nav .nav-link:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  content: "";
  background: #fff;
}
.navbar-expand-xl .navbar-nav .nav-link:hover:after, .navbar-expand-xl .navbar-nav .active .nav-link:after {
  width: 31px;
}
.navbar-expand-xl .navbar-nav .call-us a:after {
  display: none;
}
.navbar-expand-xl .navbar-nav .btn {
  padding: 32px 30px;
  background: #c60018;
  color: #ffffff;
  font-size: 16px;
}
.navbar-expand-xl .navbar-nav .btn img {
  width: 23px;
  margin: -3px 0 0 15px;
}
.header-nav {
  background-color: #111213;
}
.nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nav-menu > li > a {
  font-size: 18px;
  color: #b0b0b0;
  padding: 20px 26px;
  display: inline-block;
  text-transform: uppercase;
}
.nav-menu > li > a span {
  padding-left: 15px;
  position: relative;
}
.nav-menu > li > a span:after {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid rgba(136,136,136,0.5);
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.nav-menu > li > a[aria-expanded="true"] span:after {
  border-top-color: #f4b81d;
}
.nav-menu > li .dropdown-menu {
  border-radius: 0;
  border: none;
  margin-top: 0;
  width: 100%;
}
.nav-menu > li .dropdown-menu a {
  font-size: 17px;
  color: #757575;
  line-height: 40px;
  letter-spacing: -0.25px;
  position: relative;
}
.nav-menu > li .dropdown-menu a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f4b81d;
  display: inline-block;
  margin-right: 13px;
  vertical-align: middle;
}
.nav-menu > li .dropdown-menu a:hover {
  font-weight: 600;
  color: #111213;
  background-color: #efefef;
}
.nav-menu li > a.active, .nav-menu li > a:hover, .nav-menu li > a[aria-expanded="true"] {
  color: #fff;
  font-weight: 600;
  background-color: #1e1f20;
}
.hover-show, .nav-menu li a:hover img, .nav-menu li > a[aria-expanded="true"] img {
  display: none;
}
.nav-menu li a:hover .hover-show, .nav-menu li > a[aria-expanded="true"] .hover-show {
  display: inline-block;
}
.call-us {
  padding: 0 30px;
  border-left: 2px solid rgba(17,18,19,0.11);
  margin-left: 30px;
}
.call-us img {
  float: left;
}
.call-us .right-block {
  display: block;
  overflow: hidden;
  padding-left: 12px;
}
.call-us big {
  display: block;
  clear: both;
  font-size: 16px;
  letter-spacing: -0.25px;
  color: #211f20;
  line-height: 20px;
}
.call-us small {
  font-size: 30px;
  color: #211f20;
  font-weight: 800;
}
.social-icons a {
  height: 62px;
  width: 62px;
  border:2px solid #111213;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  color: #111213;
  margin-left: 20px;
}
.social-icons a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f4b81d;
}

/* Top Banner Css */
.top-banner {
  text-align: center;
}
.slider-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
  border: none;
  transition: all ease .4s;
  margin: 0 11px;
}
.carousel-indicators li.active {
  width: 46px;
  border-radius: 10px;
  background-color: #f4b81d;
}
.slider-subtitle {
  font-size: 40px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 300;
  color: #fff;
  padding-bottom: 25px;
  margin-bottom: 45px;
  display: block;
  position: relative;
}
.slider-subtitle:after {
  content: '';
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 102px;
  height: 4px;
  background-color: #e9af1c;
  border-radius: 6px;
}
.slider-caption h1 {
  color: #ffffff;
  font-size: 125px;
  line-height: 120px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: bold;
}
.slider-caption .btn-outline-warning {
  color: #fff;
}
.nav-tabs {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.nav-tabs li a {
  display: inline-block;
  padding: 16px 30px 18px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.nav-tabs li:first-child a {
  border-radius: 8px 0 0 8px;
}
.nav-tabs li:last-child a {
  border-radius: 0 8px 8px 0;
}
.tab-content > .active {
  opacity: 1;
}
.nav-tabs li a.active {
  background: #c60018;
}
.nav-tabs li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 0; 
  height: 0; 
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;  
  border-top: 11px solid transparent;
 }
 .nav-tabs li a.active:after {
  border-top-color: #c60018;
}

/* About Company Css */
.about-section {
  background: url(../images/rental-bg.jpg) no-repeat;
  padding: 120px 0;
  background-position: center;
  background-size: cover;
}
.sub-title {
  font-size: 16px;
  color: #888888;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1.8px;
}
.heading-title {
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  color: #211f20;
  letter-spacing: -0.25px;
}
.after-line {
  position: relative;
  padding-bottom: 22px;
}
.after-line:after {
  content: '';
  background-color: #f4b81d;
  height: 3px;
  width: 66px;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.text-center.after-line:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-company {
  padding-left: 13px;
}
.about-detail {
  padding-left: 83px;
  position: relative;
  margin-top: 38px;
}
.about-detail > span {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.25px;
  color: #000;
}
.about-detail:before {
  content: '';
  width: 66px;
  height: 3px;
  background-color: #f4b81d;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 13px;
}
.contain-img { object-fit: contain; height: 330px !important; width: 100% }
.monky-right {
  width: calc(100% - 59px);
}
.about-detail strong {
  font-size: 22px;
  color: #000;
  padding-bottom: 10px;
  display: block;
}
.about-detail p {
  font-size: 17px;
  line-height: 26px;
  color: #888888;
  letter-spacing: -0.25px;
}

/* Our Services Css */
.our-services {
  background-color: #fff;
  padding: 85px 0;
}
.our-services1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.service-item {
  background-color: #fff;
  padding: 18px;
  box-shadow: 0 0 10px rgba(55,55,55,0.07);
  border: 5px solid #fff;
  transition: all ease .4s;
}
.service-item .bg-light {
  background-color: white !important;
  border: 1px solid  #f7f7f7;
}
.our-services h4 {
  font-size: 24px;
  color: #211f20;
  font-weight: bold;
  padding: 15px 20px;
}
.price-title {
  font-size: 30px;
  line-height: 32px;
  color: #f4b81d;
  letter-spacing: -0.25px;
  font-weight: 600;
}
.line-box {
  height: 2px;
  background-color: #e9e9e9;
  position: relative;
  margin: 10px 30px 30px;
}
.line-box span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  background: #fff;
  padding: 5px 16px;
  letter-spacing: 1.5px;
  transform: translate(-50%, -50%);
}
.service-item:hover {
  border-color: #e9e9e9;
}
.service-item:hover .btn-warning {
  background: transparent;
}

/* Client Review Css */
.client-review {
  background: #111213;
  padding: 50px;
}
.client-review .carousel-item p {
  color: #929292;
  line-height: 26px;
  font-size: 17px;
  letter-spacing: -0.25px;
}
.client-review .carousel-indicators {
  bottom: 0;
}
.client-review .carousel-inner {
  padding-bottom: 35px;
  margin-bottom: 10px; 
}
.client-review .carousel-indicators li {
  background-color: rgba(255,255,255,0.3);
}
.client-review .carousel-indicators li.active {
  background-color: #f4b81d;
}
.testimonial-box {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
.testimonial-box:after {
  content: '';
  background-image: url(../images/customer.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  background-size: cover;
}
.testimonial-box:before {
  content: '';
  background-image: url(../images/customer-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  background-size: cover;
}
.client-review .heading-title {
  color: #fff;
}
#map1 {
  height: 494px;
}
/* Footer Css */
footer {
  padding: 390px 0 55px;
  position: relative;
  z-index: 1;
}
footer:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
}
.footer-contact {
  background-color: #fff;
  width: 100%;
  max-width: 580px;
  padding: 30px;
  margin: 0 auto;
  position: absolute;
  top: -238px;
  z-index: 1;
  left: 0;
  right: 0;
}
.footer-contact form .row {
  margin: 0 -8px;
}
.footer-contact form [class*="col-"] {
  padding: 0 8px;
}
.footer-contact .btn-warning {
  padding-left: 70px;
  padding-right: 70px;
}
.design-company {
  font-size: 17px;
  color: #fff;
}
.design-company span {
  color: #767676;
}
footer .social-icons a {
  border-color: #fff;
  color: #fff;
  margin-left: 0;
  margin-right: 11px;
}
footer .social-icons a:hover {
  background-color: #f4b81d;
  border-color: #f4b81d;
  color: #1a1b1c;
}

/* listing Page Css */
.inner-banner {
  background-image: url(../images/inner-bannerbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 22px 0 32px;
}
.inner-banner .slider-caption {
  position: relative;
  background-color: transparent;
}
.inner-banner .slider-caption h1 {
  font-size: 95px;
  line-height: 120px;
}
.inner-banner .slider-subtitle {
  font-size: 40px;
  color: #111213;
  margin-bottom: 0;
}
.inner-banner .slider-subtitle:after {
  background-color: #fff;
}
.custom-pagination .pagination li {
  margin: 8px;
}
.custom-pagination .pagination {
  justify-content: center;
  margin: 25px 0 10px;
}
.custom-pagination .pagination li a {
  width: 59px;
  height: 59px;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(55,55,55,0.07);
  border: none;
  font-size: 20px;
  color: #211f20;
}
.custom-pagination .pagination li:first-child a {
  font-size: 24px;
  color: #888888;
}
.custom-pagination .pagination li:last-child a {
  font-size: 24px;
  color: #888888;
}
.custom-pagination .pagination li a:hover, .custom-pagination .pagination li a.active {
  background-color: #f4b81d;
  color: #fff;
}
.our-services.bg-light {
  background-color: #f3f3f3;
}
/* Detail Page Css */
.detail-right .heading-title {
  font-size: 35px;
  line-height: 40px;
}
.detail-right {
  padding-left: 20px;
}
.detail-list {
  padding: 30px 0;
}
.detail-list li {
  font-size: 17px;
  color: #888888;
}
.detail-list li + li {
  margin-top: 6px;
}
.detail-list li span {
  font-weight: 600;
  color: #111213;
}
.detail-list li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #f4b81d;
  display: inline-block;
  margin-right: 11px;
  vertical-align: middle;
  border-radius: 50%;
}
.price-sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 1.5px;
}
.detail-left {
  background-color: white;
  border : 1px solid  #f7f7f7;
  text-align: center;
}
.custom-card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(55,55,55,0.07);
}
.detail-left .carousel-item {
  padding: 58px 50px;
}
.detail-left .carousel-control-prev, .detail-left .carousel-control-next {
  width: 59px;
  height: 59px;
  box-shadow: 0 0 10px rgba(55,55,55,0.07);
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #888888;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.detail-left .carousel-control-prev {
  left: -20px;
}
.detail-left .carousel-control-next {
  right: -20px;
}
.detail-left .carousel-control-prev:hover, .detail-left .carousel-control-next:hover {
  background-color: #f4b81d;
  color: #fff;
}
.custom-navtab.nav-pills .nav-link {
  border-radius: 0;
}
.custom-navtab .nav-item {
  width: 50%;
}
.custom-navtab .nav-item .nav-link{
  color: #211f20;
  font-size: 22px;
  letter-spacing: -0.25px;
  text-align: center;
  padding: 20px 15px;
  background-color: #f0f0f0;
}
.custom-navtab .nav-item .nav-link.active {
  font-weight: 700;
  background-color: #fff;
}
.custom-navtab {
  border: 2px solid #f0f0f0;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.tab-detail {
  border: 2px solid #f0f0f0;
  border-top: 0;
}
.tab-detail p {
  font-size: 17px;
  color: #888888;
  line-height: 28px;
}
.inner-tab {
  padding: 30px;
}
.owl-arrow .owl-prev, .owl-arrow .owl-next {
  width: 59px;
  height: 59px;
  box-shadow: 0 0 10px rgba(55,55,55,0.07);
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
  color: #888888;
  opacity: 1;
  margin: 30px 11px;
}
.owl-arrow .owl-prev:hover, .owl-arrow .owl-next:hover {
  background-color: #f4b81d !important;
}
.owl-arrow .owl-prev:hover:after, .owl-arrow .owl-next:hover:after {
  color: #fff;
}
.owl-arrow .owl-nav {
  display: flex;flex-wrap: wrap;justify-content: center;align-items: center;
}
.owl-arrow .slider-no-current {
  font-size: 0;
}
.owl-arrow .owl-prev:after {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  color: #888888;
}
.owl-arrow .owl-next:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 30px;
  color: #888888;
}

/* Back To Top Css */
.back-to-top {
  position: fixed;
  bottom: -80px;
  right: 15px;
  transition: all ease .3s;
  z-index: 1111;
}

.back-to-top.active {
  bottom: 75px;
}

.back-to-top a {
  display: block;
  width: 45px;
  height: 45px;
  color: #FFFFFF;
  text-align: center;
  background-color: #f4b81d;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border-radius: 100%;
  position: relative;
}

.back-to-top a:hover {
  background-color: #000;
}

.back-to-top a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  content: "";
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
.header-nav .navbar-toggler {
  display: none;
}


.testimonios{  width: 100%; position: relative; }
.testimonios, .owl-stage-outer { overflow: hidden; }
.testimonial-item { width: 100%; text-align: center; background: white; border: 1px solid rgba(37,37,37,.1); padding: 40px }
.testimonial-path { position: relative;top: -30px }
.testimonial-path img { width: 90px; height: 90px; border-radius: 50px 50px}
.quoteleft-test { font-size:40px;color: #f3f3f3; text-align: left; width: 100% }
.quoteright-test { font-size:35px;color: #f3f3f3; text-align: right; width: 100% }
.title-both { clear: both;
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            font-size: 22px;
            line-height: 22px;
            color: #252525; }
.subtitle-test { background: #fff;
            margin: 0;
            font-size: 12px;
            color: #1abb9c;
            font-weight: 600;
            padding-bottom: 50px }



/* Responsive Css */
@media screen and (max-width: 1599px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px;
    margin: 0 8px;
  }
  .navbar-expand-xl .navbar-nav li {
    margin: 0;
  }
  .call-us small {
    font-size: 23px;
  }
  .call-us big {
    font-size: 14px;
  }
  header .btn {
    padding: 10px 40px;
  }
  .social-icons a {
    margin-left: 10px;
  }
  .call-us {
    margin-left: 20px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1359px) {
  .header-top {
    padding: 23px 30px 18px 30px;
  }
  header .btn {
    padding: 10px 25px;
  }
  .nav-menu > li > a {
    font-size: 16px;
  }  
  .top-banner .carousel-item img {
    height: 720px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1299px) {
  .logo img {
    width: 180px;
  }
  .call-us img {
    width: 40px;
  }
  .call-us small {
    font-size: 20px;
  }
  header .social-icons a {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  header {
    position: relative;
  }
  .nav-menu > li > a {
    padding: 20px;
  }
  .nav-menu > li > a img {
    width: 30px;
  }
  .dropdown-menu {
    min-width: 200px;
  }
  .navbar-toggler {
    display: block;
    position: absolute;
    top: 56px;
    right: 90px;
    z-index: 1;
    background: none;
  }
  .header-nav .nav-menu {
    display: none;
  }

  .nav-menu.show {
    display: block;
  }
  .header-nav .navbar-toggler {
    right: 40px;
    top: 43px;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    position: relative;
  }  
  .navbar-toggler .navbar-toggler-icon:before {
    position: absolute;
    top: -12px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    content: "";
    border-radius: 100%;
  }
  .navbar-toggler-icon:after {
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    content: "";
    border-radius: 100%;
  }
  .header-nav .navbar-toggler {    
    margin-top: 6px;
    background: #000;
    width: 45px;
    height: 45px;
    padding: 10px;
    display: block;
  }
  .header-nav .navbar-toggler-icon {
    background: #fff;
    height: 2px;
    width: 100%;
    margin-top: -5.5px;
    position: relative;
    border-radius: 0;
  }
  .header-nav .navbar-toggler-icon:before {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    border-radius: 0;
  }
  .header-nav .navbar-toggler-icon:after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    border-radius: 0;
  }
  .navbar {
    position: static;
  }
  .navbar-collapse {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #000;
    padding: 30px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link:after {
    display: none;
  }
  .navbar-expand-xl .navbar-nav li {
    padding: 0;
  }
  .navbar-collapse .align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
  }
  header .call-us {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
    margin: 0;
  }
  .call-us img, .call-us big {
    display: none;
  }
  .call-us .right-block {
    padding: 20px 0;
  }
  .call-us big, .call-us small {
    color: #fff;
  }
  header .btn {
    margin-bottom: 30px;
    background: #edb41d !important;
    border-color: #edb41d  !important;
    color: #000;
  }
  header .social-icons a {
    background: #fff;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 15px 0;
  }
  footer .social-icons a {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }
  footer .social-icons a img {
    width: 17px;
  }
  .design-company {
    font-size: 15px;
  }
  .btn {
    padding: 10px 30px;
  }
  .service-item .bg-light {
    min-height: 202px;
  }
  .detail-right .btn {
    padding: 10px 20px;
  }
  .price-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 993px) {
  .about-section {
    text-align: center;
  }
  .about-section .heading-box {
    display: block;
    margin: 40px 0 20px;
  }
  br {
    display: none !important;
  }
  .about-detail {
    padding: 0;
  }
  .about-detail:before {
    display: none;
  }
  .about-detail .d-flex.flex-wrap {
    flex-direction: column;
  }
  .about-detail .d-flex.flex-wrap span {
    margin-bottom: 20px;
  }
  .footer-contact {
    position: static;
  }
  footer {
    padding: 50px 0;
    text-align: center;
  }
  footer .social-icons {
    margin: 20px 0;
  }
  #map1 {
    height: 350px;
  }
  .footer-contact {
    margin-bottom: 20px;
  }
  .monky-right {
    width: 100%;
    padding-left: 0 !important;
  }
  .about-company {
    padding-left: 0;
  }
  
  .nav-menu {
    position: absolute;
    top: 100%;
    z-index: 1;
    background: #000;
    padding: 20px 0;
    flex-direction: column;
    left: 0;
    width: 100%;
    align-items: inherit;
    display: none;
  }
  .nav-menu.show {
    display: block;
  }
  .nav-menu > li > a {
    display: block;
    padding: 10px 20px;
    text-transform: none;
  }
  .nav-menu > li > a img {
    width: 20px;
    margin-top: -6px;
  }
  .nav-menu > li .dropdown-menu a {
    line-height: 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .contain-img { height: 330px }
  .logo img {
    width: 150px;
  }
  .navbar-toggler {
    margin-top: 0;
  }
  .slider-caption h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .top-banner .carousel-item img {
    height: 520px;
  }
  .slider-subtitle {
    margin-bottom: 35px;
  }
  .heading-title {
    font-size: 36px;
    line-height: 46px;
  }
  .header-nav .navbar-toggler {
    top: 30px;
  }
  .navbar-toggler {
    top: 44px;
  }
  .about-detail {
    margin-top: 0;
  }
  .about-section, .testimonial-box, .our-services {
    padding: 50px 0;
  }
  .client-review {
    padding: 20px;
  }
  .slider-subtitle {
    line-height: 40px;
    padding-bottom: 10px;
  }
  .btn {
    height: auto;
  }
  .form-control {
    border-radius: 0;
    height: 45px;
    font-size: 15px;
    padding: 10px;
  }
  textarea.form-control {
    height: 100px;
    border-radius: 0;
    padding: 10px;
  }
  .inner-banner .slider-caption h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .inner-banner .slider-subtitle {
    font-size: 30px;
  }
  .custom-pagination .pagination li {
    margin: 5px;
  }
  .custom-pagination .pagination li a {
    width: 49px;
    height: 49px;
    font-size: 16px;
  }
  .custom-pagination .pagination {
    margin-top: 10px;
  }
  .detail-right .heading-title {
    font-size: 27px;
    line-height: 30px;
  }
  .detail-list {
    padding: 20px 0;
  }
  .navbar-collapse {
    top: 115px;
  }
}

@media screen and (max-width: 479px) {
  .slider-caption h1 {
    font-size: 53px;
    line-height: 53px;
  }
  .heading-title {
    font-size: 26px;
    line-height: 36px;
  }
  .about-detail > span {
    font-size: 20px;
  }
  .about-detail p {
    margin-bottom: 0;
  }
  .our-services h4 {
    font-size: 22px;
  }
  .header-top {
    padding: 10px;
  }
  .logo img {
    width: 130px;
  }
  .footer-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-contact .btn-warning {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: 100%;
  }
  .price-title {
    font-size: 24px;
  }
  .custom-navtab .nav-item .nav-link {
    font-size: 16px;
  }
  .detail-right .border-right {
    border-right: none !important;
  }
  .detail-right hr {
    margin-bottom: -20px;
  }
  .navbar-collapse {
    padding: 10px 20px 25px;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .header-nav .navbar-toggler {
    top: 15px;
    right: 15px;
  }
  .navbar-collapse {
    top: 85px;
  }
  .navbar-toggler {
    top: 27px;
    right: 70px;
  }
}