/* Default CSS Start */

img {
    max-width: 100%;
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

h3 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.section-title {
    padding: 30px 0px 50px 0px;
    width: 100%;
    text-align: center;
}

.section-title h3 {
    font-size: 35px;
    padding: 10px 0px;
    text-decoration: none;
    color: #244894;
    font-weight: bolder;
    margin: 0px;
}

.section-title p {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    color: gray;
}


/* Header CSS Start */

.navbar-area .mean-container a.meanmenu-reveal span {
    position: relative;
    margin-top: -6px;
    top: 8px;
}

.header-area {
    background: #244894;
    padding: 15px 0;
}

.header-area .header-left-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-area .header-left-text ul li {
    display: inline-block;
    color: white;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-right: 20px;
    line-height: 1;
}

.header-area .header-left-text ul li a {
    color: #ffffff;
}

.header-area .header-left-text ul li a:hover {
    color: #db612f;
}

.header-area .header-left-text ul li svg {
    margin-right: 5px;
    font-size: 16px;
    top: 1px;
    position: relative;
    color: white;
}

.header-area .header-right .header-social ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-area .header-right .header-social ul li {
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
}

.header-area .header-right .header-social ul li a svg {
    width: 16px;
    height: 18px;
    line-height: 23px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #db612f), to(#fd740e));
    background: linear-gradient(0deg, #db612f 25%, #fd740e 100%);
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid transparent;
}

.header-area .header-right .header-social ul li a svg:hover {
    background: #FFFFFF;
    color: #db612f;
    border: 1px dashed #db612f;
}


/* Header CSS End */


/* ====== Main Banner CSS Start =======*/

.main-banner {
    position: relative;
    height: 600px;
    width: 100%;
}

.main-banner img {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
}

.main-banner .carousel-item::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.main-banner .carousel-caption {
    width: 50%;
    left: 10%;
    top: 20%;
    text-align: left;
    z-index: 1;
}

.carousel .btn-carousel {
    background: linear-gradient(45deg, #244894, #db612f);
    border: 0.1rem solid white;
    transition: all ease 0.3s;
}

.carousel .btn-carousel:hover {
    background: linear-gradient(45deg, #db612f, #244894);
    border: 0.1rem solid white;
    transition: all ease 0.3s;
}

.carousel .btn-about {
    background: rgba(0, 0, 0, .4);
    border: 0.1rem solid white;
    transition: all ease 0.3s;
}

.carousel .btn-about:hover {
    background: #244894;
    border: 0.1rem solid white;
    transition: all ease 0.3s;
}

.carousel-caption h1 {
    color: #fd740e;
    font-size: 50px;
    line-height: 65px;
}

.carousel-caption p {
    color: white;
    font-size: 25px;
    padding-top: 20px;
    font-weight: lighter;
}

.carousel-caption .btn {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 30px;
    margin: 50px 10px 0px 0px;
    border: 2px solid white;
    color: white;
}

.carousel-control-next,
.carousel-control-prev {
    visibility: hidden;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    visibility: visible;
}

.showcase-section {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.showcase-section .showcase-card {
    display: inline-block;
    width: 100%;
    border: 0px;
    box-shadow: none;
    height: 180px;
    background-color: #244894;
    border-radius: 0px;
    transition: all 0.3s;
    z-index: 1;
}

.showcase-section .showcase-card:hover {
    box-shadow: 0px 2px 4px rgba(250, 250, 250, .5);
    margin-top: -10px;
    transition: all 0.3s;
}

.showcase-section .showcase-card .card-body {
    width: 100%;
    padding: 20px 10px;
}

.showcase-section .showcase-card .card-body h3 {
    color: white;
    font-size: 24px;
}

.showcase-section .showcase-card .card-body p {
    color: white;
    font-size: 15px;
    font-weight: lighter;
}

.showcase-section .showcase-card .card-body .card-image svg {
    border-radius: 50%;
    color: #db612f;
    /* font-size: 30px; */
    width: 60px;
    height: 60px;
    background: white;
    padding: 10px;
    border: 2px solid wheat;
    white-space: 10px;
}

.showcase-section .showcase-card .card-body .card-image {
    float: left;
    width: 30%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    margin-top: 5%;
}

.showcase-section .showcase-card .btn-showcase {
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 30px;
    color: black;
    background: aliceblue;
    padding: 5px 15px;
}

.showcase-section .showcase-card .card-body .card-detail {
    float: right;
    width: 65%;
}

.showcase-section .showcase-card.card2,
.showcase-section .showcase-card.card4 {
    background: #db612f;
}

.showcase-section .showcase-card.card1 svg,
.showcase-section .showcase-card.card3 svg {
    color: #244894 !important;
}

.choose-us {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.choose-us .image-right {
    width: 100%;
    height: 100%;
    position: relative;
}

.image-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.choose-us .image-right .image-box img {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.choose-us .image-right .image-box img:hover {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.choose-us .image-right::before {
    content: " ";
    position: absolute;
    top: 20px;
    transform: rotate(90deg);
    left: -30px;
    z-index: 1;
    border-top: 60px solid transparent;
    border-right: 50px solid transparent;
    border-left: 60px solid black;
}

.choose-us .image-right::after {
    content: " ";
    position: absolute;
    bottom: 20px;
    transform: rotate(270deg);
    right: -30px;
    border-top: 60px solid transparent;
    border-right: 50px solid transparent;
    border-left: 60px solid black;
}

.choose-us .choose-us-box {
    display: inline-block;
    width: 30%;
    background: white;
    padding: 11px;
    border: 1px solid #fd740e;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.3s;
}

.choose-us .choose-us-box:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .5);
    transition: all 0.3s;
}

.choose-us .choose-us-box h3 {
    font-size: 20px;
    color: #244894;
    text-align: center;
    font-weight: bold;
}

.choose-us .choose-us-box p {
       font-size: 14px;
    color: black;
    font-weight: lighter;
    margin-top: 5px;
    text-align: justify;
}

.choose-us .choose-us-box .chose-us-image {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10px;
    height: auto;
}

.course-section {
    margin: 60px 0px;
    position: relative;
}

.course-section .course-box {
    width: 96%;
    position: relative;
    height: 160px;
    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;
}

.course-section .course-box.last {
    /* background-color: #db612f; */
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 30px;
    margin: 50px 10px 0px 0px;
    border: 2px solid white;
    color: white;
    background: linear-gradient(45deg, #244894, #db612f);
    border: 0.1rem solid white;
    transition: all ease 0.3s;
    width: 14%;
    height: unset;
    margin-left: 550px;
    margin-top: 10px;
}

.course-section .course-box.last h1 {
    color: white;
    font-weight: normal;
}

.course-section .course-box.last:hover h1 {
    text-decoration: underline;
}

.course-section .course-box .image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.course-section .course-box .image::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all;
}

.course-section .course-box:hover {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .5);
    transition: all 0.3s ease-in-out;
}

.course-section .course-box:hover .image::before {
    background: #244894;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all;
}


/*.course-section .course-box:hover h1{*/


/*   color: #244894;*/


/*    transition: all 0.3s ease-in-out;*/


/*    -webkit-transition: all;*/


/*}*/

.course-section .course-box .image img {
    height: 100%;
    width: 100%;
}

.course-section .course-box h1 {
    font-size: 21px;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

.colleges {
    margin: 60px 0px;
    position: relative;
}

.colleges .college-box {
    height: 220px;
    position: relative;
    box-shadow: none;
    margin-bottom: 20px;
    background: white;
    width: 100%;
    box-shadow: 0px 2px 4px rgba(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 img {
    width: 60%;
    margin-left: 20%;
    height: auto;
}

.colleges .college-box h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    color: white;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    background-color: #244894;
    margin: 0px;
    transform: translateY(250px);
    transition: all 0.5s ease-in-out;
}

.colleges .college-box:hover h3 {
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}

.colleges .college-box a {
    color: white;
    text-decoration: none;
}

.colleges .college-box.show-more {
    /* background-color: #244894 !important;
    text-align: center;
    display: grid;
    align-items: center; */
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 30px;
    margin: 50px 10px 0px 0px;
    border: 2px solid white;
    color: white;
    background: linear-gradient(45deg, #244894, #db612f);
    border: 0.1rem solid white;
    transition: all ease 0.3s;
    width: 14%;
    height: unset;
    margin-left: 550px;
    margin-top: 10px;
}

.colleges .college-box.show-more a {
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    display: grid;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.countries-section {
    position: relative;
    margin: 60px 0px;
}

.country-card {
    width: 90%;
    height: 250px;
    margin-left: 5%;
    border-radius: 0px;
    margin-bottom: 25px;
    border: 1px solid #db612f;
    transition: all 0.3s;
}

.country-card .card-image-top {
    width: 100%;
    height: 80%;
    display: block;
}

.country-card h3 {
    width: 100%;
    padding: 20px 0px;
    color: #244894;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.country-card:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 250, .5);
    margin-top: -10px;
    transition: all 0.3s;
}

form {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
}

input.form-control {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    color: black;
    font-size: 16px;
}

.contact-card {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
}

.contact-us {
    width: 100%;
    position: relative;
    background-color: #244894;
    padding: 60px 0px;
    padding-top: 150px;
    -webkit-clip-path: polygon(53% 15%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    clip-path: polygon(53% 15%, 100% 0, 100% 43%, 100% 78%, 100% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
}

.btn-submit {
    padding: 10px 40px;
    text-align: center;
    background-color: #db612f;
    color: white;
    margin-top: 30px;
    border: 0px;
    float: right;
}

.contact-us .contact-card .card-title {
    padding: 10px 50px;
    color: white;
}

.contact-us .contact-card .card-title h3 {
    font-size: 35px;
    color: white;
    font-weight: 600;
}

.contact-us .contact-box {
    border: 0px solid white;
    position: relative;
    padding: 20px;
    margin-top: 20px;
}

.contact-us .contact-box svg {
    width: 30px;
    height: 30px;
    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: 25px;
    left: 25px;
    margin-right: 10px;
}

.contact-us .contact-box h3 {
    color: white;
    font-weight: 700;
}

.contact-us .contact-box-right {
    padding-left: 80px;
}

.contact-us .contact-box p {
    color: white;
    font-size: 14px;
    list-style: none;
}

.contact-us .contact-right {
    padding: 30px 0px;
}


/* Footer Section CSS Start */

.footer-area {
    background: #244894;
    padding-top: 50px;
}

.footer-area .footer-widget .footer-logo img {
    margin-bottom: 25px;
}

.footer-area .footer-widget p {
    color: #FFFFFF;
    margin-bottom: 18px;
}

.footer-area .footer-widget .footer-social li {
    display: inline-block;
}

.footer-area .footer-widget .footer-social a svg {
    padding: 8px;
    color: #ff7c00;
    font-size: 18px;
    width: 30px;
    border: 1px solid #db612f;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer-widget .footer-social a svg:hover {
    color: #FFFFFF;
}

.footer-area .footer-widget h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.footer-area .footer-widget h3::before {
    position: absolute;
    content: '';
    background: #626a5b;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
}

.footer-area .footer-widget ul {
    padding-left: 0;
    line-height: 1;
    margin-bottom: 0;
}

.footer-area .footer-widget ul li {
    display: block;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #FFFFFF;
}

.footer-area .footer-widget ul li a {
    color: #FFFFFF;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer-widget ul li a:hover {
    color: #db612f;
    margin-left: 2px;
}

.footer-area .footer-widget ul li a:hover svg {
    color: #db612f;
}

.footer-area .footer-widget ul li a svg {
    font-size: 12px;
    top: -1px;
    position: relative;
}

.footer-area .footer-widget ul li i {
    font-size: 12px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer-widget ul :last-child {
    margin-bottom: 0;
}

.footer-area .pl-75 {
    padding-left: 75px;
}

.footer-area .copyright-area {
    border-top: 1px solid #4a6871;
    padding: 20px 0;
    margin-top: 95px;
}

.footer-area .copyright-area p {
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: left;
}

.footer-area .copyright-area p a {
    color: #FFFFFF;
}

.footer-area .copyright-area p a:hover {
    color: #db612f;
}

.footer-area .copyright-area .lh-1 {
    line-height: 1;
}

.footer-area .copyright-area ul {
    margin-bottom: 0;
}

.footer-area .copyright-area ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.footer-area .copyright-area ul li::before {
    position: absolute;
    content: '';
    background: #FFFFFF;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    right: -15px;
    top: 6px;
}

.footer-area .copyright-area ul li a {
    color: #FFFFFF;
}

.footer-area .copyright-area ul li a:hover {
    color: #db612f;
}

.footer-area .copyright-area ul :nth-child(2)::before {
    display: none;
}


/* Footer Section CSS End */


/* Navbar CSS Start */

.navbar-area .main-nav {
    position: inherit;
    background: #ffffff;
    /*border-bottom: 2px solid #26453c;*/
    border-bottom: 2px solid #fff9e6;
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar-area .main-nav .navbar {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
    padding: 0;
    top: -2px;
    position: relative;
    width: 150px;
}

.navbar-area .main-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;
}

.main-nav nav .navbar-nav .nav-item a {}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link>svg {
    font-size: 12px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
    color: #db612f;
}

.navbar-area .main-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;
}

.navbar-area .main-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;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link>svg {
    font-size: 12px;
    float: right;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
    color: #db612f;
    padding-left: 25px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover::before {
    width: 10px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover::after {
    width: 0px;
}

.navbar-area .main-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: .5s;
    transition: .5s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active {
    color: #db612f;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
    color: #db612f;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: -100%;
    top: 0 !important;
    opacity: 0;
    visibility: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover {
    color: #db612f;
    padding-left: 25px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover::before {
    width: 10px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link:hover::after {
    width: 0px;
}

.navbar-area .main-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: .5s;
    transition: .5s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link.active {
    color: #db612f;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible;
    top: 0px !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu:last-child .nav-link {
    border-bottom: 0px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-nav {
    margin-left: auto;
    margin-right: 100px;
}

.navbar-area .main-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: .5s;
    transition: .5s;
    padding: 0;
    border-radius: 0;
    margin-left: 10px;
}

.navbar-area .main-nav .navbar .other-option .sidebar-toggle .navbar-toggle:hover {
    background: #db612f;
    color: #FFFFFF;
}

.navbar-area .main-nav .navbar .other-option .sidebar-toggle .navbar-toggle:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.navbar-area.sticky-top {
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


/* About page CSS Start */

.about-page-section {
    padding: 50px 0;
    position: relative;
}

.about-page-section .section-title {
    text-align: left;
}

.about-page-section .about-image img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.35);
    z-index: 1;
    -webkit-animation: wrep 10s infinite linear;
    animation: wrep 10s infinite linear;
    width: 100%;
    max-width: unset;
    height: 100%;
}

.about-page-section .about-text {
    background: transparent;
    padding: 70px 80px;
    position: relative;
}

.about-page-section .about-text p {
    color: #000000;
}

.about-page-section .about-text .section-title span {
    color: #db613f;
}

.about-page-section .about-text .section-title h2 {
    color: #244894;
}

.about-page-section .about-text .about-us i,
.about-style-two .about-text .about-us p {
    color: #000000;
}

.about-page-section .about-text .about-us svg {
    font-size: 40px;
    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 .about-us span {
    position: relative;
}

.about-page-section .about-text .about-us span::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: -35px;
    left: 0px;
    z-index: 0;
    background: rgba(132, 186, 63, 0.65);
}

.about-page-section .about-text .about-us span.icon-one::after {
    background: rgba(132, 186, 63, 0.65);
}

.about-page-section .about-text .about-us span.icon-two::after {
    background: rgba(255, 124, 0, 0.64);
    border-radius: 50px;
}

.about-page-section .about-text .about-us span.icon-three::after {
    background: rgba(255, 199, 10, 0.66);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.about-page-section .about-text .about-us span.icon-four::after {
    background: rgba(36, 72, 148, 0.66);
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
}

.about-title {
    height: 112px;
    background: #244894;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.about-title .title-text h2 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-title .title-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.about-title .title-text ul li {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.about-title .title-text ul li a {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.about-title .title-text ul li:first-child::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    top: 15px;
    right: -15px;
    border-radius: 10px;
}

.theory-section {
    margin-top: 0px;
    margin-bottom: -130px;
    z-index: 1;
    position: relative;
}

.theory-section .theory-area {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.14);
    box-shadow: 0px 2px 20px 0px rgba(12, 0, 46, 0.14);
    background: #ffffff;
}

.theory-section .theory-area .theory-text {
    padding: 60px;
}

.theory-section .theory-area .theory-text h2 {
    font-size: 35px;
    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;
}

.theory-section .theory-area .theory-text .signature-box img {
    margin-top: -128px;
    margin-bottom: 4px;
    width: 151px;
    height: 176px;
    border-radius: 50px;
    border-top: 4px solid #244894;
    border-bottom: 4px solid #db612f;
}

.theory-section .theory-area .theory-text .signature-box p {
    margin-bottom: 0;
    color: #333333;
    font-weight: 500;
}

.theory-section .theory-area .theory-text .signature-box span {
    font-size: 14px;
    color: #333333;
}

.theory-section #carouselcertificateControls {
    width: 98%;
    height: 350px;
    margin-top: 5%;
}

.theory-section #carouselcertificateControls img {
    width: 100%;
    height: 421px;
}

.theory-section .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}

.theory-section #carouselcertificateControls .carousel-item::before {
    content: " ";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 15%;
    height: 20%;
    z-index: 1;
    background-color: transparent;
    border-top: 5px solid #244894;
    border-left: 5px solid #db612f;
}

.theory-section #carouselcertificateControls .carousel-item::after {
    content: " ";
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 15%;
    height: 20%;
    z-index: 1;
    background-color: transparent;
    border-right: 5px solid #db612f;
    border-bottom: 5px solid #244894;
}

.theory-back {
    height: 200px;
    width: 100%;
    background-color: #244894;
    margin-top: -100px;
}


/* About CSS End */


/**-------------- Contact Page CSS Start --------------**/


/* Contact Title Start */

.contact-title {
    background: #244894;
    padding-top: 16px;
    padding-bottom: 138px;
}

.contact-title .title-text h2 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-title .title-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-title .title-text ul li {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.contact-title .title-text ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    top: 15px;
    right: -15px;
    border-radius: 10px;
}

.contact-title .title-text ul li a {
    color: #FFFFFF;
}

.contact-title .title-text ul li a:hover {
    color: #db612f;
}

.contact-title .title-text ul li i {
    font-size: 14px;
}

.contact-title .title-text ul li:last-child::before {
    display: none;
}


/* Contact Title Start */


/* Contact Section Start */

.contact-area .contact-box {
    margin-top: -100px;
    background: #fff;
    padding: 60px 45px;
    -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 {
    border: 1px solid #ff7b01;
    position: relative;
    padding: 20px;
}

.contact-right img {
    width: 100%;
    height: 400px;
}

.contact-area .contact-box .contact-card svg {
    width: 30px;
    height: 30px;
    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: 25px;
    left: 25px;
}

.contact-area .contact-box .contact-card h3 {
    padding-left: 80px;
    font-weight: 700;
}

.contact-area .contact-box .contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 80px;
}

.contact-area .contact-box .contact-card ul li {
    color: #4a4a4a;
    font-size: 14px;
    list-style: none;
}
.contact-area .contact-box .contact-card ul li a{
color: #000;
}
.contact-us.contact-area {
    width: 100%;
    position: relative;
    background-color: rgba(36, 72, 148, .2);
    padding: 40px 0px;
    padding-top: 50px;
    -webkit-clip-path: none;
    clip-path: none;
}

.contact-us.contact-area .contact-card p {
    color: #244894;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-left: 20px;
}

.contact-us .form-label {
    margin-bottom: 10px;
    color: #db612f;
    font-size: 16px;
    font-weight: 500;
}

.contact-us.contact-area .form-control {
    border: 1px solid #244894;
}

.map {
    line-height: 1;
    margin-top: 50px;
    height: 500px;
    margin-bottom: 0px;
}

.map iframe {
    width: 100%;
    height: 500px;
    border: 0;
}


/* Contact Section End */


/* Video CSS Start */

.video-style-two {
    /* background-image: url(../images/service/service1.jpg); */
    /* background-position: center center;
    background-size: cover; */
    position: relative;
    /* height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    margin-bottom: -120px;
    margin-top: 50px;
    z-index: 0; */
    display: none;
}

.video-style-two::before {
    position: absolute;
    content: '';
    background: #464544;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .45;
    z-index: -1;
}

.video-style-two .video-text a {
    margin-bottom: 38px;
    display: inline-block;
    position: relative;
}

.video-style-two .video-text a svg {
    color: #FFFFFF;
    background: #db613f;
    width: 60px;
    height: 60px;
    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::after {
    position: absolute;
    content: '';
    background: rgba(255, 101, 80, 0.5);
    width: 110px;
    height: 110px;
    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: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
}


/* Video CSS End */


/* Testimonial CSS Start */

.testimonial-section {
    background: rgba(36, 72, 148, .11);
    margin-top: 50px;
}

.testimonial-section .testimonial-slider {
    text-align: center;
    position: relative;
    z-index: 0;
}

.testimonial-section .testimonial-slider::before {
    position: absolute;
    content: '';
    background: #FFFFFF;
    width: 85%;
    height: 85%;
    left: 0;
    z-index: -1;
    margin: auto;
    right: 0;
    bottom: -20px;
    z-index: -1;
    border-radius: 30px;
}

.testimonial-section .testimonial-slider img {
    max-width: 150px;
    max-height: 150px;
    width: unset;
    margin: 0 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: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-section .testimonial-slider span {
    color: #db612d;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.testimonial-section .testimonial-slider p {
    padding: 0 105px;
}

.testimonial-section .testimonial-slider .owl-prev:hover,
.testimonial-section .testimonial-slider .owl-next:hover {
    background: none;
}

.testimonial-section .testimonial-slider .owl-prev span,
.testimonial-section .testimonial-slider .owl-next span {
    color: #db612d;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    border: 1px solid #db612d !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.testimonial-section .testimonial-slider .owl-prev span:hover,
.testimonial-section .testimonial-slider .owl-next span:hover {
    background: #db612f;
    color: #FFFFFF !important;
}

.testimonial-section .testimonial-image {
    background-image: url(../img/testimonial-img.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}


/* Testimonial CSS End */


/*  Service page css start */

.service-area {
    position: relative;
    width: 100%;
    margin: 50px 0px;
}

.service-area .service-area-content {
    padding: 20px;
    width: 100%;
    border: 1px solid #244894;
    box-shadow: none;
    height: 85%;
    margin-bottom: 30px;
    border-radius: 30px;
}

.service-area .service-area-content h1 {
    font-size: 28px;
    color: #244894;
    padding: 10px 0px 20px 0px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #db612f;
}

.service-area .service-area-content .read-less {
    width: 100%;
    padding: 20px;
}

.service-area .service-area-content .read-less img {
    width: 50%;
    height: auto;
    margin-left: 25%;
}

.service-area .service-area-content p {
    padding: 20px 0px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
   
    line-height: 30px;
    margin-left: -172px;
}

.service-area .service-area-content .read-more img {
    width: 136px;
    height: 143px;
}

.service-area .service-area-content .read-more {
    padding: 20px;
}

.service-area .service-area-content .read-more.hidden,
.service-area .service-area-content .read-less.hidden {
    display: none;
}

.service-area .service-area-content .read-more.show,
.service-area .service-area-content .read-less.show {
    display: inline;
}

.service-area .service-area-content .btn-service {
    padding: 10px 20px;
    color: white;
    background: #244894;
    font-size: 16px;
    float: right;
    margin: 0px 10px 20px 10px;
    border-radius: 30px;
    outline: none !important;
    box-shadow: none !important;
}

.service-title {
    height: 142px;
    background: #244894;
}

.service-title .title-text h2 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-title .title-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.service-title .title-text ul li {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.service-title .title-text ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    top: 15px;
    right: -15px;
    border-radius: 10px;
}

.service-title .title-text ul li a {
    color: #FFFFFF;
}

.service-title .title-text ul li a:hover {
    color: #db612f;
}

.service-title .title-text ul li i {
    font-size: 14px;
}

.service-title .title-text ul li:last-child::before {
    display: none;
}


/* College Page Css Start*/

.college-section {
    margin: 60px 0px;
    position: relative;
}

.college-name-box {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    background-color: rgba(36, 71, 148, .1);
}

.clg-collapse:nth-of-type(2n+2) .college-name-box {
    background-color: rgba(219, 96, 47, .1);
}

.college-name-box .clg-logo {
    width: 100px;
    height: 100px;
    border-top: 2px solid #244894;
    border-bottom: 2px solid #db612f;
    border-radius: 50%;
}

.college-name-box h3 {
    width: 70%;
    font-size: 30px;
    color: #233894 !important;
    font-weight: bold;
    margin-left: 2%;
    margin-top: 20px;
}

.college-name-box h3 span {
    font-size: 20px;
    color: #db612f;
    font-weight: 400;
}

.college-name-box h3 span svg {
    margin-right: 10px;
}

.clg-detail {
    margin: 5 0px;
    width: 90%;
    margin-top: 10px;
    margin-left: 5%;
}

.clg-detail .clg-image {
    width: 95%;
    height: auto;
    /* display: table-cell; */
    /* align-items: center; */
    /* vertical-align: middle; */
    margin-top: 30px;
}

.clg-detail p {
    font-size: 19px;
    font-weight: normal;
    margin-left: -196px;
}

.clg-detail .clg-course {
    width: 100%;
    height: auto;
    border: 1px solid gray;
    padding: 20px;
    margin: 20px 10px;
}

.clg-detail-img {
    width: 95%;
    height: 100%;
    display: grid;
    align-items: center;
}

.clg-detail .clg-course h5 {
    font-size: 22px;
    font-weight: bold;
    color: white;
    background: #244893;
    padding: 10px 20px;
    text-align: center;
}

.clg-detail .clg-course ul li {
    width: 50%;
    display: inline-table;
    padding: 10px 20px;
    font-size: 12px;
    border: 1px solid gray;
    margin: 0px;
}

.course-section .course-title {
    padding: 10px 20px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    background: #244894;
}

.course-section .course-title svg {
    float: right;
    margin-right: 20px;
    margin-top: -30px;
}

.clg-collapse:nth-of-type(2n+2) .course-title {
    background: #db612f;
}

.course-section .course-detail {
    display: grid;
    align-items: center;
    height: 100%;
}

.course-image {
    width: 266px;
    height: 158px;
    /* display: table-cell; */
    /* align-items: center; */
    /* vertical-align: middle; */
    margin-top: 8px;
    margin-left: 46px;
}

#scroll_up {
    background: white;
    border-radius: 50%;
    bottom: 10px;
    color: #244894;
    cursor: pointer;
    display: none;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337;
    visibility: hidden;
}

#scroll_up.show {
    visibility: visible;
}

#scroll_up:hover {
    background: #000046;
    color: #fff;
}

.consultModal .modal-content,
.contactModal .modal-content {
    background: url('http://127.0.0.1:8000/images/mandala1.jpg') no-repeat center center/cover;
}

.consultModal .modal-body .contactModal .modal-body {
    background: rgba(0, 0, 0, .5);
}

.consult_form {
    position: relative;
    background: #244894;
    border: 5px solid rgba(255, 255, 255, .4);
    padding: 61px 50px 71px;
}

.consult_form form {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
}

.consult_form h3 {
    font-size: 36px;
    margin-bottom: 14px;
    color: #f05f24;
}

.consult_form p {
    margin-bottom: 21px;
    color: white;
}

.consult_form .input-field {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.consult_form textarea {
    height: 100px !important;
}

.consult_form .form-control {
    display: block;
    width: 100%;
    height: 50px !important;
    padding: 0 10px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 45px;
    margin: 0 0 19px;
    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 .mo_btn {
    background: #244893;
    color: #db612f;
    border: none;
    padding: 10px 15px;
    float: right;
}

.consult_form .mo_btn:hover {
    background: #db612f;
    color: #244893;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, .79);
}

.btn-close {
    width: 40px;
    background: rgba(0, 0, 0, .5);
    color: #db612f;
    height: 40px;
    border-radius: 50%;
    border: none;
    outline: none;
    z-index: 1;
    font-size: 20px;
    right: -10px;
    top: 0;
    position: absolute;
}

.consult_form .form-btn {
    background: #db612f;
    color: white;
    border-radius: 0px;
    font-size: 18px;
    margin: 10px 2%;
    width: 96%;
    box-shadow: none;
    outline: none !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
}

.modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
}

.responsive-nav {
    display: none;
}


/*====== updates page css start ====*/

.updates {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 100px 0px;
}

.updates .updates-box {
    width: 49%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px auto;
}

.updates .updates-box .image img {
    /* position: absolute; */
    width: 100%;
    height: 237px;
    max-height: 388px;
    max-width: 242px;
}

.updates .updates-box:hover .updates-content {
    transition: all 0.3s ease-in-out;
    transform: translateY(0px);
}

.updates-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 90%;
    margin-left: 5%;
    padding: 10px 40px;
    background: rgba(0, 0, 0, .6);
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}

.updates-content h2 {
    color: #edc247;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0px;
    text-decoration: none;
}

.updates-content p {
    color: white;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px;
    text-decoration: none;
    margin-bottom: 4px;
}


/*====== updates page css end ====*/