@charset "UTF-8";

/*=============================
	      normalize css
===============================*/
/* reset defoult value */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

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

.after::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 660px;
  height: 40px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  /* max-width: 1920px; */
  min-width: 1750px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

/* all bg content */
#contents,
#review,
#why,
#services {
  /* background: url(../images/content/servicebg.jpg) center no-repeat; */
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-family: var(--font-DimeBoNFW0Regular);
  font-size: 54px;
  background: radial-gradient(circle at -50%, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-transform: uppercase;
  line-height: 1.2;
}

@-moz-document url-prefix() {

  #gallery .box4 h1,
  #banner h1 {
    letter-spacing: -1px !important;
  }

  #review h1,
  #about h1 {
    letter-spacing: -2px !important;
  }
}

p,
a {
  font-family: var(--font-Montserrat-Regular);
  font-size: 16px;
  color: #444444;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

img:hover {
  transform: scale(1.05);
}

.label {
  font-size: 18px;
  font-family: var(--font-Montserrat-Regular);
  color: #1F1F1F;
}

/* all button ===========================*/
.btn1,
.btn {
  font-family: var(--font-Teko-Regular);
  font-size: 20px;
  width: 100%;
  max-width: 204px;
  background: radial-gradient(circle at 30%, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  padding: 14px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid white;
}

.btn1:hover,
.btn:hover {
  transition: all 0.5s ease-in-out;
  background: white;
  color: #000;
  border: 2px solid #000;
}

.btn1 {
  background: unset;
  border-color: #fff;
  color: #fff;
}

.btn1:hover {
  transition: all 0.5s ease-in-out;
  background: #124666;
}

.btn-container {
  max-width: 446px;
}

.btn-xyz {
  max-width: 218px;
}

.btn-xyz span {
  font-family: var(--font-Montserrat-Regular);
  font-size: 14px;
  color: hsl(0, 0%, 27%);
}

.btn-xyz .a {
  font-family: var(--font-Montserrat-Bold) !important;
  font-size: 18px !important;
}


.g {
  gap: 8px;
}

.span {
  font-family: var(--font-COMFORTAA-BOLD);
  font-size: 15px;
  color: #1D2633;
  text-transform: uppercase;
}

.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*/
.cta {
  display: none;
}

/*=============================
	End Global CSS 
===============================*/
.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

/* header =====================================================================*/
#header {
  background: url(../images/content/bg.jpg) center right no-repeat;
  padding: 0 0 160px 20px !important;
  position: relative;
}

#header .row {
  /* max-width: 1920px; */
  margin-right: 81px;
}

#header .row nav {
  max-width: 1143px;
  gap: 19px;
  padding: 17px 28px;
  background: radial-gradient(circle at 0%, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
}

#header .row nav a#pull {
  display: none;
}

#header .row nav .ful,
#header .row nav ul {
  max-width: 772px;
  gap: 16px;
  width: 100%;
}

#header .row nav .ful li,
#header .row nav ul li {
  position: relative;
  display: inline-block;
}

#header .row nav .ful li .dropbtn,
#header .row nav .ful li a,
#header .row nav ul li .dropbtn,
#header .row nav ul li a {
  z-index: 10;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-Montserrat-Regular);
  text-transform: uppercase;
  white-space: nowrap;
}

#header .row nav .ful li .dropbtn.active-menu,
#header .row nav .ful li .dropbtn-sub.active-menu,
#header .row nav .ful li .dropbtn:hover,
#header .row nav .ful li .dropbtn-sub:hover,
#header .row nav .ful li.active-menu a,
#header .row nav .ful li a:hover,
#header .row nav ul li .dropbtn.active-menu,
#header .row nav ul li .dropbtn-sub.active-menu,
#header .row nav ul li .dropbtn:hover,
#header .row nav ul li .dropbtn-sub:hover,
#header .row nav ul li.active-menu a,
#header .row nav ul li a:hover {
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

#header .btn-xyz span,
#header .btn-xyz a {
  color: #fff;
}

#header .btn-xyz .g {
  gap: 8px;
}


.csa {
  font-family: var(--font-COMFORTAA-REGULAR) !important;
  font-size: 14px !important;
}

/* end */
/* dropdown */
/* banner */
#banner {
  margin-top: -135px;
  max-width: 1586px;
  /* padding-left: 208px; */
  padding-left: 80px;
}

#banner img[alt=l1] {
  border-radius: 60px;
}

#banner .row {
  /* max-width: 618px; */
  max-width: 750px;
}

#banner h1 {
  padding: 24px 0 27px;
}

#banner p {
  padding-bottom: 40px;
  /* max-width: 605px; */
}

#banner .btn-xyz span,
#banner .btn-xyz a {
  color: #1F1F1F;
}

#banner .label {
  padding-top: 130px;
}


#banner .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

#banner .flex h3 {
  font-family: var(--font-Teko-Bold);
  background: radial-gradient(circle at -50%, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 30px;
  text-transform: capitalize;
}

#banner .flex .item {
  width: 100%;
  max-width: 365px;
}

#extra {
  background: radial-gradient(circle, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  padding: 72px 0 91px;
}

#extra .row {
  max-width: 1348px;
}

#extra h1 {
  font-family: var(--font-Teko-Bold);
  background: #fff;
  font-size: 45px;
  text-transform: capitalize;
}

#extra p {
  color: #fff;
  padding-top: 17px;
}

#extra .box {
  max-width: 345px;
}

hr {
  height: 179px;
  width: 1px;
}

#about {
  background: url(../images/content/bg1.jpg) center left no-repeat;
  padding: 105px 0 79px;
  padding: 168px 224px 168px 0;
}

#about .row {
  max-width: 659px;
}

.inner #about .row {
  max-width: 1200px;
}

#about h1 {
  padding-top: 40px;
  font-size: 56px;
}

#about p,
#about p a {
  color: #444444;
  padding: 37px 0 31px;
  font-size: 16px;
  line-height: 2;
}

#about p a {
  background: #8FB0E4;
  background: linear-gradient(to bottom, #8FB0E4 0%, #000B4B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

#new-con {
  background: radial-gradient(circle, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
}

#new-con .row {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding: 80px 20px;
}

#new-con h2,
#new-con a {
  font-size: 48px;
  font-family: var(--font-Teko-Bold);
  color: #FFF;
  font-weight: 400;
}

#new-con a {
  text-decoration: underline !important;
}

#about .span {
  margin: 14px 0 13px;
  letter-spacing: -0.5px;
}

#about ul {
  list-style-type: none;
  padding-bottom: 34px;
}

#about ul li::before {
  position: relative;
  content: "•";
  font-size: 4em;
  color: #000B4B;
  margin-right: 7px;
  bottom: -12px;
}

#about li {
  line-height: 35px;
  font-family: var(--font-Montserrat-Regular);
}

#services .row {
  background: radial-gradient(circle, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
}

#services .box {
  padding: 111px 0 325px;
  max-width: 1520px;
}

#services span,
#services a,
#services .label,
#services p {
  color: #fff;
}

#services p {
  line-height: 2;
  padding-bottom: 53px;
}

#services .btn,
#services h1 {
  background: #fff;
  padding-top: 28px;
}

#services h1 {
  font-weight: 400;
}

#services .btn {
  color: #222222;
  padding-top: 19px;
}

#services .box2 {
  max-width: 1519px;
  margin-top: -243px;
}

#gallery {
  padding: 162px 0 191px;
}

#gallery .row {
  max-width: 1700px;
}

#gallery .box3 {
  background: radial-gradient(circle at 30%, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  max-width: 820px;
  border-radius: 30px;
  overflow: hidden;
}

#gallery h1 {
  background: radial-gradient(circle at -50%, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  padding: 45px 0;
}

#gallery .box4 {
  /* width: 370px; */
  padding: 59px 44px 62px 32px;
}

#gallery .box4 h1 {
  font-family: var(--font-Teko-Bold);
  background: #fff !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-size: 40px;
  padding: 24px 0;
  text-transform: capitalize;
}

#gallery .box4 a {
  font-family: var(--font-Teko-Regular);
  font-weight: 500;
  font-size: 20px;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 4px;
  letter-spacing: 2px;
}

#gallery .box4 p {
  padding-bottom: 30px;
  font-size: 15px;
}

#gallery a,
#gallery p {
  color: #fff;
}

#review {
  background: radial-gradient(circle, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  padding: 108px 0 110px;
}

#review .row {
  max-width: 1523px;
}

#review a,
#review .label,
#review p {
  color: #fff;
}

#review .btn,
#review h1 {
  font-family: var(--font-Teko-Bold);
  background: #fff;
  font-size: 80px;
  line-height: 1;
  padding-bottom: 9px;
}

#review h1 {
  text-transform: capitalize;
  width: 538px;
}

#review .btn {
  color: #000B4B;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: var(--font-Teko-Regular);
  padding-top: 22px;
}

#review .box1 {
  padding: 30px 0;
}

#review .box {
  max-width: 741px;
}

#review .box4 {
  background: #fff;
  padding: 33px 30px;
  border-radius: 7px;
  max-width: 360px;
}

#review .box4 p {
  padding-top: 10px;
  color: #333333;
}

#review .box4 span {
  font-family: var(--font-Poppins-Bold);
  font-size: 18px;
  color: #444444;
}

#review .box4 .gg {
  gap: 17px;
}

#review .label {
  padding-bottom: 30px;
}

footer {
  background: url(../images/content/bg4.jpg) bottom no-repeat;
  padding: 77px 0 30px;
}

footer .contact-container {
  position: relative;
  max-width: 1083px;
  background-color: #fff !important;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -5px 5px 19px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

footer .contact-container h1 {
  background: radial-gradient(circle at 0%, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  font-size: 45px;
}

footer .contact-container p {
  font-family: var(--font-Poppins-Regular);
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  max-width: 702px;
}

footer .contact-container .hy {
  padding-bottom: 15px;
}

footer .contact-container .btn {
  max-width: 100%;
  padding: 16px 10px;
  border-radius: unset;
  font-size: 20px !important;
  font-family: var(--font-Teko-Regular) !important;
}

footer .contact-container .box99 {
  max-width: 555px;
}

footer .contact-container .label {
  color: #fff;
  letter-spacing: 12px;
}

footer .frow {
  max-width: 1736px;
}

footer .footer-container {
  max-width: 545px;
  padding-top: 36px;
}

footer .footer-container .box {
  padding-top: 52px;
}

footer .footer-container .box .bo {
  gap: 10px;
  align-items: start;
  margin-bottom: 43px;
}

footer .footer-container .box .bo p {
  font-family: var(--font-Montserrat-Regular);
  font-size: 15px;
  color: #333333;
  padding-bottom: 5px;
}

footer .footer-container .box .bo a {
  font-family: var(--font-Teko-Regular);
  color: #333333;
  font-size: 25px;
}

footer .footer-container .boxicon {
  max-width: 100px;
  gap: 24px;
}

footer .footer-container .box1 {
  max-width: 748px;
}

footer .footer-container .box1 .box2 {
  max-width: 285px;
}

footer .footer-container .box1 .btn {
  margin-left: 0;
  max-width: 254px;
}

footer .footer-container .box1 p {
  padding: 35px 0 20px;
  font-family: var(--font-Poppins-Bold) !important;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  line-height: 19px;
  letter-spacing: 1px;
}

footer .copy-right {
  gap: 10px;
  max-width: 767px;
}

footer .copy-right p {
  color: #333333;
  font-size: 14px;
  padding-top: 6px;
}

form .messages p {
  display: none;
  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 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 555px;
  padding-top: 14px;
}

.ctc-form input[type=text],
.ctc-form textarea {
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  background-color: #F4F4F4;
  padding-left: 25px;
  border-radius: 6px;
  margin-bottom: 11px;
}

.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}

.ctc-form input[type=text]::-moz-placeholder,
.ctc-form textarea::-moz-placeholder {
  color: #444444;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--font-Poppins-Regular);
}

.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #444444;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--font-Poppins-Regular);
}

.ctc-form textarea {
  padding-top: 16px;
  height: 169px;
  resize: none;
  padding-bottom: 30px;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .ctc-hide {
  display: none;
}

.ctc-form .copy {
  text-align: start;
  padding-top: 20px;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.ctc-form .btn {
  margin: auto;
}

input[type=checkbox].consentBox,
input[type=checkbox].termsBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  margin-bottom: -5px;
}

input[type=checkbox].consentBox:checked,
input[type=checkbox].termsBox:checked {
  background: radial-gradient(circle, rgb(143, 176, 228) 0%, rgb(0, 11, 75) 100%);
  border-color: rgb(0, 11, 75);
}

input[type=checkbox].consentBox:checked::before,
input[type=checkbox].termsBox:checked::before {
  content: "✔";
  display: block;
  text-align: center;
  line-height: 25px;
  color: white;
}

/* end */
/* inner pages */
#inner {
  min-height: 300px;
  padding: 30px;
}

#inner h1 {
  background: #0085E5;
}

#inner p {
  color: #000;
}

#inner-about #about {
  background: unset;
  padding: unset;
}

#inner-about #about h1 {
  font-size: 20px;
}

#inner-about ul {
  list-style-type: none;
  width: fit-content;
  margin: auto;
}

#inner-about li {
  font-family: var(--font-Montserrat-Regular);
  height: 36px;
}

#inner-review .box1 {
  padding: 20px;
  align-items: center;
  gap: 20px;
}

#inner-services p {
  color: #fff;
}

#inner-services #gallery {
  padding: unset;
}

#inner-contact #inner {
  min-height: 164px !important;
}

#inner-review .box4 {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#inner-review .gg span {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}

#inner-review .box4 p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

#inner-services .box1 {
  max-width: 1541px;
  gap: 30px;
  margin-top: 20px;
}

#inner-gallery .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
}

#inner-gallery .gallery li {
  display: inline-block;
}

#inner-gallery .gallery li .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;
}

#inner-gallery .page_navigation {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  width: 100%;
}

#inner-gallery .img-responsive {
  width: 250px;
  height: 250px;
  object-fit: cover;
}

#inner-gallery #gall1 {
  width: 100%;
  max-width: 1200px;
}

#inner-gallery .page_navigation .page_link,
#inner-gallery .page_navigation .previous_link,
#inner-gallery .page_navigation .next_link,
#inner-gallery .page_navigation .first_link,
#inner-gallery .page_navigation .last_link,
#inner-gallery .page_navigation .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;
}

#inner-gallery .page_navigation a:hover,
#inner-gallery .page_navigation a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

@media screen and (max-width: 1769px) {
  #banner {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1769px) {
  #about {
    padding-right: 100px;
  }
}

@media screen and (max-width: 1500px) {
  body {
    zoom: 65%;
  }
}

@media screen and (max-width: 959px) {
  body {
    min-width: 570px;
    zoom: unset;
  }

  #header {
    padding: 0;
  }

  #header .row {
    width: 100%;
  }

  #header nav {
    display: block;
    height: auto;
    z-index: 99999;
  }

  #header nav ul {
    width: 100%;
    display: none;
    height: auto;
    border-bottom: 5px solid #000;
    padding: 0 15px;
    position: fixed;
    background: var(--color-black);
    margin-top: 26px;
    left: 0;
    top: 14px;
    z-index: 9;
  }

  #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 !important;
    color: #fff;
    background-color: #000;
    height: 45px;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }

  #header nav a#pull:after {
    content: "";
    background: url("../images/menu.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
  }

  .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;
  }

  .dropdown .dropdown-content {
    display: block !important;
    position: relative;
    padding-left: 30px;
  }

  hr,
  img[alt=tre] {
    display: none;
  }

  #header .row nav ul {
    padding: 20px 20px 50px;
    background: #000;
    top: 20px;
  }

  #about {
    background: #fff;
    margin-top: 42px;
  }

  #banner {
    margin-top: 25px;
  }

  footer .contact-container {
    border-radius: unset;
  }

  #inner-services .box1,
  footer .frow,
  #extra .row,
  #services .box,
  #review .row,
  #gallery .box1,
  #services .box2 {
    flex-direction: column;
    align-items: center;
  }

  #banner .row,
  #about .row,
  #header .row nav,
  #gallery {
    width: 100%;
    max-width: 100%;
  }

  footer,
  #extra,
  footer .contact-container,
  #header,
  #review .box,
  footer .frow,
  #extra .row,
  #services .box2,
  #services .box,
  #about,
  #gallery {
    padding: 40px 10px !important;
    margin: unset;
  }

  #header .row {
    margin: unset;
  }

  .sample {
    padding: unset;
  }

  .sample {
    position: unset !important;
  }

  #services #box_rates1 .table_cell .table_cell_title::after {
    width: 100%;
  }

  .btn-container,
  #header .visitsite,
  #header .row nav .h-l,
  .label,
  h1,
  h2,
  p {
    text-align: center !important;
    margin: auto !important;
  }

  #banner .row,
  #services,
  #review,
  footer,
  .span {
    text-align: center;
  }

  .btn-container {
    padding-bottom: 10px;
  }

  #banner .label {
    padding-top: 25px;
  }

  #header {
    background: rgba(255, 255, 255, 0.7) !important;
  }
}

@media screen and (max-width: 767px) {
  .f-row-between { display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 10px; flex-wrap: wrap; width: 100%;} 
  .f-column-start { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; }
  .f-row-start { display: flex; justify-content: center; align-items: center !important; flex-direction: column; width: 100%; gap: 10px;}
}

@media screen and (max-width: 768px) {

  h1,
  h2 {
    font-size: 40px !important;
  }

  footer .copy-right {
    padding: unset;
    background: transparent;
    margin-bottom: 0;
    position: unset;
  }

  #review .box1,
  #gallery .box3 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  #gallery .box4 {
    padding: unset;
  }

  #gallery .box4 {
    text-align: center !important;
  }

  img[alt=png] {
    width: 310px;
  }

  footer .footer-container .box {
    padding-left: 0;
  }

  #review .btn {
    margin: auto;
  }

  #gallery .box4 {
    order: 1;
  }

  img[alt=ss2] {
    order: 0;
    width: 100%;
    height: 321px;
    object-fit: cover;
    padding-bottom: 20px;
  }

  .btn-xyz2 {
    display: none;
  }

  #header .row nav {
    background: transparent;
  }

  #review .box4 p {
    text-align: left !important;
  }

  #about ul {
    padding-left: 20%;
  }

  body {
    min-width: 100%;
  }
}


@media screen and (max-width: 600px) {
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  #new-con a {
    font-size: 28px;
  }
}

.read-more-btn {
  text-decoration: underline !important;
}

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