* {
  margin: 0;
  padding: 0;
  font-family: var(--font-MONTSERRAT-REGULAR), 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 span,
h1 {
  font-family: var(--font-RALEWAY-BOLD);
  font-size: 64px;
  font-weight: 100;
  background: #FFFFFF;
  filter: drop-shadow(1px 2px 2px #000);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

h1 span {
  background: #BF2C26;
  font-size: 49px;
  filter: unset;
}

p {
  font-family: var(--font-MONTSERRAT-REGULAR);
  font-size: 16px;
  color: #FFFFFF;
}

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 , .ctcBtn{
  font-family: var(--font-MONTSERRAT-MEDIUM);
  font-size: 18px;
  width: 100%;
  height: 52px;
  background: #C22D26;
  background-size: contain;
  max-width: 225px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-bottom: 3px solid #7A1E18;
  cursor: pointer;
}
.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 .row {
  padding: 0 0 0 0;
}
#header .row .box {
  background: #111111;
  padding: 10px 0 21px 0;
}
#header .row .box1 {
  max-width: 1329px;
  position: relative;
  z-index: 1;
  padding-left: 110px;
}
#header .row .box1 p {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 12px;
}
#header .row .box1 a {
  font-family: var(--font-RALEWAY-REGULAR);
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #FFFFFF;
}
#header .row .box2 {
  gap: 20px;
}
#header .row nav a#pull {
  display: none;
}
#header .row nav ul {
  max-width: 1383px;
  margin-top: -71px;
  padding-left: 83px;
}
#header .row nav ul li {
  position: relative;
  display: inline-block;
}
#header .row nav ul li > div {
  background: #111111;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
  margin: 0 -70px 0;
  width: 508px;
  display: flex;
  justify-content: center;
  padding-bottom: 6px;
}
#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;
  letter-spacing: 2px;
}
#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;
}
#header .row nav ul li.active-menu a:hover::after, #header .row nav ul li.active-menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translateX(-50%);
  width: calc(100% + 70px);
  height: 46px;
  background-color: #C22D26;
  transition: all 0.4s ease;
  z-index: -1;
}

#banner {
  background: url(../images/content/bg.jpg) bottom center no-repeat;
  padding: 406px 0 284px 0;
  margin-top: -266px;
}
#banner .box {
  max-width: 1456px;
  margin-right: 0;
}
#banner .box1 {
  background: url(../images/content/s31.png) center no-repeat;
  padding: 56px 17px 56px 22px;
  gap: 24px;
  position: fixed;
  right: 0;
  z-index: 9;
}
#banner h1, #banner span {
  line-height: 65px;
}
#banner p {
  padding: 10px 0 20px;
}

#contentOne {
  background: #111111;
  padding: 0 0 0 0;
}
#contentOne .row {
  max-width: 1344px;
}
#contentOne .box {
  gap: 20px;
}
#contentOne .box p:nth-of-type(1) {
  font-family: var(--font-RALEWAY-REGULAR);
  font-size: 25px;
  padding-bottom: 11px;
}
#contentOne .box p:nth-of-type(1) a {
  font-family: var(--font-RALEWAY-REGULAR);
  font-size: 24px;
}
#contentOne .box1 {
  background: #C22D26;
  clip-path: polygon(22% 0%, 100% 0%, 78% 100%, 0% 100%);
  max-width: 610px;
  padding: 42px 127px 38px 114px;
  margin-right: -107px;
}

#services {
  background: url(../images/content/bg1.png) bottom center no-repeat;
  padding: 23px 0 0 0;
}
#services .box h1 {
  background: #000000;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  font-size: 51px;
  filter: unset;
}
#services .box h1::after,
#services .box h1::before {
  content: "";
  background: url(../images/content/s7.png) center no-repeat;
  width: 57px;
  display: flex;
  height: 16px;
  position: absolute;
  bottom: 36%;
  left: -81px;
}
#services .box h1::after {
  background: url(../images/content/s8.png) center no-repeat;
  right: -81px;
  left: unset;
}
#services .box p {
  color: #444444;
  padding: 15px 0 50px;
}
#services .box1 {
  max-width: 1425px;
}
#services .box2 {
  max-width: 438px;
  background: #FFFFFF;
  padding-bottom: 39px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .5);
}
#services .box2 img {
  border-bottom: 8px solid #A63A3A;
}
#services .box2 h1 {
  font-size: 25px;
  filter: unset;
  padding-top: 15px;
}
#services .box2 p {
  line-height: 30px;
  padding: 10px 0 20px;
}
#services .b {
  background: #375D82;
}
#services .w p {
  color: #000000;
}
#services .w h1 {
  background: #000000;
}
#services .box3 {
  padding-top: 112px;
  gap: 0;
}
#services .box3 .box3right {
  background: url(../images/content/img3.jpg) center no-repeat;
  background-size: cover;
  max-width: 887px;
  height: 684px;
}
#services .box4 {
  height: 100%;
  background: #C22D26;
  padding: 52px 114px 32px 249px;
}
#services .box4 .btn {
  border: 1px solid #fff;
}
#services .box4 h1 {
  filter: unset;
  font-size: 51px;
}
#services .box4 p {
  line-height: 32px;
  padding: 13px 0px 30px;
}
#services .box5 {
  max-width: 494px;
  padding: 46px 0 10px;
}
#services .box5 a {
  font-family: var(--font-MONTSERRAT-REGULAR);
  color: #fff;
  font-size: 16px;
}

#about {
  background: url(../images/content/bg2.jpg) center no-repeat;
  padding: 67px 0 54px 0;
}
#about .row {
  max-width: 1434px;
}
#about h1 {
  font-size: 51px;
  filter: unset;
}
#about p:nth-of-type(2) {
  line-height: 32px;
  padding-bottom: 30px;
}
#about p:nth-of-type(1) {
  font-family: var(--font-RALEWAY-BOLD);
  font-size: 25px;
  color: #C02C26;
  padding: 20px 0;
}
#about .box {
  max-width: 610px;
}

#about .content {
  display: none;
}
#about .content.active {
  display: block;
}
#about .image-row {
    border-bottom: 1px solid #999999;
    gap: 36px;
}
#about .image-row img {
  cursor: pointer;
  width: 80px;
      height: 74px;
    margin: 0 5px;
  transition: transform 0.2s;
object-fit: none;
}
#about .image-row img:hover {
  transform: unset;
  border-bottom: 1px solid #C02C26;
  margin-bottom: -2px;
}

#gallery {
  background: url(../images/content/bg3.png) bottom center no-repeat;
  padding: 0 0 94px 0;
  margin-top: -13px;
  overflow: hidden;
}
#gallery .box {
  position: relative;
}
#gallery .box > div > div img {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, .5);
}
#gallery .box1 {
  position: absolute;
  top: 50%;
  padding: 0 66px 0;
}
#gallery .box2 {
  max-width: 1215px;
  padding-top: 10px;
}
#gallery .box2 p:nth-of-type(1) {
  font-family: var(--font-RALEWAY-THIN);
  font-size: 32px;
}
#gallery .box2 h1 {
  font-size: 44px;
}
#gallery .box2 p {
  line-height: 32px;
  padding: 15px 0 25px;
}

#testimonials {
  padding: 66px 0 46px 0;
}
#testimonials .row {
  max-width: 1444px;
}
#testimonials .row > a {
  margin-top: -20px;
}
#testimonials h1 {
  background: #000000;
  font-size: 51px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  filter: drop-shadow(1px 2px 2px #fff);
}
#testimonials h1::after,
#testimonials h1::before {
  content: "";
  background: url(../images/content/s7.png) center no-repeat;
  width: 57px;
  display: flex;
  height: 16px;
  position: absolute;
  bottom: 36%;
  left: -81px;
}
#testimonials h1::after {
  right: -81px;
  background: url(../images/content/s8.png) center no-repeat;
  left: unset;
}
#testimonials .box {
  max-width: 1206px;
}
#testimonials .box p {
  color: #000000;
  line-height: 32px;
}
#testimonials .box P:nth-of-type(1) {
  padding: 20px 0 30px;
  font-weight: 700;
}
#testimonials .box P:nth-of-type(2) {
  font-family: var(--font-RALEWAY-REGULAR);
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 2px;
}
#testimonials .box p:nth-of-type(3) {
  font-family: var(--font-MYRIADPRO-REGULAR);
  font-size: 15px;
  color: #777777;
}

footer {
  background: url(../images/content/bg4.jpg) center bottom no-repeat;
  padding: 0 0 0 0;
  position: relative;
}
footer .container {
  max-width: 1577px;
  height: 846px;
  padding-right: 66px;
}
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 .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}
footer .footer-container {
  max-width: 682px;
  background: rgba(194, 45, 38, 0.81);
  height: 100%;
  padding-top: 10px;
}
footer .footer-container .box {
  height: 75px;
}
footer .footer-container .box p {
  font-family: var(--font-TRIRONG-REGULA);
  font-size: 16px;
  text-transform: uppercase;
}
footer .footer-container .box .a {
  font-family: var(--font-RALEWAY-BOLD);
  font-size: 34px;
}
footer .footer-container .box a {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 18px;
}
footer .footer-container .bk {
  margin-bottom: 25px;
  background: #1B141C;
  height: 132px;
  padding-left: 122px;
}
footer .footer-container .bk .box1 {
  margin-bottom: unset;
}
footer .footer-container .box1 {
  gap: 20px;
  margin-bottom: 25px;
}
footer .footer-container .box2 {
  max-width: 409px;
  padding: 0 0 50px 122px;
}
footer .footer-container .box3 {
  max-width: 498px;
  padding-left: 75px;
}
footer .footer-container .box3 a {
  font-family: var(--font-MONTSERRAT-REGULAR);
  font-size: 16px;
}
footer .footer-container p, footer .footer-container a {
  color: #fff;
}
footer .copy-right {
  position: absolute;
  max-width: 921px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  gap: 6px;
}
footer .copy-right ul {
  list-style: none;
  max-width: 805px;
}
footer .copy-right li {
  font-family: var(--font-RALEWAY-REGULAR);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
footer .copy-right p {
  font-family: var(--font-POPPINS-REGULAR) !important;
  color: #fff;
  font-size: 16px !important;
  padding: 15px 0 32px;
  max-width: 100%;
  font-weight: 100;
  font-style: unset;
}

.ctc-form {
  width: 100%;
  max-width: 791px;
  padding-top: 81px;
}
.ctc-form input[type=text],
.ctc-form textarea {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  padding-left: 25px;
  margin-bottom: 12px;
  border: 1px solid rgba(61, 58, 58, 0.0470588235);
}
.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: #555555;
  font-size: 16px;
  text-transform: capitalize;
  font-family: var(--font-POPPINS-REGULAR);
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #555555;
  font-size: 16px;
  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 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: start;
  color: #fff;
  font-size: 16px;
  letter-spacing: -1.2px;
}
.ctc-form p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 5px 0 21px;
}
.ctc-form h1 {
  font-size: 51px;
  filter: 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: 10px;
}

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

#inner p {
  color: #000;
  line-height: 32px;
}
#inner h1 {
  filter: unset;
}
#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-contact .ctc-form input[type=text], #inner-contact .ctc-form textarea {
  background: #cccccc;
}
#inner-about .row {
  gap: 30px;
}

#inner-services .row {
  gap: 30px;
}
#inner-services .box2 h1 span{
  font-size: 30px;
}
#inner-services .box p {
  padding: 15px 0;
}
@media screen and (max-width: 1859px) {
  #services .box4
  {
      padding: 52px 81px 32px 91px;
  }
  #services .box4 .btn {
    border: 3px solid #fff;
  }
}