@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Satoshi-Regular';
  color: #444444;
}

a {
  color: #3f7d5c;
}

a:hover {
  color: #00cc95;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Satoshi-Regular';
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #962223;
  color: #fff;
  transition: all 0.4s;
  border: 1.5px solid #962223;
}

.back-to-top i:hover {
  background: transparent;
  border: 1.5px solid #962223;
  color: #962223;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;
    transition: all 0.5s;
    top: 0px;
    padding-top: 15px;
}

#header .header-container {
  background:transparent;
  padding-bottom: 10px;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0px;
}

#header .logo {
  overflow: hidden;
  padding: 1px 30px 0px 1px;
  background: transparent;
}
#header logo {
  padding: 10px 30px 10px 30px;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 55px;
  transition: all .4s linear;
}
#header.header-scrolled .logo img{
  max-height: 55px;
}

.top_stripe {
  text-align: right;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 3px 0 10px 0;
}
.top_stripe span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 0 5px 0;
  margin-bottom: 0px;
  display: inline-block;
}
.top_stripe a i {
    color: #fff;
}
.top_stripe a {
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  display: inline-block;
  margin-left: 15px;
  letter-spacing: 0.5px;
}

section.info_stripe span b {
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
}
section.info_stripe span {
    display: block;
    padding-left: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
}
section.info_stripe {
    padding: 0;
    margin-top: -20px;
}
section.info_stripe .container {
    background: #7f9ea8;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(51 51 51 / 15%);
    margin: 20px auto;
    position: relative;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
@media (max-width: 992px) {
  #header {
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
    top: 0;
    background: transparent;
    padding:10px 0;
  }
  .mobile-nav-toggle i {
    /* color: #fff; */
}
  #header.header-scrolled, #header .header-container {
    background: transparent;
    /* padding-bottom: 10px; */
  }
  .top_stripe {text-align: center;}
  #header .logo h1 {
    font-size: 24px;
  }
  body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}
.cliest_logos ul li span img{width: 45px !important;max-height: 60px !important;}.cliest_logos ul li{min-width: 80px;height: 80px;width: auto !important;}.cliest_logos ul{width: 100%;}
#header .logo img{max-height: 40px;}
section{overflow:hidden;width:100%;}
.section-title h2{ font-size: 28px !important;}.section-title span{padding-bottom: 5px !important;}

#header.header-scrolled {background-color: #fff;}
#header.header-scrolled .mobile-nav-toggle i {color: #000;}
#header.header-scrolled .mobile-nav-toggle {top: 25px;}
#header.header-scrolled .logo img {max-height: 35px;}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*  Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 0 8px;
}

.nav-menu a {
  position: relative;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 10px;
  color: #020b4e;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s;
  font-family: 'Satoshi-Medium';
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #020b4e;
  text-decoration: none;
}
#header.header-scrolled .nav-menu a {
  color: #000;
}
#header.header-scrolled  .nav-menu .get-started a {
  color: #fff;
}
.nav-menu .get-started a {
    background: transparent;
    color: #fff;
    border-radius: 0;
    padding: 10px 18px;
    border-radius: 50px;
    border: 1.5px solid #fff;
}
.nav-menu .get-started {
  padding: 0;
  float: right;
}
.nav-menu .get-started a::before {
  display: none;
}
.nav-menu ul li a::before{
    content: "";
    width: 0%;
    height: 1px;
    background:#962223;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: 600ms all;
}
.nav-menu ul li a:hover::before {
  width: 100%;
}
.nav-menu .get-started a:hover {
  background: #962223;
  color: #fff;
  border: 1.5px solid #962223;
}
#header.header-scrolled  .nav-menu .get-started a:hover {
  color: #fff;
  border: 1.5px solid #962223;
}

  .nav-menu .phone-number a{
    font-weight: 600;
  } 

  .nav-menu .phone-number a::before {
  display: none;
}
 

    .nav-menu .phone-number a:hover{
    color: #962223;
  } 
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: none;
  color: black;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3f7d5c;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {

  .nav-menu a {
  font-size: 12px;
  }


  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
@media (max-width: 1200px) {.nav-menu .get-started a {padding: 10px 10px;}.nav-menu a {font-size: 13px;}.nav-menu > ul > li {padding: 0;}.nav-menu .get-started a{margin: 0px;}}
/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 30px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #36343a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3f7d5c;
  text-decoration: none;
}


.mobile-nav .get-started a {
    background: #3f7d5c;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 20px;
    display: inline-block;
}

.mobile-nav .phone-number a{
  font-size: 12px;
  padding: 10px;
  font-weight: 600;
  color: green;
}

.mobile-nav .get-started a:hover {
  background: #00c28e;
  color: #fff;
}
.mobile-nav .get-started {
  text-align: left;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
nav.nav-menu {
  width: 81%;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 28, 31, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  /* width: 100%;
  height: 80vh;
  min-height: 550px;
  background: url("../img/banner.jpg") center center;
  background-size: 100%;
  position: relative;
  overflow: visible; */
}
/*.banner1{background: url("../img/banner1.png") center center;}
.banner2{background: url("../img/banner2.png") center center;}
.banner3{background: url("../img/banner3.png") center center;}*/
#hero {padding: 0;}
#hero .banner_small_img {
    position: absolute;
    right: 0;
    bottom: -260px;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}


#hero .container {
  position: absolute;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    left: 50%;
}
.carousel-item > img {
  width: 100%;
  height: 100vh;
  min-height: 100%;
  object-fit: cover;
}
#hero .carousel-item:before {
  content: "";
  background: linear-gradient(91deg, rgb(6 20 49 / 66%) 0%, rgba(44, 84, 165, 0.00) 98.53%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 60%;
  top: 122px;
  filter: blur(75px);
}
/* .banner3::before {
  background: none !important;
} */
#hero h1 {
  margin: 0 0 40px 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  font-family: 'Satoshi-Variable';
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 0.5px;
}

#hero .btn-get-started {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Satoshi-Variable';
  font-weight: 500;
  text-transform: uppercase;
}

#hero.banner a.btn-get-started {
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #2a2a2a;
    padding: 14px 15px;
    min-width: 200px;
    text-align: center;
    margin-top: 10px;
}
#hero.banner a.btn-get-started.btn-dark {
    background: #0d4ba0;
     color: #fff;
}

#hero .btn-get-started:hover {
  background-color: #962223;
  border: 1px solid #962223;
  color: #fff;
}
#hero.banner a.btn-get-started:hover {
    background: #0d4ba0;
    color: #fff;box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

/*  */
.carousel-indicators {
  margin-right: 5%;
  justify-content: flex-end;
  bottom: 20px;
}
    .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50px;
        border: 1px solid #962223;
    }
.carousel-indicators .active {background-color: #962223;}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  div#demo,  div#demo .carousel-inner,div#demo .carousel-inner .carousel-item{height:100%;}
  .carousel-inner .carousel-item > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}
  #hero .container {
    padding-top: 20px;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #header .header-container {
    padding-bottom: 0px;
  }



}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #eef1f6;
}
.dark_bg{background-color: #f6f6f7 !important;}
.white_bg{background: #fff;}
.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    color: #282c4b;
    display: block;
    font-family: 'Satoshi-Variable';
    font-weight: 500;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 40%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}
.cliest_logos ul li span img {
    width: 110px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
.cliest_logos ul li span {
    display: block;
    width: 100%;
    text-align: center;
}
.cliest_logos ul li {
    list-style: none;
    width: 20%;
    border-right: 1px solid #d6eaff;
    display: flex;
    border-bottom: 1px solid #d6eaff;
    align-items: center;
}
.cliest_logos ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    border: 1px solid #d6eaff;
    flex-wrap: wrap;
    border-bottom: 0;
    border-right: 0;
}
/* cleints-logo */
.cleints_sec {
  background-color: #f7f7f7;
}
.item a {
  padding: 10px;
  background-color: #fff;
  display: block;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 0;
  margin: 10px;
}
.item a img {
  transition: all 0.4s ease-in-out;
  height: 70px;
  width: 100%;
  object-fit: contain;
}
.item a img:hover {
  -webkit-filter: none;
  filter: none;
}
.owl-nav {
  position: relative;
  display: block;
  padding: 25px 0;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-dot {
  width: 40px;
  height: 40px;
  background: transparent;
  color: #962223;
  font-size: 40px;
  border-radius: 50px;
  border: 1.5px solid #962223;
  display: inline-block;
  left: 20%;
  position: absolute;
  margin-bottom: 20px;
}
.owl-next {
  left: 22%!important;
}
.owl-nav span {
  line-height: 35px;
  height: 100%;
  display: block;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.section-title span {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-family: 'Satoshi-Variable';
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}

.section-title span::before, .section-title span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #274ea9;
    left: 0;
    transform: rotate(45deg);
    top: 8px;
}
.section-title span::after {
  left: 12px;
  border-color: #ee1746;
}
.about_img img {
    width: 100%;
    position: relative;
}

.about-sec {
    position: relative;
    padding: 50px 0;
}
.about .section-title{padding-top: 50px;padding-right:30px;}
.about .section-title img{width:100%;}
.about .section-title p.text-large {
    color: #000;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
}
.about .section-title p {
    color: #6d7c90;
    font-size: 15px;
    line-height: 24px;
}
.about .content h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section#about{overflow: visible;}
.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #3f7d5c;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about_text a {
    background: transparent;
    border-radius: 50px;
    border: 1.5px solid #962223;
    color: #962223;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 6px 25px;
    margin-top: 10px;
    transition: all .3s;
}
.about_text a:hover {
  background: #962223;
  color: #fff;
  border: 1.5px solid #962223;
}
.about_text p.text-large {
    font-size: 20px;
    color: #000;
}
.about_text p {
    color: #333333;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.play_plaste {
  width: 60px;
  height: 60px;
  fill: #962223;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  opacity: .9;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.video-plast {
  position: relative;
  height: 100%;
}
.video-plast>div {
  height: 100%;
}
.video-plast video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  min-height: 55vh;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #3f7d5c;
  padding: 40px 0 20px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #3f7d5c;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #3f7d5c;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 15px;
  width: 100%;
  transition: 0.3s;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #3f7d5c;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.1), rgba(0, 0, 0, 0.1)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #3f7d5c;
  border: 2px solid #3f7d5c;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    background: #ddd;
    text-align: center;
    padding: 20px 25px;
    border-radius: 5px;
}


.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid #3f7d5c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #3f7d5c;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.services .icon-box{width: 100%;}

.services .icon-box:hover h4 a {
  color: #3f7d5c;
}

.services .icon-box:hover .icon {
  color: #fff;
  background: #3f7d5c;
}


.speciality_slider .carousel {
  width: 100%;
}

.about .content .ser_block .ser_weoffer {
    display: flex;
}

.about .content .ser_block h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #011844;
    margin-top: 10px;
}
.about .content .ser_block .ser_weoffer span:nth-child(1) {
    color: #294dbb;
}
.about .content .ser_block .ser_weoffer span:nth-child(3) {
    border-color: #07d7cc;
    color: #079991;
}
.about .content .ser_block .ser_weoffer span:nth-child(2) {
    border-color: #ff9270;
    color: #d57253;
}
.about .content .ser_block .ser_weoffer span:nth-child(3) i {
    background: #07d7cc;
}
.about .content .ser_block .ser_weoffer span:nth-child(2) i {
    background: #ff9270;
}
.about .content .ser_block .ser_weoffer span i {
    width: 70px;
    height: 70px;
    display: block;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #315FEA;
    margin-top: -50px;
    margin-bottom: 5px;
    color: #fff;
}
.about .content .ser_block .ser_weoffer span {
    display: inline-block;
    width: calc(33.33% - 10px);
    background: white;
    margin: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgb(51 51 51 / 12%);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px dashed #315fea;
    margin-bottom:10px;
}
.ser_weoffer{padding-top:20px;}

/*.speciality_slider .carousel .carousel-item{display: flex;}*/

.speciality_slider .icon-box a.btn {
  width: auto;
  background: #ee1746;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: 0;
  border-radius: 0;
  margin: 15px 0px 15px 15px;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  border-radius: 50px;
  transition: all ease-in-out 600ms;
  max-width: 175px;
  text-transform: uppercase;
}
.speciality_slider .icon-box:hover a.btn, .speciality_slider .icon-box a.btn:hover {
   background: #ee1746;
    transition-duration: .01s;
}
.speciality_slider .icon-box h4 a, .speciality_slider .icon-box:hover h4 a {
    color: #fff;
}

.speciality_slider .icon-box h4 {
  text-align: left;
  padding: 0 15px;
  margin-top: 22px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 35px;
}
.speciality_slider .icon-box p span i {
    color: #ff9500;
}
.speciality_slider .icon-box p span {
    float: right;
    color: #ff9500;
}
.speciality_slider .icon-box p i {
    color: #01b9b7;
}
.speciality_slider .icon-box p {
  text-align: left;
  font-size: 18px;
  padding: 0px 15px;
  color: #ffffff;
  letter-spacing: normal;
  margin-bottom: 25px;
  -webkit-line-clamp: 9;
  font-family: 'Satoshi-Variable';
}
.speciality_slider .icon-box .box_special {
  max-height: 450px;
  overflow: hidden;
  height: 450px;
  position: relative;
}
.speciality_slider .icon-box .box_special img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.speciality_slider .icon-box {
  padding: 0px;
  margin-bottom: 20px;
  background-color: transparent !important;
  position: relative;
}
body{overflow-x: hidden;}
.services .section-title h2::after {
    background: #7f9ea8;
}
.box_special::before {
  content: "";
  background: linear-gradient(127deg, rgb(31 44 74) 21%, rgb(255 255 255 / 0%) 62%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0 6% 50% 0;
  transform: rotate(-10deg) translateX(43px) scale(1.3);
}
.speciality_slider a.carousel-control-prev, .speciality_slider a.carousel-control-next {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 8;
    background: #3f7d5c;
    opacity: 1;
    border-radius: 50px;
    top: calc(50% - 20px);
    font-size: 18px;
}
.speciality_slider a.carousel-control-prev span, .speciality_slider a.carousel-control-next span{
  font-size: 25px;
}
.speciality_slider .align-items-stretch {
    float: left;
}
.speciality_slider .icon-box .serbox-head {
  position: absolute;
  top: 20px;
  width: 55%;
  left: 21px;
}
/*------------------------
Product section
---------------------------*/
.product_box .box_special {
    width: 85%;
    margin: 0 auto;
}
.icon-box.product_box.pro1{background:#fedfcb ;}
.icon-box.product_box.pro2{background:#fee7ef ;}
.icon-box.product_box.pro3{background:#c6e1f2 ;}
.icon-box.product_box.pro4{background:#fee2a3 ;}
.speciality_slider .icon-box.product_box .box_special{height:200px;margin-top:-30px;border-top:2px solid #ddd;box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}

.icon-box.product_box.pro1 .box_special{border-color: #fedfcb ;}
.icon-box.product_box.pro2 .box_special{border-color: #fee7ef ;}
.icon-box.product_box.pro3 .box_special{border-color: #c6e1f2 ;}
.icon-box.product_box.pro4 .box_special{border-color: #fee2a3 ;}
.speciality_slider  .icon-box.product_box h4{margin-bottom:5px;margin-top:25px;}
.speciality_slider  .icon-box.product_box h4,.speciality_slider  .icon-box.product_box p{text-align: center;}
.speciality_slider .icon-box.product_box a.btn {
    margin-bottom: -15px;
    width: auto;
    display: inline-flex;
    border: 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 30px;
}
/* .product_sec::before {
    content: "";
    bottom: 0;
    height: 30%;
    width: 100%;
    background: #f2f2fe;
    position: absolute;
    background: linear-gradient(to top, rgb(242 242 254 / 50%), #ffffff);
} */
.product_sec {
    position: relative;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Nunito Sans", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3f7d5c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 30px;
  margin: 30px 5px 10px;
  text-align: center;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-top:0;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #f2bd95;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
    font-style: normal;
    margin: 0 auto 15px auto;
    font-size: 15px;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #3f7d5c !important;
}
.testimonials-slider .swiper-pagination {
    bottom: 0 !important;
    z-index: 9;
    top:auto;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #0d4ba0;
}
@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
  .info_stripe .row, .info_stripe .row .col-lg-3 {
    display: block;
    width: 100%;
    max-width: 100%;
}
.info_stripe .row .col-lg-3{margin:10px 0;}
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #3f7d5c;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-detail {
  padding: 40px 40px 0 40px;
  position: relative;
}
/* .contact-detail::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgb(7 71 157 / 30%), rgba(230, 250, 245, 0.1)), url(../img/background-contact.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 10px;
  z-index: -1;
} */
.contact-map {
  padding: 0px;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.contact-form {
  background: transparent;
  padding: 32px;
  border-radius: 10px;
}
.text_contact .btn-button {
  border: 1.5px solid #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 16px;
  color: #274ea9;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fff;
  font-weight: 600;
}
.top_add {
  background: #f1355e;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-content: center;
  height: 100%;
}

.top_add .top_icon {
  width: 50px;
  height: 50px;
  /* display: inline; */
  background: #fff;
  border-radius: 50px;
  color: #f1355e;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}

.top_text_con {
  padding-left: 15px;
}

.top_text_con h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color:#fff;
}
.contact-map {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top_text_con a {
  font-size: 15px;
  color: rgb(0 0 0 / 70%);color:#fff;
}
.contact_other {
  padding: 40px 0!important;
  text-align: center;
}
/* .section-title h4 {
  font-size: 50px;
  margin-bottom: 0;
} */

.con-box h5 {
  font-size: 22px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
    .about .content .ser_block .ser_weoffer span {width:100%;}
    .about .content .ser_block .ser_weoffer {
    display: block;
}
.about .content .ser_block .ser_weoffer span i{margin-top:0;}
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3f7d5c !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #011844;
    font-size: 14px;
    background: #f6f6f6;
}
#footer .footer-men img {
    max-height: 420px;
}
#footer .footer-top .container,#footer .container {
    z-index: 5;
    position: relative;
}
#footer {
    position: relative;
}
#footer .footer-men {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
    background: #f6f6f6;
}
.copyright{color:#000;}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
      color: #011844;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
  color: #011844;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.5px;
  color: #000;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding: 6px 0;
  font-size: 14.5px;
}
#footer .footer-top .footer-links ul a::before {
  content: "";
  width: 0%;
  height: 1px;
  background: rgb(150, 34, 35);
  position: absolute;
  left: 0px;
  margin: 0px auto;
  bottom: 3px;
  transition: all 600ms ease 0s;
}
#footer .footer-top .footer-links ul li:hover a::before {
  width: 100%;
}
.social-links {
  margin-top: 15px;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #000;
}
#footer .social-links a {
  font-size: 16px;
  display: inline-block;
  background:transparent;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: auto;
  height: auto;
  transition: 0.3s;
  font-weight: 600;
}
#footer .social-links a:hover {
  color: #000;
  text-decoration: none;
}

.strip {
  background-color: #f6f6f6;
}

.footer_logo p {
  font-size: 14px;
  padding-top: 15px;
}

.footer_logo {
  margin-bottom: 15px;
  padding-right: 60px;
}
.social_connect i {
  font-size: 20px;
  color: #962223;
  background-color: transparent;
  width: 35px;
  height: 35px;
  border: 1.5px solid #962223;
  line-height: 35px !important;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
}
/*how it workes*/
.why_learnbaysec {
    background: #f7f7f7;
    padding: 40px 0;
    width: 100%;
    position: relative;
}

.why_lbayblock {
    padding-top: 40px;
}
.why_lbay_text {
    position: relative;
    padding: 50px 0;
    padding-left: 80px;
}
.why_lbay_text h2 {
    text-transform: uppercase;
    color: #051c35;
    line-height: 40px;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    margin-top: 0;
    font-size: 23px;
    letter-spacing: 0.5px;
}
.why_lbay_text::before {
    content: "";
    position: absolute;
    width: 175%;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 1;
    left: -80px;
}
.why_lbay_text h2, .why_lbay_text p, .why_lbay_text a,.why_lbay_text h5 {
    position: relative;
    z-index: 2;
}
.zin-2{z-index:2;}
.why_learn_bayhtml{padding: 50px 0;}
.why_lbay_text .stylenone {
    color: #fb0d5b;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 10px 0 10px 55px;
}
.why_lbay_text p {
    padding: 15px 0;
    padding-left: 55px;
    margin: 0;
}
.why_lbay_text p::before {
    content: "1";
    background: #3f7d5c;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #3f7d5c;
    line-height: 30px;
    top: 10px;
}
.why_lbay_text p.stylenone::before{content: none !important;}
.why_lbay_text p:nth-child(3)::before {content: "2";}
.why_lbay_text p:nth-child(4)::before {content: "3";}
.why_lbay_text p:nth-child(5)::before {content: "4";}
.why_lbay_text p:nth-child(6)::before {content: "5";}
.why_lbay_text p:nth-child(7)::before {content: "6";}
.why_lbay_text::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #fb0d5b;
    left: 97px;
    height: 100%;
    z-index: 1;
    top: 0;
    border: 1px dashed #fff;
}



/*new css*/
#hero .container {
  transform: translate(0%, -50%);
  left: 0;
  width: 100%;
  margin: 0 auto;
  max-width: calc(100% - 80px);
  right: 0;
}
#header .container{
  max-width: calc(100% - 80px);
}
.nav-menu .get-started a{
  background: #274ea9;
  border-color: #274ea9;
}
#hero h1 {
  margin-bottom: 15px;
}


#hero .container a {
  margin-left: 0;
  margin-bottom: 0;
  background: #fff;
  border-color: #fff;
  min-width: 200px;
  text-align: center;
  color: #274ea9;
  font-weight: 600;
}


section#hero {
  position: relative;
}


.about-sec2 {
  background: #EEF1F6;
  padding:12vh 0;
}
.about-sec2 .container{
  max-width: calc(100% - 80px);
}
.about-sec2  .section-title{
  border-top: 1px solid #1f409b;
}
.about-sec2 .section-title h2 {
  font-size: 20px;
  padding-top: 20px;
  color: #1f409b;
  margin-bottom: 30px;
}

.about-sec2 .about_text {
  display: flex;
}

.about-sec2 .about_text .abo_large p {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: normal;
  color: #1f409b;
  font-weight: 200;
}

.about-sec2 .about_text .abo_small p {
  font-size: 20px;
  line-height: 35px;
  color: #000;
}

.about-sec2 .about_text .abo_small a,.about_text a {
  background: #1f3f99;
  font-size: 18px;
  color: #fff;
  border: #1f3f99;
  min-width: 200px;
  min-height: 45px;
  line-height: 35px;
}
.about-sec2 .about_text .abo_small{max-width: 50%;}

.about-sec .container,#footer .container{
  max-width: 1340px;
}
.about-sec{padding:12vh 0;}

.about-sec .section-title h2,.services  .section-title h2{
  color: #282c4b;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-family: 'Satoshi-Variable';
  font-weight: 500;
}
.about-sec .about_text p{
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.about-sec .about_text p.rar {
  color: #ee1746;
  font-family: 'Satoshi-VariableItalic';
}
.ps-5{padding-left:50px;}
.pe-5{padding-right:50px;}
#contact-us {
  padding-top: 110px;
}
.cleints_sec{
  background-color: #eef1f6;
}
.cleints_sec .container{
  max-width: 1340px;
}
.cleints_sec .section-title h2,.contact_sec  .section-title h2{
  color: #282c4b;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-family: 'Satoshi-Variable';
  font-weight: 500;
}
.contact_sec .section-title p {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}
#header .logo::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #274ea9;
  top: 0;
}
#header .logo {
  position: relative;
  margin-right: 15px;
}
.container{
  max-width: 1340px;
}
.product_box {
  display: flex;
  flex-wrap: wrap;
}

.product_box .product_img {
  width: calc(33.33% - 30px);
  margin: 0 auto;
  box-shadow: 0.16666666666666666rem 0.16666666666666666rem 0.6666666666666666rem #00000029;
  transition: .7s cubic-bezier(.19, 1, .22, 1);
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  height: 350px;
  padding: 0px;
}

.product_box .product_img img {
  max-width: 100%;
}

.product_box .product_img:nth-child(1) {
  width: calc(50% - 30px);
  background: #52cef4;
}

.product_box .product_img:nth-child(2),.product_box .product_img:nth-child(3) {
  width: calc(25% - 30px);
}

.product_box .product_img img {
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product_box .product_img:nth-child(2) {
  background: #ead7cd;
}

.product_box .product_img:nth-child(3) {
  background: #e3e2f7;
}

.product_box .product_img:nth-child(4) {
  background: #ffe7b3;
}

.product_box .product_img:nth-child(5) {
  background: #f3f5ed;
}

.product_box .product_img:nth-child(6) {
  background: #fff;
}

.marquee {
  display: flex;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.marquee .item {
  width: 16.666%;
}
@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
section.contact_sec {
  /* background: url("https://img.freepik.com/free-vector/blue-background-with-white-line-middle_483537-4472.jpg?w=1480&t=st=1713275449~exp=1713276049~hmac=f8d5a4792b3c7b7ae4a8345dac0cb3af37bcfa6912828bf9fe50895a4bc4c8c3") no-repeat center; */
  background: url("../img/contact_back.png") no-repeat center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

section.contact_sec .section-title * {
  color: #fff !important;
}

.contact-form .form-control {
  border-bottom: 1px solid #fff !important;
  background: transparent;
  border-radius: 0;
  color:#fff;
}

.contact-form .form-control::placeholder {
  color: #fff;
  letter-spacing: 0.5px;
}
.contact_mapbox {
  border: 1px solid #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px;
  backdrop-filter: blur(3px);
  background: #00000026;
}

.contact_mapbox h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.contact_mapbox p {
  font-size: 15px;
  margin: 0;
  color: #fff;
}

.contact_mapbox > iframe {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
}

.contact_mapbox > div {
  width: calc(100% - 130px);
  padding-right:15px;
}

.contact_mapbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

#response {
  width: 70%;
  margin: 0 auto 0;
  padding: 10px;
  border-radius: 5px;
  display: none;
}
.error_msg {
  background-color: #f2dedf;
  color: #9c4150;
  border: 1px solid #e7ced1;
}
.succes_msg {
  background-color: #e0efda;
  color: #407a4a;
  border: 1px solid #c6dfb2;
}
.process_msg {
  background-color: #d9edf6;
  color: #377084;
  border: 1px solid #c8dce5;
}

.marquee-container {
    background: #274ea9;
    padding-top: 8px;
    padding-bottom: 3px;
    color: #ddd;
}

.marquee-container a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.marquee-container a:hover {
    transform: scale(1.1);
    text-decoration: underline;
}

@media (min-width: 1199px) and (max-width: 1400px) {
  .nav-menu a{
    padding: 7px 5px;
  }
  .about-sec2 .about_text .abo_large p,.about-sec .section-title h2, .services .section-title h2,.cleints_sec .section-title h2, .contact_sec .section-title h2{
    font-size: 50px;line-height: 55px;
  }
  .about-sec2 .about_text .abo_small p,.about-sec .about_text p{
    font-size: 16px;
  }
  .about-sec .col-lg-5{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact-detail .row  .col-xl-4{
    padding:0 5px;
  }
  .contact_sec .container{
    max-width: 1340px;
  }
  .about-sec2 .about_text .abo_large p br{display: none;}
  .about-sec2 .about_text .abo_large p{padding-right:40px;}
  .video-plast video {min-height: 70vh;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-detail .col-lg-4 {margin-bottom: 10px;}
  .lightbox-overlay {top: 66px;}
}

@media (max-width: 768px) {
  section {padding: 20px 0!important;}
  #hero {height: 62vh;padding: 0!important;}
  .section-title {
    padding-bottom: 20px!important;
}
.lightbox-overlay {top: 56px!important;}
  .carousel-inner .carousel-item > img {object-position: center;}
  #header .logo img {max-height: 35px;}
  #header .container,#hero .container {max-width: 1340px;}
  #hero h1 {font-size: 22px;line-height: 28px;}
  #hero .btn-get-started {margin: 0;padding: 8px 16px;min-width: 170px;}
  .carousel-indicators {margin-right: 8%;bottom: 0px;}
  #hero .carousel-item::before {inset: 0px 0px 0px;width: 85%;}
  .about-sec {padding: 4vh 0;}
  #about .pe-5 {padding-right: 0px;}
  #about .pt-4 {padding-top: 0rem !important;}
  .section-title span {font-size: 13px;margin-bottom: 5px;}
  .section-title span::before, .section-title span::after {width: 16px;height: 16px;top: 5px;}
  .section-title h2 {font-size: 22px !important;}
  .about-sec .section-title h2, .services .section-title h2 {margin-bottom: 0px;font-size: 22px !important;}
  .about-sec .about_text p {font-size: 15px;line-height: 24px;margin-bottom: 10px;}
  .about-sec2 .about_text .abo_small a, .about_text a {font-size: 14px;min-width: 130px;min-height: 24px;line-height: 24px;padding: 6px 15px;margin-top: 0px;margin-bottom: 10px;}
  .speciality_slider .icon-box .serbox-head {top: 0;width: 100%;left: 0;}
  .speciality_slider .icon-box h4 {font-size: 22px;}
  .speciality_slider .icon-box .box_special {max-height: 270px;height: 270px;}
  .box_special::before {transform: rotate(0deg) translateX(43px) scale(1.3);}
  .speciality_slider .icon-box p {font-size: 15px;margin-bottom: 20px;line-height: 22px;}
  .speciality_slider .icon-box a.btn {padding: 6px 15px;max-width: 150px;margin: 10px 0px 10px 15px;font-size: 14px;}
  .speciality_slider .icon-box {margin-bottom: 10px;}
  #services .row.px-5 {padding-left: 1rem !important;padding-right: 1rem !important;}
  #services .row.pt-4 {padding-top: 0rem !important;}
  /* .product_box {display: block;} */
  .thumbnail {width: 100%!important;height: 150px!important;display: block!important;margin-bottom: 5%!important;}
  .product_box .product_img:nth-child(1),#thumbnail-gallery-container .thumbnail:nth-child(1) {width: 100%!important;}
  .product_box .product_img {width: 100% !important;height: 150px;margin-bottom: 10px;}
  .product_box .product_img:nth-child(2), .product_box .product_img:nth-child(3),#thumbnail-gallery-container .thumbnail:nth-child(2), #thumbnail-gallery-container .thumbnail:nth-child(3) {width: 100%!important;}
  .marquee .item {width: 33.33%;}
  .item a {margin: 5px;padding: 5px;}
  .contact_sec .section-title p {margin-top: 10px;
    font-size: 15px;}
    .contact-detail {padding: 0;}
    .contact-detail .row.mb-5 {margin-bottom: 1rem !important;}
    .contact-detail .col-lg-4 {margin-bottom: 10px;}
    .top_add {padding: 10px;}
    .top_add .top_icon {width: 40px;height: 40px;line-height: 48px;font-size: 22px;}
    .top_text_con h4 {font-size: 16px;margin-bottom: 0;}
    .top_text_con a {font-size: 14px;}
    .contact-form {padding: 20px 10px 0 10px;}
    .contact-form .mb-4 {margin-bottom: 0.5rem !important;}
    .contact-form .form-control {height: 45px;font-size: 13px;}
    .contact-form textarea.form-control {height: 90px;}
    .text_contact .btn-button {padding: 6px 20px;font-size: 13px;margin-top: 10px;}
    #footer .footer-top .footer-links {margin-bottom: 5px;}
    #footer .footer-top .footer-links ul a {padding: 5px 0;}
    .footer_logo {padding-right: 15px;}
    #footer .footer-top {padding: 20px 0 0px 0;}
    .strip {padding-top: 0.5rem !important;padding-bottom: 0.5rem !important;}
    .inner-banner {padding-top: calc(100px + -20px)!important;padding-bottom: 30px!important;}
    .inner-banner h1 {font-size: 24px!important;}
    .box_mis {padding: 10px!important;}
    .box_mis h2 {margin-bottom: 0!important;}
    .about_text p {font-size: 14px!important;line-height: 24px!important;margin-bottom: 5px!important;}
    .certificate_block ul {display: block!important;}
    .organization-sec .pb-4 {padding-bottom: 0rem !important;}
    .organization-sec h2 {margin-bottom: 0!important;}
    .mission_sec .col-md-6 {margin-bottom: 10px;}
    #contact-us {padding-top: 70px !important;}
    .contact_other {padding: 20px 0 !important;}
    .contact_other .section-title h2 {margin-bottom: 15px!important;}
    .con-box h5 {font-size: 18px;}
    .con-box p {font-size: 14px;}
}