@media screen and (max-width: 1380px) {
    .carousel-caption h1 {
        margin-top: -116px;
    }
    .service-area .service-area-content p {
        margin-left: -80px;
        text-align: justify;
    }
}

@media screen and (max-width: 1300px) {
    .carousel-caption h1 {
        margin-top: -116px;
    }
}

@media screen and (max-width: 1200px) {
    .carousel-caption h1 {
        margin-top: -116px;
    }
}

@media screen and (max-width: 992px) {
    .carousel-caption p {
        font-size: 24px !important;
        padding-top: 8px;
    }
    .carousel-caption h1 {
        margin-top: -115px !important;
    }
    .carousel-caption .btn {
        margin: 18px 8px 0px 0px;
    }
}

@media screen and (min-width: 769px) {
    .responsive-nav {
        display: none !important;
    }
}

@media (max-width: 767px) {
    /* Default CSS */
    .read-more {
        text-align: center;
    }
    p {
        font-size: 14px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .section-title span {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .section-title span {
        font-size: 16px;
        color: orange;
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }
    #particles-js {
        display: none;
    }
    /*------ Home Page ONE CSS Start ------*/
    /* Header CSS */
    .header-area {
        display: none;
    }
    /* Navbar CSS */
    .navbar-area .main-nav {
        display: none !important;
    }
    .navbar-area {
        display: none;
    }
    .responsive-nav {
        display: block;
        position: fixed;
        z-index: 99;
        width: 100%;
        background: white;
        padding: 10px 5px;
    }
    .mobile-nav {
        display: block;
        position: relative;
    }
    .mobile-nav .navbar-nav {
        height: 300px;
        overflow-y: scroll;
    }
    .navbar-brand {
        padding: 0;
        top: -2px;
        position: relative;
        width: 100px;
    }
    .mean-container .mean-bar {
        background-color: #000;
        padding: 0;
    }
    .mean-container a.meanmenu-reveal {
        padding: 15px 15px 0 0;
    }
    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none;
    }
    .navbar-light .navbar-toggler {
        color: #244894;
        border: 0px important;
        outline: none !important;
        box-shadow: none !important;
        border-color: transparent !important;
    }
    .navbar-light .navbar-toggler svg {
        color: #244894 !important;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        color: white;
        outline: none;
        box-shadow: none;
        border: none;
    }
    .responsive-nav .navbar {
        padding: 0;
    }
    .responsive-nav .navbar .navbar-brand {
        padding: 0;
        top: -2px;
        position: relative;
        width: 150px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .nav-link {
        font-weight: 400;
        text-transform: capitalize;
        line-height: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 17px;
        color: #244894;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .responsive-nav nav .navbar-nav .nav-item a {}
    .responsive-nav nav .navbar-nav .nav-item {
        position: relative;
        padding: 10px 0;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .nav-link>svg {
        font-size: 12px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .nav-link.active {
        color: #db612f;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu {
        background: #ffffff;
        padding: 10px 0;
        border: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        top: 55px !important;
        right: 0;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
        border-bottom: 1px dashed #db612f;
        padding: 10px 15px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link>svg {
        font-size: 12px;
        float: right;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
        color: #db612f;
        padding-left: 25px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover::before {
        width: 10px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover::after {
        width: 0px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        background: #db612f;
        width: 0;
        height: 1px;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active {
        color: #db612f;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
        color: #db612f;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
        left: -100%;
        top: 0 !important;
        opacity: 0;
        visibility: hidden;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
        color: #db612f;
        padding-left: 25px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover::before {
        width: 10px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover::after {
        width: 0px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        background: #db612f;
        width: 0;
        height: 1px;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
        color: #db612f;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
        opacity: 1 !important;
        visibility: visible;
        top: 0px !important;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .nav-link {
        border-bottom: 0px;
    }
    .responsive-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
        display: none;
    }
    .responsive-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .navbar-nav {
        margin-left: auto;
        margin-right: 100px;
    }
    .responsive-nav .navbar .other-option .sidebar-toggle .navbar-toggle {
        width: 30px;
        height: 30px;
        border: 1px solid #db612f;
        text-align: center;
        line-height: 27px;
        color: #db612f;
        display: inline-block;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding: 0;
        border-radius: 0;
        margin-left: 10px;
    }
    .responsive-nav .navbar .other-option .sidebar-toggle .navbar-toggle:hover {
        background: #db612f;
        color: #ffffff;
    }
    .responsive-nav .navbar .other-option .sidebar-toggle .navbar-toggle:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }
    .main-banner {
        position: relative;
        height: 100%;
        width: 100%;
        padding-top: 71px;
    }
    .main-banner img {
        width: 100%;
        height: 220px;
        display: block;
        position: relative;
    }
    .main-banner .carousel-caption {
        width: 90%;
        left: 5%;
        top: 52%;
        text-align: left;
        z-index: 1;
    }
    .carousel-caption h1 {
        color: white;
        font-size: 20px;
        line-height: 30px;
        padding-top: 10px;
    }
    .carousel-caption p {
        color: white;
        font-size: 12px;
        padding-top: 0px;
        font-weight: lighter;
        display: none;
    }
    .carousel-caption .btn {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 30px;
        margin: 20px 10px 0px 10px;
        border: 2px solid white;
        color: white;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -15px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none;
    }
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 15px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }
    .showcase-section .showcase-card {
        display: inline-block;
        width: 100%;
        border: 0px;
        box-shadow: none;
        height: 150px;
        background-color: #244894;
        border-radius: 0px;
        transition: all 0.3s;
        z-index: 1;
    }
    .showcase-section .showcase-card .card-body {
        width: 100%;
        padding: 22px 10px;
    }
    .showcase-section .showcase-card .card-body h3 {
        color: white;
        font-size: 19px;
    }
    .showcase-section .showcase-card .card-body p {
        color: white;
        font-size: 13px;
        font-weight: lighter;
    }
    .showcase-section .showcase-card .btn-showcase {
        margin-bottom: 10px;
        font-size: 13px;
        border-radius: 30px;
        color: black;
        background: aliceblue;
        padding: 5px 12px;
    }
    .showcase-section .showcase-card .card-body .card-image svg {
        border-radius: 50%;
        color: #db612f;
        /* font-size: 30px; */
        width: 40px;
        height: 40px;
        background: white;
        padding: 10px;
        border: 2px solid wheat;
        white-space: 10px;
    }
    .consult_form {
        position: relative;
        background: #244894;
        border: 5px solid rgba(255, 255, 255, 0.4);
        padding: 10px 5px;
    }
    .consult_form h3 {
        font-size: 24px;
        margin-bottom: 0px;
        color: #f05f24;
        text-align: center;
    }
    .consult_form p {
        margin-bottom: 21px;
        color: white;
        display: none;
    }
    .consult_form form {
        width: 100%;
        height: 100%;
        padding: 20px 10px 20px 10px;
        margin: 0px;
    }
    .consult_form .form-control {
        display: block;
        width: 100%;
        height: 34px !important;
        padding: 0 10px;
        border: none;
        border-radius: 0;
        font-size: 12px;
        line-height: 45px;
        margin: 0px 0 11px;
        color: #879296;
        /* -webkit-filter: drop-shadow( -1px 2px 5px rgba(255,246,244,1)); */
        -moz-filter: drop-shadow(-1px 2px 5px rgba(255, 246, 244, 1));
        /* filter: drop-shadow( -1px 2px 5px rgba(255,246,244,1)); */
    }
    .consult_form .form-btn {
        background: #db612f;
        color: white;
        border-radius: 0px;
        font-size: 15px;
        margin: 10px 2% 0px;
        width: 96%;
        box-shadow: none;
        outline: none !important;
    }
    .btn-close {
        width: 20px;
        background: rgba(0, 0, 0, 0.5);
        color: #db612f;
        height: 20px;
        border-radius: 50%;
        border: none;
        outline: none;
        z-index: 1;
        font-size: 15px;
        text-align: center;
        right: -6px;
        top: 0;
        position: absolute;
    }
    .consult_form textarea {
        height: 50px !important;
    }
    .consult_form textarea {
        height: 100px;
    }
    .section-title h3 {
        font-size: 26px;
        padding: 5px 0px;
        text-decoration: none;
        color: #244894;
        font-weight: bolder;
        margin: 0px;
    }
    .section-title p {
        font-size: 13px;
        padding: 0px;
        margin: 0px;
        text-decoration: none;
        color: gray;
    }
    .choose-us .choose-us-box {
        display: inline-block;
        width: 100%;
        background: white;
        padding: 10px;
        border: 1px solid gray;
        border-radius: 10px;
        margin-bottom: -20px;
        margin-left: 1px;
        margin-right: 4px;
        margin-top: 50px;
        transition: all 0.3s;
    }
    .choose-us .choose-us-box h3 {
        font-size: 14px;
        color: #244894;
        text-align: center;
        font-weight: bold;
    }
    .choose-us .choose-us-box .chose-us-image {
        width: 30%;
        margin-left: 35%;
    }
    .choose-us .choose-us-box p {
        font-size: 11px;
        color: black;
        text-align: center;
        font-weight: lighter;
        margin-top: 5px;
    }
    .course-section {
        margin: 0px 0px;
        position: relative;
    }
    .course-section .course-box h1 {
        font-size: 18px;
        color: white;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
    .course-section .course-box {
        width: 96%;
        position: relative;
        height: 140px;
        border: 1px solid gray;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        background-color: transparent;
        display: grid;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all;
    }
    .colleges {
        margin: 0px 0px;
        position: relative;
    }
    .colleges .college-box {
        height: 160px;
        position: relative;
        box-shadow: none;
        margin-bottom: 20px;
        background: white;
        width: 100%;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
        overflow: hidden;
        /* border: 1px solid gray; */
        border-radius: 10px;
        transition: all 0.5s ease-in-out;
        /* background: transparent; */
        display: grid;
        align-items: center;
    }
    .colleges .college-box h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 6px;
        text-align: center;
        color: #244894;
        width: 100%;
        font-size: 11px;
        font-weight: bold;
        background-color: rgba(36, 71, 148, 0.3);
        margin: 0px;
        transform: translateY(0px);
        transition: all 0.5s ease-in-out;
    }
    .colleges .college-box a {
        color: #244894;
        text-decoration: none;
    }
    .colleges .college-box.show-more a {
        width: 100%;
        height: 100%;
        text-align: center;
        color: white;
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
        display: grid;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }
    .course-section .course-box.last {
        width: unset;
        margin-left: unset;
    }
    .colleges .college-box.show-more {
        width: unset;
        margin-left: unset;
        margin-bottom: 20px;
    }
    .country-card {
        width: 100%;
        height: 150px;
        margin-left: 0px;
        border-radius: 0px;
        margin-bottom: 25px;
        border: 1px solid #db612f;
        transition: all 0.3s;
    }
    .country-card h3 {
        width: 100%;
        padding: 15px 0px;
        color: #244894;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .contact-us {
        width: 100%;
        position: relative;
        background-color: #244894;
        padding: 60px 0px;
        padding-top: 8px;
        -webkit-clip-path: polygon(50% 3%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
        clip-path: polygon(50% 3%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    }
    .contact-us .contact-box h3 {
        color: white;
        font-weight: 700;
        font-size: 20px;
    }
    .contact-us .contact-box {
        border: 0px solid white;
        position: relative;
        padding: 10px;
        margin-top: 0px;
    }
    .contact-us .contact-box svg {
        width: 20px;
        height: 20px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid white;
        display: inline-block;
        color: white;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        position: absolute;
        top: 17px;
        left: 25px;
        margin-right: 10px;
    }
    .contact-card {
        width: 100%;
        height: 100%;
        padding: 0px 5px;
    }
    .contact-us .contact-card .card-title h3 {
        font-size: 20px;
        color: white;
        font-weight: 600;
    }
    .contact-us .contact-card .card-title {
        padding: 0px 0px;
        text-align: center;
        color: white;
    }
    input.form-control {
        margin-bottom: 12px;
        width: 100%;
        height: 33px;
        color: black;
        font-size: 13px;
    }
    textarea.form-control {
        min-height: 50px;
        height: 50px;
    }
    .btn-submit {
        padding: 6px 20px;
        text-align: center;
        background-color: #db612f;
        color: white;
        margin-top: 15px;
        border: 0px;
        float: right;
    }
    .footer-area {
        background: #244894;
        padding-top: 0px;
    }
    .footer-area .footer-widget p {
        color: #ffffff;
        margin-bottom: 18px;
        display: none;
    }
    .footer-area .footer-widget h3 {
        color: #ffffff;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        position: relative;
        padding-bottom: 5px;
    }
    .footer-social {
        text-align: center;
        margin-top: -10px;
    }
    .footer-area .footer-widget .footer-social a svg {
        padding: 8px;
        color: #ff7c00;
        font-size: 18px;
        width: 20px;
        border: 1px solid #db612f;
        height: 20px;
        border-radius: 50%;
        margin-right: 8px;
        margin-top: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .footer-area .pl-75 {
        padding-left: 0px;
        padding-top: 20px;
    }
    .footer-area .courses {
        display: none !important;
    }
    .follow {
        text-align: center;
    }
    .footer-area .footer-widget ul li {
        display: block;
        margin-bottom: 9px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #ffffff;
    }
    .footer-area .footer-widget ul li a {
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 15px;
    }
    .footer-area .copyright-area {
        border-top: 1px solid #4a6871;
        padding: 20px 0;
        margin-top: 20px;
    }
    .footer-area .copyright-area p {
        color: #ffffff;
        margin-bottom: 6px;
        text-align: left;
        font-size: 12px;
    }
    #scroll_up {
        background: white;
        border-radius: 50%;
        bottom: 10px;
        color: #244894;
        cursor: pointer;
        display: none;
        font-size: 20px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        position: fixed;
        left: 10px;
        text-align: center;
        text-decoration: none;
        transition: 0.3s;
        z-index: 337;
        visibility: hidden;
    }
    .floating-wpp .floating-wpp-button {
        position: relative;
        border-radius: 50%;
        box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
        transition: box-shadow 0.2s;
        cursor: pointer;
        overflow: hidden;
        width: 60px !important;
        height: 60px !important;
        background-color: rgb(37, 211, 102);
    }
    /*  service page css */
    .service-title .title-text h2 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .service-title .title-text ul li {
        font-size: 12px;
        color: #ffffff;
        display: inline-block;
        position: relative;
        margin: 0 0px;
    }
    .service-title {
        height: 200px;
        background: #244894;
        padding-top: 76px;
    }
    .service-area .service-area-content h1 {
        font-size: 18px;
        color: #244894;
        padding: 10px 0px 10px 0px;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #db612f;
    }
    .service-area .service-area-content .read-less img {
        width: 50%;
        height: auto;
        margin-left: 25%;
        margin-top: -10px;
    }
    .service-area .service-area-content p {
        padding: 10px 0px;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 24px;
        margin-bottom: 10px;
        margin-left: unset;
        text-align: justify;
    }
    .service-area .service-area-content .btn-service {
        padding: 7px 14px;
        color: white;
        background: #244894;
        font-size: 14px;
        float: right;
        margin: 0px 10px 0px 10px;
        border-radius: 30px;
        outline: none !important;
        box-shadow: none !important;
    }
    .service-area .service-area-content .btn-service {
        padding: 7px 14px;
        color: white;
        background: #244894;
        font-size: 14px;
        float: right;
        margin: 0px 10px 0px 10px;
        border-radius: 30px;
        outline: none !important;
        box-shadow: none !important;
    }
    .college-section.course-section {
        margin-top: 30px;
    }
    .course-section .course-title {
        padding: 10px 20px;
        font-size: 15px;
        font-weight: bold;
        color: white;
        background: #244894;
    }
    .course-section .course-title svg {
        float: right;
        margin-right: -5px;
        margin-top: -17px;
    }
    .clg-detail-img {
        width: 100%;
        height: 100%;
        display: grid;
        align-items: center;
    }
    .course-image {
        width: 100%;
        height: 200px;
        /* display: table-cell; */
        /* align-items: center; */
        /* vertical-align: middle; */
        margin-top: 10px;
        margin-left: unset;
    }
    .course-section .course-detail {
        display: grid;
        align-items: center;
        height: 100%;
        padding-top: 10px;
    }
    .clg-detail p {
        font-size: 15px;
        font-weight: normal;
        margin-left: unset;
    }
    .college-name-box {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 10px;
        display: flex;
        background-color: rgba(36, 71, 148, 0.1);
    }
    .college-name-box .clg-logo {
        width: 60px;
        height: 60px;
        border-top: 2px solid #244894;
        border-bottom: 2px solid #db612f;
        border-radius: 50%;
    }
    .college-name-box h3 {
        width: 95%;
        font-size: 18px;
        color: #233894 !important;
        font-weight: bold;
        margin-left: 4%;
        margin-top: 7px;
    }
    .college-name-box h3 span {
        font-size: 13px;
        color: #db612f;
        font-weight: 400;
    }
    .clg-detail .clg-image {
        width: 100%;
        height: auto;
        /* display: table-cell; */
        /* align-items: center; */
        /* vertical-align: middle; */
        margin-top: 30px;
    }
    .clg-detail p {
        font-size: 15px;
        font-weight: normal;
    }
    .clg-detail .clg-course {
        width: 100%;
        height: auto;
        border: 1px solid gray;
        padding: 15px;
        margin: 20px 0px;
    }
    .clg-detail .clg-course h5 {
        font-size: 16px;
        font-weight: bold;
        color: white;
        background: #244893;
        padding: 6px 20px;
        text-align: center;
    }
    .clg-detail .clg-course ul li {
        width: 50%;
        display: inline-table;
        padding: 10px 20px;
        font-size: 13px;
        border: 1px solid gray;
        margin: 0px;
        font-size: 6px;
        font-weight: 700;
    }
    .about-title {
        height: 200px;
        background: #244894;
        padding-top: 50px;
    }
    .about-title .title-text h2 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .about-page-section .about-text {
        background: transparent;
        padding: 0px 0px;
        position: relative;
    }
    .about-page-section .about-text .about-us svg {
        font-size: 31px;
        left: 20px;
        position: relative;
        top: 0;
        line-height: 1;
        margin-bottom: 10px;
        display: inline-block;
        color: #000000;
        z-index: 1;
    }
    .about-page-section .about-text p {
        color: #000000;
        font-size: 10px;
        font-weight: 700;
    }
    .about-page-section .about-text p.about-detail {
        color: #000000;
        font-size: 15px;
    }
    .theory-section .theory-area .theory-text {
        padding: 0px;
    }
    .theory-section .theory-area .theory-text h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 25px;
        line-height: 1.4;
    }
    .theory-section .theory-area .theory-text p {
        color: #333333;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .signature-box {
        text-align: center;
        margin-top: 59px;
        margin-bottom: 85px !important;
    }
    .theory-section #carouselcertificateControls img {
        width: 100%;
        height: 250px;
    }
    .theory-back {
        height: 100px;
        width: 100%;
        background-color: #ffffff;
        margin-top: -100px;
        /* display: none; */
    }
    .testimonial-section .testimonial-slider img {
        max-width: 100px;
        max-height: 100px;
        width: unset;
        margin: -2px auto 40px;
        right: 0;
        left: 0;
        border: 3px solid #db612f;
        border-radius: 150px;
        padding: 5px;
        background: #fff;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    }
    .testimonial-section .testimonial-slider h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px;
    }
    .testimonial-section .testimonial-slider span {
        color: #db612d;
        font-size: 12px;
        margin-bottom: 20px;
        display: inline-block;
    }
    .testimonial-section .testimonial-slider p {
        padding: 0 25px;
        font-size: 12px;
        margin-top: 0px;
    }
    .testimonial-section .testimonial-slider span {
        color: #db612d;
        font-size: 12px;
        margin-bottom: 6px;
        display: inline-block;
    }
    .video-style-two {
        /* background-image: url(../images/service/service1.jpg);
        background-position: center center;
        background-size: cover; */
        position: relative;
        /* height: 100%;
        padding-top: 50px;
        padding-bottom: 100px;
        margin-bottom: -120px;
        margin-top: 50px;
        z-index: 0; */
    }
    .video-style-three video {
        height: unset;
    }
    .video-style-two .video-text a svg {
        color: #ffffff;
        background: #db613f;
        width: 40px;
        height: 40px;
        padding: 15px;
        text-align: center;
        line-height: 85px;
        display: inline-block;
        font-size: 20px;
        position: relative;
        z-index: 0;
        border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
    }
    .video-style-two .video-text a {
        margin-bottom: 12px;
        display: inline-block;
        position: relative;
    }
    .video-style-two .video-text a::after {
        position: absolute;
        content: "";
        background: rgba(255, 101, 80, 0.5);
        width: 90px;
        height: 90px;
        top: -10px;
        left: -10px;
        z-index: -1;
        border-radius: 55% 45% 38% 62% / 52% 57% 43% 48%;
        -webkit-animation: wrep 5s infinite ease-in-out;
        animation: wrep 5s infinite ease-in-out;
    }
    .video-style-two .video-text p {
        color: #ffffff;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1;
    }
    .video-style-two .video-text {
        padding-bottom: 40px;
    }
    .contact-title {
        background: #244894;
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .contact-title .title-text h2 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .contact-title .title-text ul li {
        font-size: 15px;
        color: #ffffff;
        display: inline-block;
        position: relative;
        margin: 0 10px;
    }
    .contact-area .contact-box {
        margin-top: -100px;
        background: #fff;
        padding: 20px 10px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    .contact-area .contact-box .contact-card h3 {
        padding-left: 80px;
        font-weight: 700;
        font-size: 20px;
    }
    .contact-area .contact-box .contact-card svg {
        width: 25px;
        height: 25px;
        padding: 10px;
        border-radius: 50px;
        border: 1px solid #ff7b01;
        display: inline-block;
        color: #db612f;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        position: absolute;
        top: 22px;
        left: 25px;
    }
    .contact-area .contact-box .contact-card ul li {
        color: #4a4a4a;
        font-size: 12px;
        list-style: none;
    }
    .contact-right img {
        width: 100%;
        height: 400px;
        display: none;
    }
    .contact-us.contact-area {
        width: 100%;
        position: relative;
        background-color: rgba(36, 72, 148, 0.2);
        padding: 20px 0px;
        padding-top: 50px;
        -webkit-clip-path: none;
        clip-path: none;
    }
    .contact-us .contact-right {
        padding: 0px 0px;
        padding-top: 20px;
    }
    .contact-us.contact-area .contact-card p {
        color: #244894;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .contact-us .form-label {
        margin-bottom: 10px;
        color: #db612f;
        font-size: 14px;
        font-weight: 500;
    }
    .map iframe {
        width: 100%;
        height: 200px;
        border: 0;
    }
    .map {
        line-height: 1;
        margin-top: 50px;
        height: 220px;
        margin-bottom: 0px;
        background: #244894;
    }
    .updates {
        width: 100%;
        height: 100%;
        position: relative;
        margin: 40px 0px;
    }
    .updates .updates-box {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin: 15px auto;
    }
    .updates-content {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 94%;
        margin-left: 3%;
        padding: 0px 10px;
        background: rgba(0, 0, 0, 0.6);
        transform: translateY(0px);
        transition: all 0.3s ease-in-out;
    }
    .updates-content h2 {
        color: #edc247;
        font-size: 19px;
        font-weight: bold;
        padding: 5px 0px;
        margin: 0px;
        text-decoration: none;
    }
    .updates-content p {
        color: white;
        font-size: 12px;
        font-weight: normal;
        padding: 0px 0px;
        text-decoration: none;
    }
}