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

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

*: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: 1600px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: var(--font-MONTSERRAT-MEDIUM);
}

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

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

h1 {
  font-family: var(--font-MONTSERRAT-EXTRABOLD);
  font-size: 46px;
  font-weight: 100;
  background: #0094CC;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

p {
  font-family: var(--font-MONTSERRAT-MEDIUM);
  font-size: 23px;
  color: #333333;
  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);
}

/* all button ===========================*/
.btn {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 17px;
  width: 100%;
  height: 69px;
  background: #0094CC;
  background-size: contain;
  max-width: 260px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, .3);
  text-transform: uppercase;
  border-radius: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
  color: #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*/
.destroy-on-load,
.cta {
  display: none;
}

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

/* header =====================================================================*/
#header {
  background: url(../images/content/bg.png) center left no-repeat;
  padding: 0 0 0 0;
  position: relative;
}

#header .row {
  padding: 0 0 0 0;
}

#header .row nav {
  max-width: 1105px;
  padding: 18px 0 35px 0;
  margin-right: 45px;
}

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

#header .row nav .box {
  max-width: 429px;
}

#header .row nav .box p {
  color: #fff;
  font-size: 17px;
}

#header .row nav .box a {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 20px;
  color: #fff;
}

#header .row nav .box1 {
  max-width: 142px;
}

#header .row nav ul {
  max-width: 608px;
}

#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;
  display: inline-block;
  font-family: var(--font-MONTSERRAT-SEMIBOLD);
  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: 900;
  color: #fff;
}

/* end */
/* dropdown */
/* banner */
#banner {
  padding: 30px 0 134px 61px;
}

#banner .row {
  max-width: 800px;
}

#banner .row>a {
  margin-left: 73px;
}

#banner .row .label {
  padding: 109px 0 9px;
  font-family: var(--font-MONTSERRAT-EXTRABOLD);
  color: #000000;
  font-size: 28px;
}

#banner .row .box h1 {
  line-height: 70px;
}

#banner .row p {
  padding: 20px 0;
  font-family: var(--font-MONTSERRAT-SEMIBOLD);
  color: #000000;
  font-size: 29px;
  line-height: 45px;
}

/* Lightbox styles */
.lightbox {
  /* display: none;  */
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 999999 !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.lightbox .wrapper {
  position: relative;
  top: 20%;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.lightbox.show {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  margin: auto;
  padding: 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  background: #fff;
}

.lightbox img {
  width: 100%;
  height: auto;
  display: block;
}

.lightbox img:hover {transform: none;}

.close {
  position: absolute;
  top: -3%;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#about {
  background: url(../images/content/bg1.png) center no-repeat;
  padding: 116px 0 129px 0;
  margin-top: -58px;
}

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

#about .row img {
  box-shadow: 12px 12px 12px rgba(0, 0, 0, .2);
}

#about .box {
  max-width: 655px;
}

#about .box p {
  line-height: 46px;
  padding: 28px 0 15px;
}

#services {
  background: url(../images/content/bg2.png) center right no-repeat;
  padding: 510px 0 116px 0;
  margin-top: -401px;
}

#services .row {
  max-width: 1529px;
}

#services p {
  line-height: 40px;
  font-family: var(--font-MONTSERRAT-SEMIBOLD);
  color: #111111;
}

#services .box {
  max-width: 816px;
}

#services .box>p {
  padding: 15px 0 33px;
}

#services .box1 {
  padding-bottom: 30px;
}

#capabilities {
  background: url(../images/content/bg3.jpg) center no-repeat;
  padding: 129px 0 106px 0;
}

#capabilities .row {
  max-width: 1422px;
  padding-left: 367px;
}

#capabilities .box {
  padding: 27px 0 20px;
}

#capabilities p {
  font-family: var(--font-MONTSERRAT-SEMIBOLD);
  color: #fff;
  padding-bottom: 17px;
}

#testimonials {
  background: url(../images/content/bg4.png) center left no-repeat;
  padding: 45px 0 645px 0;
}

#testimonials h1 {
  background: #fff;
  padding: 14px 0 45px;
  font-size: 37px;
}

#testimonials p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 17px;
  color: #444444;
  line-height: 26px;
}

#testimonials .row {
  max-width: 1433px;
}

#testimonials .box3 .avatar {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 60px;
  color: #fff;
  width: 114px;
  border-radius: 50%;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#testimonials .c1 {
  background: #00B2B2;
}

#testimonials .c2 {
  background: #FF5C26;
}

#testimonials .c3 {
  background: #4D7AFF;
}

#testimonials .box3 {
  padding: 33px 48px 42px;
  max-width: 460px;
  height: 465px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
}

#testimonials .box3 a {
  color: #D01926;
}

#testimonials .box3 p:nth-of-type(2) {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 16px;
  color: #1F1F1F;
}

#gallery {
  padding: 0 0 72px 0;
  margin-top: -513px;
}

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

#gallery .row>h1 {
  font-size: 36px;
}

#gallery p {
  font-family: var(--font-MONTSERRAT-SEMIBOLD);
  line-height: 45px;
  color: #111111;
  padding-bottom: 20px;
}

#gallery .box img[alt=s] {
  margin: 0 -137px 0 -137px;
  position: relative;
  z-index: 1;
}

#gallery .box1 h1 {
  padding: 70px 0 20px;
  font-size: 45px;
}

#gallery .box1 p:nth-of-type(1) {
  font-size: 30px;
  padding-bottom: unset;
}

#gallery .box1 p:nth-of-type(2) {
  font-size: 22px;
}

footer {
  background: url(../images/content/bg5.png) bottom right no-repeat;
  padding: 0 0 0 0;
}

footer .contact-container {
  position: relative;
  max-width: 1116px;
  z-index: 3;
  background: #fff;
  padding: 62px 0 72px 0;
  margin-left: 242px;
  box-shadow: 2px 3px 15px rgba(0, 0, 0, .3);
}

footer .contact-container p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 19px;
  padding: 0 0 35px;
  color: #333333;
}

footer .contact-container h1 {
  font-size: 66px;
  padding: 15px 0 20px;
}

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

footer .contact-container .hy span,
footer .contact-container .hy a {
  color: #333333;
}

footer .contact-container .hy span {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 14px;
}

footer .contact-container .label {
  font-family: var(--font-BARLOW-BOLD);
  font-size: 17px;
  color: #878787;
  letter-spacing: 10px;
}

footer .contact-container .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}

footer .contact-container .box {
  padding: 75px 43px 104px 68px;
}

footer .contact-container .box h1 {
  font-family: var(--font-MONTSERRAT-EXTRABOLD);
  font-size: 36px;
  background: #333333;
  filter: unset;
}

footer .contact-container .box1 {
  border-bottom: 1px solid #000;
  padding: 25px 0;
}

footer .contact-container .box1 p {
  font-family: var(--font-POPPINS-SEMIBOLD);
  font-size: 18px;
  color: #333333;
  padding: unset;
}

footer .contact-container::after {
  content: "";
  position: absolute;
  height: 37px;
  width: 35px;
  right: 22px;
  top: 15px;
  background: #0095CD;
  -webkit-clip-path: polygon(0.25% 0.25%, 100% 0%, 100% 100%, 50% 50%);
  clip-path: polygon(0.25% 0.25%, 100% 0%, 100% 100%, 50% 50%);
}

footer .footer-container {
  padding: 120px 0 0 0;
  max-width: 1387px;
}

footer .footer-container>a {
  margin-left: -67px;
}

footer .footer-container .box {
  max-width: 692px;
}

footer .footer-container .box p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 20px;
}

footer .footer-container .box1 {
  padding-bottom: 23px;
}

footer .footer-container .box1 a {
  font-family: var(--font-MONTSERRAT-BOLD);
  font-size: 23px;
}

footer .footer-container .box2 {
  padding-top: 23px;
}

footer .footer-container p,
footer .footer-container a {
  color: #fff;
}

footer .copy-right {
  max-width: 921px;
  padding: 41px 0 0 0;
  gap: 6px;
}

footer .copy-right ul {
  list-style: none;
  max-width: 630px;
}

footer .copy-right li {
  font-family: var(--font-POPPINS-REGULAR);
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

footer .copy-right img{
	width: 40px;
	vertical-align: middle;
	display: inline-block;
}

footer .copy-right p {
  font-family: var(--font-POPPINS-MEDIUM) !important;
  color: #fff;
  font-size: 16px !important;
  padding: 15px 0 45px;
  max-width: 100%;
  font-weight: 100;
  font-style: unset;
}

.ctc-form {
  width: 100%;
  max-width: 984px;
}

.ctc-form input[type=text],
.ctc-form textarea {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  background: #F4F4F4;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 24px;
  border: 1px solid rgba(61, 58, 58, 0.0470588235);
  color: #000;
  font-size: 19px;
  font-family: var(--font-POPPINS-REGULAR);
}

.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: 19px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}

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

.ctc-form textarea {
  padding-top: 16px;
  height: 140px;
  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: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.ctc-form .btn {
  margin: auto;
  max-width: 207px;
  font-size: 17px;
  height: 53px;
  padding: 10px;
  border: unset;
}

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

.flexbox {
  gap: 18px;
}

/* end */
/* inner pages */
#inner {
  max-width: 1300px;
  min-height: 400px;
  padding: 20px 0;
}

#inner>h1 {
  filter: unset;
  background: #0094CC;
  font-size: 46px;
  padding: 20px 0;
}

#inner p {
  color: #000;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

#inner-gallery {
  max-width: 1400px;
  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%;
}

#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: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

#inner-gallery .inner-gallery-container {
  padding-top: 40px;
}

#inner-contact .ctc-form {
  max-width: 600px;
}

#inner-contact .copy {
  font-family: var(--font-POPPINS-REGULAR);
  color: #000;
}

#inner-about .row {
  gap: 30px;
}

#inner-services #services h1,
#inner-about #about h1 {
  background: #000;
  font-size: 40px;
}

#inner-services .row {
  gap: 30px;
}

@media screen and (max-width: 1859px) {
  footer {
    background-position-x: -56%;
  }

  #header .row nav {
    max-width: 904px;
    margin-right: 11px;
  }

  #header .row nav ul {
    max-width: 456px;
  }
}

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