@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Syne:wght@400;500;600;700;800&display=swap');

/* font-family: 'Caveat', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Syne', sans-serif; */

::selection {
    background-color: #faa734;
    color: #0080a4;
}

:root {
    --logo-color: #fff;
    --logo-subuColor: #faa734;
    --text-font: 'Open Sans', sans-serif;
    --heading-font: 'Roboto', sans-serif;
    --menu-font: 'Syne', sans-serif;
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

body {
    font-family: var(--text-font);
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
}

p,
li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

a,
a:hover {
    text-decoration: none;
    color: currentColor;
}

header {
    width: 100%;
    z-index: 1020;
    top: 0;
    transition: all .25s;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #729edb;
}

.hero_btn {
    text-decoration: none;
    font-size: 18px;
    width: fit-content;
    padding: 8px 20px;
    font-weight: 600;
    transition: all .2s ease;
    display: block;
    margin: 20px 0;
    /* border: 2px solid #f5ac00; */
    color: #f5ac00;
    font-family: var(--menu-font);
    position: relative;
    overflow: hidden;
    background: rgb(0, 0, 0);
    outline: 2px solid #000;
}

 .hero_btn:hover {
    color: #fff;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.33);
    outline-offset: 3px;
    outline-style:dashed;
}
/*
.hero_btn::after {
    width: 102%;
    height: 0%;
    position: absolute;
    content: '';
    left: -1%;
    top: -1%;
    background: linear-gradient(45deg, #0080a4, #faa734);
    transition: all .5s;
    z-index: -1;
}

.hero_btn:hover::after {
    height: 102%;
} */

.hero_btn:focus {
    transform: scale(0.98);
}
.navbar{
    padding: 0;
}
/*.navbar-brand img {*/
/*    width: 80px;*/
/*}*/

.navbar-nav {
    flex-direction: row;
    gap: 30px;
}
.navbar-brand img{
    width: 250px;
}
.navbar-nav .nav-link {
    font-size: 18px;
    font-family: var(--menu-font);
    font-weight: 600;
    color: #000000;
    padding: 5px 10px;
    position: relative;
    transition: all .25s ease;
    z-index: 1;
    transition-delay: .2s;
}

.navbar-nav .nav-link::after {
    width: 0%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #0080a4, #faa734);
    transition: all .5s;
    z-index: -1;
}

.navbar-nav .nav-link:hover {
    color: #fff;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.hero_section_imgWrapper {
    text-align: center;
}

.hero_section_imgWrapper img {
    width: 70%;
    margin: 0 auto;
    filter: drop-shadow(-2px 2px 1px rgba(0 128 164 / 50%));
}

.hero_sectionText {
    text-align: center;
    padding: 5rem 0;
}

.hero_sectionText h6 {
    font-size: 16px;
    font-family: var(--menu-font);
    font-weight: 700;
    margin: 0 auto;
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: 1px dashed #faa634;
    margin-bottom: 20px;
}

.hero_sectionText h1 {
    font-size: 45px;
    margin: 0 auto;
    width: 70%;
    background: -webkit-linear-gradient(#0080a4, #faa634);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 60px;
}

.swiper.mySwiper{
    background-color: #000;
}
.swiper-pagination-bullet{
    margin: 20px 0 !important;
    opacity: 0.5 !important;
    background: #fff !important;
}
.swiper-pagination-bullet:hover{
    outline: 1px solid #fff;
    outline-offset: 5px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    outline: 1px solid #fff;
    outline-offset: 5px;
    transition: all .3s;
    opacity: 1 !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 30px;
}
.swiper-innerWrapper{
    padding-top: 70px;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 1;
}
.hero_left{
    text-align: center;
    background: #98ffdabd;
    width: fit-content;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 60%);
}

.hero_left img{
    width: 100%;
}

.swiper-slide-active .aaa{
   animation: fadeInUp 1s;
}
.swiper-slide .bbb{
    opacity: 0;
}
.swiper-slide-active .bbb{
    transition-delay: .8s;
    opacity: 1;
    animation: fadeInUp 1s;
    animation-delay: calc(var(--animation-order) * 100ms);
}
.heading{
    position: relative;
    padding-bottom: 20px;
}
.heading h3{
    font-size: 24px;
    font-family: var(--menu-font);
    font-weight: 600;
    position: relative;
    transition: all .25s ease;
    z-index: 1;
    margin-bottom: 0;
}
.heading h6{
    font-family: 'Caveat';
    font-size: 16px;
    font-weight: 400;
}
.course_Wrapper{
    position: relative;
    background-color: #ffffff42;
    padding: 20px 10px;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 50%);
    backdrop-filter: blur(6px);
    color: #000;
}
.course_Wrapper:hover .course_textWrapper h3{
    transform: translateY(-40px);
}
.course_Wrapper:hover .course_textWrapper p{
    transform: translateY(-30px);
}
.course_Wrapper:hover .course_textWrapper .hero_btn{
    transform: translateY(-50px);
}
.course_Wrapper img{
    width: 100px;
    position: absolute;
    opacity: 0.2;
    right: 10px;
    bottom: 0;
}
.course_textWrapper h3{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Syne';
    transition: all .15s;
}
.course_textWrapper p{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    margin: 0;
    transition: all .15s;
}
.course_textWrapper{
    height: 108px;
    overflow: hidden;
}
.course_textWrapper .hero_btn{
    font-size: 14px;
    padding: 0;
    background: unset;  
    transition: all .15s;
    border: unset;
    outline: unset;
    margin-top: 25px;
    color: red;
}
.swiper-slide .swiper-innerWrapper::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-position: left;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.7;
}
.swiper-slide:nth-child(1) .swiper-innerWrapper::after{
    background-image: url(../images/icons/4.jpg);
}
.swiper-slide:nth-child(2) .swiper-innerWrapper::after{
    background-image: url(../images/icons/20.png);
    background-size: contain;

}

/* image Grid */
.image_gridWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.image_gridWrapper img:nth-child(1){
    max-width: 350px;
    object-fit: cover;
}
.image_gridWrapper img:nth-child(2){
    max-width: 250px;
    object-fit: cover;
}
.image_gridWrapper img:nth-child(3){
    max-width: 250px;
    object-fit: cover;
}
.image_gridWrapper img:nth-child(4){
    max-width: 350px;
    object-fit: cover;
}
/* End Image Grid */

/* Testimonial Slider */

.testimonial_slider{
    background-color: #fff;
    color: #000;
    box-shadow: inset 0px 0px 20px rgb(0 0 0 / 30%), 0 10px 20px -10px rgb(0 0 0 / 50%);
}
.slider_inner_wrapper{
    padding: 10px;
    position: relative;
    margin: 10px 0;
    z-index: 1;
}
.slider_inner_wrapper::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 120px;
    background-size: contain;
    background-image: url(../images/icons/Daco_447245014.png);
    background-position: top;
    background-repeat: no-repeat;
    top: -10px;
    left: 0;
    z-index: -1;
}
.slider_inner_wrapper_left_wrapper img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-left: 10px;
}
.slider_inner_wrapper h3{
    margin: 40px 0 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans';
    line-height: 22px;
}
.slider_inner_wrapper h6{
    font-family: 'Caveat';
    font-size: 18px;
    color: #a10614;
    font-weight: 600;
}

.testimonial_slider .swiper-button-next:after,.testimonial_slider .swiper-button-prev:after {
    font-size: 16px;
}
.testimonial_slider .swiper-button-next,.testimonial_slider .swiper-button-prev {
    position: absolute;
    top: 35px;
    width: 30px;
    height: 30px;
    color: white;
    background: #cd5f7d;
    border-radius: 50%;
}
.testimonial_slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto;
    right: 50px;
}

/* Footer */
footer{
    position: relative;
    display: block;
    background-color: #729edb;
    color: #fff;
    z-index: 1;
}
footer iframe{
    border: 0;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
}
.foooter iframe{
    margin-top: 60px;
}
.foooter::after{
    position: absolute;
    content: '';
    width: 100%;
    inset: 0;
    height: 100%;
    background-image: url(../images/icons/footbg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.1;
    background-attachment: fixed;
}
/* End Footer */

/* Contact Section */
#contact_section{
    padding: 5rem 0;
    position: relative;
    top: 70px;
    margin-bottom: 70px;
}
.contact-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 45px 30px 50px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    height: 100%;
}
.icon-map, .icon-message, .icon-envelope {
    display: inline-block;
    width: 50px;
    height: 50px;
    stroke-width: 0;
    stroke: #131313;
    fill: #050505;
    transition: all .3s;
}
.contact-info .info .title-info {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Syne';
    color: #000000;
}
.contact-info .info .info-text {
    font-size: 16px;
    display: block;
    line-height: 27px;
}
.contact_form label{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Syne';
}
.contact_form .form-control{
    height: 45px;
    border-radius: 0px;
    border-color: #c5c5c5;
}
.contact_form .form-control:focus{
    box-shadow: unset;
    border-color: #000;
}
.contact_form button{
    width: 200px;
    display: block;
    margin: 20px 0 0;
    padding: 10px;
    font-size: 18px;
    margin-left: auto;
    color: #fff;
    background: #000;
    border-color: #000;
    font-family: 'Syne';
}
.contact_form button img{
    transition: width .25s;
    width: 0px;
    transform-origin: left;
}
.contact_form button:hover img{
    width: 18px;
}
/* End Contact Section */

/* Menu Toggle */

.toggle {
    position: relative;
    width: 50px;
    height: 50px;
    /* background: #fff;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.08);
    border-radius: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.toggle span {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #e30101;
    border-radius: 10px;
    transition: 0.5s;
}

.toggle span:nth-child(1) {
    transform: translateY(-15px);
    width: 25px;
    left: 15px;
    left: 20px;
}

.toggle.active span:nth-child(1) {
    width: 40px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s;
    left: 5px;
}

.toggle span:nth-child(2) {
    transform: translateY(15px);
    width: 15px;
    /* left: 15px; */
    left: 29px;
}

.toggle.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s;
    left: 5px;
}

.toggle.active span:nth-child(3) {
    transform: translateX(60px);
}

.navbar-toggler{display: none;}
/* End Menu Toggle */
@media only screen and (max-width:991px) {.navbar-toggler{display: block;}}
@media only screen and (max-width:480px) {
    .ghjjjjj .row .col-lg-3:nth-child(5),.ghjjjjj .row .col-lg-3:nth-child(6),.ghjjjjj .row .col-lg-3:nth-child(7),.ghjjjjj .row .col-lg-3:nth-child(8){
        display:none;
    }
    .zdds{
        margin-top:7rem !important;
    }
    header .container{padding: 0;}
    .hero_left img {display: none;}
    .navbar-brand{margin-left: 15px;}
    .navbar-brand img{
        width: 150px;
    }
    .course_textWrapper h3{white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
    .course_textWrapper {height: 80px;}
    .heading{padding-bottom: 5px;}
    .course_Wrapper img {width: 60px;}
    footer iframe{height: 160px;margin-bottom: 10px;}
    .navbar-nav {
        padding: 20px 10px;
        flex-direction: column;
        gap: 10px;
        background: #f5ac00;
    }
    .swiper-slide-active .bbb{
        margin-bottom: 5px !important;
    }
    .contact-info{padding: 10px 20px 10px;height: auto;margin-bottom: 20px;}
    .contact_form {margin-top: 15px !important;}
    #contact_section {padding: 2rem 0;}
    .clpage{position: relative; padding: 2rem 0;height: auto !important;}
    .clp .course_Wrapper {box-shadow: 0 10px 20px -10px rgb(0 0 0 / 50%);}
    .image_gridWrapper{gap: 15px;justify-content: space-between;margin-bottom: 15px;}
    .course_Wrapper{padding: 6px;box-shadow: 0 10px 6px -10px rgb(0 0 0 / 50%);}
    .course_textWrapper p {font-size: 14px;}
    .image_gridWrapper img{width: 47% !important;object-fit: cover;height: 120px;}
    .cul{margin-top: 10px!important;margin-bottom: 0;}
    .logo{width: 120px;}
    .foooter::after{background-size: cover;}
}






.student_bodyWrapper h4 {
    font-size: var(--font-h6);
    font-family: var(--heading-font);
    margin: 0;
    color:#000;
}
.student_bodyWrapper p {
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 500;
    margin: 0 0 6px;
}
.student_bodyWrapper small {
    font-size: var(--font-small);
    color: #dc143c;
    font-weight: var(--weight-500);
}
.student_placedWrapper {
    position: relative;
    border-radius: var(--border-radius-10px);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
    font-family: var(--regular-font);
    transition: var(--trans-nrml);
    /*border: 1px solid #e7e7e7;*/
    height: 100%;
}

.student_placedWrapper {
    position: relative;
   border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2);
    font-family: var(--regular-font);
    transition: var(--trans-nrml);
    /*border: 1px solid #e7e7e7;*/
    height: 100%;
}
.student_topWrapper {
    background: linear-gradient(45deg, #262983, #420808);
    position: relative;
    z-index: 1;
    height: 100px;
}
.student_topWrapper img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    border-radius: 5px;
    bottom: -35px;
    left: 15px;
    box-shadow: 0 10px 10px -4px rgba(0, 0, 0, .25);
    /*border: 1px solid #bbb;*/
}
.student_topWrapper::after {
    opacity: .2;
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: top right;
    background-size: 300px;
    background-repeat: no-repeat;
    background-image: url(../images/desktop-header-shape-blue.png);
}
.student_bodyWrapper {
    position: relative;
    padding: 45px 15px 25px;
}