@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  font-family: var(--font-Poppins), 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;

}

h1 {
  font-family: var(--font-Syne);
  font-size: 50px;
  font-weight: 100;
  background: #649300;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

p {
  font-family: var(--font-Poppins);
  font-size: 18px;
  color: #171719;
}

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 ===========================*/
.btn1,
.btn {
  font-family: var(--font-Poppins);
  font-weight: 400;
  font-size: 20px;
  height: 94px;
  background: linear-gradient(180deg, rgb(0, 84, 177) 1%, rgb(0, 23, 126) 100%);
  background-size: contain;
  width: 238px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
.btn1:hover,
.btn:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  cursor: pointer;
}

.btn1 {
  width: 309px;
  color: #333333;
  border: 1px solid #444444;
  background: transparent;
}

.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 {
  position: absolute;
  width: 100%;
}

#header .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 0 0 0 30px;
  min-height: 1600px;
}

#header .l-container {
  width: 100%;
  max-width: 359px;
  min-width: 200px;
}

#header .r-container {
  width: 100%;
  max-width: 1412px;
  min-width: 1352px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  background-color: #FFFFFF;
  padding: 18px 30px 18px 0;
  border-radius: 0 0 0 80px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  gap: 35px;
}

/* #header .info-l-container {
	width: 100%;
} */
#header .info-r-conatiner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

#header .info-r-conatiner .top-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
}

#header .info-r-conatiner .top-container h4 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #333333;
  font-weight: 500;
}

#header .info-r-conatiner .top-container .icon-con img {
  transition: 0.5s;
}

#header .info-r-conatiner .mid-container img {
  transition: 0.5s;
}

#header .info-r-conatiner .mid-container a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 400;
}

#header .info-r-conatiner .bottom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
}

#header .info-r-conatiner .bottom-container a {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 700;
}

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

#header nav ul {
  margin: 0;
  padding: 0;
}

#header nav ul li {
  display: inline-block;
  vertical-align: middle;
}

#header nav ul li a {
  font-size: 16px;
  color: #000000;
  padding: 0 28px 0 0;
  display: inline-block;
  border-bottom: 5px solid #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#header nav ul li.active-menu a {
  color: #76B000;
  font-weight: 700;
}

#header nav ul li a:hover {
  color: #76B000;
}

#header .hdRight {
  text-align: right;
}

#header .hdRight p {
  line-height: 1;
  margin: 0;
  color: #fff;
}

#header .hdRightBot {
  padding-top: 20px;
  border-top: 1px solid #222222;
  margin-top: 15px;
}

#header .hdSocial a {
  font-family: "socialico";
  font-size: 35px;
  color: #007FFF;
}

#header .hdSocial a:hover {
  color: #FFFFFF;
}

#header .hdPhone {
  font-size: 22px;
  vertical-align: top;
}

#header .hdPhone img {
  vertical-align: bottom;
}

#header .hdEmail {
  font-size: 16px;
}

#header .hdInfo,
.hdPhone {
  display: inline-block;
}

#header .hdInfo {
  border-left: 1px solid #222222;
  margin-left: 15px;
  padding-left: 15px;
  text-align: center;
}

/* end */
/* banner */
#banner {
  background: url(../images/content/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#banner .row {
  min-height: 976px;
  max-width: 1503px;
  width: 100%;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#banner .card-banner {
  background-image: url("../images/content/b-content-bg.png");
  background-position: center center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  margin: 0 0 -280px 0;
  min-height: 700px;
  width: 100%;
  max-width: 1506px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  padding: 100px 10px 10px 10px;
}

#banner .card-banner h1 {
  font-size: 47px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  padding: 0 0 25px 0;
}

#banner .card-banner h2 {
  font-size: 35px;
  font-family: var(--font-ANTIPASTOPRO_TRIAL);
  font-weight: 400;
  color: #000000;
  width: 100%;
  max-width: 1400px;
  line-height: 1.3;
  text-align: center;
}

#banner .card-banner .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 8px;
}

#banner .text {
  display: inline-block;
  vertical-align: top;
  width: 462px;
  height: 462px;
  margin: 108px 0 0;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(0, 45, 78, 0.8);
  margin-right: -120px;
}

#banner .text .bnBox {
  width: 100%;
  height: 100%;
  padding: 20% 2% 0;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
  border-color: rgba(255, 255, 255, 0.8);
}

#banner .text h2 {
  padding: 0 0 20px;
  font-size: 40px;
  font-weight: 900;
}

#banner .text p {
  font-size: 18px;
  line-height: 122%;
  font-weight: bold;
}

#banner .text p .button {
  margin: 10px 0 0;
}

/* ======================= Home-1 ================== */
#Home-1 {
  width: 100%;
  background-image: url("../images/content/home-1-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#Home-1 .btn1 {
  border-color: #0046A5;
  color: #0046A5;
}
#Home-1 .row {
  min-height: 1444px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 40px;
  padding: 358px 10px 67px 10px;
}

#Home-1 .b-container .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

#Home-1 .t-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

#Home-1 .t-container h1 {
  font-family: "Syne", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #649400;
  letter-spacing: 2px;
}

#Home-1 .t-container h2 {
  font-family: var(--font-ANTIPASTOPRO_TRIAL);
  font-size: 29px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  width: 100%;
  max-width: 1500px;
  letter-spacing: -1.2px;
}

#Home-1 .m-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  max-width: 1640px;
}

#Home-1 .m-container .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#Home-1 .m-container .card .box-inner {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 43px 10px 29px 10px;
  margin: -210px 0 0 0;
  max-width: 459px;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}

#Home-1 .m-container .card .box-inner h2 {
  font-family: "Syne", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #649300;
  line-height: 1.2;
}

#Home-1 .m-container .card .box-inner h3 {
  font-family: var(--font-ANTIPASTOPRO-LIGHT_TRIAL);
  font-size: 20px;
  color: #171719;
  line-height: 1.8;
  width: 100%;
  max-width: 423px;
}

#Home-1 .m-container .card .box-inner a {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 900;
  border-bottom: 2px solid #0054B1;
  background: #0054B1;
  background: linear-gradient(to top right, #0054B1 0%, #00177E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ======================= end ===================== */
/* ======================= Home-1 ================== */
#Home-2 {
  width: 100%;
  background-image: url("../images/content/home-2-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#Home-2 .row {
  min-height: 665px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 40px;
}

/* end */
/* dropdown */
/* banner */
#messionvision {
  background: url(../images/content/Home-2-bg.jpg) center top no-repeat;
  padding: 81px 0 0 0;
  position: relative;
}
#messionvision .row {
  max-width: 1556px;
}
#messionvision .row > h1 {
  background: #fff;
  filter: drop-shadow(1px 2px 2px #000);
  font-weight: 600;
}
#messionvision .box {
  max-width: 508px;
  border-radius: 8px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.45);
  background: #fff;
  height: 453px;
  padding: 50px 37px 0;
}
#messionvision .box p {
  font-family: var(--font-ANTIPASTOPRO_TRIAL);
  font-size: 30px;
  color: #171719;
  line-height: 42px;
}
#messionvision .box1 {
  padding-top: 33px;
}
#messionvision .box1 h1 {
  background: #000000;
  font-weight: 600;
}
#messionvision .greenbox {
  background: url(../images/content/bgg7.png) center no-repeat;
}
#messionvision .greenbox h1 {
  background: #fff;
}
#messionvision .greenbox p {
  color: #fff;
}

#coastal_heritage {
  background: url(../images/content/bg.png) center left no-repeat;
  padding: 166px 0 60px 92px;
  margin-top: -89px;
}
#coastal_heritage .row {
  max-width: 736px;
  margin-left: 0;
}
#coastal_heritage .row h1:nth-of-type(1) {
  font-family: var(--font-Great-Vibes) !important;
  padding-bottom: 13px;
}
#coastal_heritage .row h1:nth-of-type(2) {
  font-size: 30px;
  background: #333333;
  line-height: 46px;
  font-weight: 600;
}
#coastal_heritage .box {
  position: relative;
  padding: 24px 0 24px 68px;
}
#coastal_heritage .box p {
  font-family: var(--font-Raleway);
  font-style: italic;
  font-size: 23px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
}
#coastal_heritage .p {
  font-size: 18px;
  font-style: italic;
  padding-bottom: 30px;
  line-height: 30px;
}
#coastal_heritage .box::before {
  position: absolute;
  content: "";
  left: 40px;
  width: 2px;
  background: #00177E;
  height: 72px;
  bottom: 40px;
}
#coastal_heritage .btn1 {
  border-color: #0046A5;
  color: #0046A5;
}

#review {
  background: url(../images/content/bg1.jpg) center top no-repeat;
  padding: 162px 0 0 0;
}
#review .row {
  max-width: 1506px;
}
#review .row > h1 {
  background: #fff;
  filter: drop-shadow(1px 2px 2px #000);
  font-size: 60px;
  padding-bottom: 40px;
  font-weight: 600;
}
#review .row > p {
  filter: drop-shadow(1px 2px 2px #000);
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 500;
  color: #fff;
}
#review img[alt=s1] {
  border-radius: 5px 0 0 5px;
}
#review img[alt=s1]:hover {
  transform: unset;
}
#review img[alt=s2] {
  padding-top: 30px;
}
#review .box {
  background: #fff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  height: 529px;
}
#review .box p:nth-of-type(1) {
  font-style: italic;
  color: #777777;
  margin: auto;
  font-size: 22px;
  padding: 10px 0;
  line-height: 38px;
}
#review .box::before,
#review .box::after {
  content: "";
  position: absolute;
  background: #659700;
  width: 15px;
  height: 90%;
  bottom: -40%;
  transform: translateY(-50%);
  left: -15px;
  border-radius: 5px;
}
#review .box::before {
  right: -15px;
  left: unset;
}
#review .box1 {
  padding: 0 121px 0 0;
  position: relative;
}
#review .box1 h1 {
  font-family: var(--font-ANTIPASTOPRO-BOLD);
  background: #00177E;
  font-size: 38px;
  padding: 20px 0 9px;
}
#review .box1 p:nth-of-type(2) {
  font-family: var(--font-AntipastoPro);
  font-size: 19px;
  color: #131A21;
}
#review .box2 {
  position: absolute;
  right: 17px;
  bottom: -44px;
}

#gallery {
  background: url(../images/content/bg2.png) center no-repeat;
  padding: 380px 0 74px 0;
  margin-top: -285px;
}
#gallery .row {
  max-width: 1679px;
  position: relative;
  overflow: hidden;
}
#gallery h1 {
  font-weight: 600;
}
#gallery img[alt=s1] {
  padding: 20px 0;
}
#gallery .box {
  padding-bottom: 15px;
}
#gallery .box2 {
  position: absolute;
  right: 10px;
  bottom: -39px;
}
#gallery p {
  font-family: var(--font-ANTIPASTOPRO-LIGHT_TRIAL);
  font-size: 18px;
  color: #525252;
  padding-bottom: 15px;
  font-weight: 600;
}
#gallery .btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 274px;
}

#choose_us {
  background: url(../images/content/bg3.png) center top no-repeat;
  padding: 58px 0 0 0;
}
#choose_us .row {
  max-width: 1775px;
}
#choose_us .chs {
  max-width: 691px;
}
#choose_us .chs h1:nth-of-type(1) {
  font-size: 40px;
  font-family: var(--font-Great-Vibes);
  background: #619200;
  font-weight: 400;
  padding-bottom: 10px;
}
#choose_us .chs h1:nth-of-type(2) {
  font-size: 45px;
  background: #fff;
  font-weight: 600;
  filter: drop-shadow(1px 2px 2px #000);
}
#choose_us .chs > p {
  font-family: var(--font-ANTIPASTOPRO_TRIAL);
  font-size: 25px;
  color: #fff;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  line-height: 35px;
  padding: 10px 0 20px;
}
#choose_us .chs .box {
  background: #fff;
  border-radius: 8px;
  height: 120px;
  max-width: 332px;
  gap: 20px;
  justify-content: center;
}
#choose_us .chs .box p {
  font-family: var(--font-ANTIPASTOPRO_TRIAL);
  font-size: 27px;
  line-height: 33px;
  color: #333333;
}
#choose_us .chs .box1 {
  padding-bottom: 13px;
}
#choose_us .contact-container {
  position: relative;
  max-width: 1043px;
  background: #fff;
  padding: 93px 64px 39px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.45);
}
#choose_us .contact-container p {
  font-family: var(--font-Poppins);
  font-size: 20px;
  padding: 0 0 35px;
  color: #333333;
}
#choose_us .contact-container h1 {
  font-family: "ANTIPASTOPRO-DEMIBOLD";
  font-size: 100px;
  padding: 15px 0 20px;
}
#choose_us .contact-container .hy {
  padding-bottom: 15px;
}
#choose_us .contact-container .hy span, #choose_us .contact-container .hy a {
  color: #333333;
}
#choose_us .contact-container .hy span {
  font-family: var(--font-POPPINS-REGULAR);
  font-size: 14px;
}
#choose_us .contact-container .label {
  font-family: var(--font-BARLOW-BOLD);
  font-size: 17px;
  color: #878787;
  letter-spacing: 10px;
}
#choose_us .contact-container .ctc-hides {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  display: none;
}
#choose_us .contact-container::after {
  content: "";
  position: absolute;
  height: 69px;
  width: 73px;
  right: 13px;
  top: 13px;
  background: #629200;
  clip-path: polygon(0.25% 0.25%, 100% 0%, 100% 100%, 50% 50%);
}

#socialmedia {
  background: url(../images/content/bg6.png) center no-repeat;
  padding: 213px 0 145px 0;
  margin-top: -133px;
}
#socialmedia .row {
  max-width: 1705px;
  overflow: hidden;
}
#socialmedia .sbox {
  gap: 16px;
  padding: 20px 0;
}
#socialmedia .box {
  padding-bottom: 40px;
}
#socialmedia h1 {
  font-family: var(--font-Playfair-Display);
  font-size: 45px;
  background: #060601;
  font-weight: 600;
}
#socialmedia .btn1 {
  border-radius: 36px;
  background: unset;
  border: 1px solid #000000;
  max-width: 308px;
  height: 54px;
  font-family: var(--font-Montserrat);
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
}

footer {
  background: url(../images/content/bg4.jpg) bottom no-repeat;
  padding: 0 0 0 0;
}
footer .footer-container {
  position: relative;
  padding: 0 0 0 0;
  margin-top: -93px;
  max-width: 1467px;
  background: url(../images/content/bg5.jpg) center no-repeat;
  padding: 44px 0;
  border-radius: 5px 5px 0 0;
}
footer .footer-container p, footer .footer-container a {
  color: #fff;
}
footer .footer-container .box1 {
  padding-bottom: 20px;
  gap: 10px;
}
footer .footer-container .box2 p {
  font-family: var(--font-Poppins) !important;
  font-size: 14px;
  font-weight: 400 !important;
  color: #fff !important;
}
footer .footer-container .box {
  max-width: 864px;
}
footer .footer-container .box P {
  font-family: var(--font-Teko);
  font-weight: 700;
  color: #5F8D00;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}
footer .footer-container .box a {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
}
footer .footer-container::before, footer .footer-container::after {
  content: "";
  position: absolute;
  background: #659700;
  width: 15px;
  height: 95%;
  bottom: -48%;
  transform: translateY(-50%);
  left: -15px;
  border-radius: 5px 0 0 0;
}
footer .footer-container::before {
  right: -15px;
  left: unset;
  border-radius: 0 5px 0 0;
}
footer .copy-right {
  position: relative;
  z-index: 1;
  padding: 10px 0 0 0;
  gap: 6px;
  background: linear-gradient(180deg, rgb(0, 84, 177) 1%, rgb(0, 23, 126) 100%);
}
footer .copy-right ul {
  list-style: none;
  max-width: 630px;
}
footer .copy-right li {
  font-family: var(--font-Poppins);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
footer .copy-right li a:hover {
  font-weight: 800;
}
footer .copy-right li.active-menu {
  font-weight: 800;
}
footer .copy-right p {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px !important;
  padding: 2px 0 6px;
  max-width: 100%;
  font-weight: 400;
  letter-spacing: 1px;
  font-style: unset;
}

.ctc-form {
  width: 100%;
  max-width: 984px;
}
.ctc-form input[type=text],
.ctc-form textarea {
  height: 50px;
  display: block;
  width: 100%;
  border: none;
  background: #F4F4F4;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 25px;
  margin-bottom: 21px;
  border: 1px solid #E9E9E9;
}
.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);
}
.ctc-form input[type=text]::placeholder,
.ctc-form textarea::placeholder {
  color: #444444;
  font-size: 15px;
  text-transform: capitalize;
  font-family: var(--font-Poppins);
}
.ctc-form textarea {
  padding-top: 16px;
  height: 151px;
  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: 191px;
  font-size: 17px;
  height: 50px;
  padding: 10px;
  border: unset;
  background: #629200;
  border-radius: 36px;
  letter-spacing: unset;
  font-weight: 600;
  margin-top: 19px;
}

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-services #inner .card img {
  width: 100%;
  height: 400px;
}
#inner {
  max-width: 1450px;
  min-height: 600px;
  padding: 20px 0;
}
#inner-services .m-container {
  gap: 20px;
}
#inner > h1 {
  filter: unset;
  font-size: 60px;
  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 .row {
  gap: 30px;
}/*# sourceMappingURL=style.css.map */