@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #222222;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
img,
ul,
ol,
li,
input,
form,
.btn,
.navbar,
.breadcrumb,
.pagination {
    margin: 0px;
    padding: 0px;
    border: 0;
}

body {
    font-family: 'Exo', sans-serif;
    position: relative;
    background: #000000;
    overflow-x: hidden;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p,
a {
    font-family: 'Exo', sans-serif;
}

h1 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
}

h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}

h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

h5 {
    font-weight: 400;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
}

.btn_com {
    padding: 10px 35px;
    display: inline-block;
    background: #24AD88;
    color: #ffffff;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
    transition: all linear 0.4s;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
}

.pr0 {
    padding-right: 0px;
}

.py_60 {
    padding: 60px 0px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.py_70 {
    padding: 70px 0px 70px;
}

.py_90 {
    padding: 100px 0px 100px;
}

.py_6090 {
    padding: 60px 0px 90px;
}

.pt_90 {
    padding-top: 90px;
}

.pb_90 {
    padding-bottom: 90px;
}

.mt_30 {
    margin-top: 30px;
}

.pt_40 {
    padding-top: 40px;
}

.pb_40 {
    padding-bottom: 40px;
}

.mb_40 {
    margin-bottom: 40px;
}

.dis_none {
    display: none;
}

.btn {
    border-radius: 0;
}

/*== preloader css ==*/
.preloader {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #000;
}

.preloader img {
    position: relative;
    width: 100%;
    height: 100%;
}

/* header start */
header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9999;
}

header .menu_part {
    padding: 25px 0px;
}

header .menu_part .navbar-brand img {
    width: 250px;
}

header .fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #000;
    padding: 10px 0px;
}

/* header end */

/* menu_part start */
.menu_part .navbar-brand{

}

.menu .nav-item {
  position: relative;
}

.menu .nav-item .nav-link {
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.4s;
}

.menu .nav-item .nav-link:hover::after {
  width: 100%;
}

.menu .nav-item:hover .nav-link,
.menu .nav-item.active .nav-link {
  color: #24AD88!important;
}

.menu .nav-item > ul {
  position: absolute;
  width: 250px;
  max-width: 0px;
  max-height: 0px;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 25px;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top center;
}

.menu .nav-item:hover ul {
  transform: scaleY(1);
  max-width: 250px;
  max-height: 270px;
  transition: transform 0.5s ease, max-height 0s step-start,
    max-width 0s step-start, padding 0s step-start;
}

.mega_menu_ul {
  position: relative;
}

.meag_menu_li {
  position: static !important;
}

.mega_menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 30px 50px;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top center;
}

.menu .nav-item:hover .mega_menu {
  transform: scaleY(1);
  height: auto;
  transition: transform 0.5s ease, max-height 0s step-start,
    max-width 0s step-start, padding 0s step-start;
}

.mega_menu_iteam h3 {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 20px;
}

.menu .nav-item ul li a,
.mega_menu_iteam ul li a {
  color: #222;
  padding: 5px 0px;
  transition: 0.4s;
  display: block;
  text-transform: capitalize;
}

.menu .nav-item ul li a:hover,
.mega_menu_iteam ul li a:hover {
  color: #f8ae1c;
  padding-left: 10px;
}

.menu_part.fix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  width: 100%;
  background: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.menu_part2 {
  display: none;
}
/* banner_part start */
.banner_part {
    position: relative;
    padding-top: 280px;
    padding-bottom: 120px;
    background-image: url("../images/61a20fdf583ca9afb9e0e984_Hero%20BG%20Desktop.svg");
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.banner_part .banner_img {
    position: relative;
    animation: UpDown 2s infinite alternate;
    /* up and down animation */
    /* innerbox in insta box */
}

@keyframes UpDown {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-35px);
    }
}

.banner_part .banner_img img {
    height: 550px;
}

.banner_part .banner_img .banner_img_two {
    position: absolute;
    height: 300px;
    width: 300px;
    overflow: hidden;
    right: 30%;
    top: 25%;
    animation: UpDown 2s infinite alternate;
    /* up and down animation */
    /* innerbox in insta box */
}

@keyframes UpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-45px);
    }
}

.banner_part .banner_img .banner_img_two img {
    width: 100%;
    height: 300px;
}

.banner_part .banner_content {
    padding: 80px 0px;
}

.banner_part .banner_content h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #24AD88;
}

.banner_part .banner_content h1 {
    padding-bottom: 20px;
}

.banner_part .banner_content h1 span {
    display: block;
    color: #24AD88;
    font-weight: 900;
}

.banner_part .banner_content p {
    padding-bottom: 40px;
}

.banner_part .banner_content a.btn_com {
    margin: 15px 30px 15px 0px;
    border-radius: 35px;
    border: 2px solid #24AD88;
}

.banner_part .banner_content a.btn_com:hover {
    background: #24AD88;
    color: #ffffff;
}

.banner_part .banner_content a.btn_com2:hover {
    background: #24AD88;
    color: #ffffff;
}

/* banner_part end */
/* future_part start */
.future_part .future_content h2 {
    padding-bottom: 20px;
    font-size: 32px;
}

.future_part .future_content h6 {
    line-height: 1.6;
    padding: 0px 15px 10px;
    font-size: 16px;
}

.future_part .future_content .future_content_box {
    display: flex;
    justify-content: space-between;
}

.future_part .future_content .future_content_box .future_content_item h4 {
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 5px;
    font-weight: 600;
}

.future_part .future_content .future_content_box .future_content_item p {
    padding-top: 2.5px;
}

.future_part .future_content a.btn_com {
    background: transparent;
    border: 2px solid #24AD88;
    border-radius: 35px;
    margin-top: 40px;
}

.future_part .future_content a.btn_com:hover {
    background: #24AD88;
    color: #ffffff;
}

/* future_part end */
/* common_heading start */
.common_heading {
    padding-bottom: 30px;
}

.common_heading h3 {
    color: #24AD88;
}

/* common_heading end */
/* branding_part start */
.branding_part .branding_img {
    position: relative;
    animation: UpDown 2s infinite alternate;
}

@keyframes UpDown {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-35px);
    }
}

.branding_part .branding_img img {
    height: 550px;
}

.branding_part .branding_img .branding_img_two {
    position: absolute;
    left: 15%;
    top: 25%;
    height: 300px;
    width: 300px;
    animation: UpDown 2s infinite alternate;
}

.branding_part .branding_img img {
    height: 450px;
}

.branding_part .branding_img .branding_img_two {
    position: absolute;
    left: 15%;
    top: 25%;
    height: 250px;
    width: 250px;
    animation: UpDown 2s infinite alternate;
}

@keyframes UpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-45px);
    }
}

.branding_part .branding_img .branding_img_two img {
    width: 100%;
    height: 300px;
}

.branding_part .branding_content h3 {
    font-size: 50px;
    font-weight: 900;
    text-transform: capitalize;
    padding-bottom: 20px;
    letter-spacing: 2.5px;
}

.branding_part .branding_content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.8;
    color: #ffffff;
    padding-bottom: 15px;
}

.branding_part .branding_content h5 span {
    display: block;
}

.branding_part .branding_content p {
    padding-bottom: 40px;
}

.branding_part .branding_content a.btn_com {
    border: 2px solid #24AD88;
    background: transparent;
    color: #24AD88;
}

.branding_part .branding_content a.btn_com:hover {
    background: #24AD88;
    color: #ffffff;
}

/* branding_part end */
/* student_qurtion_part start */
.student_qurtion_part {
    background: #24AD88;
}

.student_qurtion_part .student_qurtion_content h5 {
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 500;
    color: #ffffff;
}

.student_qurtion_part .student_qurtion_content h3 {
    font-weight: 400;
    padding-bottom: 15px;
}

.student_qurtion_part .student_qurtion_content h3 span {
    display: block;
    font-weight: 700;
}

.student_qurtion_part .student_qurtion_content p {
    font-size: 18px;
}

.student_qurtion_part .student_qurtion_content a.btn_com {
    border: 1px solid #ffffff;
    margin-top: 60px;
    float: right;
}

.student_qurtion_part .student_qurtion_content a.btn_com i {
    padding-left: 10px;
}

.student_qurtion_part .student_qurtion_content a.btn_com:hover {
    background: #ffffff;
    color: #24AD88;
}

/* student_qurtion_part end */
/* features_part start */
.features_part .features_item {
    padding: 50px 30px;
    transition: 0.4s;
    border: 2px solid #24AD88;
    border-radius: 10px;
    min-height: 325px;
    text-align: center;
}

.features_part .features_item i {
    height: 50px;
    width: 50px;
    background: #24AD88;
    font-size: 20px;
    text-align: center!important;
    line-height: 50px;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.4s;
}

.features_part .features_item h4 {
    padding-bottom: 15px;
}

.features_part .features_item:hover {
    background: #24AD88;
}

.features_part .features_item:hover i {
    background: #ffffff;
    color: #24AD88;
}

/* features_part end */
/* feedback_part start */
.feedback_part {
    background: #eafffd;
}

.feedback_part .testomonial_item p {
    color: #222222;
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 40px;
}

.feedback_part .testomonial_item .testomonial_item_img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
    border: 2px solid #24AD88;
}

.feedback_part .testomonial_item .testomonial_item_img img {
    width: 100%;
    border-radius: 50%;
    height: 120px;
}

.feedback_part .testomonial_item h4 {
    color: #222222;
    padding-bottom: 3px;
}

.feedback_part .testomonial_item small {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
}

.feedback_part .owl-carousel .owl-nav.disabled {
    display: block;
}

.feedback_part .owl-carousel .owl-nav .arrow_lf {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 12%;
    bottom: 60px;
    z-index: 999;
    border: 2px solid #24AD88;
    line-height: 50px;
    font-size: 20px;
    color: #24AD88;
    transition: 0.4s;
    text-align: center;
}

.feedback_part .owl-carousel .owl-nav .arrow_lf:hover {
    background: #24AD88;
    color: #ffffff;
}

.feedback_part .owl-carousel .owl-nav .arrow_rt {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 5%;
    bottom: 60px;
    z-index: 999;
    border: 2px solid #24AD88;
    line-height: 50px;
    font-size: 20px;
    color: #24AD88;
    transition: 0.4s;
    text-align: center;
}

.feedback_part .owl-carousel .owl-nav .arrow_rt:hover {
    background: #24AD88;
    color: #ffffff;
}

/* feedback_part end */
/* our_client_part start */
.our_client_part .client_slide_item{
    border: 1px solid #24AD88;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 15px;
}

.our_client_part .client_slide_item .client_slide_item_img img {
    vertical-align: middle;
}

/* our_client_part end */
/* footer start */
footer {
    padding: 30px 0px;
    background-image: url("../images/61a20fdf583ca9afb9e0e984_Hero%20BG%20Desktop.svg");
    background-position: 30% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 -25px 50px rgba(12, 48, 46, 0.8);
}

footer .ft_logo a img {
    margin-bottom: 30px;
}

footer .ft_logo p {
    padding-bottom: 25px;
}

footer .ft_logo ul li a {
    padding: 0px 10px 0px;
    font-size: 25px;
}

footer .ft_logo ul li:first-child a {
    padding-left: 0;
}

footer .ft_link h4 {
    color: #24AD88;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

footer .ft_link ul li a {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px;
    display: block;
}

footer .ft_link ul li a i {
    padding-right: 5px;
    transition: 0.4s;
}

footer .ft_link ul li:hover a {
    color: #24AD88;
}

footer .ft_link ul li:hover a i {
    padding-left: 5px;
}

footer .ft_address i {
    height: 55px;
    width: 55px;
    background: #24AD88;
    line-height: 55px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}

footer .ft_license ul li {
    float: left;
    margin: 20px;
}

footer .ft_license ul li a img {
    width: 180px;
}

footer .copy_right {
    margin-top: 60px;
    border-top: 1px solid #2d343a;
    padding-top: 30px;
}

/* footer end */

/* others_banner_part start */
.others_banner_part {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../images/61a20fdf583ca9afb9e0e984_Hero%20BG%20Desktop.svg");
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
}

.others_banner_part .banner_content h1 {
    text-transform: uppercase;
    font-size: 35px;
}

.others_banner_part .banner_content h4 {
    color: #ffffff;
    font-weight: 400;
}

/* others_banner_part end */
/*about part code start*/
.about_features_part .about_features_item {
    padding: 50px 30px;
    transition: 0.4s;
    border: 2px solid #24AD88;
    border-radius: 10px;
    min-height: 325px;
}

.about_dtls_part .about_dtls_heading {
    padding: 90px 90px;
    background: #24AD88;
    border-radius: 10px;
}

.about_dtls_part .about_dtls_heading h4 {
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 30px;
    color: #ffffff;
}

.about_dtls_part .about_dtls_heading h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    padding-bottom: 20px;
}

.about_dtls_part .about_dtls_heading p {
    padding-top: 10px;
    font-size: 18px;
    color: #ffffff;
}

/*about part code end*/
/* service_dtls_part start */
.service_dtls_part .service_dtls_heading {
    padding: 90px 150px;
    background: #24AD88;
    border-radius: 10px;
}

.service_dtls_part .service_dtls_heading h2 {
    color: #ffffff;
    text-transform: uppercase;
}

.service_dtls_part .service_dtls_heading h4 {
    font-weight: 700;
    padding-bottom: 45px;
    padding-top: 15px;
    color: #ffffff;
}

.service_dtls_part .service_dtls_heading p {
    padding-top: 30px;
    font-size: 18px;
    color: #ffffff;
}

.service_dtls_part .branding_content h3 {
    font-size: 32px;
    color: #24AD88;
}

.service_dtls_part .branding_content ul li {
    font-size: 17px;
    color: #ffffff;
    display: block;
    padding: 10px 0px;
}

.service_dtls_part .branding_content ul li i {
    color: #24AD88;
    padding-right: 5px;
}

.admission_requirements_part .admission_requirements_content h3 {
    color: #24AD88;
    padding: 25px 0px;
    font-size: 32px;
}

.admission_requirements_part .admission_requirements_content ul li {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 0px;
}

.admission_requirements_part .admission_requirements_content ul li span {
    padding-right: 15px;
    color: #24AD88;
    font-weight: 700;
}

/*service details part code start*/
.service_details_part {
    padding: 90px 150px;
    background: #24AD88;
    border-radius: 10px;
}

/* contact page start */
.not_sure_part .not_sure_content h2 {
    color: #24AD88;
    padding-bottom: 15px;
}

.not_sure_part .not_sure_content h4 {
    font-weight: 700;
    padding-bottom: 45px;
}

.not_sure_part .not_sure_content a.btn_com:hover {
    background: #ffffff;
    color: #24AD88;
}

.conatct_part .conatct_form {
    border: 1px solid #ffffff;
    padding: 50px 30px;
    border-radius: 10px;
}

.conatct_part .conatct_form h3 {
    color: #24AD88;
    padding-bottom: 40px;
}

.conatct_part .conatct_form h5 {
    color: #24AD88;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.conatct_part .conatct_form .form-control {
    margin: 7.5px 0px;
    background: transparent;
    border: 1px solid #24AD88;
}

.conatct_part .conatct_form textarea.form-control {
    height: 150px;
    resize: none;
}

.conatct_part .conatct_form h6 {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
}

.conatct_part .conatct_form .form-check {
    padding-top: 5px;
}

.conatct_part .conatct_form .form-check .form-check-input:checked {
    background-color: #3e84ea;
    border-color: #0d6efd;
}

.conatct_part .conatct_form .form-check .form-check-label {
    color: #ffffff;
}

.conatct_part .conatct_add {
    margin-top: 40px;
}

.conatct_part .conatct_add h3 {
    padding-bottom: 25px;
    font-size: 35px;
}

.conatct_part .conatct_add h5 {
    color: #ffffff;
    padding-bottom: 35px;
}

.conatct_part .conatct_add h4 {
    color: #24AD88;
    padding-bottom: 7px;
}

.conatct_part .conatct_add p {
    padding-bottom: 50px;
}

.conatct_part .others_support h3 {
    color: #24AD88;
    padding-bottom: 10px;
}

.conatct_part .others_support_item h4 {
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 30px;
}

.conatct_part .others_support_item p {
    padding: 0px 30px 40px;
}

.conatct_part .others_support_item a.btn_com {
    display: block;
    border: 1px solid #24AD88;
    background: transparent;
    color: #24AD88;
}

.conatct_part .others_support_item a.btn_com:hover {
    color: #ffffff;
    background: #24AD88;
}

/* contact page end */
/* certifications_part start */
.certifications_part .certifications_item {
    padding: 15px;
    background: #24AD88;
    border-radius: 10px;
}

/* certifications_part end */
