


/* Fonts */
:root {
    --default-font: "Poppins", sans-serif;
    --heading-font: "Poppins", sans-serif;
    --nav-font: "Poppins", sans-serif;
}

/* 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: #f5f6f6; /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    --heading-color: #000; /* Color for headings, subheadings and title throughout the website */
    --accent-color: #ed213e; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default 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: #58595E; /* The default color of the main navmenu links */
    --nav-hover-color: #ed213e; /* 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: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #1acc8d; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f4f5fe;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #08005e;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #0c0091;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}



/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
    color: var(--default-color);
    background-color: #fff;
    padding: 0px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

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

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

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

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

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #10058c;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
    .hero-m { display:none !important;}
    .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: #58595E;
        font-size: 15px;
        padding: 0 2px;
        font-family: var(--nav-font);
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: left;
        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);
  }

    /*
 *  STYLE 1
 */

    #style-1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #style-1::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    #style-1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

    /*
 *  STYLE 2
 */

    #style-2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #style-2::-webkit-scrollbar {
        width: 5px;
        background-color: #e6203c;
    }

    #style-2::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #D62929;
    }

    /*
 *  STYLE 3
 */

    #style-3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    #style-3::-webkit-scrollbar {
        width: 5px;
        background-color: #e6203c;
    }

    #style-3::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #D62929;
    }

    /*
 *  STYLE 4
 */

    #style-4::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-4::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-4::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555;
    }


    /*
 *  STYLE 5
 */

    #style-5::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-5::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-5::-webkit-scrollbar-thumb {
        background-color: #0ae;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
    }


    /*
 *  STYLE 6
 */

    #style-6::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-6::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-6::-webkit-scrollbar-thumb {
        background-color: #F90;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
    }


    /*
 *  STYLE 7
 */

    #style-7::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    #style-7::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-7::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
    }

    /*
 *  STYLE 8
 */

    #style-8::-webkit-scrollbar-track {
        border: 1px solid black;
        background-color: #F5F5F5;
    }

    #style-8::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-8::-webkit-scrollbar-thumb {
        background-color: #000000;
    }


    /*
 *  STYLE 9
 */

    #style-9::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-9::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-9::-webkit-scrollbar-thumb {
        background-color: #F90;
        background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
    }


    /*
 *  STYLE 10
 */

    #style-10::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    #style-10::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-10::-webkit-scrollbar-thumb {
        background-color: #AAA;
        border-radius: 10px;
        background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent)
    }


    /*
 *  STYLE 11
 */

    #style-11::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    #style-11::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-11::-webkit-scrollbar-thumb {
        background-color: #3366FF;
        border-radius: 10px;
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent)
    }

    /*
 *  STYLE 12
 */

    #style-12::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
        border-radius: 10px;
        background-color: #444444;
    }

    #style-12::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    #style-12::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D62929;
        background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
    }

    /*
 *  STYLE 13
 */

    #style-13::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
        border-radius: 10px;
        background-color: #CCCCCC;
    }

    #style-13::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    #style-13::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D62929;
        background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent)
    }

    /*
 *  STYLE 14
 */

    #style-14::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
        background-color: #CCCCCC;
    }

    #style-14::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-14::-webkit-scrollbar-thumb {
        background-color: #FFF;
        background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, transparent 100%, rgba(0, 0, 0, 1) 75%, transparent)
    }

    /*
 *  STYLE 15
 */

    #style-15::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    #style-15::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-15::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #FFF;
        background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(.6,#54DE5D))
    }

    /*
 *  STYLE 16
 */

    #style-16::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    #style-16::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    #style-16::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #FFF;
        background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
    }




    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background-color: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        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);
        max-height: 430px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

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

    .navmenu .dropdown ul a {
        padding: 10px 10px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
        display: flex;
        gap:10px;
    }
        .navmenu .dropdown ul a img {
            width:30px;
            height:30px;
            border-radius:50%;
        }
        .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;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: #ffff;
    background-color: #1c2739;
    font-size: 14px;
    position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 5px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

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

.footer .footer-links {
  margin-bottom: 30px;
}
    .footer .footer-links h4 {
        color: #fff;
    }
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

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

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

.footer .footer-links ul a {
  color: #fff;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
  color:#fff !important;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

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

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

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

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-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;
  }
    .hero-desk { display:none !important;}
    .hero-bg-m { width:100%;}
    .hero {
        padding: 20px 0 !important;
    }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 160px 0 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 88%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title div {
  color: var(--heading-color);
  margin: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    min-height: 70vh;
    position: relative;
    padding: 160px 0 120px 0;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/*.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
}*/

.hero .container {
  position: relative;
  z-index: 3;
}

    .hero h1 {
        margin: 0 0 20px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #58595E;
    }

    .hero h1 span {
        color: #ed213e;
        border-bottom: 4px solid var(--accent-color);
    }

.hero p {
  color: #000;
  margin: 5px 0 30px 0;
  font-size: 18px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

    .hero p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .service-img { display:none;}
    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px;
    }
}

.hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: var(--default-color);
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  padding-top: 100px;
}

.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
  border-radius: 7px;
  display: inline-block;
}

    .about .content h2 {
        font-weight: 600;
        font-size: 43px;
        color: #58595E !important;
        line-height: 1.2;
        letter-spacing: -1.5px;
    }
        .about .content h2 span {
            color: #ed213e !important;
        }
    .about .content p {
        color: #58595E;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }
.about .content p:last-child {
  margin-bottom: 0;
}

.about .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;
}

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

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

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

.about .icon-box {
  background-color: var(--surface-color);
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.about .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.about .icon-box p {
  margin-bottom: 0;
}

.about .icon-box:hover i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}
.value-icon {
    position: absolute;
    padding: 10px 20px;
    background-color: #304584;
    border-radius: 15px;
    right: 30px;
    top: -35px;
}
.php-email-form .form-control {
    border-radius: 20px !important;
}
.post-content-body h2 {
    font-size: 1.6rem;
}
.post-content-body h3 {
    font-size: 1.6rem;
}
.post-content-body p {
    font-size: 15px;
}
.post-content-body ul li {
    font-size: 15px;
}
.post-content-body ol li {
    font-size: 15px;
}
@media (max-width: 768px) {
    .card { margin-bottom:10px !important;}
    .breadcrumb__title {
        font-weight: 500 !important;
        font-size: 1.3rem !important;
        margin: 0 !important;
    }
    .side-widget {
        background-color: #e8e8e8 !important;
        padding: 25px 15px !important;
        margin-bottom: 15px !important;
    }
        .service {
        min-height: 90px !important;
        
        margin-top: 65px !important;
    }
    .gallery-banner {
        min-height: 90px !important;
        margin-top: 65px !important;
    }
    .blogs {
        min-height: 90px !important;
        margin-top: 65px !important;
    }
    .contact-banner {
        min-height: 90px !important;
        margin-top: 65px !important;
    }
    .mbbs {
        min-height: 90px !important;
        margin-top: 65px !important;
    }
    .country-banner {
        min-height: 90px !important;
        margin-top: 65px !important;
    }
    .pluss {
        position: absolute;
        display: block;
        right: 45px !important;
        top: 0 !important;
    }
    .features .features-item {
        padding:10px !important;
    } 
        .dropdown #style-2 a, .dropdown #style-2 a:focus {
        justify-content: left !important;
        gap: 10px !important;
    }
        .dropdown #style-3 a, .dropdown #style-3 a:focus {
            justify-content: left !important;
            gap: 10px !important;
        }


    .mob-dis-none { display:none !important;}
    .about .content h2 {
        font-size: 28px;
    }
    .about .content p {
        color: #58595E;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    #stats h2 {
        font-weight: 600;
        font-size: 28px !important;
    }
    .home-services h2 {
        font-weight: 600;
        font-size: 28px !important;
    }
    .testimonials h2 { font-size:24px !important;}
    .contact .content h2 {
        font-size: 28px !important;
    }
    .contact .content p {
        
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .about .icon-boxes .col-md-6:nth-child(2) .icon-box, .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
        margin-top: 0;
    }
    .topbar-contact { padding-left:0px !important;}

    .top-header .topbar-contact li {
        border: none !important;
    }
    .topbar-right { padding-left:0px !important;}
    .navmenu .dropdown ul a img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    section, .section {
        padding: 20px 0 !important;
    }
    .hero {
        padding: 0px 0px 25px 0px !important;
        min-height: auto;
        margin-top: 65px;
    }
    .swiper-button-next, .swiper-button-prev {
        margin-top:-60px !important;
    }
    #stats .d-flex { display:block !important;}
    #stats .w-50 {
        width:100% !important;
    }
    .stats .stats-item {
        
        padding: 10px 22px !important;
    }
    .xb-item--icon1 {
        width: 108px;
        height: 108px;
        margin: 0 auto !important;
    }
    .xb-item--icon2, .xb-item--icon3, .xb-item--icon4 {
        margin: 0 auto !important;
    }
        .stats-count { text-align:center !important;}
    .course-image a {
        width: 70px !important;
        height: 70px !important;
        overflow: hidden;
        border-radius: 100%;
        display: block;
    }
        .course-image a img {
            
            object-position: center !important;
        }
    .course-info {
        
        padding: 0px 5px !important;
    }
    .meta-part li {
        
        margin-right: 0px !important;
        font-weight: 500 !important;
        font-size:12px !important
    }
    .meta-part {
        padding-bottom: 0px !important;
    }
    .highlights .card {
        min-height: auto !important;
        margin-bottom:20px !important;
    }
    .inner-country-image {
        height: 145px !important;
    }
    .contact { height:auto !important;}
    .swiper-button-next, .swiper-button-prev {
        display:none;
    }
    }

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-item {
    background-color: var(--surface-color);
    display: flex;
    gap:15px;
    align-items: center;
    border: 1px solid #EDF3F5;
    padding: 23px;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
}

    .features .features-item img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

.features .features-item h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .features-item h3 a {
  color: var(--heading-color);
  transition: 0.3s;
}

    .features .features-item:hover {
        box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
    }

.features .features-item:hover h3 a {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats i {
  background-color: var(--surface-color);
  color: var(--accent-color);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  width: 54px;
  height: 54px;
  font-size: 24px;
  border-radius: 50px;
  border: 2px solid var(--background-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.stats .stats-item {
    background-color: var(--surface-color);
    padding: 50px 30px 50px 30px;
    width: 100%;
    position: relative;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    z-index: 0;
    min-height: 240px;
}
    .stats .st-item1:before {

    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 103px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FE6C3F;
    content: "";

    }
.stats .st-item2:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 103px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0091FF;
    content: "";
}

.stats .st-item3:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 103px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00CC99;
    content: "";
}

.stats .st-item4:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 103px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFBD0F;
    content: "";
}
.stats .stats-item span {
    font-size: 46px;
    display: block;
    font-weight: 600;
    color: #000000;
}

.stats .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 500;
    color: #58595e;
}
.xb-item--icon1 {
    width: 108px;
    height: 108px;
    background-color: rgba(254, 108, 63, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.xb-item--icon2 {
    width: 108px;
    height: 108px;
    background-color: #1495F81A;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.xb-item--icon3 {
    width: 108px;
    height: 108px;
    background-color: #00CC991A;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.xb-item--icon4 {
    width: 108px;
    height: 108px;
    background-color: #FFBB0F1A;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/*--------------------------------------------------------------
# Details Section
--------------------------------------------------------------*/
.details .features-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.details .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .details .features-item+.features-item {
    margin-top: 40px;
  }
}

.details .features-item h3 {
  font-weight: 700;
  font-size: 26px;
}

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

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

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

.details .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.details .features-item p:last-child {
  margin-bottom: 0;
}
.university-img {
    overflow: hidden;
}

    /*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
    .gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid var(--background-color);
    border-bottom: 3px solid var(--background-color);
}

    .gallery .gallery-item img {
        transition: all ease-in-out 0.4s;
        height: 250px;
        object-fit: cover;
    }

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    position: relative;
    background-color: #EDF3F5;
    background-image: url(/assets/img/tm_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .testimonials h2 {
        font-weight: 600;
        font-size: 43px;
        line-height: 1.2;
        letter-spacing: -1.5px;
        color: #58595E !important;
    }
        .testimonials h2 span {
            color: #ed213e !important;
        }

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

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

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

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  height:100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
  object-fit:cover;

}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.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;
  transform: scale(-1, -1);
}

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

.testimonials .swiper-wrapper {
  height: auto;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

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

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  margin-bottom: 50px;
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

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

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

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
  padding: 40px 40px;
  height: 100%;
  border-radius: 15px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.pricing h4 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
  font-weight: 500;
}

.pricing .description {
  font-size: 14px;
}

.pricing .cta-btn {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  display: block;
  text-align: center;
  padding: 10px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  margin-top: 20px;
  margin-bottom: 6px;
}

.pricing .cta-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul li:last-child {
  padding-bottom: 0;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .featured {
  position: relative;
}

.pricing .featured .popular {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 4px 15px 6px 15px;
  margin: 0;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.pricing .featured .cta-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.faq .faq-container {
  margin-top: 15px;
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item h3 span {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
    height: 100%;
    padding: 30px 30px;
    background: #fff;
    border-radius: 20px;
}

    .contact .php-email-form input[type=text],
    .contact .php-email-form input[type=email],
    .contact .php-email-form textarea,
    .contact .php-email-form select {
        font-size: 14px;
        padding: 10px 15px;
        box-shadow: none;
        color: #000000;
        background: #edf3f5;
        border-radius:20px !important;
    }

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

#stats {
    background-image: url(/assets/img/counter_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
    #stats h2 {
        font-weight: 600;
        font-size: 43px;
        line-height: 1.2;
        letter-spacing: -1.5px;
        color: #58595E !important;
    }
        #stats h2 span {
            color: #ed213e !important;
        }

.testimonials .testimonial-slide .swiper-slide {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #EEEFF4;
    padding: 45px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.testimonials .testimonial-slide .swiper-button-next, .testimonials .testimonial-slide .swiper-button-prev {
    bottom: 0 !important;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 6px #EBEDF4;
    background-color: #fff;
    color: #ced0d7 !important;
    position: relative !important;
}
    .testimonials .testimonial-slide .swiper-button-next:after, .testimonials .testimonial-slide .swiper-button-prev:after {
        font-size: 13px !important;
        font-weight: 700 !important;
    }
.map-slider {
    
    text-align:center;
    
    border-radius:15px;
}
.no-margin { margin:0 !important;}
.branch-details h4 { font-size:17px;}
.branch-details p { font-size:12px; margin:0px !important;}
.side-widget {
    background-color: #e8e8e8 !important;
    padding: 25px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
    .side-widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .side-widget .widget-category li:not(:last-child) {
        margin-bottom: 10px;
    }
.side-widget .widget-category li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #787B84;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
    .side-widget .widget-category li a:hover, .side-widget .widget-category li a.active {
        background-color: #ed213e;
        color: #fff;
    }
.side-widget .widget-category li a span {
    width: 30px;
    height: 30px;
    background-color: var(--color-primary);
    border: 1px solid #EDF3F5;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.side-widget .widget-category.country-widget li a span {
    background: none;
    width: 34px;
    height: 34px;
    border: 0;
}
    .side-widget .widget-category.country-widget li a span img {
        width: 30px;
        height: 30px;
        border-radius:50%;
    }
.course-item {
    align-items: flex-start;
    border-radius: 20px;
    display: flex;
    border: 1px solid #EDF3F5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: relative;
    background-color:#fff;
}
    .course-item:hover {
        box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
    }


.course-image a img {
   
    object-position: center;
    height: 100%;
    width: 100%;
}
.course-image a {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 100%;
    display: block;
}
.course-image a {
    margin: 10px;
}
.course-info {
    align-self: center;
    padding: 0px 30px;
}
.meta-part {
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left:0;
}
.meta-part li {
    display: inline;
    margin-right: 10px;
    font-weight: 700;
}
.course-title {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
.inner-country-image {
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}
.inner-country-image img { object-fit:cover; height:475px; width:100%;}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
   
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-image: -webkit-linear-gradient(309deg, #e3000f 0%, #00428e 51%);
    background-image: -ms-linear-gradient(180deg, #e3000f 0%, #123821 51%);
}


.mbbs {
    min-height: 380px;
    padding: 120px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    background-color: #d2d2d2;
    position:relative;
}
.mbbs {
    background-image: url(/assets/img/mbbs-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.blogs {
    min-height: 380px;
    padding: 120px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    background-color: #d2d2d2;
    background-image: url(/assets/img/blogs-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.contact-banner {
    min-height: 380px;
    padding: 120px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    background-color: #d2d2d2;
    background-image: url(/assets/img/contact-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.service {
    min-height: 380px;
    padding: 120px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    background-color: #d2d2d2;
    background-image: url(/assets/img/services.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.about-banner {
    min-height: 380px;
    padding: 120px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    background-color: #d2d2d2;
    background-image: url(/assets/img/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}
.country-banner {
    min-height: 380px;
    padding: 120px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    background-color: #d2d2d2;
    background-image: url(/assets/img/country-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.gallery-banner {
    min-height: 380px;
    padding: 120px 0;
    margin-top: 100px;
    display: flex;
    align-items: center;
    background-color: #d2d2d2;
    background-image: url(/assets/img/gallery-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.breadcrumb__title {
    font-weight: 700;
    font-size: 2.3rem;
}
.branch-details { padding:10px;}
.college-title { font-size:16px; font-weight:600; color:#000 !important;}
.uni-img img {
    border-radius: 20px 20px 0px 0px;
    height:250px;
    object-fit:cover;
    width:100% !important;
}
.gal-desc {
    position: absolute;
    display: block;
    padding: 5px 10px;
    color: #fff;
    bottom: 0;
    width: 100%;
    z-index: 10;
    margin: 0 !important;
    background: #00000082;
}
.hidden-country { display:none;}
.read-more {
    border-bottom: 2px solid #214252;
    color:#000 !important;
}

.post-entry-alt h2, .post-entry-alt .h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

    .post-entry-alt h2 a, .post-entry-alt .h2 a {
        color: #4D4C7D;
    }

.post-entry-alt .excerpt {
    padding-left: 20px;
    padding-right: 20px;
}

.post-entry-alt .img-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .post-entry-alt .img-link img {
       
        margin-bottom: 0;
        height: 250px;
        object-fit: cover;
        border-radius: 20px;
    }
.sidebar {
    padding-left: 0em;
}

@media (max-width: 767.98px) {
    .sidebar {
        padding-left: 15px;
    }
    .hero .hero-bg { display:none;}
}

.sidebar-box {
    margin-bottom: 4em;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
    padding: 12px;
    border-radius: 20px;
}

    .sidebar-box *:last-child {
        margin-bottom: 0;
    }

    .sidebar-box .heading {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        margin-bottom: 30px;
        padding: 10px;
        border-bottom: 1px solid #e6e6e6;
    }

.comment-wrap .heading, .search-result-wrap .heading {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.tags {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

    .tags li {
        padding: 0;
        margin: 0 4px 4px 0;
        float: left;
        display: inline-block;
    }

        .tags li a {
            float: left;
            display: block;
            border-radius: 4px;
            padding: 2px 6px;
            color: gray;
            background: #f2f2f2;
        }

            .tags li a:hover {
                color: #fff;
                background: #214252;
            }

.pagination {
    margin-bottom: 5em;
    text-align: center !important;
    display: block;
}

    .pagination li {
        margin-right: 2px;
        margin-bottom: 3px;
        display: inline-block;
    }

        .pagination li a {
            border-radius: 50% !important;
            width: 40px;
            height: 40px;
            line-height: 40px;
            padding: 0;
            margin: 0;
            display: inline-block;
            text-align: center;
        }

            .pagination li a:focus, .pagination li a:active {
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }

            .pagination li a:hover {
                background: #214252;
                color: #fff;
                border: 1px solid transparent;
            }

        .pagination li.active a {
            border: 1px solid transparent !important;
        }

.categories, .sidelink {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

    .categories li, .sidelink li {
        padding: 0;
        margin: 0;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted gray("300");
        list-style: none;
    }

        .categories li:last-child, .sidelink li:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .categories li a, .sidelink li a {
            display: block;
            font-size: 16px;
        }

            .categories li a span, .sidelink li a span {
                position: absolute;
                right: 0;
                top: 0;
                color: #ccc;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
            }

            .categories li a:hover span, .sidelink li a:hover span {
                color: #000;
            }

        .categories li.active a, .sidelink li.active a {
            color: #000;
            font-style: italic;
        }

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .comment-list li .vcard {
            width: 80px;
            float: left;
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .comment-list li .comment-body h3, .comment-list li .comment-body .h3 {
                font-size: 20px;
                color: #000;
            }

            .comment-list li .comment-body .meta {
                text-transform: none;
                color: #ccc;
            }

            .comment-list li .comment-body .reply {
                padding: 3px 10px;
                background: #f2f2f2;
                color: #000;
                font-size: 13px;
            }

                .comment-list li .comment-body .reply:hover {
                    color: #000;
                    background: #e3e3e3;
                }

.post-entry-sidebar .post-meta, .post-entry-footer .post-meta {
    font-size: 14px;
    color: #b3b3b3;
}
.post-meta span { font-size:13px !important;}
.post-entry-sidebar ul, .post-entry-footer ul {
    padding: 0;
    margin: 0;
}

    .post-entry-sidebar ul li, .post-entry-footer ul li {
        list-style: none;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

        .post-entry-sidebar ul li a, .post-entry-footer ul li a {
            display: table;
            color: #4D4C7D;
        }

            .post-entry-sidebar ul li a img, .post-entry-footer ul li a img {
                width: 90px;
            }

            .post-entry-sidebar ul li a img, .post-entry-sidebar ul li a .text, .post-entry-footer ul li a img, .post-entry-footer ul li a .text {
                display: table-cell;
                vertical-align: middle;
            }

                .post-entry-sidebar ul li a .text h4, .post-entry-sidebar ul li a .text .h4, .post-entry-footer ul li a .text h4, .post-entry-footer ul li a .text .h4 {
                    font-size: 15px;
                }

    .post-entry-footer ul li {
        margin-bottom: 0;
    }

        .post-entry-footer ul li a {
            color: #fff;
        }

.search-form-wrap {
    margin-bottom: 5em;
    display: block;
}

    .search-form-wrap .sidebar-search-form .form-group {
        position: relative;
    }

        .search-form-wrap .sidebar-search-form .form-group #s {
            background: #f7f7f7;
            padding: 15px 15px;
            padding-left: 50px;
        }

    .search-form-wrap .sidebar-search-form [class^="bi-"] {
        position: absolute;
        color: #000;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.bio img {
    max-width: 150px;
    border-radius: 50%;
}

.bio .bio-body h2, .bio .bio-body .h2 {
    color: #000;
    font-size: 20px;
}
.top-header {
    background: #edf3f5;
}
    .top-header .topbar-contact li {
        display: inline-block;
        line-height: 35px;
        height: 35px;
        margin-right: 17px;
        padding-right: 20px;
        color: #000;
        border-right: 1px solid #d8d8d8;
        font-size: 14px;
    }
        .top-header .topbar-contact li i {
            margin-right: 2px;
            font-size: 16px;
        }
    .top-header .topbar-contact li a {
        color: #000;
    }
.topbar-contact { margin:0px !important; list-style:none !important;}
.topbar-right {
    margin: 0px !important;
    list-style: none !important;
}
.top-header .topbar-right li {
    display: inline;
    
    font-size: 15px;
}
.login-register { font-size:18px !important;}
.top-header .topbar-right li.login-register a {
    color: #000;
    margin-right: 10px;
}

    .top-header .topbar-right li:last-child {
        margin: 0;
    }
.top-header .topbar-right li a.apply-btn {
    color: #ffffff;
    background: #ED213E;
    padding: 5px 20px;
    display: inline-block;
    margin: 9px 0px;
    border-radius: 20px;
}
    .mr-35 { margin-right:10px;}
.btn {
    border-radius: 50px;
}
    .btn-primary { background-color:#ED213E !important; border-color:#ED213E !important; font-size:15px;}
    .modal-header { background-color: #edf3f5; padding: 10px 15px;}
.swiper-button-next, .swiper-button-prev {
    bottom: 0 !important;
    top: 100%;
    width: 50px;
    height: 50px;
    background: #ed213e;
    border-radius: 50%;
}
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 18px !important;
        font-weight: 700;
        color:#fff;
    }
.swiper-button-next {
    right: 100px !important;
}
.card {
    border-color: #e8e8e8 !important;
    border-radius: 20px;
    box-shadow: 3px 3px 16px #181e1e1a;
    min-height: 210px;
}
.card-body span { font-size:13px; font-weight:600}
.card-header h4, .card-body h4 { font-size:18px;}
.highlights .card {
    border: none !important;
    box-shadow: 3px 3px 16px #181e1e1a;
    min-height:250px;
}
    .highlights .card .card-header {
        background: #ed213e;
        border: none;
        padding: 15px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        text-align:center;
    }
        .highlights .card .card-header h4 {
            color: #fff; margin:0 !important;
        }
        .main-list li {
    padding-left: 6px;
    list-style-image: url(/assets/img/tick.svg);
    font-size: 15px;
    line-height: 22pt;
    font-weight:600;
}

.requirements-list li {
    padding-left: 6px;
    list-style-image: url(/assets/img/tick.svg);
    font-weight: 500;
    line-height: 16pt;
    font-size: 15px !important;
}

.university-img img { border-radius:20px;}



.events_item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 16px #181e1e1a;
}
    .events_item .thumb {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
    }
        .events_item .thumb img {
            margin-bottom: -5px;
        }
    .events_item .down-content {
        padding: 20px 30px 25px 30px;
    }
        .events_item .down-content span.author {
            color: #7a6ad8;
            font-size: 15px;
            display: inline-block;
            margin-bottom: 6px;
        }
        .events_item .down-content h4 {
            font-size: 18px;
            font-weight: 600;
            transition: all .3s;
        }
.py-9 {
    padding-top: 9rem !important;
    padding-bottom: 3rem !important;
}
.form-control {
    font-size: 14px;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgb(237 33 62) !important;
}
.floating_btn-6 {
    position: fixed;
    bottom: 170px;
    right: 8px;
    width: 100px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    z-index: 1000;
}
.floating_btn {
    position: fixed;
    bottom: 100px;
    right: 8px;
    width: 100px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    z-index: 1000;
}
.contact_icon {
    background-color: #42db87;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.contact_icon-2, .contact_icon-3 {
    background-color: #ed213e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 0 #38b6ff;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.floating_btn-2, .floating_btn-3 {
    bottom: 10px;
    position: fixed;
    right: 8px;
    display: flex;
    z-index: 1000;

}
.floating_btn-2 {
    width: 100px;
    height: 100px;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.contact {
    background-image: url('/assets/img/contact-bg.jpg'); 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh; 
    
}
    .contact .content h2 {
        font-weight: 600;
        font-size: 43px;
        color: #fff !important;
        line-height: 1.2;
        letter-spacing: -1.5px;
    }

        .contact .content h2 span {
            color: #fff !important;
        }

    .contact .content p {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 32px;
    }

        .contact .content p:last-child {
            margin-bottom: 0;
        }
.testimonial-item {
    background: #fff;
    padding: 10px;
    border-radius: 20px;

}
.eventModal .modal-body {
    padding: 3px !important;
}
.home-map iframe {
    border-radius: 20px;
}
.address-item {
    padding: 50px 40px 50px 40px;
    background: #ffffff;
    box-shadow: 3px 3px 16px #181e1e1a;
    text-align: center;
    margin: 0px 20px 0px 0px;
    border-radius: 20px;
    min-height:280px;
}
.address-item .icon-part img {
    width: 65px;
}
.address-text .label {
    display: block;
    color: #101010;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}
.service-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.5%;
    max-height: 790px;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-image:url(/assets/img/service-bg.jpg);
    background-repeat:no-repeat;
}
.home-services h2 {
    font-weight: 600;
    font-size: 43px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    color: #58595E !important;
}

    .home-services h2 span {
        color: #ed213e !important;
    }
.xb-service .xb-item--inner {
    background-color: rgb(255 255 255 / 72%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    padding: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(237, 243, 245);
    border-image: initial;
    border-radius: 20px;
    transition: 0.3s;
    overflow: hidden;
    min-height: 300px;
    box-shadow: 3px 3px 16px #181e1e1a;
}
.xb-item--title { 
    color:#000 !important;
    font-size:18px !important;
}
    .xb-item--title a {
        color: #000 !important;
    }
.mt-30 {
    margin-top: 30px;
}
.mb-50 {
    margin-bottom: 30px;
}
.xb-service .xb-item--icon {
    width: 58px;
    height: 58px;
    background-color: #ed213e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
}
.inner-about h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    color: #000 !important;
}
.mb-30-xs { margin-bottom:30px;}
.main-list { padding-left:20px}
.pluss {
    position: absolute;
    display: block;
    right: -35px;
}