* {
  margin: 0;
  padding: 0;
  font-family: var(--font-HELVETICANEUEROMAN), 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: 1600px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

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

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

/* h1 {
  font-family: var(--font-HURDEI);
  font-size: 70px;
  font-weight: 100;
  letter-spacing: -1px;
  background: #154C7B;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,.6));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
} */

.box-c-g {
  padding: 15px 10px;
  backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.5); border-radius: 20px; box-shadow: 35px 35px 68px 0px rgba(145, 192, 255, 0.5), inset -5px -5px 16px 0px rgba(145, 192, 255, 0.6), inset 0px 11px 28px 0px rgb(255, 255, 255);
}

h1 {
  font-family: var(--font-HURDEI);
  color: #154C7B;
  text-shadow: -2px -2px 0px #fff    ,2px -2px 0px #fff,    -1px 2px 0px #fff, 2px 2px 0px #fff, 2px 5px 9px rgba(0,0,0,0.9);
  font-size: 70px;
}

p {
  font-family: var(--font-HELVETICANEUEROMAN);
  font-size: 25px;
  color: #333333;
}

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-family: var(--font-POPPINS-MEDIUM);
  color: #868686;
  font-size: 18px;
  max-width: -moz-max-content;
  max-width: max-content;
  letter-spacing: 5px;
}

/* all button ===========================*/
.btn {
  font-family: var(--font-HELVETICANEUEROMAN);
  font-size: 22px;
  width: 100%;
  height: 69px;
  background: url(../images/content/btn.png) bottom right no-repeat;
  background-size: contain;
  max-width: 278px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  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*/
.cta {
  display: none;
}

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

/* header =====================================================================*/
#header {
  background: url(../images/content/bg.png) center right no-repeat;
  padding: 0 0 204px 98px;
  position: relative;
}
#header .row {
  padding: 0 0 0 0;
}
#header .row nav {
  background: #164C7C;
  clip-path: polygon(124% 0%, 0% 0%, 0% 0%, 0% 11%, 4% 128%, 13% 102%, 30% 108%, 31% 100%, 104% 98%, 104% 14%);
  max-width: 1056px;
  border-radius: 0 0 0 54px;
  height: 76px;
  max-width: 1056px;
  padding: 0 0 0 66px;
  margin-right: 0;
}
#header .row nav a#pull {
  display: none;
}
#header .row nav .box {
  background: #0A0B08;
  clip-path: polygon(100% 0%, 32% 0%, 0% 0%, 0% 15%, 10% 100%, 100% 77%, 10% 100%, 17% 100%, 100% 100%, 100% 0%);
  border-radius: 0 0 0 51px;
  max-width: 325px;
  height: 76px;
  padding: 0 0 0 45px;
  gap: 12px;
}
#header .row nav .box a, #header .row nav .box p {
  color: #fff;
  font-family: var(--font-HELVETICANEUEROMAN);
  font-size: 20px;
  letter-spacing: 1px;
}
#header .row nav .box p {
  font-size: 12px;
  padding-bottom: 3px;
}
#header .row nav ul {
  max-width: 645px;
}
#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: 20px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-HELVETICANEUEROMAN);
  font-style: unset;
  text-transform: capitalize;
  white-space: nowrap;
}

/* end */
/* dropdown */
/* banner */
#banner {
  padding: 0 0 0 0;
}
#banner .box {
  margin-top: -29px;
}
#banner .box1 {
  padding-bottom: 137px;
}
#banner .box1 p {
  font-family: var(--font-POPPINS-BOLD);
  color: #154C7B;
  font-size: 18px;
  padding-top: 8px;
}
#banner .box2 p {
  color: #fff;
  font-size: 55px;
  background: #164C7C;
  border-radius: 50px;
  height: 82px;
  letter-spacing: 0.6px;
  padding: 0 22px;
  margin: 0 0 32px -32px;
}
#banner h1 {
  font-size: 120px;
}

#about {
  background: url(../images/content/bg1.png) center left no-repeat;
  padding: 150px 0 74px 0;
}
#about img[alt=s1] {
  margin-right: -223px;
}
#about .row {
  max-width: 1749px;
}
#about .box {
  max-width: 1225px;
}
#about .box3 {
  padding-left: 215px;
}
#about .box3 h1 {
  padding: 15px 0 17px;
}
#about .box3 > p{
  line-height: 32px;
}
#about .box1 {
  padding-top: 19px;
}
#about .box2 {
  background: #EEEEEE;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  max-width: 394px;
  height: 311px;
  padding: 23px 31px;
}
#about .box2 p:nth-of-type(1) {
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0 20px;
}
#about .box2 p {
  font-size: 16px;
  line-height: 21px;
}

#services {
  background: url(../images/content/bg2.jpg) center no-repeat;
  padding: 202px 0 144px 0;
}
#services .row {
  max-width: 1645px;
}
#services .box {
  gap: 12px;
}
#services .box2 {
  padding-bottom: 25px;
}
#services .box2 > .w100p h1 {
  padding: 21px 0 24px;
}
#services .box1 {
  position: relative;
  max-width: 523px;
}
#services .box1 h2 {
  position: absolute;
  bottom: 20px;
  font-family: var(--font-HURDEI);
  font-weight: 100;
  font-size: 40px;
  color: #fff;
  background: #000;
  height: 84px;
  padding-left: 25px;
}

#whychooseus {
  background: url(../images/content/bg1.png) center left no-repeat;
  padding: 154px 0 150px 0;
}
#whychooseus .row {
  max-width: 1664px;
}
#whychooseus .label {
  padding-bottom: 22px;
}
#whychooseus .box {
  max-width: 867px;
}
#whychooseus .box p:nth-of-type(1) {
  line-height: 32px;
  padding-top: 17px;
}
#whychooseus p:nth-of-type(2) {
  font-size: 18px;
  padding: 37px 0 10px;
}
#whychooseus h1:nth-of-type(2) {
  font-size: 50px;
}

#whychooseus h1:nth-of-type(2) a {
  font-family: var(--font-HELVETICANEUEBOLD);
  font-weight: 100;
}

#projects {
  background: url(../images/content/bg3.jpg) center no-repeat;
  padding: 161px 0 155px 0;
}
#projects .row {
  max-width: 1594px;
}
#projects .label {
  padding-bottom: 23px;
}
#projects .box {
  padding: 50px 0 38px;
}

#reviews {
  background: url(../images/content/bg1.png) center left no-repeat;
  padding: 158px 0 122px 0;
}
#reviews img[alt=s1] {
  margin-right: -340px;
}
#reviews .row {
  max-width: 1822px;
  margin-right: 0;
}
#reviews .box {
  padding: 26px 0 55px;
  position: relative;
  right: -1px;
  width: 103%;
  max-width: 103%;
}
#reviews .box1 {
  max-width: 1662px;
  overflow: hidden;
}
#reviews .box3 p {
  font-size: 14px;
  color: #535353;
}
#reviews .box3 p:nth-of-type(1) {
  font-size: 23px;
}
#reviews .box3 p:nth-of-type(2) {
  padding: 8px 0;
}
#reviews .box4 {
  gap: 17px;
}
#reviews h1 {
  padding: 12px 0 9px;
}
#reviews .box2 {
  padding: 27px 44px 0 34px;
  max-width: 490px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background: #EEEEEE;
  border-radius: 8px;
  height: 420px;
}
#reviews .box2 > p {
  font-size: 20px;
  color: #545454;
  font-style: italic;
  padding: 37px 0 20px;
  line-height: 25px;
  letter-spacing: 0.3px;
}
#reviews .box2 > a {
  color: #154C7B;
  font-size: 16px;
  text-decoration: underline;
  font-family: var(--font-HELVETICANEUEROMAN);
  text-underline-offset: 3px;
}

#formreviews {
  background: url(../images/content/bg4.jpg) center top no-repeat;
}
#formreviews .contact-container {
  max-width: 1047px;
  padding: 62px 0 72px 0;
}
#formreviews .contact-container p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 19px;
  padding: 0 0 35px;
  color: #333333;
}
#formreviews .contact-container h1 {
  padding: 15px 0 40px;
}
#formreviews .contact-container .hy {
  padding-bottom: 15px;
}
#formreviews .contact-container .hy span, #formreviews .contact-container .hy a {
  color: #fff;
}
#formreviews .contact-container .hy span {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 14px;
}
#formreviews .contact-container .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}

footer {
  padding: 0 0 0 0;
}
footer .footer-container {
  padding: 140px 88px 30px 0;
  max-width: 1702px;
}
footer .footer-container h3 {
  font-family: var(--font-MYRIADPRO-BOLD);
  font-size: 25px;
  color: #1F4B7A;
  font-weight: 100;
  padding-bottom: 20px;
}
footer .footer-container .box {
  max-width: 547px;
}
footer .footer-container .box a {
  font-family: var(--font-MYRIADPRO-SEMIBOLD);
  font-size: 30px;
  color: #444444;
}
footer .footer-container .box > .w100p {
  padding-bottom: 29px;
  gap: 30px;
}
footer .footer-container .box1 {
  max-width: 596px;
  margin-top: -88px;
  margin-left: -112px;
}
footer .footer-container .box1 > h3 {
  padding-bottom: 31px;
}
footer .footer-container .box1 > .w100p-auto {
  gap: 23px;
}
footer .footer-container .box1 p {
  font-family: var(--font-POPPINS-BOLD);
  font-size: 20px;
  color: #164C7C;
  padding: 36px 0 40px;
}
footer .footer-container .box2 {
  max-width: 300px;
}
footer .footer-container .box2 p {
  font-family: var(--font-POPPINS-MEDIUM);
  font-size: 20px;
  color: #444444;
  padding-bottom: 15px;
}
footer .footer-container .h3 {
  font-family: var(--font-MYRIADPRO-BOLD);
  font-size: 20px;
  letter-spacing: 7px;
  color: #1F4B7A;
  padding-bottom: 15px;
}
footer .copy-right {
  gap: 6px;
  background: linear-gradient(179deg, rgb(0, 89, 178) 0%, rgb(38, 147, 255) 100%);
}
footer .copy-right p {
  font-family: var(--font-POPPINS-REGULAR) !important;
  color: #fff;
  font-size: 14px !important;
  padding: 26px 0 20px;
  max-width: 100%;
  font-weight: 400;
  font-style: unset;
  letter-spacing: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.ctc-form {
  width: 100%;
  max-width: 984px;
}
.ctc-form input[type=text],
.ctc-form textarea {
  height: 90px;
  display: block;
  width: 100%;
  border: none;
  background: #F4F4F4;
  box-sizing: border-box;
  padding-left: 35px;
  border: 1px solid rgba(61, 58, 58, 0.0470588235);
  margin-bottom: 22px;
}
.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: #545454;
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--font-HELVETICANEUEROMAN);
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #545454;
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--font-HELVETICANEUEROMAN);
}
.ctc-form textarea {
  padding-top: 16px;
  height: 166px;
  resize: none;
}
.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;
  padding: 10px;
  border: unset;
  z-index: 99999999;
}

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 {
  padding: 20px 0;
}

#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 .row {
  gap: 30px;
}
#inner-services .box {
  padding: 20px 0;
}
#inner-services h2 {
  text-align: center;
  padding-top: 20px;
}