@font-face {
  font-family: "socialico";
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

 @font-face{
  font-family: "arialth";
  src: url("fonts/ArialTh.ttf");

} 


@font-face{
  font-family: "arial";
  src: url("fonts/arial.ttf");
}

@font-face {
  font-family: "socialico-plus";
  src: url("fonts/SocialicoPlus/socialico-plus.eot");
  src: url("fonts/SocialicoPlus/socialico-plus.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/SocialicoPlus/socialico-plus.woff2") format("woff2"),
    url("fonts/SocialicoPlus/socialico-plus.woff") format("woff"),
    url("fonts/SocialicoPlus/socialico-plus.ttf") format("truetype"),
    url("fonts/SocialicoPlus/socialico-plus.svg") format("svg");
}

@font-face {
  font-family: "CenturyGothic";
  src: url("fonts/CenturyGothic/CenturyGothic.eot");
  src: url("fonts/CenturyGothic/CenturyGothic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/CenturyGothic/CenturyGothic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.woff")
      format("woff"),
    /* Pretty Modern Browsers */ url("fonts/CenturyGothic/CenturyGothic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("onts/CenturyGothic/CenturyGothic.svg")
      format("svg"); /* Legacy iOS */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}


html,body {width: 100% !important; max-width: 100% !important;}

html.suspended {
  background: rgba(0, 0, 0, 0.6);
}
body {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: Arial;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  width: 100%;
}

p{
  margin:0 !important;
  width: 100%;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
}

.flex{
  display: flex;
  justify-content: start;
  gap: 15px;
  align-items: center;
}

/*floats*/
.fl {
  float: left;
}
.fr {
  float: right;
}

/*typography*/
.text-primary {
  color: #b11414;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}

/*clearings*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  display: block;
}

/*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;
}

/*gallery*/
#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;
}

.buttons {
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  padding: 25px 60px;
  border-radius: 40px;
  background: #2196f3;
}

.btn {
  background: linear-gradient(163deg, rgba(255, 224, 2, 1) 28%, rgba(178, 130, 40, 1) 64%);
  color: black;
  font-size: 14px;
  font-family: roboto;
  letter-spacing: 1.5px;
  padding: 25px 36px;
  font-weight: 500;
}

a.btn{
  display: block;
}

p{
  font-family: montserrat;
  font-size: 16px;
  line-height: 190%;
}

.btn:hover {
  transform: scale(1.05);
  transition: .5s ease;
  color: black;
}
/*------------------------------------header------------------------------------*/
#header {
  color: white;
}
#header nav a#pull {
  display: none;
}
#header nav ul {
  margin: 0;
  padding: 0;
}

#header .right {
  background: linear-gradient(163deg, rgba(28, 28, 28, 1) 28%, rgba(59, 59, 59, 1) 64%);
  width: 100%;
  padding: 20px 0 0 2%;
  align-self: stretch;
  align-content: center;
}

.contacts {
  font-size: 20px;
  font-family: montserrat;
  font-weight: 400 !important;
}

.contacts a {
  margin: 15px 0;
  text-align: left;
}

.top.flex {
  gap: 290px;
}

.quote.flex .flex div a {
  font-size: 18px;
  margin: 3px 0;
  display: block;
  font-family: 'Montserrat';
}

.quote.flex .flex div {
  text-align: left;
}

.quote.flex .flex div h3 {
  font-family: nunito;
  font-weight: 400;
  font-size: 14px;
}

#header .left img {
  margin-bottom: -190px;
  width: 100%;
  max-width: 350px;

}

#header .left {
  padding: 20px 4% 0;
  width: 100%;
  max-width: 500px;
}

#header .right .bottom.flex {
  margin-top: 20px;
  gap: 50px;
}
.socials {
  display: flex;
  gap: 20px;
  align-items: center;
}

nav {
  padding: 25px 0;
  background: linear-gradient(163deg, rgba(255, 224, 2, 1) 28%, rgba(178, 130, 40, 1) 64%);
  width: 100%;
  display: flex;
  justify-content: center;
}
nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  /* background: linear-gradient(163deg, rgba(255, 224, 2, 1) 28%, rgba(178, 130, 40, 1) 64%); */
  font-size: 16px;
  color: black;
  font-family: arial;
  letter-spacing: 1.4px;
}

nav li.active-menu, nav li:hover {
  border-bottom: 4px solid;
}

nav li {
  padding: 10px 0;
}














/*------------------------------------banner------------------------------------*/
#banner {
  background: url('../images/content/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 890px;
}

#banner .container h1 span {
  color: #FFDE01;
}

#banner .container h1 {
  font-family: cinzel;
  font-size: 50px;
  margin: 50px 0 30px;
}
#banner .container h3 {
  background: linear-gradient(163deg, rgba(255, 224, 2, 1) 28%, rgba(178, 130, 40, 1) 64%);
  text-align: center;
  max-width: 250px;
  padding: 15px 18px;
  color: #1c1c1c;
  font-family: barlow;
  letter-spacing: 1.7px;
}
#banner .container {
  text-align: left;
  color: white;
  padding: 250px 5%;
  max-width: 1500px;
  margin: 0 auto;
  font-weight: 600;
}

#banner p {
  font-size: 18px;
  font-family: 'Montserrat';
  max-width: 700px;
  line-height: 230%;
}

#banner a.btn {
  display: block;
  text-align: center;
  max-width: 200px;
  padding: 28px 10px;
  margin-top: 50px;
}


/*-----------------------------body---------------------------------*/
.firstDiv .boxes div img {
  margin-top: -40px;
}

.firstDiv .boxes div p {
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 160%;
}
.firstDiv .boxes div h3 {
  font-size: 25px;
  font-family: 'Cinzel';
  margin: 10px 0;
}
.firstDiv .boxes {
  max-width: 1550px;
  margin: -160px auto 0;
}
.firstDiv {
  min-height: 500px;
}
.firstDiv .boxes div {
  background: url(../images/content/boxes-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 3% 70px;
  flex: 1 1 0;
  height: 200px;
}

.firstDiv .container .btn {
  max-width: 150px;
  margin: 30px auto 0;
  letter-spacing: 0;
  font-family: barlow;
  font-weight: 600;
}
.firstDiv .container {
  padding: 90px 5%;
}
.firstDiv .container p {
  max-width: 1110px;
  margin: 20px auto !important;
}
.firstDiv .container h3 {
  font-size: 22px;
  font-family: 'Montserrat';
  letter-spacing: 1.8px;
  margin-bottom: 20px;
}

.firstDiv .container h1 {
  font-family: 'Cinzel';
  font-size: 44px;
  margin-bottom: 5px;
}

.about .container{text-align:left;}

.about {
  background: url(../images/content/about-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 220px 11%;
  background-position: right;
  background-position: top -90px;
}

.about .container{
  background: url(../images/content/about-txt-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;

}


.about .container {
  padding: 50px 5%;
  max-width: 830px;
  margin: -120px auto 0 0px;
}
.about .container .divider {
  border: 4px solid #091D6D;
  margin: 20px 0;
  max-width: 50px;
  border-radius: 20px;
}
.about .container h2 {
  font-family: 'Cinzel';
  font-size: 45px;
  margin-top: 20px;
  font-weight: 400;
}
.about .container h3 {
  font-size: 18px;
  color: #666666;
  font-family: 'Montserrat';
  font-weight: 400;
}

.about .flex.bottom .btn {
  letter-spacing: 0;
  font-family: barlow;
  padding: 25px 45px;
}
.about .flex.bottom .flex a p {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
}
.about .flex.bottom .flex h3 {
  font-size: 14px;
  font-family: nunito;
  font-weight: 600;
  color: black;
}
.about .flex.bottom {
  gap: 50px;
  margin-top: 30px;
}

.services{
  background: url(../images/content/svc-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 200px 5% 250px 0;
}

.services .left h3 {
  background: linear-gradient(163deg, rgba(255, 224, 2, 1) 28%, rgba(178, 130, 40, 1) 64%);
  padding: 13px 3px;
  max-width: 250px;
  margin: -25px auto 0;
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 600;
}

.services .left .less h3 {
  max-width: 170px;
}

.services .left {
  display: flex;
  gap: 20px;
}

.services .right p {
  max-width: 670px;
}
.services .right .btn {
  text-align: center;
  max-width: 140px;
  margin: 40px 0 0;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}
.services .right h2 {
  font-size: 45px;
  margin: 30px 0;
  font-family: 'Cinzel';
  font-weight: bold;
}
.services .right h3 {
  background: linear-gradient(163deg, rgba(255, 224, 2, 1) 28%, rgba(178, 130, 40, 1) 64%);
  text-align: center;
  color: black;
  padding: 15px 0;
  max-width: 200px;
  font-size: 16px;
  font-family: barlow;
  letter-spacing: 2px;
}
.services .right {
  text-align: left;
  padding: 0 3%;
  color: white;
}

.choose .container .txt{
  background: url(../images/content/why-txt-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.choose{
  background: url(../images/content/why-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 1300px;
  background-position: bottom;
}


.choose .container.flex .txt .btn {
  display: block;
  margin: 20px 0 -80px auto;
  text-align: center;
  font-family: barlow;
  font-size: 16px;
  letter-spacing: 0;
  max-width: 140px;
  font-weight: 600;
}

.choose .container.flex .txt .divider {
  border: 2px solid;
  margin-bottom: 30px;
  max-width: 60px;
  border-radius: 20px;
}
.choose .container.flex .txt h2 {
  font-size: 45px;
  font-family: 'Cinzel';
  margin: 23px 0;
}
.choose .container.flex .txt h3 {
  font-family: 'arial';
  font-size: 16px;
  font-weight: 500;
}
.choose .container.flex .txt {
  max-width: 700px;
  text-align: left;
  color: white;
  padding: 50px 4%;
  margin: -100px 0 0 100px;
}
.choose .container.flex .testi {
  margin-top: -70px;
}
.choose .container.flex {
  gap: 70px;
}
.choose .flex.cont.right {
  margin-left: 140px;
  margin-right: -140px;
}
.choose .flex.cont p {
  margin-top: 12px !important;
}
.choose .flex.cont h4 {
  font-size: 15px;
  font-family: poppins;
  font-weight: 400;
}
.choose .flex.cont {
  background: white;
  box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 40px;
  padding: 30px 3%;
  max-width: 620px;
  text-align: left;
  /* display: flex
; */
  align-items: start;
  gap: 40px;
}

.choose .house h3 {
  font-size: 40px;
  font-family: 'Cinzel';
}

.choose .house {
  text-align: left;
  max-width: 430px;
  margin: 110px 50px 0 auto;
  padding: 0;
}

.gallery.flex a {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 130px;
  letter-spacing: 0;
  font-family: barlow;
  font-weight: 600;
}

.gallery.flex {
  gap: 2px;
  position: relative;
}

.services img:hover, .gallery img:hover {
  transform: scale(1.03);
  transition: .5s ease;
}

.contact-page .btn {
  border: none;
  letter-spacing: 1.5px;
  font-family: barlow;
  text-transform: uppercase;
}
.contact-page label {
  font-family: poppins;
}

/*--------------------------INNER PAGES--------------------------------*/
main .flex {
  margin-bottom: 60px;
}

main .flex div{
  flex: 1 1 0;
}
main img {
  width: 100%;
}

main, #content {
  padding: 50px 5% 0px !important;
  min-height: 300px !important;
  max-width: 1500px;
  margin: 0 auto;
}

main h1, #content h1{
  font-size: 50px;
  font-family: 'Cinzel';
  margin: 15px 0;
  color:#0c258a;
}

main h2 {
  font-size: 25px;
  font-family: 'Cinzel';
  margin: 15px 0;
}


.about-page main .flex div {
  flex: 1 1 0;
}
.about-page main .flex {
  gap: 100px;
}

.about-page main .flex img {
  object-fit: cover;
  height: 500px;
}

.reviews-page main img{width: unset;}
.reviews-page main img.review {
  max-width: 200px !important;
  width: 100%;
}
.reviews-page main .flex strong {
  font-family: poppins;
}
.reviews-page main .flex strong {
  font-family: 'Cinzel';
}
.reviews-page main .flex {
  margin-top: 40px;
  max-width: 1000px;
  margin: 40px auto 40px;
  gap: 50px;
}
.reviews-page main .flex div {
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  max-width: 600px;
  padding: 50px 3%;
  margin: 0 auto;
  border-radius: 20px;
}
.reviews-page main .flex img {
  display: block;
  margin: 20px auto;
}
.reviews-page main img.review {
  max-width: 200px !important;
  width: 100%;
}
.reviews-page main h3 {
  font-family: poppins;
  margin: 10px 0;
  font-weight: 400;
}



/*-------------------------------------footer-----------------------*/
#footer {
  padding: 90px 5% 30px;
  background: url('../images/content/ft-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 890px;
}

#footer .container.flex {
  background-color: white;
  justify-content: space-between;
  text-align: left;
  border-radius: 25px;
  padding: 80px 5%;
  max-width: 1400px;
  margin: 0 auto;
  background-image: url(../images/content/tri.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 1500px 30px;
}

#footer .img-box a p {
  font-size: 17px;
  font-family: arial;
  margin-top: 5px !important;
  display: block;
  letter-spacing: -.30px;
  color: #333333;
  font-weight: 400 !important;
}

#footer .img-box h3 {
  font-family: poppins;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -.35px;
}

#footer .img-box {
  margin-bottom: 80px;
  margin-left: 20px;
}
#footer .img-box.phone a p {
  font-size: 25px;
  
  color: black;
}

#footer .right p {
  font-size: 14px;
  font-family: poppins;
  margin-bottom: 40px !important;
  display: block;
}
#footer .right h2 {
  font-size: 45px;
  font-weight: bold;
  font-family: 'Cinzel';
  margin: 30px 0;
}
#footer .right h3 {
  font-size: 17px;
  font-family: barlow;
  color: #888888;
  letter-spacing: 7px;
  font-weight: bold;
}
#footer input[type='text'], #footer input[type='email'], #footer input[type='number'], #footer textarea {
  background: #F4F4F4;
  padding: 15px 3%;
  height: unset;
  font-size: 15px;
  font-family: poppins;
  margin-bottom: 20px;
}

#footer label {
  font-family: poppins;
  font-size: 14px;
}

#footer p.copy {
  color: white;
  font-family: 'Montserrat';
  margin-top: 30px !important;
  font-size: 16px !important;
}

::placeholder {
  color: black;
}
#footer .container .right {
  padding: 10px 0 10px 4%;
  border-left: 1px solid #BBBBBB;
}
#footer .container .left {
  width: 100%;
  /* border-right: 1px solid #BBBBBB; */
  max-width: 620px;
}

#footer .left img.logo {
  width: 100%;
  max-width: 370px;
}

#footer .img-box {
    margin-bottom: 80px;
    margin-left: 20px;
}

#footer form .ctcBtn {
  background: linear-gradient(163deg, rgba(255, 224, 2, 1) 28%, rgba(178, 130, 40, 1) 64%);
  color: black;
  border: none;
  font-family: barlow;
  font-size: 16px;
  padding: 25px 45px;
  margin: 20px 0 0;
  font-weight: 600;
}

.messages {
  display: none;
}


/*------------------------------------content------------------------------------*/
#content {



}

div#content h1 {
  color: #444;
  font-size: 44px;
}


/*------------------------------------contact form messages-----------------------------------*/
form .messages p {
  display: none;
  font-family: Arial !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;
}
form [type="submit"] {
  margin: 20px auto;
}

/*------------------------contact form------------------------*/
.ctc-form {
  margin: 0 auto;
  text-align: center;
}
.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: Arial;
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
}
.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}
.ctc-form button {
  display: block;
}
.ctc-form .recap {
  display: inline-block;
}
.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}
.ctc-form .ctc-hide {
  display: none;
}

/*------------------------social media------------------------*/
#footer .socials{
  padding:60px 0 50px;
}
#footer .socials a{
  font-family: 'socialico';
  font-size: 23px;
  background: #fff;
  padding:5px 6px;
  border-radius: 50%;
  margin:0 20px;
}
#footer .socials a:first-of-type{
  padding:5px 10px;
}

/*footer*/
#footer {
}

#footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}

/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}
.inPrivacyBox p {
  text-align: justify !important;
}

/** Responsive
-------------------------------------------------------*/
@media screen and (max-width: 1930px){
  .gallery.flex {
     flex-wrap: wrap;
     justify-content: center;
  }
}

@media screen and (max-width: 1800px){
	.choose .flex.cont.right {
      margin-left: unset;
      margin-right: unset;
  }
  .choose .house {
      margin: auto;
      margin-top: 50px;
      background: #fff;
      padding: 30px;
  }
}

@media screen and (max-width: 1629px){
	nav {
    padding: 10px;
  }
  .body {
    min-width: 400px;
  }
}

@media screen and (max-width: 800px){
	#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;}
  #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;}
  #header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .gallery {
    overflow: hidden;
  }

  #header .right {
    padding: 87px 0 0 2%;
  }
  .top.flex {
    gap: unset;
  }
  .about .flex.bottom,
  .choose .flex.cont.right ,
  .choose .flex.cont,
  .services .left ,
  main .flex,
  #footer .img-box,
  #footer .container .left,
  #footer .container,
  .services .right,
  .services .container,
  .firstDiv .boxes,
  .top.flex,
  #banner .container {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
   .choose h4, .choose h2, .choose p,.choose h3,
  #banner p ,
  #footer .img-box h3 ,
.services .right,
  #banner .container h1 {
    text-align: center;
  }
  .choose .container.flex .txt .btn {
    margin: auto;
  }

  #header .right .bottom.flex {
    justify-content: center;
  }
  .choose .flex.cont,
.choose .flex.cont,
  .firstDiv .boxes div {
    width: 100%;
    max-width: 100%;
  }
  .about {
        padding: 93px 11%;
  }
      .about,
  .services .right {
    padding: 20px 10px;
  }
  #footer .img-box {
    margin: unset;
    padding: 10px;
  }
  .choose .container.flex .txt,
  #footer form .ctcBtn {
    margin: auto;
  }
  .services {
    padding: 76px 5% 37px 0;
}
    .choose .flex.cont, .choose .flex.cont {
              max-width: 73% !important;
              margin: auto !important;
    }
}

@media screen and (max-width: 1400px){ 
  body {min-width: 320px;}

    .choose .container.flex {
    flex-direction: column; gap: 129px;
  }
}

@media screen and (max-width: 1200px){ 
  body {min-width: 320px;}
  #header {
    flex-direction: column;
  }
  #header .left {
    order: 1;
  }
  #header .right {
    order: 0;
  }
}
