:root {
    --bs-font-primary: "Poppins", sans-serif;
    --bs-font-secondary: "Poppins", sans-serif;
    --bs-primary-color: #93622A;
    --bs-secondary-color: #01287D;
    --bs-sky-blue-color: #f6faff;
    --bs-tertiary-color: #D8EAFF;
    --bs-background-color: #F1F6FC;
    --bs-white-color: #ffffff;
    --bs-black-color: #121212;
    --bs-black-color2: #0F144B;
    --bs-border-color: #CCCCCC;
    --bs-paragraph-color: #49515B;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 28px;
    --bs-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.05);
    --bs-transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
    background: var(--bs-secondary-color);
    color: var(--bs-white-color);
    text-shadow: none;
}
::-moz-selection {
  background: var(--bs-secondary-color);
  color: var(--bs-white-color);
  text-shadow: none;
}
::selection {
  background: var(--bs-secondary-color);
  color: var(--bs-white-color);
  text-shadow: none;
}
#preloader .loading-container .loading {
    border-color: transparent var(--bs-primary-color) transparent var(--bs-primary-color);
}
p {
    letter-spacing: normal;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-120 {
    padding-bottom: 120px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-bg {
    background-color: var(--bs-white-color);
}
.ep-messages-section-two {
    padding-bottom: 60px;
}
.ep-page-header-section {
    background: var(--bs-sky-blue-color);
}
.bg-skyblue {
    background: var(--bs-background-color);
}
.ep-banner-section .banner-text {
    max-width: fit-content;
}
.ep-header-section .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: var(--bs-white-color);
}
.ep-header-section.sticky-menu .navbar .header-one-container, 
.sticky-menu,
.mobile-menu-area .mobile-topbar,
.sticky-menu .container {
    background-color: var(--bs-secondary-color) !important;
}
.mobile-menu-area .mobile-topbar .bars {
    color: var(--bs-white-color);
    border-color: var(--bs-white-color);
}
.mobile-menu-area .mobile-menu-main .logo {
    padding: 20px 10px;
}
.mobile-menu-area .mobile-menu-main .logo a {
    padding: 8px 0;
}
.ep-header-section .navbar .navbar-nav .nav-item:hover > .nav-link {
    color: var(--bs-white-color);
}
.ep-banner-section .custom-shadown {
    background: var(--bs-secondary-color);
}
.ep-header-section .navbar .header-one-container, .mobile-menu-area .mobile-topbar {
    background-color: var(--bs-white-color);
    box-shadow: 0px 0px 7.8px 0px #0000001A;
}
.ep-header-section.sticky-menu .navbar .header-one-container,
.ep-header-section.sticky-menu .mobile-menu-area .mobile-topbar {
    box-shadow: none;
}
.ep-features-section .feature-image::after {
    background: var(--bs-secondary-color);
}
.section-title-block .section-sub-title::after, 
.section-title-block .section-sub-title::before {
    display: none;
}
.service-item .icon-box {
    margin-bottom: 24px;
}
.service-item .text .service-title {
    margin-bottom: 16px;
}
.list-box i {
    color: var(--bs-secondary-color);
    margin-right: 5px;
}
.list-box li {
    margin-bottom: 8px;
}
.ep-faq-section .faq-body .accordion-button {
    color: var(--bs-black-color);
}
.ep-messages-section-two .message-main .message-contact-info {
    background-color: var(--bs-sky-blue-color);
}
.ep-messages-section-two .message-main .message-contact-info .contact-info li .icon {
    background-color: #D8EAFF;
    color: var(--bs-secondary-color);
}
.ep-messages-section-two .message-main .message-contact-info .contact-info .cn-title {
    color: var(--bs-secondary-color);
    font-weight: 600;
}
.ep-messages-section-two .message-main .message-contact-info .contact-info .cn-info,
.ep-messages-section-two .message-main .message-contact-info .contact-info .cn-info a {
    color: #717171;
    opacity: 1;
    font-weight: 400;
}
.ep-footer-section .footer-bg {
    padding: 40px 0 30px 0;
    background-color: var(--bs-sky-blue-color);
}
.ep-footer-section .footer-bg .footer-bottom {
    border-top: 1px solid #D8EAFF;
}
.ep-footer-section .footer-bg .footer-main .footer-about .short-info p,
.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li .title,
.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li p,
.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li a,
.ep-footer-section .footer-bg .footer-main .footer-links ul li a, 
.ep-footer-section .footer-bg .footer-main .recent-post-widget ul li a .title,
.ep-footer-section .footer-bg .footer-main .recent-post-widget ul li a small,
.ep-footer-section .footer-bg .footer-bottom .footer-copyright p,
.ep-footer-section .footer-bg .footer-bottom .footer-menu ul li a {
    color: var(--bs-paragraph-color);
    opacity: 1;
    font-size: 16px;
}
.ep-footer-section .footer-bg .footer-main .footer-widget .footer-title {
    color: var(--bs-black-color);
}
.footer-about .contact-info li {
    gap: 15px;
}
.footer-about .contact-info li .icon {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    background-color: #D8EAFF;
    color: var(--bs-secondary-color);
}
.footer-about .contact-info .cn-title {
    color: var(--bs-secondary-color);
    font-weight: 600;
    opacity: 0.8;
    margin: 0;
}

.footer-about .contact-info ul li a,
.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li p {
    margin: 0;
    color: var(--bs-secondary-color);
}
.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li a {
    margin: 0;
}
.footer-about .contact-info .cn-info, 
.footer-about .contact-info .cn-info a {
    color: #717171;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
}
.ep-footer-section .footer-bg .footer-main .footer-about .contact-info ul li .icon i {
    color: var(--bs-secondary-color);
}
.ep-contact-section .contact-form {
    margin-bottom: 40px;
}
.scroll-to-top {
    background-color: var(--bs-secondary-color);
}
.our-mission .footer-short-info {
  background-color: var(--bs-black-color2);
  padding: 30px 22px;
  gap: 20px;
  -webkit-transition: var(--bs-transition);
  transition: var(--bs-transition);
}
.our-mission .footer-short-info .icon {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 190, 22, 0.2);
}
.our-mission .footer-short-info .text p {
  color: var(--bs-white-color);
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.36px;
}
.our-mission .footer-short-info:hover {
  background-color: var(--bs-secondary-color);
}
.our-mission .text {
    text-align: left;
    color: #fff;
}
.our-mission .footer-short-info,
.ep-cta-section-two.custom-header {
    background-color: var(--bs-secondary-color);
}
.ep-about-section .about-text .list-box .list-info li i,
.ep-service-details-section .service-details .service-text .options li i {
    color: var(--bs-secondary-color);
}
.theme-btn-border {
    border: 1px solid var(--bs-white-color);
    color: var(--bs-white-color);
}
.theme-btn-border::before {
    background-color: var(--bs-black-color) !important;
}
.double-quotation__title {
    position: relative;
}
.double-quotation__title::after {
    content: "";
    width: 85px;
    height: 66px;
    position: absolute;
    background-image: url('../img/shape/banner-shape-1.svg');
    z-index: 1;
    top: -30px;
    right: 5%;
}
.double-quotation__span {
    position: relative;
}
.double-quotation__span::after {
    content: "";
    width: 85px;
    height: 66px;
    position: absolute;
    background-image: url('../img/shape/banner-shape-1.svg');
    z-index: 1;
    top: -30px;
    right: 5%;
}
.nested-list {
    padding-left: 24px;
    margin-bottom: 24px !important;
}
.ep-messages-section-two .message-main .message-contact-info .contact-info li + li {
    margin-top: 32px;
}
.ep-messages-section-two .message-main .message-form .input-group .form-field {
    background-color: var(--bs-white-color);
}
.ep-who-we-area-section .image .img {
    border-radius: 30px;
    margin: auto;
}
.ep-faq-section h4 {
    font-weight: 500;
}
.theme-btn {
    padding: 12px 32px;
}
@media screen and (max-width: 1200px) {
    .desktop-hide {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-menu-area {
        background-color: inherit;
    }
}
@media (max-width: 575.98px) {
    p {
        font-size: 16px;
    }
    .ep-about-section.vision-section .about-image {
        margin-left: 0;
    }
    .ep-footer-section .footer-bg .footer-main .footer-about .contact-info,
    .footer-widget,
    .ep-footer-section .footer-bg .footer-main .services-widget{
        text-align: left;
    }
    .ep-about-section .about-text {
        margin-top: 0;
    }
    .py-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-120 {
        padding-bottom: 60px;
    }
    .heading-style1 {
        font-size: 42px;
    }
    .ep-banner-section::after {
        content: "";
        position: absolute;
        background: url('../img/banner/mobile.png');
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .section-title-block .section-title {
        font-size: 28px;
        line-height: 42px;
    }
    .ep-features-section .feature-text {
        margin-top: 0;
    }
    .ep-services-section.style2 .service-item p {
        margin-bottom: 16px;
    }
    .ep-cta-section-two .shape img {
        width: 80%;
    }
    .cta-text h3 {
        font-size: 28px;
    }
    .ep-faq-section h4 {
        letter-spacing: normal;
        font-size: 18px;
        line-height: normal;
    }
    .ep-faq-section .faq-body .accordion-body p {
        font-size: 14px;
    }
    .ep-messages-section-two .message-main {
        padding: 30px 0;
    }
    .footer-menu ul {
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        margin: 0;
        margin-top: 1rem;
    }
    .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
        padding: 8px 20px;
        border-color: #ebebeb;
    }
    .call-us.p-4 {
        margin-top: 2rem;
    }
    .mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
        border-bottom: none;
    }
    .ep-messages-section-two {
        padding-bottom: 32px;
    }
    section .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ep-messages-section-two .message-main {
        padding-top: 0;
    }
    .innner-img {
        max-width: 482px;
        margin: auto;
    }
    .ep-cta-section-two.custom-header .cta-shape2 {
        bottom: 0;
        right: 0;
    }
}
.ep-cta-section-two .shape {
    opacity: .7;
}
.ep-cta-section-two.custom-header {
    overflow: hidden !important;
}
@media screen and (min-width: 1200px) {
    .ep-cta-section-two.custom-header .cta-shape2 {
        bottom: 0;
        right: -8%;
    }
    .desktop-hide {
        display: none;
    }
    .mobile-hide {
        display: block;
    }
    .ep-banner-section .banner-title {
        font-size: 45px;
        line-height: normal;
    }
    .ep-banner-section::after {
        content: "";
        position: absolute;
        background: url('../img/banner/banner-img-2-3.png');
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .ep-about-section .about-image .about-shape.about-shape-left {
        left: 0;
        top: 0;
    }
    .ep-about-section .about-image .about-shape.about-shape-right {
        right: 0;
        top: 0;
    }
    .ep-about-section .about-image.about-image__left-pd {
        padding-left: 60px;
        padding-right: 0;
    }
    .ep-features-section {
        padding-bottom: 120px;
    }
    .ep-cta-section-two.custom-header p {
        font-size: 18px;
    }
    .ep-banner-section .container {
        min-height: calc(100% - 300px);
        margin: auto;
    }
    .ep-banner-section {
        /* padding-top: 113px; */
        /* padding-bottom: 113px; */
        background-color: var(--bs-white-color);
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section-title-block .section-title {
        font-size: 40px;
        line-height: normal;
    }
    .section-title-block {
        margin-bottom: 24px;
    }
    section p {
        margin-bottom: 16px;
    }
    .section-title-block .section-sub-title {
        margin-bottom: 4px;
        font-size: 19px;
    }
    section.ep-who-we-area-section p {
        padding-right: 24px;
    }
    .ep-services-section.style2 .service-item p {
        margin-bottom: 24px;
    }
    .ep-cta-section-two .section-title-block h3 {
        font-weight: 600;
        font-size: 40px;
        line-height: normal;
    }
    .ep-cta-section-two .section-title-block {
        margin-bottom: 40px;
    }
    .ep-cta-section-two {
        padding: 112px 0;
    }
    .ep-messages-section-two .message-main {
        padding: 80px 0px;
    }
    .ep-messages-section-two .message-main .message-contact-info {
        width: 90%;
        margin-left: auto;
    }
    .ep-header-section .navbar .header-one-container {
        padding: 0 32px;
    }
}

/** Gowtham */
.navbar-brand img, .logo img {
    max-width: 204px;
}
.icon-box {
    width: 56px;
    height: 56px;
}
.ep-messages-section-two .message-main .message-form .input-group .form-field {
    border-radius: 20px !important;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .ep-banner-section::after {
        content: "";
        position: absolute;
        background: url('../img/banner/banner-img-2-3.png');
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1240px;
    }
    .ep-header-section .navbar .header-one-container {
        max-width: 1296px;
    }
}
@media (min-width: 1400px) {
    .ep-banner-section {
        height: calc(100vh - 100px);
    }
}
@media (min-width: 2100px) {
    .ep-banner-section {
        height: 70vh;
    }
}
.ep-header-section .navbar .header-one-container {
    background-color: var(--bs-secondary-color);
    box-shadow: 0px 0px 7.8px 0px #fff;
}
header .theme-btn {
    background-color: var(--bs-white-color);
    color: var(--bs-secondary-color);
    font-weight: 600;
}
header .theme-btn:hover {
    color: var(--bs-white-color);
}
.error-page img {
    max-width: 100%;
    height: auto;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.error-page h1 {
    font-size: 4rem;
    color: var(--bs-primary-color);
    margin-bottom: 10px;
}
.error-page h2 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: normal;
}
.privacy-policy a {
    color: var(--bs-black-color);
}
@media screen and (max-width:1200px) {
    .custom-error-page {
        padding: 132px 0px 0px;
    }
}
@media screen and (min-width:1200px) {
    .custom-error-page {
        padding: 180px 0px 0px;
    }
}
.success-popup {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid var(--bs-secondary-color);
    border-radius: 16px;
    padding: 3% 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: calc(100% - 750px);
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.popup-content h1 {
    font-size: 4rem;
    color: var(--bs-primary-color);
}
.popup-content p {
    margin-bottom: 0;
    font-size: 16px;
}
/* Full HD (1920x1080) */
@media only screen and (min-width: 1401px) and (max-width: 2560px) {
    .ep-cta-section-two .shape {
        margin: auto;
        min-width: 1600px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        max-width: 1600px;
    }
    .ep-cta-section-two.custom-header .cta-shape2 {
        top: -40%;
        right: 0;

    }
}
/* 2K Screen (QHD) - 2560x1440 */
@media only screen and (min-width: 2560px) and (max-width: 3839px) {
    body {
        background-color: blue !important;
    }
}