/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */


#submit-loading {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    margin: 0;
    padding: 0;
    z-index: 9999;    
}

#submit-loading i {
    margin-top: 200px;
    position: relative;
    color: white;
    font-size: 3em;
    color: white;
}

/* -------------------- */
/* skip to main content */
/* -------------------- */
.skip-to-main-content {
    position: absolute;
    left: -9999px;
    z-index: 9999;
    padding: 1em;
    background-color: var(--dark, #000);
    color: var(--white, #FFF);
    opacity: 0;
    transition: none;
}
.skip-to-main-content:focus {
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    opacity: 1;
    outline: 3px solid var(--primary);
    outline-offset: 2px;
}
/*
---------------------------------------------
reset
---------------------------------------------
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.main {
    flex: 1;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  transition: 0.5s;
  color: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: var(--primary-color);
  font-weight: 700;
}

ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
.sub-page ul,
.sub-page ol {
  padding-left: 40px;
  color: #0b0b2b;
  font-size: 20px;
  margin-bottom: 15px;
}
.sub-page ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.sub-page ol li {
  list-style: auto;
  margin-bottom: 5px;
}

p {
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 15px;
}

/*
---------------------------------------------
global
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

::selection {
  background: var(--text-color);
  color: #fff;
}

::-moz-selection {
  background: var(--text-color);
  color: #fff;
}

:root {
  --primary-color: #1d6694;
  --secondary-color: #ce0000;
  --text-color: #2a2a2a;
  --fade-right: linear-gradient(90deg, transparent, #000 67.8%),
    linear-gradient(
      139.34deg,
      rgb(255 184 0 / 15%) 9.71%,
      rgba(0, 112, 243, 0.15) 90.27%
    );
  --fade-left: linear-gradient(90deg, #000, transparent 67.8%),
    linear-gradient(139.34deg, rgb(0 0 0 / 15%) 9.71%, rgb(0 0 0 / 15%) 90.27%);
  --fade-down: linear-gradient(180deg, transparent, #000),
    linear-gradient(
      139.34deg,
      rgba(219, 129, 129, 0.2) 9.71%,
      rgba(0, 112, 243, 0.2) 90.27%
    );
}

.section-heading {
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

/* Constrains content to the same width as .section-heading so they line up */
.narrow-content {
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  font-size: 50px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 12px;
}

.section-heading span {
  display: inline-block;
  margin-top: 10px;
  font-size: 20px;
  color: var(--text-color);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.page-heading {
  position: relative;
  overflow: hidden;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}
.page-heading .breadcrumbs {
  font-size: 16px;
  margin-bottom: 0;
  z-index: 99;
  font-weight: 400;
}
.page-heading .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}
.page-heading .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8);
}
.page-heading .breadcrumbs span a {
  font-weight: 600;
  color: #fff;
}
.page-heading .breadcrumbs span a:focus,
.page-heading .breadcrumbs span a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-heading .breadcrumbs span a:focus i,
.page-heading .breadcrumbs span a:hover i {
  color: rgba(255, 255, 255, 0.8);
}
.page-heading .bread {
  font-weight: 700;
}
/*
---------------------------------------------
buttons
---------------------------------------------
*/

.primary-btn {
  background-image: linear-gradient(
    to right,
    #b72020 0%,
    #851519 51%,
    #b72020 100%
  );
}
.primary-btn {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 20px 65px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 7px;
  display: inline-block;
}
.primary-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.secondary-btn {
  background-image: linear-gradient(
    to right,
    #0080bb 0%,
    #1d6694 51%,
    #1d6694 100%
  );
}
.secondary-btn {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 20px 65px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border: none;
  border-radius: 7px;
  display: inline-block;
}

.secondary-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.white-btn {
  background-image: linear-gradient(
    to right,
    #ece9e6 0%,
    #ffffff 51%,
    #ece9e6 100%
  );
}
.white-btn {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 20px 65px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: var(--primary-color);
  border-radius: 4px;
  /*  display: block;*/
}

.white-btn:hover {
  background-position: right center;
  color: var(--secondary-color);
  text-decoration: none;
}

.main-button a {
  display: inline-block;
  font-size: 18px;
  /*  color: #6c1c1f;*/
}

.main-border-button a {
  font-size: 15px;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.main-white-button a {
  font-size: 13px;
  color: var(--text-color);
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all 0.3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.learn-more {
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.learn-more:hover {
  color: var(--secondary-color) !important;
}
/*
---------------------------------------------
header
---------------------------------------------
*/
/* Top Nav*/
.topbar {
  background: var(--primary-color);
  padding: 10px 0;
  /* position: relative; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.topbar .contact-info {
  font-size: 15px;
  color: white;
  margin-right: 15px;
  white-space: nowrap;
}
/* .topbar .contact-info a {
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  white-space: nowrap;
} */
.topbar .social-nav i {
  font-size: 18px;
  /* top: 9px; */
  color: white !important;
}
.topbar .contact-info .mailus {
  color: rgba(255, 255, 255, 0.6);
}
.social-media {
  display: inline-block;
}
.social-media p a {
  width: 28px;
  height: 28px;
  font-size: 20px;
  margin-right: 7px;
  border-radius: 50%;
}
.social-media p a span {
  color: #fff;
}
.social-media p a:hover span {
  color: #fff;
}

.cta-quote .white-btn {
  padding: 7px 30px;
}

.background-header {
  border-bottom: none !important;
  background-color: #fff;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  animation: header-slide-down 0.4s ease-out;
}

@keyframes header-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e;
}

.background-header .main-nav .nav li:hover a {
  color: var(--text-color);
}

.background-header .nav li a.active {
  color: var(--text-color);
}

.header-area {
  border-bottom: 0;
  box-shadow: none;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 85px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 83px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 24px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--text-color);
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: var(--text-color);
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--secondary-color);
}
.background-header .main-nav .nav li.active.submenu:after,
.header-area .main-nav .nav li.active.submenu:after {
  color: var(--secondary-color);
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--secondary-color);
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-size: 12px;
  color: var(--text-color);
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: var(--text-color);
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  min-width: 200px;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: var(--text-color);
  padding-left: 20px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: var(--secondary-color) !important;
  padding-left: 25px;
  padding-right: 10px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.submenu ul li a.active,
.header-area.background-header .main-nav .nav li.submenu ul li a.active {
  color: var(--secondary-color);
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 34px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 85px;
}

.header-area .nav {
  margin-top: 30px;
}

/* .header-area.header-sticky .nav li a.active {
   color: #aaa;
} */

.lang_switcher {
  position: relative;
  border-radius: 0;
  font-weight: 600;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  background: var(--primary-color);
  align-items: center;
}
.lang_switcher a {
  color: #fff !important;
  font-size: 16px !important;
  display: inline-block !important;
  margin-right: 0 !important;
  padding: 0.25rem 0.5rem !important;
  height: 37px !important;
  line-height: 2 !important;
}
.lang_switcher .lang_button.active {
  background-color: #212529 !important;
}
/*
---------------------------------------------
banner
---------------------------------------------
*/

.main-banner {
  border-bottom: 0px dotted #eee;
  padding-top: 0;
  padding-bottom: 0;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

/* On desktop the hero image fills the column height set by the service
   grid; absolute positioning keeps its natural height from inflating
   the row, which is what prevented the two sides from lining up. */
@media (min-width: 992px) {
  .main-banner .left-content,
  .main-banner .left-content .thumb {
    height: 100%;
  }
  .main-banner .left-content .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}

.main-banner .left-content {
  position: relative;
}

.main-banner .left-content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--fade-down);
  border-bottom-right-radius: 0px;
  z-index: 1;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -20px;
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 27px;
  color: #fff;
  font-weight: 500;
  display: block;
  padding-right: 15px;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
  position: relative;
}

@media (min-width: 992px) {
  .main-banner .right-content .row > .col-lg-6:nth-last-child(-n+2) .right-first-image {
    margin-bottom: 0;
  }
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}
.main-banner .right-content .right-first-image .thumb:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--fade-down);
  border-bottom-right-radius: 0px;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: normal;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}

/*---------------------
  CTA Section
-----------------------*/
.cta_area {
  display: block;
  border: 0;
  background-image: linear-gradient(
    to right,
    #274e8c 0%,
    #002f7b 51%,
    #274e8c 100%
  );
  background: var(--primary-color);
  color: #fff;
  padding: 200px 50px;
  margin-top: 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta_area .section_title h2 span {
  display: block;
  padding-bottom: 20px;
  color: #fff;
  font-size: 5.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
}
.cta_area div.subtitle {
  font-size: 30px;
  padding-top: 9px;
  padding-bottom: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 48px;
}
.cta_area div.subtitle > * {
  color: inherit;
  font: inherit;
}
.cta_area .btn {
  border-radius: 7px;
  margin-top: 30px;
  font-size: 22px;
  padding: 25px 56px;
}

/*
---------------------------------------------
About us index
---------------------------------------------
*/
.about-us {
  padding-top: 80px;
  padding-bottom: 120px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
  color: var(--primary-color);
}

.about-us .right-content span {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 400;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: var(--text-color);
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 400;
  display: block;
}

/*.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}
*/
/*.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}
*/
.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: var(--text-color);
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all 0.5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: var(--text-color);
}

/*
---------------------------------------------
About Us Page
---------------------------------------------
*/

.about-page-heading {
  margin-bottom: 30px;
  background-image: url('/assets/frontend/about-us-page-heading-0814c8c6316600d6845027dac104d21223687dd66cd9bb1fc3f798bc93350a88.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .overlay {
  height: 600px;
  width: 100%;
  background: var(--fade-down);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.page-heading .container {
  position: relative;
  z-index: 1;
}

/*
---------------------------------------------
Services
---------------------------------------------
*/
.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 0;
  border-bottom: 0;
}

.our-services .section-heading {
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}


.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center; 
}
.services-container {
}

.services-container .service-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

.services-container .service-item > * {
  margin: 0;
  padding: 0;
}

.our-services .service-item {
  padding: 20px 40px 30px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
}

.our-services .service-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  transition: all 0.3s;
  align-content: center;
}

.our-services .service-item p {
  line-height: 1.6;
}
.our-services .service-item:hover > h4 {
  transition: all 0.3s;
}

.our-services .service-item:hover > .learn-more,
.our-services .service-item:hover > h4 {
  color: var(--secondary-color);
}

/*
---------------------------------------------
Facility
---------------------------------------------
*/

.facility {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.facility .section-heading {
}

.facility .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.facility .item .down-content h4 {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 700;
  margin-bottom: 8px;
}

.facility .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

.facility .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

.facility .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

.facility .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: 47%;
  width: 100%;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all 0.5s;
}

.facility .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.facility .item .thumb {
  position: relative;
}

.facility .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

.facility .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: var(--text-color);
  background-color: #fff;
}

.facility .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

.facility .owl-dots {
  display: none;
}

.facility .owl-nav .owl-prev {
  position: absolute;
  left: 18px;
  outline: none;
}

.facility .owl-nav .owl-prev span,
.facility .owl-nav .owl-next span {
  opacity: 0;
}

.facility .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: var(--text-color);
  font-size: 25px;
  font-weight: 700;
  content: "\f104";
  width: 50px;
  height: 50px;
  background-color: #fff;
  line-height: 48px;
  border: 1px solid var(--text-color);
}

.facility .owl-nav .owl-prev {
  opacity: 1;
  transition: all 0.5s;
}

.facility .owl-nav .owl-prev:hover {
  opacity: 1;
}

.facility .owl-nav .owl-next {
  opacity: 1;
  transition: all 0.5s;
}

.facility .owl-nav .owl-next:hover {
  opacity: 1;
}

.facility .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: 18px;
}

.facility .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: var(--text-color);
  font-size: 25px;
  font-weight: 700;
  content: "\f105";
  width: 50px;
  height: 50px;
  background-color: #fff;
  line-height: 48px;
  border: 1px solid var(--text-color);
}

/*
---------------------------------------------
staff
---------------------------------------------
*/
.staff .section-heading {
}
.staff .card {
  width: 100%;
  border-radius: 0;
  padding: 15px;
  margin-bottom: 30px;
}
.staff .card .card-body h5 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 5px;
  margin-top: 10px;
}
.staff .card .card-footer {
  border-top: 0;
  background-color: #fff;
  margin-top: 0;
  padding: 0rem 1.25rem 0.75rem;
}
.staff .card .card-footer a {
  color: var(--secondary-color);
  padding-bottom: 5px;
  display: block;
}
.staff .card .card-footer span {
  padding-bottom: 5px;
  display: block;
}

/*---------------------
  Jobs
-----------------------*/
.jobs_area .section-heading {
}
.jobs_area .single_job {
  position: relative;
  margin-bottom: 0;
}

.jobs_area:not(.details) .single_job {
  margin-bottom: 16px;
}

.jobs_area .single_job .desc_content {
  background-color: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 24px;
  margin-top: 0px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.jobs_area:not(.details) .single_job:hover .desc_content {
  background-color: var(--primary-color);
  color: #ffffff;
}

.jobs_area:not(.details) .single_job:hover .desc_content h4 a {
  color: #ffffff;
}

.jobs_area:not(.details) .single_job:hover .desc_content .badge.text-bg-secondary {
  background-color: #ffffff !important;
  color: var(--bs-secondary) !important;
}

.jobs_area:not(.details) .single_job:hover .desc_content .badge.text-bg-success {
  background-color: #ffffff !important;
  color: var(--bs-success) !important;
}
.jobs_area .single_job .desc_content h4 {
  font-size: 20px;
  text-decoration: underline;
  font-weight: 600;
}
.jobs_area .single_job .desc_content h4 a {
  color: var(--text-color);
}
.jobs_area .single_job .desc_content h4 a:hover {
  color: var(--secondary-color);
}
.jobs_area .single_job .desc_content p {
  margin-top: 20px;
  margin-bottom: 0;
}
.jobs_area .single_job .desc_content .read_more {
  font-size: 16px;
  color: #bcbdbf;
  text-transform: normal;
  position: relative;
  display: inline-block;
  padding-left: 68px;
}
.jobs_area .single_job .desc_content .read_more::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 2px;
  background: #707070;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jobs_area .single_job .desc_content .read_more:hover {
  color: #a61c1c;
}
.jobs_area .single_job .desc_content .read_more:hover::before {
  background: #a61c1c;
}
.jobs_area .single_job:hover .thum img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.jobs_area .single_job .desc_content span {
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 0;
  text-transform: uppercase;
}
.jobs_area.details .single_job .desc_content span {
  margin-bottom: 15px;
}
.jobs_area.details .single_job .desc_content {
  box-shadow: none;
  padding: 0;
  border: 0;
  background-color: #fff;
}
.jobs_area.details .single_job .desc_content p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 5px 0;
}
.jobs_area.details .single_job .desc_content h3 {
  font-size: 28px;
  text-decoration: none;
  font-weight: 700;
  color: var(--text-color);
}
.jobs_area.details .single_job .desc_content .job_description_text p {
  padding-bottom: 0;
}

.jobs_area.details .single_job .desc_content .content_text {
  margin-top: 15px;
}

.jobs_area.details .single_job .desc_content .content_text p {
  margin-bottom: 1rem;
}

/*
---------------------------------------------
contact
---------------------------------------------
*/

.contact-us-area {
  position: relative;
}

.contact-us-area .section-heading {
}

.contact-us-area #map {
  margin-right: 30px;
}

.contact-us-area form input {
  height: 55px;
  border-width: 2px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-us-area form label.required::after {
  content: " *";
  color: red;
}

.contact-us-area form input::focus {
  border-color: var(--text-color);
  outline: 0;
  box-shadow: none;
}

.contact-us-area form textarea {
  border-width: 2px;
}

.contact-us-area form input.submit {
  height: auto;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 20px 65px;
  background-size: 200% auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.3s;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color);
}

textarea.form-control {
  min-height: 180px;
}

.contact-us-area .address-wrap .single-contact-address {
  margin-bottom: 8px;
}
.contact-us-area .address-wrap .single-contact-address .lnr {
  font-size: 30px;
  color: var(--primary-color);
  margin-right: 30px;
  margin-top: 8px;
}
.contact-us-area .contact-details {
  margin-top: 12px;
}
.contact-us-area .contact-details h5 {
  margin-bottom: 5px;
  font-size: 22px;
}
.contact-us-area .contact-details p {
  margin-bottom: 5px;
  line-height: normal;
  color: #6b6b6b;
}
.contact-us-area .contact-details p a {
  color: var(--primary-color);
}
.contact-us-area .contact-details p a:hover,
.contact-us-area .contact-details div.social-media a:hover {
  color: var(--secondary-color);
}
.contact-us-area .contact-details div.social-media a {
  color: var(--primary-color);
}

/*
---------------------------------------------
preloader
---------------------------------------------
*/

#preloader {
  overflow: hidden;
  background-color: var(--text-color);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*******************************/
/********* GALLERY *********/
/*******************************/
.gallery-thumnail {
  width: 100%;
  position: absolute;
  left: 0;
}
.gallery-thumnail img {
  overflow: hidden;
  max-width: fit-content;
  width: auto;
  height: 450px;
  padding-top: 60px;
  margin-left: 50px;
}
.listing-pro-gallery {
  margin-top: 35px;
  list-style-type: none !important;
  padding-left: 0 !important;
}
.single-listing-gallery {
  position: relative;
  z-index: 1;
  width: 33.3%;
  padding-bottom: 10px;
  /*  margin: 0.9%;
  margin-right: 1.9%;*/
  margin-left: 0;
  top: 0;
}
/*ul#animated-thumbnials li:nth-of-type(1),
ul#animated-thumbnials li:nth-of-type(3){
  padding-right: 25px;
}
*/
ul#animated-thumbnials li {
  display: inline-block;
  padding-right: 10px;
  list-style-type: none;
}

/*ul#animated-thumbnials li:last-child {
    padding-right: 0px;
}
*/
li.single-listing-gallery {
  padding-left: 0;
}

li.single-listing-gallery:before {
  display: none;
}

.single-listing-gallery a img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.single-listing-gallery a {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  border-bottom: 0;
  z-index: 10;
}

/*
---------------------------------------------
contact Us Page
---------------------------------------------
*/

.contact-us {
  margin-top: 90px;
  border-bottom: 3px dotted #eee;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 100%;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

/*
---------------------------------------------
 Scroll top
---------------------------------------------
*/

.gototop {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background-image: linear-gradient(
    to right,
    #0080bb 0%,
    #1d6694 100%,
    #1d6694 100%
  );
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

/*
---------------------------------------------
footer
---------------------------------------------
*/

footer {
  margin-top: 60px;
  padding: 102px 0px 30px 0px;
  background-color: var(--primary-color);
}

footer .logo {
  margin-bottom: 20px;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a,
footer ul li {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  padding: 3px 5px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0;
}

footer .under-footer a {
  color: #cff;
}

footer .under-footer a:hover {
  color: #c66;
}

/* Contact page Staff */
.staff p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


#facility-item-carousel,
#facility-item-carousel .carousel-inner,
#facility-item-carousel .carousel-item {
  height: 475px;
}
#facility-item-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* --------------------- */
/* Gallery */
/* --------------------- */
.masonry-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.masonry-container a {
  display: block;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  transition: transform 0.2s ease;
  aspect-ratio: 1 / 1;
}

.masonry-container a:hover {
  transform: scale(1.03);
}

.masonry-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
}

.image-modal .modal-header {
  background-color: var(--beige);
  border-bottom: 0;
}

.modal .modal-header .btn-close {
  background-image: none;
  color: #ffffff;
  background-color: var(--primary-color);
  padding: 0;
  width: 28px;
  height: 28px;
  opacity: 1;
  border: 1px solid var(--primary-color);
  transition: background-color 0.2s ease;
}

.modal .modal-header .btn-close:hover {
  background-color: #ffffff;
  color: var(--primary-color);
}

.modal .modal-header .btn-close i {
  width: 20px;
  height: 20px;
  text-align: center;
  align-content: center;
}

.image-modal button.modal-btn-left,
.image-modal button.modal-btn-right {
  position: absolute;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}

.image-modal button.modal-btn-left:hover,
.image-modal button.modal-btn-right:hover {
  border: 1px solid var(--primary-color);
  background-color: #ffffff;
  color: var(--primary-color);
}
.image-modal button.modal-btn-left {
  left: 1%;
  top: 50%;
}

.image-modal button.modal-btn-right {
  right: 1%;
  top: 50%;
}

.image-modal img {
  width: 100%;
  /* height: 100%; */
  max-height: 900px;
  object-fit: cover;
}

.image-modal .modal-content {
  border-radius: 0;
  overflow: hidden;
}

.contact-us-area form input[type="file"] {
  height: auto;
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1440px;
  }
}
@media (max-width: 1900px) {
  .main-banner .left-content .inner-content h4 {
    font-size: 85px;
  }
}

@media (max-width: 1650px) {
  .main-banner .left-content .inner-content h4 {
    font-size: 4vw;
  }
}

@media (max-width: 1400px) {
  .about-us .right-content h4,
  .section-heading h2 {
    font-size: 40px;
  }
  .main-banner .right-content .right-first-image .thumb .hover-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .page-heading .inner-content {
    padding: 35px 0px 30px 0;
    text-align: center;
  }
  .page-heading .inner-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  ul#animated-thumbnials li {
    padding-right: 1px;
  }
  .single-listing-gallery {
    width: 49.7%;
    margin-bottom: 1px;
    padding-bottom: 0;
  }
  .header-area.header-sticky {
    min-height: 100px;
  }
  .page-heading .inner-content h2 {
    font-size: 30px;
  }
  .section-padding,
  .about-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-banner .right-content .right-first-image .thumb .inner-content h4,
  .main-banner .right-content .right-first-image .thumb .hover-content h4 {
    font-size: 50px;
  }
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    font-size: 22px;
  }
  .cta_area .section_title h2 span {
    font-size: 2.5rem;
  }
  .cta_area p.subtitle {
    font-size: 22px;
    line-height: unset;
  }
  .cta_area {
    padding: 100px 0;
  }
  .cta_area .btn {
      margin-top: 20px;
      font-size: 17px;
      padding: 15px 46px;
  }
  .main-banner .left-content .inner-content h4 {
    font-size: 55px;
  }
  /*html, body {
    overflow-x: hidden;
  }*/
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    width: 100%;
    left: 0%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
  .main-banner .left-content .inner-content h4 {
    font-size: 30px;
  }
  .main-banner .left-content .inner-content span {
    font-size: 19px;
  }
  .main-banner .left-content .inner-content span {
    padding: 0 15px;
  }
  .subscribe form button {
    width: 100%;
  }
  .main-banner .right-content .right-first-image .thumb .inner-content h4,
  .main-banner .right-content .right-first-image .thumb .hover-content h4 {
    font-size: 25px;
  }

  .main-banner .right-content .right-first-image .thumb .hover-content p {
    font-size: 16px;
  }

  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}

@media (max-width: 667px) {
  .section-padding, .about-us {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .our-services .section-heading {
    margin-bottom: 30px;
  }
}






/* header-area */
@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav:before {
    display: none;
  }

  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}





@media (max-width: 991px) {
  .lang_switcher {
    position: absolute;
    font-weight: 600;
    margin: 0 auto;
    left: 96px;
    right: 0;
    top: 31px;
    width: min-content;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
    line-height: 96px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--secondary-color);
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0;
  }
  .header-area .logo img {
    width: 150px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 16px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}



@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 0;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

/* footer */
@media (max-width: 991px) {
    .footer-area {
        padding: 70px 0 0;
    }
}
@media (max-width: 991px) {
    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }
}
@media (max-width: 1024px) {
    .footer-area .single-footer-widget h4 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .footer-area .single-footer-widget h4 {
        margin-bottom: 15px;
    }
}
@media (max-width: 375px) {
    .footer-area .single-footer-widget .click-btn {
        margin-top: 10px;
    }
}
@media (min-width: 400px) {
    .footer-area .single-footer-widget .click-btn {
        left: -50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 15%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 10%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 10%;
    }
}
@media (max-width: 576px) {
    .footer-area .copyright_part_text {
        margin-top: 20px;
        text-align: center;
    }
    .footer-area .copyright_part_text p {
        font-size: 13px;
        color: var(--footer-color);
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .copyright_part_text {
        text-align: center;
        margin-top: 20px;
    }
    .footer-area .copyright_part_text p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copyright_part_text {
        margin-top: 42px;
        text-align: center;
    }
}

/* Logo header
@media (max-width:)
.logo a {
  width: 250px;
} */
@media screen and (min-width: 576px) {
  .masonry-container {
      grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .masonry-container {
      grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .masonry-container {
      grid-template-columns: repeat(4, 1fr);
  }
}

/* Full-width buttons in page content on mobile */
@media (max-width: 767px) {
  main .secondary-btn,
  main .white-btn,
  .main-banner .white-btn,
  .cta_area .white-btn {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
