* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
@font-face {
    font-family: 'Calibri';
    src: url('fonts/calibri-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Calibri Bold */
@font-face {
    font-family: 'Calibri';
    src: url('fonts/calibri-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
 font-family: 'Calibri', sans-serif;

}

*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
 font-family: 'Calibri', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
 font-family: 'Calibri', sans-serif;

}

html {
  scroll-behavior: smooth;
 font-family: 'Calibri', sans-serif;

}

a {
  text-decoration: none !important;
  display: inline-block;
 font-family: 'Calibri', sans-serif;

}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.aim-solve{padding-left: 25px;}
.aim-solve li{
    padding-bottom: 15px;
    font-size:18px;
    
    list-style: circle !important;
}

label {
  font-weight: normal;
}

b,
strong {
 font-family: 'Calibri', sans-serif;

  font-weight: 700;
}

u {
  text-decoration: underline;
}

i,
em {
  font-style: italic;
}

img {
  max-width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}



input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: poLivvic;
}

p {
 font-family: 'Calibri', sans-serif;

}

a {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

button {
  outline: none !important;
}
.breadcrumb{display: none;}
section.pricing-form-part h3{
        font-size:35px !important;
    text-align: center;
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
    font-size: 64px;
    color: #013F6E;
    margin-bottom: 25px;
}
.map-img img {
    width: 100%;
}
.map-list ul li {
    display: inline-block;
}
.map-list li a {
    background: #F0F7FB;
    color: #013F6E;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 25px;
box-shadow: 0px 1px 4px 0px #00000040;

}
section.map-inner-part {
    position: relative;
}
.map-list {
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}
.navbar {
  background-color: #fff;
  /* dark blue background */
}

.navbar-nav .nav-link {
  color: #3f3f3f;
  margin: 0 8px;
  font-size: 18px;
}

.navbar-nav .nav-link.active {
  color: #e68328;
  /* orange active link */
  font-weight: 600;
}
.navbar-brand img{width:70px;}
.btn-login {
  background-color: #e68328;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 25px;
  margin-left: 8px;
}

.btn-contact {
    background-color: transparent;
    color: #245f9b;
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 25px;
    border: 1px solid #245f9b;
}

.btn-contact,
.btn-login {
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}
.login-dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Optional: smooth feel */
.login-dropdown .dropdown-menu {
  transition: all 0.2s ease;
}

/* Remove click arrow spacing issue (optional) */
.btn-login.dropdown-toggle::after {
  margin-left: 6px;
}
/* Create animated overlay */
.btn-contact::after, .btn-login::after {
    content: "";
    position: absolute;
    top: 0;
    left: -106%;
    width: 100%;
    height: 106%;
    background: #013F6E;
    z-index: -1;
    transition: all 0.4s ease;
    border: 0px;
}
/* Hover effect (slide-in background) */
.btn-contact:hover::after,
.btn-login:hover::after {
  left: 0;
}

/* Adjust text colors on hover */
.btn-contact:hover {
  color: #fff;
}

.btn-login:hover {
  color: #fff;
}

.swiper.mySwiper {
  width: 100%;
  height: 100vh;
  /* full screen height */
}

.mySwiper .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 50px;
  color: #fff;
}

.mySwiper .swiper-slide::before {
  background: linear-gradient(
90.02deg, #4909005c 19.81%, rgba(51, 48, 48, 0.462395) 52.62%, #4909005c 100.4% 100.4%);

  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
}

.mySwiper .slide-content {
  max-width: 70%;
  z-index: 1;
  padding: 20px 30px;
  border-radius: 10px;
  margin-left: 6%;
}

.mySwiper .slide-content h1 {
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 70px;
  /*padding-left: 45px;*/
}

/*.mySwiper .slide-content h1::before {*/
/*  width: 7px;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background: #F5921C;*/
/*  position: absolute;*/
/*  content: '';*/
/*}*/

.mySwiper .slide-content p {
  font-family:  'Calibri', sans-serif;
  font-weight: 400;
  margin: 30px 0;
  width: 50%;
  font-size: 24px;
  position: relative;
}
/*
.mySwiper .slide-content p:after {
  width: 273px;
  height: 12px;
  background: #fff;
  bottom: -45%;
  left: 1%;
  border-radius: 6px;
  position: absolute;
  content: '';
}*/

.mySwiper .swiper-pagination {
  bottom: 22% !important;
}


.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
  font-size: 23px;
}

/* Custom navigation buttons */
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  color: #fff;
  background: #e68328;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  HEIGHT: 50PX;
}

.mySwiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.mySwiper .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}



.bottom-img-bg {
  margin-top: -70px;
  z-index: 111;
  position: relative;
}

.bottom-img img {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}

section.banner-bottom-part {
  background: #F2F9FF;
  padding: 0 0 70px;
}

section.about-part {
  background: #F2F9FF;
  padding: 30px 0 70px 0;
}

.about-part-ineer {
  width: 70%;
  margin: auto;
  text-align: center;
}

.about-part-ineer h1 {
  color: #013F6E;
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  font-size: 60px;
  position: relative;
}

.about-part-ineer h1:after {
  position: absolute;
  content: '';
  width: 192px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  border-radius: 34px;
  background: #013F6E;
  margin: auto;
  transform: translate(-50%, 0);
}

.about-part-ineer p {
  font-size: 23px;
  margin: 40px 0 20px;
  line-height: 1.7;
}

.feature-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
}

.feature-head h1 {
  text-align: center;
  margin-bottom: 72px;
  text-transform: uppercase;
  color: #013F6E;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0%;

}

/* --- Icon Wrapper (The Dark Blue Circle) --- */
.feature-card .card-icon-wrapper {
  /* Absolute position moves it above the card, relative to .feature-card */
  position: absolute;
  top: -40px;
  /* Moves the circle up and out of the card */
  left: 50%;
  transform: translateX(-50%);
  /* Centers the element horizontally */

  /* Circle dimensions and style */
  width: 80px;
  height: 80px;
  background-color: #013F6E;
  /* Dark blue color */
  border-radius: 50%;
  padding: 10px;
  /* Centering the icon inside the circle */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* Small shadow to make it pop */
  box-shadow: 0 4px 10px rgba(13, 71, 161, 0.4);
}

section.feature-part {
    background: URL('../img/STEP-BG.jpg') no-repeat;
    padding: 120px 0 90px;
    background-position: bottom center;
    background-size: contain;
    background-color: #f4ffff;
}

/* --- Icon Styling (The Lightbulb) --- */
.feature-card .card-icon-wrapper i {
  font-size: 30px;
  color: #ffffff;
  /* White icon */
}

.feature-card .card-title {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Calibri', sans-serif;
}

.feature-card .card-description {
  font-size: 18px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 20px;
  width: 74%;
  margin: auto;
}

/* --- Button Styling --- */
.feature-card .card-button {
  display: inline-block;
  /* Allows padding and width adjustment */
  text-decoration: none;
  /* Removes underline */
  background-color: #013F6E;
  /* Dark blue background */
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius:8px;
  /* Slightly rounded button corners */
  transition: background-color 0.3s;
}

/* Hover effect for the button */
.feature-card .card-button:hover {
  background-color: #09377a;
  /* Slightly darker blue on hover */
}

section.why-part {
  padding: 70px 0;
}

.why-head h1 {
  font-size: 42px;
  font-weight: 400;
  color: #013F6E;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Calibri', sans-serif;
}

.why-head p {
  font-size: 18px;
  padding: 20px 0;
  line-height: 1.7;
  color: #1E1E1E;
}

section.short-part {
  background: url(../img/about-banner.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 100px 0;
}

.short-haed h1 {
  color: #000;
  font-family: 'Calibri', sans-serif;
  font-weight: 400;
  font-size: 40px;
  position: relative;
  text-align: center;
  padding-bottom: 19px;
}

.short-haed h1:after {
  position: absolute;
  content: '';
  width: 192px;
  height: 8px;
  bottom: -10px;
  left: 50%;
  border-radius: 34px;
  background: #FED68E;
  margin: auto;
  transform: translate(-50%, 0);
}

.short-box {
  border-radius: 20px;
  height: 150px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px;
  border: 1px solid #013F6E;
}

.short-haed {
  margin-bottom: 50px;
}

.short-box.dark {
  background-color: #013F6E;
  color: #ffffff;
}

.sh-box {
  width: 80%;
  font-size: 18px;
  font-weight: 500;
}

.short-box.light {
  background: #fff;
}

.sh-box.dark {
  width: 80%;
}

.arrow-icon {
  font-size: 24px;
  color: #0d47a1;
  font-weight: bold;
}

.short-part a.card-button {
  display: block;
  text-decoration: none;
  background-color: #013F6E;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 48px;
  border-radius:8px;
  transition: background-color 0.3s;
  width: fit-content;
  margin: 50px auto 0;
}


.inner-bannerpart {
    width: 100%;
    background: url(../img/about-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
        /* Breadcrumb navigation styling */
       .about-header    .breadcrumb {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 17px;
    color: #000000;
    font-family:  'Calibri', sans-serif
}

        .breadcrumb a {
            text-decoration: none;
            color: inherit;
        }

        /* Main title styling */
        .about-header h1 {
            font-size: 50px;
            color: #0b3d6a; /* Deep blue color */
            margin: 0;
            font-weight: 400; /* Lighter font weight */
            text-align: center;
            padding-bottom: 50px; /* Push the title down slightly */
            font-family: 'Calibri', sans-serif;
        }

        /* The custom background element resembling a mountain/peak (optional, for better visual replication) */
        .about-header::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            /* This is a simplified way to create a light blue, angular, low-opacity overlay */
            background: linear-gradient(to right bottom, transparent 40%, rgba(189, 208, 223, 0.4) 60%, transparent 80%);
            opacity: 0.6;
            pointer-events: none;
        }
section.about-us h1 {
    font-size: 60px;
    text-align: center;
    font-family: 'Calibri', sans-serif;
font-weight: 400;
font-size: 64px;
color: #013F6E;
}
section.about-us p {
 font-family: 'Calibri', sans-serif;
font-weight: 400;
font-size: 40px;
text-align: center;
}
h1.black-color{color: #1E1E1E;}
section.about-us {
    padding: 50px 0;
}
section.why-part.with-bg-about{
  background: url(../img/role-bg.png) repeat;
  background-position: bottom center;
  background-size: contain;
}

.about-map-part{ position: relative; padding: 80px 0;background: url('../img/about-map.jpg') no-repeat; background-size: cover; background-position: center;}
.about-map-content {
    width: 80%;
    margin: auto;
    text-align: center;
}
.about-map-content h2 {
  font-family: 'Calibri', sans-serif;
font-weight: 400;
font-size: 42px;
color: #fff;
margin-bottom: 20px;
}
.about-map-content  p{
  font-family:  'Calibri', sans-serif;
font-weight: 400;
font-size: 18px;
text-align: center;
color: #fff;
}
.about-bottom-part{position: relative; padding: 120px 0 70px;background: url('../img/abt-bottom.jpg') no-repeat; background-size: cover; background-position: center;}


section.icelang-blog-part{padding: 70px 0;}
p.contact-get-para {
    font-size: 21px !important;
    padding: 20px 0px;
}
.from-control input, .from-control textarea  {
    padding: 8px;
    border: 1px solid #EDEDED;
    display: block;
    width: 100%;
    border-radius: 10px;
    color: #595959;
}
input.send-msg {
    width: 100%;
    background: #e68328;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
}
.from-control {
    margin-bottom: 35px;
}
.from-control label {
    color: #595959;
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
}
section.contact-form-part{padding: 0 0 70px;}
.pricingrow {
    display: flex;
    width: 100%;gap: 20px; 
}
.pricing-col {
    flex-grow: 1;
    flex-basis: 0;
    background: #FDFAF5;
    text-align: center;
    padding: 30px;
    transition: 0.5s all;
    border-radius: 15px;
}
.pricing-col-inner p {
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: 500;
    transition: 0.5s all;
}
.pricing-col-inner h2 {
    font-size:20px; color: #FF9A0D;transition: 0.5s all; padding: 10px 0;
}
.pricing-col-inner h2 span {
    font-size: 31px;
}
a.sub-btn {
    background: #013F6E;
    padding: 8px 15px;
    display: block;
    width: fit-content;
    margin: 15px auto;
   border-radius:8px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s all;
    border: 1px solid #013F6E;
}
.pricing-col:hover a.sub-btn{
/*background: #fff; color: #013F6E;*/
}
p.pricing-footer-paar {
    padding: 35px 45px;
    text-align: center;
    font-size: 21px;
    color: #767676;
}
.pricing-form-part{padding-bottom: 70px;}
.pricing-col:hover {
    background:#FF9A0D;
    border-radius: 15px;
}
.pricing-col:hover .pricing-col-inner h2{color: #fff;}
.pricing-col:hover .pricing-col-inner p{color: #fff;}
.custom-card-shadow {
    /* Subtle shadow to match the lifted appearance */
    margin-bottom: 45px;
    border-radius: 1rem; /* Overall slight rounding, though the image covers most of it */
}
section.bg-sign-up {
    background: #f0f3f6;
    padding: 70px 0;
}
section.bg-sign-up h1 {
    text-align: center;
    font-family:  'K2D';
font-weight: 500;
font-size: 36px;
color: #013F6E;

}
input.sign-msg {
    background: #e68328;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
     border-radius:8px;
    transition: 0.5s all;
}
input.sign-msg:hover{background:#013F6E;}
.sign-other-way {
    text-align: center;
    margin: 30px 0;
}
.sign-other-way p {
    padding-bottom:20px;
    font-weight: 500;
    color: #000;
       font-size: 20px;
}
.input-icon {
    position: relative;
}
img.input-pos-icon {
    position: absolute;
    top: 50px;
    right: 16px;
    z-index: 11;
    width: 15px;
    /* height: 20px; */
}
.forgot-pass a {
    text-align: left;
    width: fit-content;
    margin: 9px 0 26px 0;
    display: block;
    color: #FF9A0D;
}
.sign-with-social a {
    display: inline-block;
    width: 45px;
}
.sign-other-way p a{color: #FF9A0D;}
.signup-inner{width:70%; margin:50px  auto 0;}
.card-img-top {
    /* Custom height for the image area */ 
    object-fit: cover; /* Ensures the image covers the area nicely */
    /* Match the visual corner rounding in the design */
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.base-north-content p {
    padding: 0 0 50px;
    text-align: center;
    font-size: 19px;
}
.faq-section {
  background-color: #fff;
}

.accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(1);
}
.accordion-button {

    font-size: 17px;
    color: #111827;
    background: #f8fdfd;
    border: 1px solid #003366;
    border-radius: 10px;
}
.accordion-button:not(.collapsed) {
    background-color: #003366;
    box-shadow: none;
    color: #ffffff;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}


.accordion-body {
  font-size: 18px;
  color: #374151;
  line-height: 1.6;
}

.custom-date-font {
    font-family: 'Calibri', sans-serif;
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    background: #FBF6F6B0;
    color: #013F6E;
    padding: 20px 25px;
}
.custom-card-shadow h2{
  font-family: 'Calibri', sans-serif;
font-weight: 400;
font-size: 35px;
}
.custom-card-shadow p{
  font-family:  'Calibri', sans-serif;
font-weight: 400;
font-size: 16px;
color: #4A4646;

}
.custom-link-color {
    /* Set the blue color for the "Read more" link */
    color: #013F6E;  font-family: 'Calibri', sans-serif;    font-size: 20px;
}

/* Ensure the card body is transparent and text starts right away */
.card-body {
    background-color: transparent;
}


.footer {
  background: #f8fdfd;
  padding: 60px 0 0;
  font-size: 15px;
  color: #333;
}

.footer .social a {
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
  background: #0d2c54;
  padding: 8px 12px;
  border-radius: 5px;
  display: inline-block;
}

footer.footer h6 {
  color: #013F6E;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px !important;
}

.footer ul li {
  color: #4C4C4C;
  font-size: 17px;
  padding-bottom: 20px;
}

.footer .social a:hover {
  opacity: 0.8;
}

.footer .footer-logo {
  max-width: 120px;
  margin-bottom: 15px;
}

.footer .footer-bottom {
  border-top: 2px solid #ddd;
  margin-top: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}

.footer .subscribe-input {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 12px;
  width: 100%;
}

.footer .btn-subscribe {
  background: #0d2c54;
  color: #fff;
   border-radius:8px;
  padding: 15px 35px;
  margin-top: 10px;
  border: none;
  font-size: 17px;
  font-weight: 500;
}

footer.footer p {
  line-height: 1.7;
  padding: 20px 0 30px;
  font-size: 17px;
}

.mail-info-box {
  display: flex;
  /* Aligns the icon and text side-by-side */
  align-items: center;
  /* Vertically centers the items */
  padding: 0 0;
  /* Vertical padding to give some space */
  background-color: transparent;
  /* Box itself doesn't have a background */
}


.mail-icon {
  /* If using Font Awesome, this will style the icon */
  font-size: 28px;
  /* Adjust size of the envelope icon */
  color: #004d66;
  /* Dark teal/blue color for the icon */
  margin-right: 15px;
  /* Space between icon and text */
}


.mail-details {
  /* Organizes the two lines of text (Mail and Address) */
  display: flex;
  flex-direction: column;
}


.mail-label {
  font-size: 20px;
  font-weight: 400;
  color: #112D40;
  margin-bottom: 2px;
  line-height: 1.2;
}

.mail-address {
  font-size: 17px;
  color: #112D40;
  line-height: 1.2;
}

h6.footer-subscribe {
  color: #3E4040 !important;
}

.footer .subscribe-input {
  border-radius: 5px;
  border: 1px solid #013F6E;
  padding: 14px 15px;
  width: 100%;
  font-size: 15px;
}

.footer-bottom p strong {
  color: #013F6E;
  font-weight: 600;
  text-transform: capitalize;
}
.about-header .breadcrumb{display: none;}

@media (max-width: 991px) {
  .navbar .navbar-toggler {
    order: 2;
    /* move after logo */
    margin-left: 10px;
  }

  .navbar .navbar-brand {
    order: 1;
    /* keep logo first */
  }
  .swiper.mySwiper {
    width: 100%;
    height: 100%;
}
.btn-contact{width: fit-content;}
.offcanvas.offcanvas-end{width: 80%;}
.offcanvas-body a{color: #111;}
.mySwiper .slide-content{max-width: 100%;}
.mySwiper .slide-content h1{font-size:35px;}
.mySwiper .slide-content p {margin: 20px 0;   width: 100%;   font-size: 24px;}
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after {    font-size: 15px;}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {   width: 35px;    HEIGHT: 35PX;}
.about-part-ineer p{font-size: 17px;}
.about-part-ineer h1{font-size: 35px;}
.about-part-ineer{width: 100%;}
.feature-card{margin-bottom:70px;}
section.feature-part{padding-bottom: 0px;}
.short-box{margin-bottom: 30px;}
.short-part a.card-button{margin: 0px auto;}
footer.footer h6{margin: 25px 0 10px;}
.map-list ul li {   display: inline-block;    margin-bottom: 10px;}
.text-bg-dark {
    color: #fff !important;
    background-color: rgb(255 255 255) !important;
}

}

/* Responsive */
@media (max-width: 768px) {
  .mySwiper .slide-content h2 {
    font-size: 1.8rem;
  }

  .mySwiper .slide-content p {
    font-size: 1rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1110px;
  }
}