/* ---------------fonts----------------------- */
@font-face {
  font-family: "Socialico";
  src: url(fonts/Socialico/Socialico.ttf);
}
@font-face {
  font-family: "Century";
  src: url("..fonts/Century/GOTHICB.TTF");
}

@font-face {
  font-family: "Myriad";
  src: url("fonts/Myriad/MyriadPro-Regular.otf");
}

/* ------------------------------------------ */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ------------------------------------------ */

body {
  width: 100%;
  max-width: 1920px;
  /* min-width: 1200px; */
  min-width: 100%;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
  position: relative;
}
html,
body {
  /* width: 100%; */
  /* overflow-x: hidden; */
}
/* ------------------------------------------ */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
div,
article,
section,
dl,
dt,
dd,
table,
tr,
td,
ul,
ol,
li,
p,
span,
small,
em,
h1,
h2,
h3,
h4,
h5,
h6,
nav {
  padding: 0;
  margin: 0;
}
.row {
  max-width: 1620px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
  display: none;
}
form .messages p {
  display: none;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}
form .loading {
  display: none;
}
form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #a8a8a8;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
  resize: none;
  background: #eeeeee;
}
.ctc-form ::placeholder,
.ctc-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.03px;
  text-align: left;
}
.ctc-form {
  margin: 0 auto;
  text-align: center;
}
.ctc-form ::placeholder {
  color: #545454;
}
.ctc-form textarea {
  height: 150px;
  padding-top: 10px;
}
.ctc-form button {
  display: block;
  border: none;
  margin: 20px auto 0;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}
.inner #content {
  min-height: 1300px;
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
}
#inner-contact-section .inner-cont {
  max-width: 1470px;
}
.inner #content h1 {
  padding-bottom: 20px;
}
.inner #gallery-inner #content {
  max-width: 1190px;
}
.inner .hb-cont,
.inner .header-socials {
  display: none;
}
.inner #header .wrapper,
.inner header {
  min-height: unset;
  height: auto;
}
/*inner gallery*/
.img-responsive {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
#content .gallery-container {
  text-align: center;
}
#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content .gallery li {
  display: inline-block;
}
#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 0.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}
#content .thumbnail:hover {
  transform: scale(1.02);
}
#content .page_navigation {
  display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}
.inner #content .gallery-container {
  margin-bottom: 20px;
}
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}
#header nav a#pull {
  display: none;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
  vertical-align: middle;
}

/* ###########################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
####################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################### */
/* ------------------new codes----------------------------- */
/* ------------typhography------------------------------------ */

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}
.font-montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}
.font-socialico-black {
  font-family: "Socialico", sans-serif;
  color: var(--p1);
  font-size: 56px;
  width: 100%;
  max-width: 45px;
}
.font-socialico-white {
  font-family: "Socialico", sans-serif;
  color: #cccccc;
  font-size: 56px;
  width: 100%;
  max-width: 45px;
}
.font-socialico-white:hover,
.font-socialico-black:hover {
  transition: 0.5s;
  color: var(--primary);
}
.font-century-bold {
  font-family: "Century", sans-serif;
  font-weight: 700;
}
.font-opensans {
  font-family: "Myriad", sans-serif;
}
/* ----------- */
:root {
  scroll-behavior: smooth;
  --primary: #feb03b;
  --p1: #000;
  --p2: #fff;
  --p3: #f9ed91;
  --p4: #f4b97b;
  --a: #003993;
}
/* ----------------- */
/* -------------------wrapper------------------ */
.wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-size: cover !important;
}
#header .wrapper {
  background: url("../images/content/images/Banner/header-banner.jpg") no-repeat
    top;
  min-height: 1165px;
}
#footer .wrapper {
  background: url("../images/content/images/Banner/footer-banner.png") no-repeat
    top;
  min-height: 1130px;
}
#home .wrapper {
  background: url("../images/content/images/Banner/home-banner.jpg") no-repeat
    top;
  min-height: 1470px;
}
#about .wrapper {
  background: url("../images/content/images/Banner/about-banner.png") no-repeat
    top;
  min-height: 1920px;
}

/* ---------max-width---------- */
.screen {
  display: flex;
  max-width: 1674px;
  margin: 0 auto;
}
.screen2 {
  display: flex;
  max-width: 1551px;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
/* -----------------inner- content----------------- */
.inner #content h1 {
  color: var(--primary) !important;
  font-weight: 900 !important;
  font-size: 90px;
  text-align: center !important;
}
.ctc-form label {
  color: #000 !important;
}
.inner #content .ctc-form button:hover {
  background-color: gray;
  color: whitesmoke !important;
}
.inner #content .ctc-form button {
  background-color: #0076d3;
  padding: 20px !important;
  color: white !important;
}
.inner #content .ctc-form button:hover {
  background-color: #012460;
}
.inner #content .ctc-form button {
  display: block;
  border: none;
  margin: 20px auto 0;
  width: 100%;
  max-width: 230px;
}
/*---------------typography-----------*/
.text-left {
  text-align: left;
  align-self: center;
  align-items: center;
  align-content: center;
}
.text-right {
  text-align: right;
  align-self: center;
  align-items: center;
  align-content: center;
}
.text-center {
  text-align: center;
  align-self: center;
  align-items: center;
  align-content: center;
}
.align-top {
  align-self: baseline;
}
.align-center {
  align-self: center;
}
.align-bot {
  align-self: flex-end;
}
/* ------flex--------- */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.space-center {
  justify-content: center;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.space-evenly {
  justify-content: space-evenly;
}
.space-initial {
  justify-content: initial;
}
.space-end {
  justify-content: flex-end;
}
/* ------------btn------------ */
.btn-page {
  display: flex;
}
button {
  font-family: "Poppins";
  font-size: 17px;
  padding: 1em 2.7em;
  font-weight: 700;
  background: var(--primary);
  color: var(--p1);
  border: none;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.label {
  position: relative;
  top: -1px;
}
.transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: #013a94;
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
button:hover .transition {
  width: 105%;
  height: 14em;
}
button:hover .label {
  color: var(--p2);
  transition-duration: 500ms;
}
button:active {
  transform: scale(0.97);
}
/* ----------------------------------------- */
/*---------------- header-------------------- */
#header .navbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#header .navbar a {
  color: var(--p1);
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
}
#header nav ul li.active-menu a,
#header nav ul li a:hover {
  color: #013a94;
}
header {
  height: 1165px;
}
.header-top {
  padding: 0 10px;
  justify-content: space-between;
  gap: 10px;
}
.header-top .left {
  position: relative;
  margin-top: 50px;
  margin-left: -10px;
  max-width: 504px;
  width: 100%;
}
.header-top .right {
  /* flex: 0 0 676px; */
  max-width: 676px;
  width: 100%;
}
#call {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0px 30px;
}
#call .title {
  font-size: 14px;
  line-height: 180%;
  text-transform: uppercase;
}
#call a {
  font-size: 30px;
  color: var(--a);
  font-weight: 700;
}
.banner-img {
  margin-top: -64rem;
}
.banner-img img {
  width: 100%;
}
.hb-cont {
  width: 100%;
  max-width: 1800px;
  margin-right: 0;
  margin: 0 0 0 auto;
}
.banner-text {
  top: -35rem;
  position: relative;
}
.banner-text .title {
  font-size: 20px;
  letter-spacing: 3px;
  color: var(--p2);
}
.banner-text .sub-title {
  font-size: 90px;
  color: var(--p2);
  padding-bottom: 40px;
  line-height: 150%;
}
.span1 {
  color: var(--p3);
}
.header-socials {
  position: relative;
  top: -65rem;
  left: 20px;
  width: 100%;
  max-width: 45px;
}
.socials-row {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
#banner .btn-page {
  justify-content: center;
}
/* --------------content---------- */
/* ----------home------------ */
.home-top > .right {
  /* flex: 0 0 775px; */
  max-width: 775px;
  width: 100%;
  position: relative;
  top: 100px;
}
.home-top > .left {
  /* flex: 0 0 860px; */
  max-width: 860px;
  width: 100%;
}
.home-top {
  justify-content: space-between;
  margin-top: -22px;
  gap: 10px;
  padding: 50px 10px 0;
}
.home-top .title {
  font-size: 20px;
  letter-spacing: 10px;
  line-height: 150%;
}
.home-top .sub-title {
  font-size: 96px;
  letter-spacing: 2px;
  font-weight: 200;
  color: #666666;
}
.home-top .span1 {
  font-weight: 700;
}
.home-top .head {
  font-size: 19px;
  letter-spacing: 10px;
  line-height: 180%;
}
.home-top .es {
  font-size: 18px;
  line-height: 150%;
  width: 100%;
  max-width: 765px;
  padding-top: 20px;
}
.home-top .btn-page {
  padding: 50px 0;
}
.home-bot {
  justify-content: space-between;
}
.home-bot .left {
  flex: 0 0 790px;
  padding: 0 10px;
}
.home-bot .right {
  /* flex: 0 1 730px; */
  max-width: 730px;
  width: 100%;
  position: relative;
  top: 85px;
  left: -65px;
}
.logo-home {
  width: 100%;
}
.home-bot .title {
  font-size: 20px;
  letter-spacing: 10px;
  line-height: 150%;
  padding: 5px 0px;
}
.home-bot .sub-title {
  font-size: 44px;
  font-weight: 800;
  color: var(--p2);
}
.home-bot .span1 {
  color: var(--p1);
}
.bot-text > .col {
  display: flex;
  justify-content: space-between;
}
.bot-text .col li {
  list-style: none;
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: 700;
  align-self: center;
  line-height: 300%;
}
.img-col {
  display: flex;
  gap: 10px;
  padding: 20px 0;
}
.logo-dot {
  width: 100%;
  max-width: 40px;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.home-top .span1 {
  color: var(--primary);
}
/* ----------about--------------- */
.about-content > .left {
  /* flex: 0 0 726px; */
  max-width: 726px;
  width: 100%;
}
.about-content > .right {
  max-width: 726px;
  width: 100%;
}
.about-content {
  justify-content: space-between;
  padding: 100px 10px;
  position: relative;
  gap: 10px;
}
.about-content > .left {
  padding: 50px;
  background-color: rgba(17, 17, 17, 0.5);
}
.about-content > .left .top .title {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--p2);
  letter-spacing: 5px;
  line-height: 180%;
}
.about-content > .left .top .sub-title {
  font-size: 44px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 120%;
  font-weight: 800;
}
.about-content > .left .top .es {
  font-size: 17px;
  line-height: 2;
  font-weight: 400;
  color: var(--p2);
  padding: 25px 0;
}
.about-content > .left .bot .title {
  font-size: 45px;
  text-transform: capitalize;
  color: var(--p2);
  letter-spacing: 5px;
  line-height: 150%;
  font-weight: 800;
}
.about-content > .left .bot .sub-title {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 2px;
  line-height: 120%;
  font-weight: 700;
}
.about-content > .left .bot {
  position: absolute;
  bottom: -20rem;
  left: -110px;
}
.about-content > .right {
  padding: 100px 50px;
  background-color: rgba(17, 17, 17, 0.5);
  position: relative;
  top: 30rem;
}
.about-content > .right .title {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 10px;
  line-height: 150%;
  font-weight: 700;
}
.about-content > .right .es {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  color: var(--p2);
  padding: 25px 0;
}
.about-content > .right .call-us {
  font-size: 25px;
  font-weight: 500;
  color: var(--p2);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-content > .right .call-num {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-content .span1 {
  color: var(--primary);
}
/* ------------testimonials----------- */
.checked {
  color: #ffc000;
}
.testimonials-cont > .top .left .title {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 150%;
  text-transform: uppercase;
}
.testimonials-cont > .top .left .sub-title {
  font-size: 44px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 90px;
}
.testimonials-cont > .top .left {
  max-width: 375px;
  width: 100%;
}
.testimonials-cont > .top .right {
  max-width: 720px;
  width: 100%;
}
.testimonials-cont > .top .right .es {
  font-size: 16px;
  font-style: italic;
  padding: 40px 0;
}
.testimonials-cont > .top .right .name {
  font-size: 25px;
  text-transform: capitalize;
  letter-spacing: 5px;
  padding: 100px 0;
}
.testimonials-cont > .top {
  gap: 100px;
  position: relative;
  top: -35rem;
  padding: 0 10px;
}
.testimonials-cont > .bot {
  position: relative;
  top: -25rem;
}
.testimonials-cont > .bot .bot-gal-col {
  display: flex;
  gap: 50px;
  padding: 0 10px;
}
.testimonials-cont > .bot .text .title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 10px;
}
.testimonials-cont > .bot .text .sub-title {
  font-size: 44px;
  font-weight: 800;
}
.testimonials-cont > .bot .text .es {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  width: 100%;
  max-width: 543px;
}
.testimonials-cont > .bot .text .call-cs {
  display: flex;
  gap: 10px;
  padding: 50px 0 30px;
  flex-direction: column;
}
.testimonials-cont > .bot .text {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  margin-right: 5rem;
}
.testimonials-cont > .bot {
  display: block;
}
.testimonials-cont > .bot .call-cs .left {
  width: 100%;
}
.img-testimonials {
  width: 100%;
}
.testimonials-content .call-cs .span1 {
  color: var(--p4);
}
.testimonials-cont .span1 {
  color: #ffbf00;
  font-family: "Montserrat";
  font-size: 70px;
}
/* -------------footer-------------------- */
#content-footer {
  position: relative;
  margin-top: -200px;
}
.footer-cont {
  width: 100%;
  max-width: 1505px;
  margin: 0 auto;
}
.footer-cont .f-top,
.footer-cont .f-bot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.footer-socials {
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  top: -75px;
}
.f-top > .left {
  display: flex;
  justify-content: initial;
  gap: 30px;
  max-width: 760px;
  width: 100%;
}
.f-top > .right {
  /* flex: 0 0 670px; */
  top: 55px;
  position: relative;
  max-width: 670px;
  width: 100%;
}
.cinfo-row,
.cinfo-t-col {
  display: flex;
  gap: 20px;
}
.cinfo-row .right > .title {
  font-size: 15px;
  color: var(--primary);
  text-transform: uppercase;
  line-height: 150%;
  letter-spacing: 2px;
  margin-left: -10px;
  padding-bottom: 15px;
}
.cinfo-row .right > .num {
  font-size: 24px;
  color: var(--p2);
}
.cinfo-row .right > .loc {
  font-size: 16px;
  color: var(--p2);
}
.cinfo-row .right > .mes {
  font-size: 18px;
  color: var(--p2);
}
.cinfo-row .right > a:hover {
  transition: 0.5s;
  color: var(--primary);
}
.cinfo-t-col {
  padding: 20px 0;
}
.cinfo-socials {
  display: flex;
  gap: 5px;
}
.socials-cinfo .right > .title {
  margin-left: 0px;
  padding-bottom: 10px;
}
#footer .navbar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  gap: 50px;
}
#footer .navbar a {
  color: var(--p2);
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
}
#footer nav ul li.active-menu a,
#footer nav ul li a:hover {
  color: #013a94;
}
.logo-house,
.logo-cinfo,
.socials-img {
  width: 100%;
}
.logo-f {
  width: 140%;
}
.contact-content {
  margin-left: 0;
}
.labels-flex > .left,
.labels-flex > .right {
  width: 50%;
}
.labels-flex {
  gap: 5px;
  flex-wrap: unset;
}
.footer-logo {
  top: 35px;
  position: relative;
}
/* -------------------------contact info-------------------------- */
#contact {
  position: relative;
  padding: 5em;
  background: linear-gradient(to bottom, #faee91, #f18c69);
  margin-top: -10rem;
}
.row {
  max-width: 1620px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
#contact .ctc-form label {
  width: 32%;
}
#contact .ctc-form {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}
#contact button.ctcBtn.btn {
  text-transform: capitalize;
  background-color: var(--p2);
}
#contact .ctc-form input[type="text"],
#contact .ctc-form textarea {
  background: #e0e0e0;
  box-shadow: inset 5px 5px 10px #929292, inset -5px -5px 10px #ffffff;
}
#footer .bot-container .es {
  color: whitesmoke;
  font-size: 15px;
  margin-bottom: 39px;
}
#contact .title {
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
#contact .sub-title {
  font-size: 44px;
  font-weight: 800;
  color: #444444;
}
#contact .es {
  font-size: 15px;
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
}
.house {
  position: relative;
  margin-top: -20rem;
}
/* ----copyrights--------- */
.copyrights .title {
  font-size: 14px;
  font-weight: 400;
  color: var(--p2);
font-family: 'Poppins', sans-serif;
}
.copyright {
  padding: 20px 0;
  z-index: 1;
  position: relative;
  justify-content: space-around;
  margin-top: 100px;
}
.copyright img {
  vertical-align: middle;
width:40px;
}
/* ---company----- */
/* .company-logo {display: flex;justify-content: center;padding: 20px;gap: 10px;}
.company-logo .es{color: #000;text-transform: capitalize;align-self: center;} */

/* ----------------inner content---------- */
#inner-about .title,
#inner-services .title {
  font-size: 25px;
  text-transform: uppercase;
  padding: 20px 0 0;
  line-height: 180%;
}
#inner-about .es,
#inner-services .es {
  font-size: 15px;
  line-height: 180%;
  color: var(--p1);
}
#inner-services li {
  list-style: none;
  font-size: 15px;
  align-self: center;
}
#inner-services .logo-dot {
  max-width: 25px;
}
#inner-services .bottom {
  columns: 2;
  padding: 10px 0;
}
#inner-services .img-col {
  padding: 10px 0;
}
#inner-reviews .title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 180%;
  color: rgb(255, 97, 97);
}
#inner-reviews .es {
  font-size: 15px;
  line-height: 180%;
  color: var(--p1);
  padding: 20px;
  font-weight: 500;
}
.in-reviews-col {
  background: linear-gradient(to right, #faee91, #f18c69);
  padding: 30px;
  border-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  margin: 30px;
}
.reviews-content-cont {
  overflow: scroll;
  height: 710px;
}
.mapouter {
  position: relative;
  text-align: right;
  max-width: 600px;
  width: 100%;
  height: 400px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 600px;
  height: 400px;
}
.gmap_iframe {
  width: 600px !important;
  height: 400px !important;
}
/* ---------------------------------------------------------------------------------- */

@media screen and (max-width: 1784px) {
  .about-content > .left .bot {
    bottom: -27rem;
    left: 0;
  }
}
@media screen and (max-width: 1425px) {
  .header-socials {
    max-width: 100%;
    top: -550px;
    left: 0;
  }
  .socials-row {
    flex-direction: row;
    justify-content: center;
  }
  #header .wrapper {
    min-height: 900px;
  }
  .banner-img {
    margin-top: -46rem;
  }
  .logo-f {
    width: 100%;
  }
}
@media screen and (max-width: 1800px) {
  .home-top {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1750px) {
  .home-top {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1658px) {
  .home-top {
    margin-top: -150px;
  }
}
@media screen and (max-width: 1570px) {
  .home-top {
    margin-top: -200px;
  }
}
@media screen and (max-width: 1480px) {
  .home-top {
    margin-top: -250px;
  }
}
/*RESPONSIVE*/
@media screen and (max-width: 1440px) {
  #header .wrapper {
    /* min-height: 900px; */
  }
  .banner-img {
    /* margin-top: -46rem; */
  }
}
/*1200*/
@media screen and (max-width: 1439px) {
  .home-top {
    /* margin-top: 0; */
  }
  .inner .contact-content {
    justify-content: center;
    gap: 50px;
  }
  .inner.contact-page #content {
    min-height: 1400px;
  }
  .gmap_canvas {
    width: unset;
    height: unset;
  }
  .gmap_iframe {
    width: unset !important;
    height: unset !important;
  }
}
@media screen and (max-width: 1320px) {
  .home-top {
    margin-top: -300px;
  }
}
@media screen and (max-width: 1200px) {
  #about .wrapper {
    min-height: 2150px;
  }
}
@media screen and (max-width: 1256px) {
  .home-top {
    margin-top: -350px;
  }
}
@media screen and (max-width: 1035px) {
  .banner-text {
    top: -32rem;
  }
}
@media screen and (max-width: 1169px) {
  .home-top {
    margin-top: -400px;
  }
}
@media screen and (max-width: 1180px) {
  .copyright {
    flex-direction: column;
  }
  #footer .navbar {
    justify-content: space-around;
  }
}
/*1024*/
@media screen and (max-width: 1199px) {
  .header-top .right {
    max-width: 550px;
  }
  .cinfo-row .right > .num {
    font-size: 19px;
  }
  #contact {
    padding: 5em 1em;
  }
}
@media screen and (max-width: 1080px) {
  .home-top {
    margin-top: -450px;
  }
  .house {
    margin-top: -10rem;
  }
}
/*960*/
@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 990px) {
  #header .wrapper {
    min-height: 800px;
  }
  .banner-img {
    margin-top: -42rem;
  }
  .home-top {
    margin-top: -565px;
  }
}
/*768*/
@media screen and (max-width: 959px) {
  kkk #header {
    padding: 0;
  }
  #header .row {
    width: 100%;
  }
  #header nav {
    display: block;
    height: auto;
  }
  #header nav ul {
    width: 100%;
    display: none;
    height: auto;
    border-bottom: 5px solid #000;
    padding: 0 15px;

    background: #000;
    color: #fff;
  }
  #header nav ul li {
    width: 100%;
    position: relative;
  }
  #header nav ul li a {
    display: block;
    float: none;
    padding: 10px 0;
  }
  #header nav a {
    text-align: left;
    width: 100%;
  }
  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
  }
  #header nav a#pull {
    display: block;
    color: #fff;
    background-color: #000;
    height: 30px;
    padding: 10px 0;
    width: 100%;
    position: relative;
  }
  #header nav a#pull:after {
    content: "";
    background: url("../images/nav-icon.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cta {
    background: #035b96 url("../images/common/phonecall.png") no-repeat center
      center;
    border-bottom-left-radius: 40px;
    border-top: 2px solid #013f9a;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 80px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 100px;
    z-index: 999;
  }
  .home-top {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    text-align: center;
  }
  .home-top .right {
    align-self: center;
    top: 0;
  }
  .home-bot {
    flex-direction: column-reverse;
    text-align: center;
  }
  .home-bot .right {
    position: unset;
    margin: 0 auto;
  }
  .home-top .es {
    margin: 0 auto;
  }
  .bot-text > .col {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  .home-bot .sub-title {
    color: #000;
  }
  .btn-page {
    justify-content: center;
  }
  .header-top {
    flex-direction: column;
    align-items: center;
  }
  .header-top .left {
    margin: 50px auto 0;
  }
  .header-top .right .r-top {
    display: none;
  }
  .header-top .right,
  .header-top .right .r-bot {
    max-width: 100%;
  }
  .header-top .right {
    position: absolute;
    z-index: 1;
  }
  #header .navbar a {
    color: #fff;
  }
  #header .navbar {
    display: none;
  }
  .banner-text .title,
  .home-top .title,
  .home-top .head {
    font-size: 18px;
  }
  .banner-text .sub-title,
  .home-top .sub-title,
  .inner #content h1 {
    font-size: 50px;
  }
  .banner-text {
    top: -25rem;
  }
  .header-socials {
    top: -350px;
  }
  .about-content {
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
    text-align: center;
  }
  .about-content > .right {
    position: static;
  }
  .about-content > .left .bot {
    left: 50%;
    bottom: -135px;
    text-align: center;
    transform: translateX(-50%);
  }
  .house,
  .footer-socials {
    display: none;
  }
  .contact-content {
    padding: 0 10px;
  }
  .footer-cont .f-top {
    flex-direction: column;
    align-items: center;
  }
  .f-top > .right {
    align-self: center;
  }
  .f-top > .left {
    justify-content: center;
  }
  .logo-f {
    width: 100%;
    padding: 0 10px;
  }
  .copyright {
    flex-direction: column;
    align-items: center;
  }
  .cinfo-t-col {
    flex-direction: column;
    align-items: center;
  }
  .cinfo-row {
    max-width: 300px;
    width: 100%;
  }
  #header .wrapper {
    min-height: 850px;
  }
  .home-top {
    margin-top: -455px;
  }
  .banner-img {
    margin-top: -40rem;
  }
  .testimonials-cont > .bot .text {
    text-align: center;
    margin: 0 auto;
  }
  .testimonials-cont > .top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    top: -40em;
  }
  .testimonials-cont > .top .left,
  .testimonials-cont > .top .right {
    max-width: unset;
  }
  .testimonials-cont > .top .left img {
    max-width: 375px;
  }
  .testimonials-cont > .top .right .name {
    text-align: center;
    padding: 50px 0;
  }
  .testimonials-cont > .top .left .sub-title {
    padding-bottom: 50px;
  }
  .inner #content {
    text-align: center;
  }
  #inner-services .bottom {
    columns: 1;
  }
  #inner-services .bottom div {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .inner.gallery-page #content {
    min-height: 1500px;
  }
}
@media screen and (max-width: 870px) {
  .home-top {
    margin-top: -469px;
  }
}
@media screen and (max-width: 830px) {
  .home-top {
    margin-top: -495px;
  }
}
@media screen and (max-width: 780px) {
  .home-top {
    margin-top: -525px;
  }
}
/*425*/
@media screen and (max-width: 767px) {
  .banner-text {
    top: -14rem;
  }
  .header-socials {
    display: none;
  }
  .header-top .left {
    max-width: 300px;
  }
  .banner-text .sub-title,
  .about-content > .left .bot .title {
    font-size: 20px;
  }
  .banner-img img {
    min-height: 237px;
  }
  .testimonials-cont .span1,
  #contact .sub-title,
  .home-bot .sub-title {
    font-size: 30px;
  }
  .about-content .span1,
  .about-content > .left .top .title,
  .about-content > .left .top .es,
  .testimonials-cont > .top .left .title,
  .bot-text .col li,
  .home-bot .title {
    font-size: 18px;
  }
  .about-content > .right,
  .about-content > .left {
    padding: 25px 10px;
    text-align: center;
  }
  #about .wrapper {
    min-height: unset;
    background: unset;
  }
  .testimonials-cont > .top .left {
    max-width: 100%;
  }
  .testimonials-cont > .top {
    gap: 50px;
    position: unset;
  }
  .testimonials-cont > .bot {
    position: unset;
    padding-bottom: 355px;
  }
  .testimonials-cont > .top .right .name {
    text-align: center;
  }
  .testimonials-cont > .bot .bot-gal-col {
    flex-direction: column;
    padding: 50px 10px;
  }
  .testimonials-cont > .bot .text .call-cs {
    text-align: center;
  }
  #footer .navbar {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  #footer .navbar a {
    color: #000;
    font-weight: 700;
  }
  .copyrights .title {
    text-align: center;
  }
  #contact {
    padding: 50px 0;
    width: 100%;
  }
  .logo-f {
    max-width: 300px;

  #header .wrapper {
    min-height: 300px;
  }
  .banner-img {
    margin-top: -10rem;
  }
  .labels-flex {
    flex-direction: column;
  }
  .labels-flex > .left,
  .labels-flex > .right {
    width: 100%;
  }
  .home-content {
    position: relative;
    top: -10px;
    padding: 0 10px;
  }
  .home-top {
    padding: 0;
  }
  .testimonials-cont > .bot .text {
    margin: 0 auto;
  }
  .qou-logo {
    max-width: 300px;
  }
  .testimonials-cont > .top .right .name {
    padding: 50px 0;
  }
  .testimonials-cont > .top .right .es {
    padding: 20px 0 0;
  }
  .testimonials-cont > .top .left .sub-title {
    padding-bottom: 40px;
  }

  .home-top {
    margin-bottom: 50px;
  }
  .home-bot {
    gap: 50px;
  }
  .banner-img {
    margin-top: -8rem;
  }
  .home-bot .sub-title {
    padding: 10px 0 20px;
  }
  .about-content > .left .bot {
    display: none;
  }
}
@media screen and (max-width: 682px) {
  .home-content {
    top: -50px;
  }
}
@media screen and (max-width: 594px) {
  .home-content {
    top: -100px;
  }
}
@media screen and (max-width: 498px) {
  .home-content {
    top: -150px;
  }
}
@media screen and (max-width: 425px) {
  .home-content {
    top: -200px;
  }
}
/*375*/
@media screen and (max-width: 425px) {
  .inner.gallery-page #content {
    min-height: 2900px;
  }
}
@media screen and (max-width: 424px) {
  .home-content {
    top: -200px;
  }
  .testimonials-cont > .top {
    top: -50rem;
  }
  .testimonials-cont > .bot {
    top: -40rem;
  }
  .about-content {
    gap: 50px;
  }
}

/*320*/
@media screen and (max-width: 374px) {
}

.w-100 {
  width: 100%;
}
.text-white {
  color: #fff;
}
