/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #222222; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #172a28; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #009494; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --contrast-color: #ffffff; /* The contrast color is used for elements when the background color is one of the heading, accent, or default colors. Its purpose is to ensure proper contrast and readability when placed over these more dominant colors */
}


/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #009494;  /* The default color of the main navmenu links */
  --nav-hover-color: #008374; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #01433c; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #008374; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins';
  color: #444444;
}
textarea {
  resize: none;
}
a {
  color: #009494;
  text-decoration: none;
}

a:hover {
  color: #009494;
  text-decoration: none;
}
.heading{
  font-size:xx-large;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-weight:900;
}


p{
  font-size: 14px !important;
}
h1{
  font-size: 42px !important;
} 
h2{
  font-size: 24px !important;
}
h3{
  font-size: 22px !important;
}

h4{
  font-size: 20px !important;
}

h5{
  font-size: 19px !important;
}
h1 {
  font-size: 42px !important;
  letter-spacing: 1px;
  font-weight: 700;
 /* padding: 8px 20px;*/
  margin: 0; 
  display: inline-block;
  /* text-transform: capitalize;  */
}
@media (max-width: 430px) {
  .section-title h1{
    font-size:25px !important;
    word-wrap: break-word !important;
  }
  .heading{
    font-size:25px !important;
    word-wrap: break-word !important;
  }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #009494;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 100px;
  z-index: 996;
  background: #009494;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000080;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #009494;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  position: sticky;
  top: 65px;
  font-weight: bold;
  z-index: 800;
}
@media screen and (max-width: 820px) {
  #topbar {
    background: #009494;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    position: sticky;
    top: 65px;
    z-index: 800;
    display: none !important;
  }
}


#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}


.banner{  
  /* min-height:fit-content !important; */
  height: 100%;
  padding-top: 100px !important;
  overflow: hidden;
  background: rgb(4,4,4);
  background: linear-gradient(45deg, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.7) 90%), url("../img/rnd1_.jpg") center center no-repeat;
  background-size: cover;
  }

  @media screen and (max-width: 1000px) {
    .banner {
      height: max-content;
    }
  }
  
.form-bg3{
  border-radius: 1cap !important;
  padding-top: 30px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  background:linear-gradient(180deg, rgb(0, 130, 130) 24%, rgba(186,180,180,0.2763306005996149) 100%), url("../img/Contact-Form/auth-bg-2.webp") !important;
  background-size: cover !important;
  background-repeat: repeat !important;
}

.form-bg3 .form-group{
  margin-top: 2% !important;
} 

.form-bg-modal{  
  background:linear-gradient(180deg, rgba(0, 130, 130) 24%, rgba(186,180,180,0.2763306005996149) 100%), url("../img/Contact-Form/auth-bg-2.webp") !important;
  background-size: cover !important;
  background-repeat: repeat !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  /* top:126px */
}

.form-bg-modal label{
  color: white;
  font-weight: bold;
}

 
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #ffffff;
  --heading-color: #ffffff;
  color: #009494;
  transition: all 0.5s;
  z-index: 997;
  background-color: var(--background-color);
}

.header .topbar {
  background-color: color-mix(in srgb, var(--accent-color) 90%, black 10%);
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i {
  font-style: normal;
  color: var(--contrast-color);
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  padding-left: 5px;
  color: var(--contrast-color);
}

@media (max-width: 575px) {

  .header .topbar .contact-info i a,
  .header .topbar .contact-info i span {
    font-size: 13px;
  }
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i a:hover {
  color: var(--contrast-color);
  text-decoration: underline;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, var(--contrast-color), transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .topbar .social-links a:hover {
  color: var(--contrast-color);
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  font-size: 32px;
  margin-left: 2px;
  color: var(--nav-hover-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }


  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
 
 

.navbar2 {
  padding: 0; 
}

.navbar2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar2 li {
  position: relative;
}

.navbar2 a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  margin-left: 10px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar2 a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  margin-left: 10px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
  color: #009494;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar2 a:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 10px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
  color: #009494;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar2 a i,
.navbar2 a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar2 a:hover,
.navbar2 .active,
.navbar2 .active:focus,
.navbar2 li:hover>a {
  background: rgba(255, 255, 255, 0.2);
}

.navbar2 .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar2 .dropdown ul li {
  min-width: max-content !important;
}

.navbar2 .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #2f4d5a;
}

.navbar2 .dropdown ul a i {
  font-size: 12px;
}

.navbar2 .dropdown ul a:hover,
.navbar2 .dropdown ul .active:hover,
.navbar2 .dropdown ul li:hover>a {
  color: #fff;
  background-color: #000080;
}

.navbar2 .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar2 .megamenu {
  position: static;
  width: 100% !important;
}

.navbar2 .megamenu ul {
  margin: 0;
  padding: 20px;
width: max-content;
  display: block;
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
}

.navbar2 .megamenu ul li {
  flex: 1;
}

.navbar2 .megamenu ul li strong {
  padding: 10px 0 10px 20px;
  display: block;
}

.navbar2 .megamenu ul li a,
.navbar2 .megamenu ul li:hover>a {
  color: rgba(var(--color-white-rgb), 0.5);
  background: none;
  padding: 8px 10px;
}

.navbar2 .megamenu ul li a:hover,
.navbar2 .megamenu ul li .active,
.navbar2 .megamenu ul li .active:hover {
  color: #fff;
  background-color: #000080;
}

.navbar2 .megamenu:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar2 .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar2 .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar2 .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar2 .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar2 ul {
    display: none;
  }
}
 


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 87vh;
  background: url("../img/rnd1_.jpg") top left ; 
  background-size: cover; 
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
 
#hero .container { 
  position: relative;
  padding-top: 16%;
 
}

 #hero hr{
  color: #009494;
  font-weight: bolder;
 }

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  top: 8% !important;
  line-height: 56px;
  color: #ffffff;
  font-family: 'Poppins';
   
}
#hero h2 {
  position: relative;
  color: #f9f9f9;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 600;
    border-top: 4px solid #009494;
    width: fit-content;
}
/* 
#hero h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  height: 5px;
  background-color: #009494;
  transform: translateY(-50%);
  animation: width 20s ease infinite;
  transform-origin: left center;
}

@keyframes width {
  0% { width: 1%; }
  100% { width: 50%; }
}
  */
  #hero .btn-get-started {
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #009494;
  }
  
  #hero .btn-get-started:hover {
    color: #009494;
    background: #fff;
  }
  
  #hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #009494;
    font-weight: 600;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid white;
  }
  
  #hero .btn-watch-video i {
    color: #009494;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
  
  #hero .btn-watch-video:hover {
    color: #009494;
  }
  
  #hero .btn-watch-video:hover i {
    color: #009494;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero { 
      height: auto;
   
    }
  
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
      word-wrap: break-word;
    }
  
    #hero .btn-get-started,
    #hero .btn-watch-video {
      font-size: 13px;
    }
   
  }
  
  @media (max-height: 500px) {
    #hero {
      height: auto;
      background: url("../img/slides/app_bg1.webp") top left;
      background-size:cover;
      position: relative;
      background-repeat: no-repeat;
    }
    #hero h2 {
      border-top: 5px solid #009494;
      word-wrap: break-word;
   
    }
  }


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.line{
  border-bottom: 1px solid #0606064e;
border-radius: 70%;
width: 50%;
margin-left: auto;
margin-right: auto;
}



.call-to-action{
  margin-top: 2%;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  color:#000;
  text-shadow: 2px 5px 3px #c4cd0f;
  animation-name:blink;
  animation-duration:1.5s;
  animation-timing-function:ease;
  animation-iteration-count:Infinite;
}
/* @keyframes blink {
  0%, 100% {opacity: 1;}
  50% {opacity: 0;}
} */
@keyframes blink{
  0%{color:red;}
  50%{color:red;} 
  75%{color:#000080;} 
  100%{color:#000080;} 
}

section {
  padding: 5px 0;
  overflow: hidden;
}

.section-bg {
  /* background-color: #0094943f; */
  background-color: #d8ecec88;
  /* background-color:#00e2bd; */
  
}
.section-bg2 {
  /* background-color: #0094943f; */
  background-color: #c3e8e8ce;
  /* background-color:#00e2bd; */
  
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  color: #000080;
}

.section-title-left {
  text-align: left;
  padding-bottom: 10px;
}

.section-title h1{
  font-size:30px;
}


@media (max-width: 430px) {
  .section-title h1{
    font-size:25px !important;
    word-wrap: break-word !important;
  }
}

.section-title h1 span {
  color: #009494;
}

.section-title-left h1 span {
  color: #009494;
}

.section-title-left h4 {
  /* letter-spacing: 1px; */
  font-weight: 700;
  font-size: 20px;
  /* padding: 1px 2px;
  margin: 0; */
  color: #474848;
  /* display: inline-block; */
  /* text-transform: capitalize; */
  /* border-bottom: 2px solid #303030; */
}

.section-title-left h3 {
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 700;
  padding: 1px 2px;
  margin: 0;
  color: #474848;
  display: inline-block;
  /* text-transform: capitalize; */
  border-bottom: 2px solid #303030;
}

.section-title-left h3 span {
  color: #009494;
}

.section-title h2 {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  color: #242525;
  display: inline-block;
  /* text-transform: capitalize; */
  border-bottom: 2px solid #009494;
  word-wrap: break-word;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: 700;
  
  /* text-transform: capitalize; */
}

.section-title h2 span {
  color: #009494;
  
}

.section-title h3 span {
  color: #009494;
  
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.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: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
 
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  color: #000;
  height: 100% !important;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #009494;
  top: 0;
  border-radius: 0px;
  color: #fff;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #009494;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .title {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 2%;
}

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

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px !important;
}

.about .content ul li:first-child {
  margin-top: 2px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #009494;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 14px;
}

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


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

.about .content-list ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px !important;
}

.about .content-list ul li:first-child {
  margin-top: 10px;
}

.about .content-list ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #009494;
  border-radius: 50px;
}

.about .content-list ul li p {
    padding: 20px 0px; 
}

.about .content-list ul h5 {
  font-size: 18px;
  color: #555555;
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: 'Poppins';
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #009494;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
  
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #009494;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box .counter{
text-align: center !important;
}

.counts .count-box .counter h4 {
  font-size: 36px;
  /* display: flex; */
  font-weight: 600;
  color: #062b5b; 

}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Poppins';
  font-size: 14px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
  background-color: #fff;
}

.clients img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 10px;
  width: 100%;
  transition: all ease-in-out 0.3s;
  background: #fff;
  margin: 10px 5px;
}

  .services .icon-box .icon {
      margin: 0 auto;
      background: #f1f6fe;
      border-radius: 4px;
      border: 1px solid #000080;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: ease-in-out 0.3s;
  }

  .services .icon-box .icon img{
      width : 150px;
      height : 200px;
      background-size : cover;
  }

      .services .icon-box .icon i {
          color: #000080;
          font-size: 28px;
          transition: ease-in-out 0.3s;
      }

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

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

  .services .icon-box p {
      line-height: 24px;
      font-size: 14px;
      margin-bottom: 0;
      color: #111;
  }

  .services .icon-box:hover {
      border-color: #009494;
      box-shadow: 0px 0 25px 0 rgba(0, 148, 148, 1);
  }

      .services .icon-box:hover h4 a,
      .services .icon-box:hover .icon i {
          color: #009494;
      }

      .services .icon-box:hover .icon {
          border-color: #009494;
      }


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials55{
  padding: 80px 0;
  background: url("../img/testimonials-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}


.testimonials55::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

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

.testimonials .testimonial-item h4 {
  font-size: 20px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  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: italic;
  margin: 0 auto 15px auto;
  color: #eee;
  font-size: 14px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009494;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

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

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

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

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #009494;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

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

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

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

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.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: 30px;
}

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

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

.team {
  --background-color: #fdfbfb00
}

.team .member {
  position: relative
}

.team .member .member-img {
  margin: 0 0;
  border-radius: 1%;
  overflow: hidden;
  position: relative;
  min-width: 250px;
  min-height: 250px;
  
}

@media (max-width:991px) {
  .team .member .member-img {
      margin: 0 !important
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: .3s;
  visibility: hidden;
  opacity: 0
}

.team .member .member-img .social a {
  transition: .3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px
}

.team .member .member-img .social a:hover {
  color: var(--accent-color)
}

.team .member .member-info {
  margin-top: 30px;
  color: #ffffff
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 20px;
  color: #ffde59;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: rgba(var(--default-color-rgb), .6);
  margin-bottom: 10px
}

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

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1
}

.team .member2 {
  position: relative;
  background: linear-gradient(335deg, rgba(0, 0, 128, 1) 5%, rgba(0, 148, 148, 1) 71%);
  padding: 5%;
  color: #fff;
  border-radius: 2%;
  margin: 2px
}

.team .member2 .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid var(--background-color);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, .2)
}

@media (max-width:1024px) {
  .team .member2 .member-img {
      margin: 0 60px
  }
}

.team .member2 .member-img img {
  position: relative;
  z-index: 1
}

.team .member2 .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: .3s;
  visibility: hidden;
  opacity: 0
}

.team .member2 .member-img .social a {
  transition: .3s;
  color: #000080;
  font-size: 20px;
  margin: 0 8px
}

.team .member2 .member-img .social a:hover {
  color: var(--accent-color)
}

.team .member2 .member-info {
  margin-top: 30px
}

.team .member2 .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 20px
}

.team .member2 .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: rgba(var(--default-color-rgb), .6);
  margin-bottom: 10px
}

.team .member2 .member-info p {
  margin-bottom: 0;
  font-size: 14px
}

.team .member2:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 22px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 20px;
  color: #009494;
  font-weight: 600;
  font-family: 'Poppins';
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #009494;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #009494;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins';
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #009494;
}

.pricing .featured h3 {
  color: #fff;
  background: #009494;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #009494;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #009494;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #009494;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 22px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #009494;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #009494;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px; 
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #009494;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #009494;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #009494;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1d1c1c!important;
  padding: 0 0 0 0;
  color: #444444;
  font-size: 14px;
}




#footer .footer-newsletter {
  padding: 0px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
 
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009494;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1d1c1c;
  /* border-top:2px solid #009494 !important;
  border-bottom:1px solid #fff; */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #009494;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins';
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #009494;
  position: relative;
  padding-bottom: 12px;
 
}

#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: #009494;
  font-size: 18px;
  line-height: 1;
}

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

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fcfcfc;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer  .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #009494;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer  .social-links a:hover {
  background: #fff;
  color: #009494;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #1d1c1c;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.no-draggable{
  resize: none;
}


.btn-get-started {
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  border: none;
  transition: 0.5s;
  color: #fff;
  background: #000080;
}

.btn-get-started:hover {
  background: #009494;
  color: #fff;
}



.bg-green{
  background-color: #000080 !important;
  border-bottom: 2px solid #009494;
}


.custnav {
  background-color: #009494;
  position: sticky;
  top: 85px;
  z-index: 995;
  justify-content: center !important;
  display: flex !important
}

.section-titles p{
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #000080!important;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}



.card {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.card.clickable-element {
  cursor: pointer;
}

.card.clickable-element:hover {
  -webkit-box-shadow: 1px 1px 8px #ced4da;
  box-shadow: 1px 1px 8px #ced4da;
}

.card.clickable-element.card-silent:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-group .card {
  margin-bottom: 0;
}

@media (min-width: 576px) {

  .card-group .card+.card-outline-primary,
  .card-group .card+.card-outline-secondary,
  .card-group .card+.card-outline-success,
  .card-group .card+.card-outline-info,
  .card-group .card+.card-outline-warning,
  .card-group .card+.card-outline-danger {
    position: relative;
    z-index: 1;
    left: -1px;
  }

  .card-group .card+.card-outline-primary+.card-outline-primary,
  .card-group .card+.card-outline-secondary+.card-outline-primary,
  .card-group .card+.card-outline-success+.card-outline-primary,
  .card-group .card+.card-outline-info+.card-outline-primary,
  .card-group .card+.card-outline-warning+.card-outline-primary,
  .card-group .card+.card-outline-danger+.card-outline-primary {
    border-left: none;
  }

  .card-group .card+.card-outline-secondary {
    border-left: 1px solid #ccc;
  }

  .card-group .card+.card-outline-success {
    border-left: 1px solid #5cb85c;
  }

  .card-group .card+.card-outline-info {
    border-left: 1px solid #5bc0de;
  }

  .card-group .card+.card-outline-warning {
    border-left: 1px solid #f0ad4e;
  }

  .card-group .card+.card-outline-danger {
    border-left: 1px solid #d9534f;
  }
}

.card-ribbon {
  width: 200px;
  padding: 2px 5px;
  position: absolute;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}

.card-ribbon-top {
  top: 20px;
}

.card-ribbon-bottom {
  bottom: 20px;
}

.card-ribbon-left {
  left: -70px;
}

.card-ribbon-right {
  right: -70px;
}

.card-ribbon-top.card-ribbon-left,
.card-ribbon-bottom.card-ribbon-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card-ribbon-top.card-ribbon-right,
.card-ribbon-bottom.card-ribbon-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-block-overlap {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

@media (min-width: 576px) {

  .card-grid-overlap .col-lg,
  .card-grid-overlap .col-lg-1,
  .card-grid-overlap .col-lg-10,
  .card-grid-overlap .col-lg-11,
  .card-grid-overlap .col-lg-12,
  .card-grid-overlap .col-lg-2,
  .card-grid-overlap .col-lg-3,
  .card-grid-overlap .col-lg-4,
  .card-grid-overlap .col-lg-5,
  .card-grid-overlap .col-lg-6,
  .card-grid-overlap .col-lg-7,
  .card-grid-overlap .col-lg-8,
  .card-grid-overlap .col-lg-9,
  .card-grid-overlap .col-md,
  .card-grid-overlap .col-md-1,
  .card-grid-overlap .col-md-10,
  .card-grid-overlap .col-md-11,
  .card-grid-overlap .col-md-12,
  .card-grid-overlap .col-md-2,
  .card-grid-overlap .col-md-3,
  .card-grid-overlap .col-md-4,
  .card-grid-overlap .col-md-5,
  .card-grid-overlap .col-md-6,
  .card-grid-overlap .col-md-7,
  .card-grid-overlap .col-md-8,
  .card-grid-overlap .col-md-9,
  .card-grid-overlap .col-sm,
  .card-grid-overlap .col-sm-1,
  .card-grid-overlap .col-sm-10,
  .card-grid-overlap .col-sm-11,
  .card-grid-overlap .col-sm-12,
  .card-grid-overlap .col-sm-2,
  .card-grid-overlap .col-sm-3,
  .card-grid-overlap .col-sm-4,
  .card-grid-overlap .col-sm-5,
  .card-grid-overlap .col-sm-6,
  .card-grid-overlap .col-sm-7,
  .card-grid-overlap .col-sm-8,
  .card-grid-overlap .col-sm-9,
  .card-grid-overlap .col-xl,
  .card-grid-overlap .col-xl-1,
  .card-grid-overlap .col-xl-10,
  .card-grid-overlap .col-xl-11,
  .card-grid-overlap .col-xl-12,
  .card-grid-overlap .col-xl-2,
  .card-grid-overlap .col-xl-3,
  .card-grid-overlap .col-xl-4,
  .card-grid-overlap .col-xl-5,
  .card-grid-overlap .col-xl-6,
  .card-grid-overlap .col-xl-7,
  .card-grid-overlap .col-xl-8,
  .card-grid-overlap .col-xl-9,
  .card-grid-overlap .col-xs,
  .card-grid-overlap .col-xs-1,
  .card-grid-overlap .col-xs-10,
  .card-grid-overlap .col-xs-11,
  .card-grid-overlap .col-xs-12,
  .card-grid-overlap .col-xs-2,
  .card-grid-overlap .col-xs-3,
  .card-grid-overlap .col-xs-4,
  .card-grid-overlap .col-xs-5,
  .card-grid-overlap .col-xs-6,
  .card-grid-overlap .col-xs-7,
  .card-grid-overlap .col-xs-8,
  .card-grid-overlap .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-grid-overlap .card {
    margin-left: -1px;
  }

  .card-grid-overlap .card-outline-primary,
  .card-grid-overlap .card-outline-secondary,
  .card-grid-overlap .card-outline-success,
  .card-grid-overlap .card-outline-info,
  .card-grid-overlap .card-outline-warning,
  .card-grid-overlap .card-outline-danger {
    position: relative;
    z-index: 1;
  }
}

.card-accordion .card-header a[data-toggle="collapse"] {
  display: block;
  padding: 15px;
}

.card-accordion .card-header a[data-toggle="collapse"]:after {
  font-family: 'Boxicons';
  speak: none;
  display: inline-block;
  content: "\e921"; /* Replace with the code for bx bxs-right-arrow */
  float: right;
  line-height: 1;
  width: 22px;
  font-size: 20px;
  text-align: center;
}


.card-accordion .card-header a[data-toggle="collapse"].collapsed:after {
  font-family: 'Boxicons';
  speak: none;
  display: inline-block;
  content: "\e918"; /* Replace with the code for bx bxs-down-arrow */
}


.card-accordion .card-header a[data-toggle="collapse"]:hover {
  text-decoration: none;
}

.card-accordion.card-accordion-icons-left .card-header a[data-toggle="collapse"]:after {
  float: left;
  padding-right: 0.6em;
}

.card-accordion.card-accordion-list-style .card {
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin-bottom: -1px;
}

.card-accordion.card-accordion-list-style .card-header {
  background: transparent;
  border: none;
}

.card-accordion.card-accordion-list-style .card-header a[data-toggle="collapse"] {
  padding: 8px 15px;
}

.card-accordion.card-accordion-list-style .card-header a[data-toggle="collapse"]:after {
  font-size: 16px;
  line-height: 20px;
}


.text-primary{
  color: #009494 !important;
}

.form-group{
  margin-top: 2%;
}

.bg-primary{
  background-color: #009494 !important;
}

.bx-chevron-down, .bx-chevron-up{
  font-size: 30px !important;
}

.text-blue{
  color: #000080 !important;
}

#footer a {
  color: #009494;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffffff9a;
}

@media screen and (min-width: 500px) {
  /* For medium screens and larger */
  .text-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 500px) {
  /* For medium screens and larger */
  .text-justify {
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  /* For large screens and larger */
  .text-justify {
    text-align: justify;
  }
}
/* Services Section - Home Page
------------------------------*/
.services .service-item {
  position: relative;
  padding-top: 40px;
}

.services .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(var(--default-color-rgb), 0);
}

.services .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--accent-color), 0;
  border-right: 5px solid var(--background-color), 0;
}

.services .service-item .icon {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 10px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.services .service-item .icon i {
  color: #000080;
  font-size: 25px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: rgba(var(--accent-color-rgb), 0.3);
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .service-item .title a {
  color: var(--heading-color);
}

.services .service-item .title a:hover {
  color: var(--accent-color);
}

.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
}

.overlay-open {
  overflow: hidden;
  position: relative;
}

.overlay-content,
.overlay-hover-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 2em 1em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  display: block;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-content:after,
.overlay-hover-content:after {
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  content: '';
  z-index: 2;
}

.overlay-content>*,
.overlay-hover-content>* {
  z-index: 4;
  position: relative;
}

.overlay-content.overlay-slide-down,
.overlay-content.overlay-slide-up,
.overlay-hover-content.overlay-slide-down,
.overlay-hover-content.overlay-slide-up {
  visibility: visible;
  height: 0;
  opacity: 100;
  top: -50%;
}

.overlay-content.overlay-slide-up,
.overlay-hover-content.overlay-slide-up {
  bottom: -50%;
  top: auto;
}

.overlay {
  position: relative;
}

.overlay.overlay-fp {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1040000;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  color: #ffffff;
}

.overlay .overlay-link {
  color: #ffffff;
}

.overlay .overlay-link:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.95;
  display: block !important;
  background: #242424;
}

.overlay>* {
  z-index: 4;
  position: relative;
}

.overlay.slide-down,
.overlay.slide-up {
  visibility: visible;
  height: 0;
  opacity: 1;
}

.overlay.slide-up {
  bottom: 0;
  top: auto;
}

.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.overlay.overlay-active .overlay-content,
.overlay.overlay-active .overlay-hover-content {
  opacity: 1;
}

.overlay.overlay-active .overlay-content:after,
.overlay.overlay-active .overlay-hover-content:after {
  display: none;
}

.overlay.overlay-active.slide-down,
.overlay.overlay-active.slide-up {
  height: 100%;
  visibility: visible;
}

.overlay.rounded:after {
  border-radius: .25rem;
}

.overlay-content {
  z-index: 1040001;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 5% 10%;
  overflow-y: scroll;
}

.overlay-content .overlay-header:after,
.overlay-content .overlay-footer:before {
  content: '';
  height: 1px;
  width: 40%;
  margin: 30px auto;
  background: #ffffff;
  display: block;
  opacity: 0.2;
}

.overlay-trigger {
  cursor: pointer;
}

.overlay .close {
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1040002;
  opacity: 0.7;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.overlay .close:hover {
  opacity: 1;
}

.nav-overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-overlay .nav-link {
  padding: 10px 0;
  margin: 10px 0;
  font-size: 2.4rem;
  display: block;
  font-weight: 700;
}

.overlay-footer {
  font-size: 90%;
}

.overlay-hover {
  position: relative;
  display: block;
  z-index: 1;
}

.overlay-hover.card .overlay-hover-content:after {
  border-radius: 2px;
}

.overlay-hover:hover .overlay-hover-content,
.overlay-hover.overlay-active .overlay-hover-content {
  opacity: 1;
}

.overlay-hover:hover .overlay-slide-down,
.overlay-hover:hover .overlay-slide-up,
.overlay-hover.overlay-active .overlay-slide-down,
.overlay-hover.overlay-active .overlay-slide-up {
  height: 100%;
  visibility: visible;
  top: auto;
  bottom: auto;
}

.overlay-hover.rounded:after {
  border-radius: .25rem;
}

.overlay-persist {
  position: relative;
}

.overlay.overlay-gradient:after,
.overlay-hover-content.overlay-gradient:after {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#242424));
  background-image: linear-gradient(to bottom, transparent 0%, #242424 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-gradient-flip:after,
.overlay-hover-content.overlay-gradient-flip:after {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#242424), to(transparent));
  background-image: linear-gradient(to bottom, #242424 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-light .overlay-content,
.overlay-hover-content.overlay-light .overlay-content {
  color: white;
}

.overlay.overlay-light:after,
.overlay-hover-content.overlay-light:after {
  background: #f8f9fa;
}

.overlay.overlay-light.overlay-gradient:after,
.overlay-hover-content.overlay-light.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f8f9fa));
  background-image: linear-gradient(to bottom, transparent 0%, #f8f9fa 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-light.overlay-gradient-flip:after,
.overlay-hover-content.overlay-light.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(transparent));
  background-image: linear-gradient(to bottom, #f8f9fa 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-light .overlay-item,
.overlay.overlay-light .overlay-link,
.overlay.overlay-light .overlay-close,
.overlay.overlay-light .close,
.overlay-hover-content.overlay-light .overlay-item,
.overlay-hover-content.overlay-light .overlay-link,
.overlay-hover-content.overlay-light .overlay-close,
.overlay-hover-content.overlay-light .close {
  color: white;
}

.overlay.overlay-light .overlay-header:after,
.overlay.overlay-light .overlay-footer:before,
.overlay-hover-content.overlay-light .overlay-header:after,
.overlay-hover-content.overlay-light .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-grey .overlay-content,
.overlay-hover-content.overlay-grey .overlay-content {
  color: white;
}

.overlay.overlay-grey:after,
.overlay-hover-content.overlay-grey:after {
  background: #e9ecef;
}

.overlay.overlay-grey.overlay-gradient:after,
.overlay-hover-content.overlay-grey.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e9ecef));
  background-image: linear-gradient(to bottom, transparent 0%, #e9ecef 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-grey.overlay-gradient-flip:after,
.overlay-hover-content.overlay-grey.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9ecef), to(transparent));
  background-image: linear-gradient(to bottom, #e9ecef 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-grey .overlay-item,
.overlay.overlay-grey .overlay-link,
.overlay.overlay-grey .overlay-close,
.overlay.overlay-grey .close,
.overlay-hover-content.overlay-grey .overlay-item,
.overlay-hover-content.overlay-grey .overlay-link,
.overlay-hover-content.overlay-grey .overlay-close,
.overlay-hover-content.overlay-grey .close {
  color: white;
}

.overlay.overlay-grey .overlay-header:after,
.overlay.overlay-grey .overlay-footer:before,
.overlay-hover-content.overlay-grey .overlay-header:after,
.overlay-hover-content.overlay-grey .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-grey-dark .overlay-content,
.overlay-hover-content.overlay-grey-dark .overlay-content {
  color: white;
}

.overlay.overlay-grey-dark:after,
.overlay-hover-content.overlay-grey-dark:after {
  background: #495057;
}

.overlay.overlay-grey-dark.overlay-gradient:after,
.overlay-hover-content.overlay-grey-dark.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#495057));
  background-image: linear-gradient(to bottom, transparent 0%, #495057 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-grey-dark.overlay-gradient-flip:after,
.overlay-hover-content.overlay-grey-dark.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#495057), to(transparent));
  background-image: linear-gradient(to bottom, #495057 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-grey-dark .overlay-item,
.overlay.overlay-grey-dark .overlay-link,
.overlay.overlay-grey-dark .overlay-close,
.overlay.overlay-grey-dark .close,
.overlay-hover-content.overlay-grey-dark .overlay-item,
.overlay-hover-content.overlay-grey-dark .overlay-link,
.overlay-hover-content.overlay-grey-dark .overlay-close,
.overlay-hover-content.overlay-grey-dark .close {
  color: white;
}

.overlay.overlay-grey-dark .overlay-header:after,
.overlay.overlay-grey-dark .overlay-footer:before,
.overlay-hover-content.overlay-grey-dark .overlay-header:after,
.overlay-hover-content.overlay-grey-dark .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-primary .overlay-content,
.overlay-hover-content.overlay-primary .overlay-content {
  color: white;
}

.overlay.overlay-primary:after,
.overlay-hover-content.overlay-primary:after {
  background: #55A79A;
}

.overlay.overlay-primary.overlay-gradient:after,
.overlay-hover-content.overlay-primary.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#55A79A));
  background-image: linear-gradient(to bottom, transparent 0%, #55A79A 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-primary.overlay-gradient-flip:after,
.overlay-hover-content.overlay-primary.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#55A79A), to(transparent));
  background-image: linear-gradient(to bottom, #55A79A 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-primary .overlay-item,
.overlay.overlay-primary .overlay-link,
.overlay.overlay-primary .overlay-close,
.overlay.overlay-primary .close,
.overlay-hover-content.overlay-primary .overlay-item,
.overlay-hover-content.overlay-primary .overlay-link,
.overlay-hover-content.overlay-primary .overlay-close,
.overlay-hover-content.overlay-primary .close {
  color: white;
}

.overlay.overlay-primary .overlay-header:after,
.overlay.overlay-primary .overlay-footer:before,
.overlay-hover-content.overlay-primary .overlay-header:after,
.overlay-hover-content.overlay-primary .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-primary-dark .overlay-content,
.overlay-hover-content.overlay-primary-dark .overlay-content {
  color: white;
}

.overlay.overlay-primary-dark:after,
.overlay-hover-content.overlay-primary-dark:after {
  background: #33635c;
}

.overlay.overlay-primary-dark.overlay-gradient:after,
.overlay-hover-content.overlay-primary-dark.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#33635c));
  background-image: linear-gradient(to bottom, transparent 0%, #33635c 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-primary-dark.overlay-gradient-flip:after,
.overlay-hover-content.overlay-primary-dark.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33635c), to(transparent));
  background-image: linear-gradient(to bottom, #33635c 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-primary-dark .overlay-item,
.overlay.overlay-primary-dark .overlay-link,
.overlay.overlay-primary-dark .overlay-close,
.overlay.overlay-primary-dark .close,
.overlay-hover-content.overlay-primary-dark .overlay-item,
.overlay-hover-content.overlay-primary-dark .overlay-link,
.overlay-hover-content.overlay-primary-dark .overlay-close,
.overlay-hover-content.overlay-primary-dark .close {
  color: white;
}

.overlay.overlay-primary-dark .overlay-header:after,
.overlay.overlay-primary-dark .overlay-footer:before,
.overlay-hover-content.overlay-primary-dark .overlay-header:after,
.overlay-hover-content.overlay-primary-dark .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-primary-faded .overlay-content,
.overlay-hover-content.overlay-primary-faded .overlay-content {
  color: white;
}

.overlay.overlay-primary-faded:after,
.overlay-hover-content.overlay-primary-faded:after {
  background: rgba(85, 167, 154, 0.3);
}

.overlay.overlay-primary-faded.overlay-gradient:after,
.overlay-hover-content.overlay-primary-faded.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(85, 167, 154, 0.3)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(85, 167, 154, 0.3) 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-primary-faded.overlay-gradient-flip:after,
.overlay-hover-content.overlay-primary-faded.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 167, 154, 0.3)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(85, 167, 154, 0.3) 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-primary-faded .overlay-item,
.overlay.overlay-primary-faded .overlay-link,
.overlay.overlay-primary-faded .overlay-close,
.overlay.overlay-primary-faded .close,
.overlay-hover-content.overlay-primary-faded .overlay-item,
.overlay-hover-content.overlay-primary-faded .overlay-link,
.overlay-hover-content.overlay-primary-faded .overlay-close,
.overlay-hover-content.overlay-primary-faded .close {
  color: white;
}

.overlay.overlay-primary-faded .overlay-header:after,
.overlay.overlay-primary-faded .overlay-footer:before,
.overlay-hover-content.overlay-primary-faded .overlay-header:after,
.overlay-hover-content.overlay-primary-faded .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-info .overlay-content,
.overlay-hover-content.overlay-info .overlay-content {
  color: white;
}

.overlay.overlay-info:after,
.overlay-hover-content.overlay-info:after {
  background: #17a2b8;
}

.overlay.overlay-info.overlay-gradient:after,
.overlay-hover-content.overlay-info.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#17a2b8));
  background-image: linear-gradient(to bottom, transparent 0%, #17a2b8 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-info.overlay-gradient-flip:after,
.overlay-hover-content.overlay-info.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#17a2b8), to(transparent));
  background-image: linear-gradient(to bottom, #17a2b8 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-info .overlay-item,
.overlay.overlay-info .overlay-link,
.overlay.overlay-info .overlay-close,
.overlay.overlay-info .close,
.overlay-hover-content.overlay-info .overlay-item,
.overlay-hover-content.overlay-info .overlay-link,
.overlay-hover-content.overlay-info .overlay-close,
.overlay-hover-content.overlay-info .close {
  color: white;
}

.overlay.overlay-info .overlay-header:after,
.overlay.overlay-info .overlay-footer:before,
.overlay-hover-content.overlay-info .overlay-header:after,
.overlay-hover-content.overlay-info .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-success .overlay-content,
.overlay-hover-content.overlay-success .overlay-content {
  color: white;
}

.overlay.overlay-success:after,
.overlay-hover-content.overlay-success:after {
  background: #28a745;
}

.overlay.overlay-success.overlay-gradient:after,
.overlay-hover-content.overlay-success.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#28a745));
  background-image: linear-gradient(to bottom, transparent 0%, #28a745 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-success.overlay-gradient-flip:after,
.overlay-hover-content.overlay-success.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28a745), to(transparent));
  background-image: linear-gradient(to bottom, #28a745 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-success .overlay-item,
.overlay.overlay-success .overlay-link,
.overlay.overlay-success .overlay-close,
.overlay.overlay-success .close,
.overlay-hover-content.overlay-success .overlay-item,
.overlay-hover-content.overlay-success .overlay-link,
.overlay-hover-content.overlay-success .overlay-close,
.overlay-hover-content.overlay-success .close {
  color: white;
}

.overlay.overlay-success .overlay-header:after,
.overlay.overlay-success .overlay-footer:before,
.overlay-hover-content.overlay-success .overlay-header:after,
.overlay-hover-content.overlay-success .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-warning .overlay-content,
.overlay-hover-content.overlay-warning .overlay-content {
  color: white;
}

.overlay.overlay-warning:after,
.overlay-hover-content.overlay-warning:after {
  background: #ffc107;
}

.overlay.overlay-warning.overlay-gradient:after,
.overlay-hover-content.overlay-warning.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffc107));
  background-image: linear-gradient(to bottom, transparent 0%, #ffc107 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-warning.overlay-gradient-flip:after,
.overlay-hover-content.overlay-warning.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc107), to(transparent));
  background-image: linear-gradient(to bottom, #ffc107 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-warning .overlay-item,
.overlay.overlay-warning .overlay-link,
.overlay.overlay-warning .overlay-close,
.overlay.overlay-warning .close,
.overlay-hover-content.overlay-warning .overlay-item,
.overlay-hover-content.overlay-warning .overlay-link,
.overlay-hover-content.overlay-warning .overlay-close,
.overlay-hover-content.overlay-warning .close {
  color: white;
}

.overlay.overlay-warning .overlay-header:after,
.overlay.overlay-warning .overlay-footer:before,
.overlay-hover-content.overlay-warning .overlay-header:after,
.overlay-hover-content.overlay-warning .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-danger .overlay-content,
.overlay-hover-content.overlay-danger .overlay-content {
  color: white;
}

.overlay.overlay-danger:after,
.overlay-hover-content.overlay-danger:after {
  background: #dc3545;
}

.overlay.overlay-danger.overlay-gradient:after,
.overlay-hover-content.overlay-danger.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dc3545));
  background-image: linear-gradient(to bottom, transparent 0%, #dc3545 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-danger.overlay-gradient-flip:after,
.overlay-hover-content.overlay-danger.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc3545), to(transparent));
  background-image: linear-gradient(to bottom, #dc3545 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-danger .overlay-item,
.overlay.overlay-danger .overlay-link,
.overlay.overlay-danger .overlay-close,
.overlay.overlay-danger .close,
.overlay-hover-content.overlay-danger .overlay-item,
.overlay-hover-content.overlay-danger .overlay-link,
.overlay-hover-content.overlay-danger .overlay-close,
.overlay-hover-content.overlay-danger .close {
  color: white;
}

.overlay.overlay-danger .overlay-header:after,
.overlay.overlay-danger .overlay-footer:before,
.overlay-hover-content.overlay-danger .overlay-header:after,
.overlay-hover-content.overlay-danger .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-dark .overlay-content,
.overlay-hover-content.overlay-dark .overlay-content {
  color: white;
}

.overlay.overlay-dark:after,
.overlay-hover-content.overlay-dark:after {
  background: #343a40;
}

.overlay.overlay-dark.overlay-gradient:after,
.overlay-hover-content.overlay-dark.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#343a40));
  background-image: linear-gradient(to bottom, transparent 0%, #343a40 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-dark.overlay-gradient-flip:after,
.overlay-hover-content.overlay-dark.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#343a40), to(transparent));
  background-image: linear-gradient(to bottom, #343a40 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-dark .overlay-item,
.overlay.overlay-dark .overlay-link,
.overlay.overlay-dark .overlay-close,
.overlay.overlay-dark .close,
.overlay-hover-content.overlay-dark .overlay-item,
.overlay-hover-content.overlay-dark .overlay-link,
.overlay-hover-content.overlay-dark .overlay-close,
.overlay-hover-content.overlay-dark .close {
  color: white;
}

.overlay.overlay-dark .overlay-header:after,
.overlay.overlay-dark .overlay-footer:before,
.overlay-hover-content.overlay-dark .overlay-header:after,
.overlay-hover-content.overlay-dark .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-secondary .overlay-content,
.overlay-hover-content.overlay-secondary .overlay-content {
  color: white;
}

.overlay.overlay-secondary:after,
.overlay-hover-content.overlay-secondary:after {
  background: #6c757d;
}

.overlay.overlay-secondary.overlay-gradient:after,
.overlay-hover-content.overlay-secondary.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#6c757d));
  background-image: linear-gradient(to bottom, transparent 0%, #6c757d 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-secondary.overlay-gradient-flip:after,
.overlay-hover-content.overlay-secondary.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6c757d), to(transparent));
  background-image: linear-gradient(to bottom, #6c757d 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-secondary .overlay-item,
.overlay.overlay-secondary .overlay-link,
.overlay.overlay-secondary .overlay-close,
.overlay.overlay-secondary .close,
.overlay-hover-content.overlay-secondary .overlay-item,
.overlay-hover-content.overlay-secondary .overlay-link,
.overlay-hover-content.overlay-secondary .overlay-close,
.overlay-hover-content.overlay-secondary .close {
  color: white;
}

.overlay.overlay-secondary .overlay-header:after,
.overlay.overlay-secondary .overlay-footer:before,
.overlay-hover-content.overlay-secondary .overlay-header:after,
.overlay-hover-content.overlay-secondary .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-black .overlay-content,
.overlay-hover-content.overlay-black .overlay-content {
  color: white;
}

.overlay.overlay-black:after,
.overlay-hover-content.overlay-black:after {
  background: #000;
}

.overlay.overlay-black.overlay-gradient:after,
.overlay-hover-content.overlay-black.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-black.overlay-gradient-flip:after,
.overlay-hover-content.overlay-black.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-black .overlay-item,
.overlay.overlay-black .overlay-link,
.overlay.overlay-black .overlay-close,
.overlay.overlay-black .close,
.overlay-hover-content.overlay-black .overlay-item,
.overlay-hover-content.overlay-black .overlay-link,
.overlay-hover-content.overlay-black .overlay-close,
.overlay-hover-content.overlay-black .close {
  color: white;
}

.overlay.overlay-black .overlay-header:after,
.overlay.overlay-black .overlay-footer:before,
.overlay-hover-content.overlay-black .overlay-header:after,
.overlay-hover-content.overlay-black .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-white .overlay-content,
.overlay-hover-content.overlay-white .overlay-content {
  color: white;
}

.overlay.overlay-white:after,
.overlay-hover-content.overlay-white:after {
  background: #fff;
}

.overlay.overlay-white.overlay-gradient:after,
.overlay-hover-content.overlay-white.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-white.overlay-gradient-flip:after,
.overlay-hover-content.overlay-white.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background-image: linear-gradient(to bottom, #fff 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-white .overlay-item,
.overlay.overlay-white .overlay-link,
.overlay.overlay-white .overlay-close,
.overlay.overlay-white .close,
.overlay-hover-content.overlay-white .overlay-item,
.overlay-hover-content.overlay-white .overlay-link,
.overlay-hover-content.overlay-white .overlay-close,
.overlay-hover-content.overlay-white .close {
  color: white;
}

.overlay.overlay-white .overlay-header:after,
.overlay.overlay-white .overlay-footer:before,
.overlay-hover-content.overlay-white .overlay-header:after,
.overlay-hover-content.overlay-white .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-green .overlay-content,
.overlay-hover-content.overlay-green .overlay-content {
  color: white;
}

.overlay.overlay-green:after,
.overlay-hover-content.overlay-green:after {
  background: #55A79A;
}

.overlay.overlay-green.overlay-gradient:after,
.overlay-hover-content.overlay-green.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#55A79A));
  background-image: linear-gradient(to bottom, transparent 0%, #55A79A 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-green.overlay-gradient-flip:after,
.overlay-hover-content.overlay-green.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#55A79A), to(transparent));
  background-image: linear-gradient(to bottom, #55A79A 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-green .overlay-item,
.overlay.overlay-green .overlay-link,
.overlay.overlay-green .overlay-close,
.overlay.overlay-green .close,
.overlay-hover-content.overlay-green .overlay-item,
.overlay-hover-content.overlay-green .overlay-link,
.overlay-hover-content.overlay-green .overlay-close,
.overlay-hover-content.overlay-green .close {
  color: white;
}

.overlay.overlay-green .overlay-header:after,
.overlay.overlay-green .overlay-footer:before,
.overlay-hover-content.overlay-green .overlay-header:after,
.overlay-hover-content.overlay-green .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-red .overlay-content,
.overlay-hover-content.overlay-red .overlay-content {
  color: white;
}

.overlay.overlay-red:after,
.overlay-hover-content.overlay-red:after {
  background: #BE3E1D;
}

.overlay.overlay-red.overlay-gradient:after,
.overlay-hover-content.overlay-red.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#BE3E1D));
  background-image: linear-gradient(to bottom, transparent 0%, #BE3E1D 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-red.overlay-gradient-flip:after,
.overlay-hover-content.overlay-red.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BE3E1D), to(transparent));
  background-image: linear-gradient(to bottom, #BE3E1D 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-red .overlay-item,
.overlay.overlay-red .overlay-link,
.overlay.overlay-red .overlay-close,
.overlay.overlay-red .close,
.overlay-hover-content.overlay-red .overlay-item,
.overlay-hover-content.overlay-red .overlay-link,
.overlay-hover-content.overlay-red .overlay-close,
.overlay-hover-content.overlay-red .close {
  color: white;
}

.overlay.overlay-red .overlay-header:after,
.overlay.overlay-red .overlay-footer:before,
.overlay-hover-content.overlay-red .overlay-header:after,
.overlay-hover-content.overlay-red .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-blue .overlay-content,
.overlay-hover-content.overlay-blue .overlay-content {
  color: white;
}

.overlay.overlay-blue:after,
.overlay-hover-content.overlay-blue:after {
  background: #00ADBB;
}

.overlay.overlay-blue.overlay-gradient:after,
.overlay-hover-content.overlay-blue.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#00ADBB));
  background-image: linear-gradient(to bottom, transparent 0%, #00ADBB 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-blue.overlay-gradient-flip:after,
.overlay-hover-content.overlay-blue.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ADBB), to(transparent));
  background-image: linear-gradient(to bottom, #00ADBB 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-blue .overlay-item,
.overlay.overlay-blue .overlay-link,
.overlay.overlay-blue .overlay-close,
.overlay.overlay-blue .close,
.overlay-hover-content.overlay-blue .overlay-item,
.overlay-hover-content.overlay-blue .overlay-link,
.overlay-hover-content.overlay-blue .overlay-close,
.overlay-hover-content.overlay-blue .close {
  color: white;
}

.overlay.overlay-blue .overlay-header:after,
.overlay.overlay-blue .overlay-footer:before,
.overlay-hover-content.overlay-blue .overlay-header:after,
.overlay-hover-content.overlay-blue .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-purple .overlay-content,
.overlay-hover-content.overlay-purple .overlay-content {
  color: white;
}

.overlay.overlay-purple:after,
.overlay-hover-content.overlay-purple:after {
  background: #b771b0;
}

.overlay.overlay-purple.overlay-gradient:after,
.overlay-hover-content.overlay-purple.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b771b0));
  background-image: linear-gradient(to bottom, transparent 0%, #b771b0 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-purple.overlay-gradient-flip:after,
.overlay-hover-content.overlay-purple.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b771b0), to(transparent));
  background-image: linear-gradient(to bottom, #b771b0 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-purple .overlay-item,
.overlay.overlay-purple .overlay-link,
.overlay.overlay-purple .overlay-close,
.overlay.overlay-purple .close,
.overlay-hover-content.overlay-purple .overlay-item,
.overlay-hover-content.overlay-purple .overlay-link,
.overlay-hover-content.overlay-purple .overlay-close,
.overlay-hover-content.overlay-purple .close {
  color: white;
}

.overlay.overlay-purple .overlay-header:after,
.overlay.overlay-purple .overlay-footer:before,
.overlay-hover-content.overlay-purple .overlay-header:after,
.overlay-hover-content.overlay-purple .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-pink .overlay-content,
.overlay-hover-content.overlay-pink .overlay-content {
  color: white;
}

.overlay.overlay-pink:after,
.overlay-hover-content.overlay-pink:after {
  background: #CC164D;
}

.overlay.overlay-pink.overlay-gradient:after,
.overlay-hover-content.overlay-pink.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#CC164D));
  background-image: linear-gradient(to bottom, transparent 0%, #CC164D 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-pink.overlay-gradient-flip:after,
.overlay-hover-content.overlay-pink.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CC164D), to(transparent));
  background-image: linear-gradient(to bottom, #CC164D 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-pink .overlay-item,
.overlay.overlay-pink .overlay-link,
.overlay.overlay-pink .overlay-close,
.overlay.overlay-pink .close,
.overlay-hover-content.overlay-pink .overlay-item,
.overlay-hover-content.overlay-pink .overlay-link,
.overlay-hover-content.overlay-pink .overlay-close,
.overlay-hover-content.overlay-pink .close {
  color: white;
}

.overlay.overlay-pink .overlay-header:after,
.overlay.overlay-pink .overlay-footer:before,
.overlay-hover-content.overlay-pink .overlay-header:after,
.overlay-hover-content.overlay-pink .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-orange .overlay-content,
.overlay-hover-content.overlay-orange .overlay-content {
  color: white;
}

.overlay.overlay-orange:after,
.overlay-hover-content.overlay-orange:after {
  background: #e67e22;
}

.overlay.overlay-orange.overlay-gradient:after,
.overlay-hover-content.overlay-orange.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e67e22));
  background-image: linear-gradient(to bottom, transparent 0%, #e67e22 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-orange.overlay-gradient-flip:after,
.overlay-hover-content.overlay-orange.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e67e22), to(transparent));
  background-image: linear-gradient(to bottom, #e67e22 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-orange .overlay-item,
.overlay.overlay-orange .overlay-link,
.overlay.overlay-orange .overlay-close,
.overlay.overlay-orange .close,
.overlay-hover-content.overlay-orange .overlay-item,
.overlay-hover-content.overlay-orange .overlay-link,
.overlay-hover-content.overlay-orange .overlay-close,
.overlay-hover-content.overlay-orange .close {
  color: white;
}

.overlay.overlay-orange .overlay-header:after,
.overlay.overlay-orange .overlay-footer:before,
.overlay-hover-content.overlay-orange .overlay-header:after,
.overlay-hover-content.overlay-orange .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-lime .overlay-content,
.overlay-hover-content.overlay-lime .overlay-content {
  color: white;
}

.overlay.overlay-lime:after,
.overlay-hover-content.overlay-lime:after {
  background: #b1dc44;
}

.overlay.overlay-lime.overlay-gradient:after,
.overlay-hover-content.overlay-lime.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b1dc44));
  background-image: linear-gradient(to bottom, transparent 0%, #b1dc44 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-lime.overlay-gradient-flip:after,
.overlay-hover-content.overlay-lime.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b1dc44), to(transparent));
  background-image: linear-gradient(to bottom, #b1dc44 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-lime .overlay-item,
.overlay.overlay-lime .overlay-link,
.overlay.overlay-lime .overlay-close,
.overlay.overlay-lime .close,
.overlay-hover-content.overlay-lime .overlay-item,
.overlay-hover-content.overlay-lime .overlay-link,
.overlay-hover-content.overlay-lime .overlay-close,
.overlay-hover-content.overlay-lime .close {
  color: white;
}

.overlay.overlay-lime .overlay-header:after,
.overlay.overlay-lime .overlay-footer:before,
.overlay-hover-content.overlay-lime .overlay-header:after,
.overlay-hover-content.overlay-lime .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-blue-dark .overlay-content,
.overlay-hover-content.overlay-blue-dark .overlay-content {
  color: white;
}

.overlay.overlay-blue-dark:after,
.overlay-hover-content.overlay-blue-dark:after {
  background: #34495e;
}

.overlay.overlay-blue-dark.overlay-gradient:after,
.overlay-hover-content.overlay-blue-dark.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#34495e));
  background-image: linear-gradient(to bottom, transparent 0%, #34495e 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-blue-dark.overlay-gradient-flip:after,
.overlay-hover-content.overlay-blue-dark.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34495e), to(transparent));
  background-image: linear-gradient(to bottom, #34495e 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-blue-dark .overlay-item,
.overlay.overlay-blue-dark .overlay-link,
.overlay.overlay-blue-dark .overlay-close,
.overlay.overlay-blue-dark .close,
.overlay-hover-content.overlay-blue-dark .overlay-item,
.overlay-hover-content.overlay-blue-dark .overlay-link,
.overlay-hover-content.overlay-blue-dark .overlay-close,
.overlay-hover-content.overlay-blue-dark .close {
  color: white;
}

.overlay.overlay-blue-dark .overlay-header:after,
.overlay.overlay-blue-dark .overlay-footer:before,
.overlay-hover-content.overlay-blue-dark .overlay-header:after,
.overlay-hover-content.overlay-blue-dark .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-red-dark .overlay-content,
.overlay-hover-content.overlay-red-dark .overlay-content {
  color: white;
}

.overlay.overlay-red-dark:after,
.overlay-hover-content.overlay-red-dark:after {
  background: #a10f2b;
}

.overlay.overlay-red-dark.overlay-gradient:after,
.overlay-hover-content.overlay-red-dark.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#a10f2b));
  background-image: linear-gradient(to bottom, transparent 0%, #a10f2b 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-red-dark.overlay-gradient-flip:after,
.overlay-hover-content.overlay-red-dark.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a10f2b), to(transparent));
  background-image: linear-gradient(to bottom, #a10f2b 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-red-dark .overlay-item,
.overlay.overlay-red-dark .overlay-link,
.overlay.overlay-red-dark .overlay-close,
.overlay.overlay-red-dark .close,
.overlay-hover-content.overlay-red-dark .overlay-item,
.overlay-hover-content.overlay-red-dark .overlay-link,
.overlay-hover-content.overlay-red-dark .overlay-close,
.overlay-hover-content.overlay-red-dark .close {
  color: white;
}

.overlay.overlay-red-dark .overlay-header:after,
.overlay.overlay-red-dark .overlay-footer:before,
.overlay-hover-content.overlay-red-dark .overlay-header:after,
.overlay-hover-content.overlay-red-dark .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-brown .overlay-content,
.overlay-hover-content.overlay-brown .overlay-content {
  color: white;
}

.overlay.overlay-brown:after,
.overlay-hover-content.overlay-brown:after {
  background: #91633c;
}

.overlay.overlay-brown.overlay-gradient:after,
.overlay-hover-content.overlay-brown.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#91633c));
  background-image: linear-gradient(to bottom, transparent 0%, #91633c 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-brown.overlay-gradient-flip:after,
.overlay-hover-content.overlay-brown.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#91633c), to(transparent));
  background-image: linear-gradient(to bottom, #91633c 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-brown .overlay-item,
.overlay.overlay-brown .overlay-link,
.overlay.overlay-brown .overlay-close,
.overlay.overlay-brown .close,
.overlay-hover-content.overlay-brown .overlay-item,
.overlay-hover-content.overlay-brown .overlay-link,
.overlay-hover-content.overlay-brown .overlay-close,
.overlay-hover-content.overlay-brown .close {
  color: white;
}

.overlay.overlay-brown .overlay-header:after,
.overlay.overlay-brown .overlay-footer:before,
.overlay-hover-content.overlay-brown .overlay-header:after,
.overlay-hover-content.overlay-brown .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-cyan-dark .overlay-content,
.overlay-hover-content.overlay-cyan-dark .overlay-content {
  color: white;
}

.overlay.overlay-cyan-dark:after,
.overlay-hover-content.overlay-cyan-dark:after {
  background: #008b8b;
}

.overlay.overlay-cyan-dark.overlay-gradient:after,
.overlay-hover-content.overlay-cyan-dark.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#008b8b));
  background-image: linear-gradient(to bottom, transparent 0%, #008b8b 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-cyan-dark.overlay-gradient-flip:after,
.overlay-hover-content.overlay-cyan-dark.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008b8b), to(transparent));
  background-image: linear-gradient(to bottom, #008b8b 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-cyan-dark .overlay-item,
.overlay.overlay-cyan-dark .overlay-link,
.overlay.overlay-cyan-dark .overlay-close,
.overlay.overlay-cyan-dark .close,
.overlay-hover-content.overlay-cyan-dark .overlay-item,
.overlay-hover-content.overlay-cyan-dark .overlay-link,
.overlay-hover-content.overlay-cyan-dark .overlay-close,
.overlay-hover-content.overlay-cyan-dark .close {
  color: white;
}

.overlay.overlay-cyan-dark .overlay-header:after,
.overlay.overlay-cyan-dark .overlay-footer:before,
.overlay-hover-content.overlay-cyan-dark .overlay-header:after,
.overlay-hover-content.overlay-cyan-dark .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-yellow .overlay-content,
.overlay-hover-content.overlay-yellow .overlay-content {
  color: white;
}

.overlay.overlay-yellow:after,
.overlay-hover-content.overlay-yellow:after {
  background: #D4AC0D;
}

.overlay.overlay-yellow.overlay-gradient:after,
.overlay-hover-content.overlay-yellow.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#D4AC0D));
  background-image: linear-gradient(to bottom, transparent 0%, #D4AC0D 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-yellow.overlay-gradient-flip:after,
.overlay-hover-content.overlay-yellow.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D4AC0D), to(transparent));
  background-image: linear-gradient(to bottom, #D4AC0D 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-yellow .overlay-item,
.overlay.overlay-yellow .overlay-link,
.overlay.overlay-yellow .overlay-close,
.overlay.overlay-yellow .close,
.overlay-hover-content.overlay-yellow .overlay-item,
.overlay-hover-content.overlay-yellow .overlay-link,
.overlay-hover-content.overlay-yellow .overlay-close,
.overlay-hover-content.overlay-yellow .close {
  color: white;
}

.overlay.overlay-yellow .overlay-header:after,
.overlay.overlay-yellow .overlay-footer:before,
.overlay-hover-content.overlay-yellow .overlay-header:after,
.overlay-hover-content.overlay-yellow .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-slate .overlay-content,
.overlay-hover-content.overlay-slate .overlay-content {
  color: white;
}

.overlay.overlay-slate:after,
.overlay-hover-content.overlay-slate:after {
  background: #5D6D7E;
}

.overlay.overlay-slate.overlay-gradient:after,
.overlay-hover-content.overlay-slate.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#5D6D7E));
  background-image: linear-gradient(to bottom, transparent 0%, #5D6D7E 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-slate.overlay-gradient-flip:after,
.overlay-hover-content.overlay-slate.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5D6D7E), to(transparent));
  background-image: linear-gradient(to bottom, #5D6D7E 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-slate .overlay-item,
.overlay.overlay-slate .overlay-link,
.overlay.overlay-slate .overlay-close,
.overlay.overlay-slate .close,
.overlay-hover-content.overlay-slate .overlay-item,
.overlay-hover-content.overlay-slate .overlay-link,
.overlay-hover-content.overlay-slate .overlay-close,
.overlay-hover-content.overlay-slate .close {
  color: white;
}

.overlay.overlay-slate .overlay-header:after,
.overlay.overlay-slate .overlay-footer:before,
.overlay-hover-content.overlay-slate .overlay-header:after,
.overlay-hover-content.overlay-slate .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-olive .overlay-content,
.overlay-hover-content.overlay-olive .overlay-content {
  color: white;
}

.overlay.overlay-olive:after,
.overlay-hover-content.overlay-olive:after {
  background: #808000;
}

.overlay.overlay-olive.overlay-gradient:after,
.overlay-hover-content.overlay-olive.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#808000));
  background-image: linear-gradient(to bottom, transparent 0%, #808000 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-olive.overlay-gradient-flip:after,
.overlay-hover-content.overlay-olive.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#808000), to(transparent));
  background-image: linear-gradient(to bottom, #808000 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-olive .overlay-item,
.overlay.overlay-olive .overlay-link,
.overlay.overlay-olive .overlay-close,
.overlay.overlay-olive .close,
.overlay-hover-content.overlay-olive .overlay-item,
.overlay-hover-content.overlay-olive .overlay-link,
.overlay-hover-content.overlay-olive .overlay-close,
.overlay-hover-content.overlay-olive .close {
  color: white;
}

.overlay.overlay-olive .overlay-header:after,
.overlay.overlay-olive .overlay-footer:before,
.overlay-hover-content.overlay-olive .overlay-header:after,
.overlay-hover-content.overlay-olive .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-teal .overlay-content,
.overlay-hover-content.overlay-teal .overlay-content {
  color: white;
}

.overlay.overlay-teal:after,
.overlay-hover-content.overlay-teal:after {
  background: #28a745;
}

.overlay.overlay-teal.overlay-gradient:after,
.overlay-hover-content.overlay-teal.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#28a745));
  background-image: linear-gradient(to bottom, transparent 0%, #28a745 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-teal.overlay-gradient-flip:after,
.overlay-hover-content.overlay-teal.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28a745), to(transparent));
  background-image: linear-gradient(to bottom, #28a745 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-teal .overlay-item,
.overlay.overlay-teal .overlay-link,
.overlay.overlay-teal .overlay-close,
.overlay.overlay-teal .close,
.overlay-hover-content.overlay-teal .overlay-item,
.overlay-hover-content.overlay-teal .overlay-link,
.overlay-hover-content.overlay-teal .overlay-close,
.overlay-hover-content.overlay-teal .close {
  color: white;
}

.overlay.overlay-teal .overlay-header:after,
.overlay.overlay-teal .overlay-footer:before,
.overlay-hover-content.overlay-teal .overlay-header:after,
.overlay-hover-content.overlay-teal .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-green-bright .overlay-content,
.overlay-hover-content.overlay-green-bright .overlay-content {
  color: white;
}

.overlay.overlay-green-bright:after,
.overlay-hover-content.overlay-green-bright:after {
  background: #2ECC71;
}

.overlay.overlay-green-bright.overlay-gradient:after,
.overlay-hover-content.overlay-green-bright.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2ECC71));
  background-image: linear-gradient(to bottom, transparent 0%, #2ECC71 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-green-bright.overlay-gradient-flip:after,
.overlay-hover-content.overlay-green-bright.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ECC71), to(transparent));
  background-image: linear-gradient(to bottom, #2ECC71 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-green-bright .overlay-item,
.overlay.overlay-green-bright .overlay-link,
.overlay.overlay-green-bright .overlay-close,
.overlay.overlay-green-bright .close,
.overlay-hover-content.overlay-green-bright .overlay-item,
.overlay-hover-content.overlay-green-bright .overlay-link,
.overlay-hover-content.overlay-green-bright .overlay-close,
.overlay-hover-content.overlay-green-bright .close {
  color: white;
}

.overlay.overlay-green-bright .overlay-header:after,
.overlay.overlay-green-bright .overlay-footer:before,
.overlay-hover-content.overlay-green-bright .overlay-header:after,
.overlay-hover-content.overlay-green-bright .overlay-footer:before {
  background: #666666;
}

.overlay.overlay-white .overlay-content,
.overlay-hover-content.overlay-white .overlay-content {
  color: #242424;
}

.overlay.overlay-white:after,
.overlay-hover-content.overlay-white:after {
  background: #ffffff;
}

.overlay.overlay-white.overlay-gradient:after,
.overlay-hover-content.overlay-white.overlay-gradient:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-white.overlay-gradient-flip:after,
.overlay-hover-content.overlay-white.overlay-gradient-flip:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background-image: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-white .overlay-item,
.overlay.overlay-white .overlay-link,
.overlay.overlay-white .overlay-close,
.overlay.overlay-white .close,
.overlay-hover-content.overlay-white .overlay-item,
.overlay-hover-content.overlay-white .overlay-link,
.overlay-hover-content.overlay-white .overlay-close,
.overlay-hover-content.overlay-white .close {
  color: #242424;
}

.overlay.overlay-white .overlay-header:after,
.overlay.overlay-white .overlay-footer:before,
.overlay-hover-content.overlay-white .overlay-header:after,
.overlay-hover-content.overlay-white .overlay-footer:before {
  background: black;
}

.overlay.overlay-white.overlay-gradient:after,
.overlay-hover-content.overlay-white.overlay-gradient:after {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-white.overlay-gradient-flip:after,
.overlay-hover-content.overlay-white.overlay-gradient-flip:after {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background-image: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
  background-repeat: repeat-x;
}

.overlay.overlay-op-0:after,
.overlay-hover-content.overlay-op-0:after {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.overlay.overlay-op-1:after,
.overlay-hover-content.overlay-op-1:after {
  opacity: 0.1;
  visibility: visible;
}

.overlay.overlay-op-2:after,
.overlay-hover-content.overlay-op-2:after {
  opacity: 0.2;
  visibility: visible;
}

.overlay.overlay-op-3:after,
.overlay-hover-content.overlay-op-3:after {
  opacity: 0.3;
  visibility: visible;
}

.overlay.overlay-op-4:after,
.overlay-hover-content.overlay-op-4:after {
  opacity: 0.4;
  visibility: visible;
}

.overlay.overlay-op-5:after,
.overlay-hover-content.overlay-op-5:after {
  opacity: 0.5;
  visibility: visible;
}

.overlay.overlay-op-6:after,
.overlay-hover-content.overlay-op-6:after {
  opacity: 0.6;
  visibility: visible;
}

.overlay.overlay-op-7:after,
.overlay-hover-content.overlay-op-7:after {
  opacity: 0.7;
  visibility: visible;
}

.overlay.overlay-op-8:after,
.overlay-hover-content.overlay-op-8:after {
  opacity: 0.8;
  visibility: visible;
}

.overlay.overlay-op-9:after,
.overlay-hover-content.overlay-op-9:after {
  opacity: 0.9;
  visibility: visible;
}

.overlay.overlay-op-10:after,
.overlay-hover-content.overlay-op-10:after {
  opacity: 1;
  visibility: visible;
}

option{
  text-align: left !important;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
  font-size: small !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: small;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(40, 44, 49, 0.75) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label{
  font-weight: bold;
}


/*-------------Blog------------*/


.card-blog {
  position: relative;
  margin-bottom: 3rem;
  border-radius: 0 2rem 2rem 2rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 95%;
}

.card-blog .card-img {
  overflow: hidden; 
  background-size: cover;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.card-blog:hover {
  transform: scale(1.0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.card-blog:hover .card-img {
  transform: scale(1.1);
}

.card-blog .card-body {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
}

.card-blog:hover .card-body {
  background-color: #346774;
  color: #fff !important;
}

.card-blog:hover h5.card-title a {
  color: #fff;
  text-decoration: none;
}

.card-blog:hover p.card-description {
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.6;
}

.card-blog .card-category-box {
  position: relative;
  text-align: center;
  /* top: -50%; */
  left: 15px;
  transform: translateX(-50%);
  line-height: 25px;
  overflow: hidden;
  transition: top 0.3s ease;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  padding: 0.5rem 1rem;
  border-radius: 0 20px 20px 0px;
  min-width: 6rem;
  background-color: #000080;
  transition: background-color 0.3s ease;
}

.card-blog:hover .card-category {
  background-color: #fff;
  color: #000080 !important;
}

.card-blog:hover .category{
  color: #000080 !important;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 1rem;
}

.card-blog:hover h3.card-title a {
  color: #fff !important;
}
 
.card-blog .card-description {
  font-weight: 600;
  line-height: 1.4;
  font-size: 15px;
}

 
/*-----------------------*/

 .btn-get-started1 {
  font-family: 'Poppins';
   
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  border: none;
  transition: 0.5s;
  color: #fff; 
  background: #009494; 

}

 .btn-get-started1:hover {
  background: #000080;
  color: #fff; 
  box-shadow: 1px 2px 5px 2px #fded058a;

}  
/*-----------------------*/

.custom-btn { 
  height: 40px;
  color: #fff;
  border-radius: 3px;
  padding: 10px 15px;
  margin-right: 5px;
  font-family: 'Poppins';
  font-weight: 600; 
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

 
/* 11 */
.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(0deg, rgba(0,148,148,1) 0%, rgba(0,148,148,1) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,148,1) 0%, rgba(0,0,148,1) 100%);
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0.5; }
}

/*-----------------*/
/* 5 */
 
.btn-11:hover:before,
.btn-11:hover:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #fcba03;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
 
.btn-11:hover:before,
.btn-11:hover:after{
  width:100%;
  transition:800ms ease all;
}

/*-----------------------*/
.buttonext {
  position: relative;
  flex-basis: calc(50% - 0.5px);
  background: rgb(0,0,128);
background: linear-gradient(335deg, rgba(0,0,128,1) 5%, rgba(0,148,148,1) 71%); 
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  margin-right: 1.5%;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  border: none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  transition: all 0.5s ease;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,.1),
  4px 4px 5px 0px rgba(0,0,0,.1);
}


 
.buttonext::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: rgb(0, 148, 148);
  background: linear-gradient(
    90deg,
    #fff 1%,
    rgb(255, 255, 255) 5%,
    rgb(255, 255, 255) 45%,
    #fff 100%
  );
  left: 0;
  bottom: 0;
  transform: skewY(0deg) skewX(-40deg);
  z-index: -4;
  transition: all 0.5s ease;
}
.buttonext:hover::after {
  height: 13px;
  bottom: -12px;
  left: -7px; 
}
.buttonext span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.buttonext:hover {
  transform: translate(12px, -12px);
  box-shadow: -30px 10px 26px -5px #fff, -12px 12px 0 0 #fff,
    -11px 11px 0 0 #fff, -10px 10px 0 0 #fff, -9px 9px 0 0 #fff,
    -8px 8px 0 0 #fff, -7px 7px 0 0 #fff, -6px 6px 0 0 #fff,
    -5px 5px 0 0 #fff, -4px 4px 0 0 #fff, -3px 3px 0 0 #fff,
    -2px 2px 0 0 #fff, -1px 1px 0 0 #fff;
  z-index: 999;
  color: #fff;
  background: rgb(0,0,128);
background: linear-gradient(335deg, rgba(0,148,148,1)5%, rgba(0,0,128,1)71%); 
  font-family: 'Poppins';
  transition: all 0.3s ease;
  
  
} 


/*--------------------------------------------------------------
# Features Details Section
--------------------------------------------------------------*/
.features-details .features-item+.features-item {
margin-top: 60px;
}

.features-details .features-item .content {
background-color: color-mix(in srgb, #000080, transparent 95%);
color: color-mix(in srgb, #000080, transparent 40%);
padding: 30px;
border-radius: 10px;
}

.features-details .features-item h3 {
font-weight: 700;
font-size: 22px;
margin-bottom: 15px;
}

.features-details .features-item .more-btn {
background-color: #000080;
color: #fff;
padding: 6px 30px;
border-radius: 6px;
}

.features-details .features-item .more-btn:hover {
background-color: #000080;
}

.features-details .features-item ul {
list-style: none;
padding: 0;
}

.features-details .features-item ul li {
padding-bottom: 10px;
display: flex;
align-items: center;
}

.features-details .features-item ul li:last-child {
padding-bottom: 0;
}

.features-details .features-item ul i {
font-size: 20px;
margin-right: 10px;
color: #000080;
}

.features-details .features-item img {
border-radius: 15px;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.abouts {
  margin-top: 2%;
  margin-bottom:2%;
  padding: 20px;
 /* background: rgb(255,255,255);*/

  background: rgb(40, 167, 149);
background: linear-gradient(90deg, rgba(40, 167, 149) 100%, rgba(40, 167, 149) 20%), url("../img/hero-bg.webp") center center no-repeat;
}

.abouts .content .who-we-are {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.abouts .content h3 {
  font-size: 2rem;
  font-weight: 700;
  /* color: #d5c219; */
}

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

.abouts .content ul li {
  padding-bottom: 10px;
}

.abouts .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

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

.abouts .content .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.abouts .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.abouts .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px;
}

.abouts .content .read-more:hover i {
  margin-left: 10px;
}

.abouts .about-images img {
  border-radius: 10px;
}



.abouts .para {
  z-index: 2;
  background-color: #28a795;
  position: relative;
  /* top: 260px;
  left: 760px; */
  margin-top: -6%;
  margin-left: 4%;
  padding: 5px;
}


@media screen and (max-width: 400px){
.abouts .para {
  z-index: 2;
  /*background-color: #27a644;*/
  background-color: #28a795;
  position: relative;
  /* top: 260px;
  left: 760px; */
  margin-top: -16%;
  margin-left: 7%;
  padding: 5px;
}
}

@media screen and (max-width: 600px){
.abouts .para {
  z-index: 2;
  background-color: #28a795;
  position: relative;
  /* top: 260px;
  left: 760px; */
  margin-top: -10%;
  margin-left: 7%;
  padding: 5px;
}
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.aboutsgrey {
margin-top: 2%;
margin-bottom:2%;
padding: 20px;
}

.aboutsgrey .content .who-we-are {
text-transform: uppercase;
margin-bottom: 15px;
color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.aboutsgrey .content h3 {
font-size: 22px;
font-weight: 700;
}

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

.aboutsgrey .content ul li {
padding-bottom: 10px;
}

.aboutsgrey .content ul i {
font-size: 1.25rem;
margin-right: 4px;
color: var(--accent-color);
}

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

.aboutsgrey .content .read-more {
background: var(--accent-color);
color: var(--contrast-color);
font-family: var(--heading-font);
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
padding: 12px 24px;
border-radius: 5px;
transition: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
}

.aboutsgrey .content .read-more i {
font-size: 18px;
margin-left: 5px;
line-height: 0;
transition: 0.3s;
}

.aboutsgrey .content .read-more:hover {
background: color-mix(in srgb, var(--accent-color), transparent 20%);
padding-right: 19px;
}

.aboutsgrey .content .read-more:hover i {
margin-left: 10px;
}

.aboutsgrey .about-images img {
border-radius: 10px;
}

.aboutsgrey .para {
z-index: 2; 
position: relative;
background-color: #fff;
/* top: 260px;
left: 760px; */
margin-top: -6%;
margin-left: 4%;
padding: 5px;
}


@media screen and (max-width: 400px){
.aboutsgrey .para {
z-index: 2;
background-color: #27a644;
position: relative;
/* top: 260px;
left: 760px; */
margin-top: -16%;
margin-left: 7%;
padding: 5px;
}
}


@media screen and (max-width: 600px){
.aboutsgrey .para {
z-index: 2;
background-color: #27a644;
position: relative;
/* top: 260px;
left: 760px; */
margin-top: -10%;
margin-left: 7%;
padding: 5px;
}
}

.aboutsgrey .border-bottom{
border-bottom: #d5c219 2px solid !important;
}


.text-yellow{
  color: #d5c219;
}

.form-control {
  opacity: 1;
  font-size: small !important;
}

.form-select {
  opacity: 1;
  font-size: small !important;
}

.invalid-feedback {
  text-align: start;
  font-weight: 600;
  text-shadow: 2px 2px 5px #fcfcfc;
}


 
@media (min-width: 992px) {
  /* CUSTOM WIDTHS */
  .w-lg-50 { width: 50%!important; }
   
}


nav>ul>li> .active{

  color:#009494 !important;
  
  } 
  nav>ul>li> :not(:active) {
      color: #000080; 
  }
   
  .bi-x{
    color: #fff !important;
  }