* {
  margin: 0;
  padding: 0;
  font-family: var(--font-MONTSERRAT-REGULAR_0), sans-serif;
  box-sizing: border-box;
}

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

.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: 1250px;
  /* min-width: 1386px; */

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  margin-top: -5px;
}

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

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

.h1,
h1 {
  font-family: var(--font-COMFORTAA-BOLD);
  font-size: 49px;
  background: #0059BF;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.h1 {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 46px;
}

h2 {
    font-family: var(--font-COMFORTAA-REGULAR);
    font-size: 22px;
    padding-bottom: 24px;
    color: #0059BF;
    font-weight: 100;
}

p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

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: 28px;
  font-family: var(--font-Poppins-ExtraLight);
  color: #999999;
  text-transform: uppercase;
}

/* all button ===========================*/
.btn1,
.btn {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 18px;
  width: 100%;
  background: #005CC2;
  background-size: contain;
  max-width: 307px;
  padding: 15px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 36px;
  letter-spacing: .5px;
}
footer .contact-container .btn:hover,
#maintenance a:hover,
#repain a:hover,
#services .btn:hover,
#about .row a:hover,
.btn1:hover,
.btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
  border: 1px solid #005CC2;
  color: #005CC2;
  background: #fff;
}

.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.png) bottom right no-repeat;
  position: relative;
  padding: 0 0 0 97px;
  max-width: 1920px;
}



#header .row {
  max-width: 1111px;
  margin-right: 151px;
  z-index: 1;
}
#header .row .box {
  margin-right: 15px;
  max-width: 284px;
}
#header .row .box p, #header .row .box a {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 15px;
  color: #fff;
}
#header .row nav a#pull {
  display: none;
}
#header .row nav ul {
  max-width: 713px;
  gap: 16px;
  width: 100%;
  padding: 17px 0 17px;
}
#header .row nav ul .dropdown-content {
  min-width: 220px;
  display: flex;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: var(--box-shadow-lg);
  padding: 8px;
}
#header .row nav ul li {
  position: relative;
  display: inline-block;
}
#header .row nav ul li .dropbtn,
#header .row nav ul li a {
  z-index: 10;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  font-family: var(--font-POPPINS-REGULAR);
  text-transform: uppercase;
  white-space: nowrap;
}
#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: 700;
}

/* end */
/* dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-content {
  display: none !important;
  position: absolute;
  min-width: 280px;
  z-index: 1;
}
.dropdown .dropdown-content a {
  color: black;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}
.dropdown .dropdown-content-sub {
  position: relative;
  padding-left: 25px;
}

.dropdown-sub:hover .dropdown-content-sub,
.dropdown:hover .dropdown-content {
  display: flex !important;
  line-height: 40px;
}

svg {
  color: #fff;
}

/* banner */
#banner {
      padding-bottom: 272px;
}
#banner img[alt=s] {
  margin-top: -45px;
}
#banner .bo {
  max-width: 682px;
  margin-right: 15px;
  padding-top: 23px;
}
#banner .box {
       max-width: 536px;
    background: rgba(47, 146, 255, 0.8);
    border-radius: 50%;
    margin-right: -88px;
    padding: 94px 0 94px 0;
    margin-top: 115px;
}
#banner .box h1:nth-of-type(1) {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 46px;
  font-weight: 100;
}
#banner .box h1:nth-of-type(3) {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 24px;
  padding-bottom: 40px;
  font-weight: 100;
}
#banner .box .btn {
  margin: auto;
}
#banner h1 {
  font-family: var(--font-POPPINS-BOLD);
}
#banner h1, #banner .h1 {
  background: #fff;
}

#about {
  margin-top: -162px;
  position: relative;
  z-index: 2;
}
#about .bob {
  max-width: 697px;
}
#about .row {
  max-width: 668px;
}
#about .row h1:last-of-type {
  font-family: var(--font-COMFORTAA-REGULAR);
  font-size: 22px;
  padding-bottom: 24px;
  font-weight: 100;
  background: #0065BD;
}
#about .row h1:nth-of-type(1) {
  font-size: 42px;
  padding: 24px 0 10px 0;
}
#about .row p {
  padding-bottom: 40px;
}
#about .row a {
  max-width: 229px;
  background: #052996;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 20px 17px;
}
#about .box {
  max-width: 1473px;
}
#about img[alt=s] {
  margin-top: -348px;
  margin-left: -14px;
}

#serve {
  background: url(../images/content/bg1.png) bottom center no-repeat;
}
#serve .box1 {
  gap: 0px;
  max-width: 1440px;
  padding: 35px 0 558px 0;
}
#serve .box {
  margin: 0 -12px 0 -12px;
}
#serve .box p {
  top: 50%;
  color: #fff;
  font-family: var(--font-Poppins-SemiBold);
  font-size: 20px;
}
#serve .b {
  margin-top: 185px;
}

#services {
  margin-top: -451px;
}
#services .offerdbox {
  background: #fff url(../images/content/imgbg.jpg) bottom right no-repeat;
  max-width: 1433px;
  border-radius: 15px;
  padding: 20px 0 74px 85px;
  position: relative;
  z-index: 10;
}
#services .leftbox {
  max-width: 641px;
  margin-right: 74px;
}
#services .offerdbox  img[alt="s33"] {
    margin-top: -12px;
}
#services .leftbox h1 {
  padding-top: 30px;
}
#services .listbox {
  margin-left: 16px;
  padding: 48px 0 68px 0;
}
#services li {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 16px;
  color: #666666;
  padding-bottom: 13px;
}
#services li::marker {
  font-size: 0.8em;
}
#services .btn {
  background: #2F92FF;
  padding: 20px 17px;
  letter-spacing: 3px;
}
#repain {
  background: url(../images/content/bg2.png) center no-repeat;
  padding: 401px 0 348px 0;
  margin: -329px 0 -288px 0;
}
#repain h1 {
  font-size: 63px;
  background: #3796FF;
  letter-spacing: -.8px;
}
#repain p {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 39px;
  color: #fff;
  padding: 30px 0 30px 0;
}
#repain a {
  margin: auto;
  padding: 20px 17px;
  margin-top: 20px;
  background: #2F92FF;
}

#testimonial .mainbox {
  max-width: 1438px;
}
#testimonial .mainbox > h1 {
  font-size: 63px;
  background: #fff;
  font-family: var(--font-COMFORTAA-REGULAR);
  font-weight: 100;
  padding-bottom: 40px;
}
#testimonial .box {
  overflow: hidden;
  background: #fff url(../images/content/imgbg1.png) top left no-repeat;
  padding: 83px 0 93px 0;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
#testimonial .box img[alt="s3"] {
  margin-bottom: 90px;
}
#testimonial .box a {
  font-family: var(--font-COMFORTAA-SEMIBOLD);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 6px;
  transform: rotate(270deg);
  background: #005BC1;
  height: 64px;
  width: 100%;
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  left: 48%;
  position: absolute;
  color: #fff;
}
#testimonial .box1 {
  max-width: 685px;
  margin-right: 97px;
  margin-left: 115px;
}
#testimonial .box1 h1 {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 20px;
}
#testimonial .box1 p {
  font-family: var(--font-Poppins-Italic);
  font-size: 20px;
  color: #444444;
  line-height: 35px;
  padding: 10px 0 10px 0;
}

#gallery {
  padding-top: 76px;
}
#gallery h1 {
  font-size: 57px;
}
#gallery .box {
  max-width: 1600px;
  padding-top: 30px;
}
#gallery .box img {
  border-radius: 20px;
}
#gallery img[alt=s] {
  margin-top: -114px;
  padding-left: 13px;
}

#inner-pricing {
  max-width: 1200px;
  margin: auto;
}

#maintenance {
  background: url(../images/content/bg4.png) bottom center no-repeat;
  padding-bottom: 717px;
  padding-top: 100px;
}
#maintenance h1 {
  font-family: var(--font-ARIAL);
  font-size: 42px;
  font-weight: 100;
}
#maintenance p {
  font-size: 28px;
  padding: 10px 0 10px 0;
}
#maintenance .box {
  max-width: 885px;
}
#maintenance a {
  margin: auto;
  background: #2F92FF;
  padding: 20px 17px;
  margin-top: 30px;
  margin-bottom: 51px;
}

footer {
  background: url(../images/content/bg3.png) bottom center no-repeat;
  padding: 77px 0 0;
  margin-top: -827px;
}
footer .contact-container {
  max-width: 1440px;
  z-index: 3;
}
footer .contact-container p {
  font-size: 17px;
  font-family: var(--font-POPPINS-REGULAR);
  letter-spacing: 0.5px;
  color: #071217;
  padding: 10px 0;
}
footer .contact-container h1 {
  font-size: 57px;
  text-transform: capitalize;
}
footer .contact-container .hy {
  padding-bottom: 15px;
}
footer .contact-container .hy span, footer .contact-container .hy a {
  color: #071217;
}
footer .contact-container .hy span {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 14px;
}
footer .contact-container .label {
  color: #fff;
  letter-spacing: 12px;
}
footer .contact-container .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}
footer .contact-container .box100 {
  margin-top: 57px;
  border-radius: 13px;
  background: #fff;
  padding: 35px 67px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
footer .contact-container .btn {
  text-transform: capitalize;
  max-width: 213px;
  text-transform: uppercase;
  padding: 13px 17px;
}
footer .footer-container {
  max-width: 1339px;
  padding: 42px 0 0 72px;
}
footer .footer-container > img {
  margin: auto;
}
footer .footer-container h2 {
  font-family: var(--font-Montserrat-Medium);
  font-size: 39px;
  font-weight: 100;
}
footer .footer-container .box2 {
  padding-top: 41px;
  max-width: 1150px;
}
footer .footer-container .box2 .a,
footer .footer-container .box2 a {
  font-size: 17px;
  font-family: var(--font-POPPINS-REGULAR);
  color: #fff;
}
footer .footer-container .box2 .a {
  font-family: var(--font-Poppins-SemiBold);
}
footer .footer-container .box2 p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0px !important;
}
footer .footer-container .box2 .bo {
  gap: 29px;
  padding-bottom: 40px;
}
footer .footer-container h3 {
  font-family: var(--font-Montserrat-Bold);
  font-size: 18px;
  color: #fff !important;
  letter-spacing: 1px;
  padding-top: 20px;
}
footer .footer-container .box99 {
  padding-top: 30px;
}
footer .box101 {
  max-width: 313px;
}
footer .box101 p, footer .box101 a {
  color: #fff;
}
footer .box101 p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 17px;
  padding-bottom: 10px;
  font-weight: 100 !important;
}
footer .b1 {
  max-width: 332px;
}
footer .b2 {
  max-width: 316px;
  padding-top: 41px;
}
footer .b3 {
  max-width: 275px;
}
footer .b3 p {
  padding-bottom: 26px;
}
footer .b3 .w100p h4 {
  padding-top: 40px;
}
footer .content {
  padding-top: 67px;
}
footer .cobox {
  margin-top: -24px;
}
footer .cobox P {
  font-size: 17px;
  font-family: var(--font-POPPINS-REGULAR);
  color: #FFF;
}
footer .cobox .bo {
  padding-top: 40px;
}
footer .copy-right {
  gap: 10px;
}
footer .copy-right p {
  font-size: 14PX;
  padding-top: 16px;
  padding-bottom: 16px;
  letter-spacing: 1px;
  max-width: 100%;
  font-weight: 100;
}

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 {
  width: 100%;
  max-width: 1231px;
  padding-top: 14px;
}
.ctc-form input[type=text],
.ctc-form textarea {
  height: 51px;
  display: block;
  width: 100%;
  border: none;
  box-sizing: border-box;
  background-color: #F5F5F5;
  padding-left: 25px;
  margin-bottom: 11px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.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: #888888;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #888888;
  font-size: 14px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}
.ctc-form textarea {
  padding-top: 16px;
  height: 214px;
  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;
}

.flexinput {
  gap: 13px;
}
.flexinput label {
  width: 100%;
  max-width: 100%;
}

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

#inner-about {
  max-width: 1200px;
  margin: auto;
}
#inner-about .box1 {
  max-width: 590px;
}
#inner-about .box {
  padding-top: 30px;
}
#inner-about img[alt=l] {
  max-width: 550px;
}
#inner-about h2, #inner-about p {
  padding-bottom: 30px;
}

#inner-gallery {
  max-width: 1600px;
  margin: auto;
}
#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%; */

  display: none;
}
#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;
}
#inner-gallery img.img-responsive {
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
#inner-gallery .inner-gallery-container {
  padding-top: 40px;
}

#inner-contact .box {
  max-width: 1200px;
  padding-top: 30px;
}
#inner-contact .box h2 {
  padding-bottom: 20px;
}

#inner-review .client-box {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  max-width: 1000px;
  margin: 20px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  position: relative;
}
#inner-review .client-box img {
  width: 100px;
  display: block;
  margin-bottom: 15px;
}
#inner-review .client-box p {
  margin: 0 0 15px;
  font-size: 16px;
}
#inner-review .client-box h2 {
  font-size: 15px;
  color: #555;
  font-style: italic;
  margin: 0;
  text-align: right;
}

#inner-services {
  max-width: 1745px;
  margin: auto;
}
#inner-services #inner > h2 {
  padding: 20px 0;
}
#inner-services .mainbox {
  max-width: 1740px;
  gap: 0px;
  padding-top: 20px;
}
#inner-services .box {
  position: relative;
  max-width: 580px;
}
#inner-services .box1 {
  height: 200px;
  background: rgba(47, 146, 255, 0.4);
}
#inner-services .box1 h2, #inner-services .box1 p {
  padding-bottom: 30px;
  color: #fff;
}
#inner-services img[alt=last] {
  width: 580px;
}/*# sourceMappingURL=style.css.map */

@media(max-width:1400px){
#banner img[alt=s] {
    margin-top: 13px;
}

#about {
  margin-top: -110px;
}


}