/* top header css start */
.top_adderss ul {
    display: flex;
    gap: 14px;
}

.top_header {
    padding: 7px 0px;
    border-bottom: 1px solid #8080801c;
    position: relative;
}


.top_header:before {
    left: 0;
    top: 0;
    width: 520px;
    position: absolute;
    content: '';
    background: #ef810a;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.top_header:after {
    right: 0;
    top: 0;
    width: 485px;
    position: absolute;
    content: '';
    background: #208736;
    height: 100%;
    z-index: -1;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.top_adderss ul a i {
    width: 35px;
    height: 35px;
    /* background: #ffffff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid #fff;
}

.top_adderss ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.top_heading {
    text-align: center;
}

.top_heading h5 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: oblique;
}

.top_social_media ul {
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}

.top_social_media ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.top_social_media ul h5 {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

.top_heading h5 span {
    color: #014978;
}
/* top header css end */

/* header css start */

.logo img {
    width: 100%;
    max-width: 260px;
}

.menu {
    display: flex;
    gap: 40px;
    justify-content: end;
    align-items: center;
}

.menu ul {
    display: flex;
    gap: 30px;
}

header {
    padding: 6px 0px;
    background: #fff;
    border-bottom: 1px solid #8080801c;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.menu ul a {
    font-size: 15px;
    font-weight: 600;
    color: #0e0e0e;
    text-transform: uppercase;
    transition: 0.5s;
}

.menu ul a:hover {
    color: #054b7a;
}
/* header css end */


/* hero section start */

.hero_section .swiper-slide {
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero_section .slider-1 {
    background: linear-gradient(0deg, #022740a3, #0000009e), url(../images/hero/slider-1.jpg);
    background-size: cover;
}
.hero_section .slider-2 {
    background: linear-gradient(0deg, #022740a3, #0000009e), url(../images/hero/slider-2.jpg);
    background-size: cover;
}
.hero_section .slider-3 {
    background: linear-gradient(0deg, #022740a3, #0000009e), url(../images/hero/slider-3.jpg);
    background-size: cover;
}

.hero_content h5 {
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero_content h1 {
    color: #fff;
    font-size: 59px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 3px 4px 0px #054b7a;
    letter-spacing: 0.9px;
}

.hero_content p {
    color: #c5c5c5;
    font-size: 16px;
    margin-top: 30px;
}


.hero_content .main_btn {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}

.hero_content .main_btn a {
    text-transform: uppercase;
}

.hero_content .main_btn a:hover {
    color: #fff;
    border-color: #fff;
}
/* hero section end */


/* about section start */
.our-approach-image {
    position: relative;
    padding-right: 222px;
    margin-left: 15px;
}

.our-approach-img-1{
    border-radius: 999px;
}

.our-approach-img-1 img {
    aspect-ratio: 1 / 1.796;
    border-radius: 999px;
}

.our-approach-img-2 {
    max-width: 364px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 10px solid #fff;
    border-radius: 999px;
    overflow: hidden;
    z-index: 1;
    animation: slideDas 5s infinite linear;
}

@keyframes slideDas {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-60px); /* move down */
  }
  100% {
    transform: translateY(0px); /* move back up */
  }
}

.our-approach-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.291;
}


.about_content h5 {
    font-size: 18px;
    color: #054b7a;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

.about_content h5:before {
    width: 60px;
    height: 2px;
    background: #054b7a;
    display: inline-block;
    content: '';
    margin-right: 7px;
}

.about_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.about_content h4 {
    font-size: 20px;
    font-weight: 800;
}

.about_content ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #7d7d7d;
}

.about_content ul li i {
    color: #054b7a;
}

.about_content ul {
    margin-bottom: 30px;
}
/* about section end */



/* serevices section start */
.services_img {
    border-radius: 6px;
    overflow: hidden;
}

.services_img img {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    transition: 0.5s;
}

.services_box {
    border: 1px solid #8080803b;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.services_content h4 {
    width: 90%;
    background: #fff;
    margin: auto;
    position: relative;
    font-size: 15px;
    text-align: center;
    padding: 10px 14px;
    border-radius: 50px;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-weight: 600;
    color: #121212;
    border: 2px solid #0000005e;
    z-index: 10;
    transition: 0.5s;
}

.services_box:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    background: #ffffffed;
    content: '';
    border-radius: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.services_box:hover .services_img img {
    transform: scale(1.2);
}


.services_box:hover:before {
    width: 500px;
    height: 500px;
    transition: 600ms;
    background: transparent;
}

.services_box:hover .services_content h4 {
    background: #ef810a;
    color: #fff;
    border-color: #fff;
}

.main_heading h5 {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    width: fit-content;
    display: flex;
    margin: auto;
    align-items: center;
}

.main_heading h5:before, .main_heading h5:after {
    width: 60px;
    height: 2px;
    background: #054b7a;
    display: inline-block;
    content: '';
    margin-right: 7px;
}

.main_heading h5:after {
    margin-left: 7px;
    margin-top: 8px;
}

.main_heading p {
    font: normal normal 500 15px / 25px 'Manrope';
    color: #5e5e5e;
    margin-top: 15px;
}

.services_section {
    background: linear-gradient(0deg, #d7d7d72b, #d7d7d72b), url(../images/services/bg.avif);
    width: 100%;
    height: 100%;
    background-size: auto;
    padding: 80px 0px;
}
/* serevices section end */


/* courses section start */
.courses_img img {
    width: 100%;
}



.courses_Content h5 {
    font-size: 18px;
    color: #054b7a;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
}

.courses_Content h5:before {
    width: 60px;
    height: 2px;
    background: #054b7a;
    display: inline-block;
    content: '';
    margin-right: 7px;
}

.courses_Content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.courses_Content h3 span{
    color: #054b7a;
}

.courses_Content ul li {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.courses_Content ul li .imge_coure {
    width: 60px;
    height: 60px;
    background: #ef810a;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;
}

.courses_Content ul li h4 {
    font-size: 22px;
    font-weight: 700;
}

.courses_Content ul li p {
    font-size: 14px;
    color: #515151;
    line-height: 24px;
    margin: 0;
}

.courses_Content ul {
    margin-top: 40px;
}
/* courses section end */


/* why choose content start */
.choose_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    padding: 30px;
    border: 1px solid #80808047;
    border-radius: 15px;
    height: 100%;
    background: #fff;
}

.choose_img {
    width: 90px;
    height: 90px;
    background: #dcdcdc45;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ef810a;
    font-size: 40px;
    margin: auto;
    position: relative;
}

.choose_content {
    margin-top: 20px;
}

.choose_content h3 {
    font-weight: 700;
    font-size: 22px;
    color: #054a7a;
}

.choose_content h3 a{
    color: #054a7a;
}

.choose_content p {
    font-size: 15px;
    margin: 0;
    color: gray;
    line-height: 25px;
}

.choose_img:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #ef810a;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    animation: slideDass 5s infinite linear;
}

@keyframes slideDass {
    100%{
    transform: rotate(360deg);
} 
    
}

.choose_section {
    background: linear-gradient(0deg, #d7d7d72b, #d7d7d72b), url(../images/services/bg.avif);
    width: 100%;
    height: 100%;
    background-size: auto;
    padding: 80px 0px;
}
/* why choose content end */

/* counter section start */
.counter_section {
    background: url(../images/conter.png);
    padding: 80px 0px;
    background-size: contain;
}

.counter_section .main_heading h5 {
    color: #fff;
}

.counter_section .main_heading h5:before, .counter_section .main_heading h5:after {
    background: #fff;
}

.counter_section .item {
    text-align: center;
    border-right: 1px solid #ffffff4a;
}

.counter_section .item i {
    color: #ef810a;
    font-size: 50px;
    margin-bottom: 10px;
}

.counter_section #counter {
    margin-top: 50px;
}

.counter_section .item  h1 {
    /* color: #fff; */
    font-weight: 700;
    margin: 0;
}

.counter_section .item .plus {
    color: #fff;
    align-items: center;
    font-size: 45px;
    font-weight: 700;
    gap: 10px;
}

.counter_section .item .text {
    color: #ef810a;
    margin: 0;
    font-size: 17px;
}
/* counter section end */


/* skill section start */

.skill_section {
    background: linear-gradient(90deg, #054b7a 0%, #c8d7f7 50%, #ef810a 100%);
    padding: 50px 0px;
}

.skill_content h3 {
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 6px 0px #a3a3a357;
    letter-spacing: 0.9px;
}

.skill_img img {
    width: 100%;
}

.skill_content p {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
}

.skill_content h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.main_btn2 a {
    font-size: 14px;
    background: #ef810a;
    width: fit-content;
    padding: 11px 40px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* skill section end */


/* contact section start */
.contact_form {
    border: 1px solid #80808030;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_form h3 {
    font-size: 30px;
    font-weight: 700;
}

.contact_form p {
    color: gray;
    font-size: 14px;
    margin-bottom: 30px;
}

.contact_form label {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact_form input {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #8080804a;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    outline: none;
}

.contact_form input:focus {
    border-color: #ef810a;
}


.contact_form button {
    border: 0;
    background: #ef810a;
    padding: 12px 40px;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: auto;
    margin-top: 25px;
    border: 2px solid #ef810a;
    transition: 0.5s;
}

.contact_form button:hover {
    background: transparent;
    color: #ef810a;
}

.contact_section .courses_Content ul li p {
    font-size: 16px;
    font-weight: 500;
}

.client_section {
    background: #054b7a;
    padding: 10px 0px;
}

.client_logo img {
    width: 100%;
    max-width: 150px;
}

.contact_section .courses_Content ul li {
    margin-top: 40px;
}
/* contact section end */


/* footer section start */
footer {
    padding: 70px 0px 0px 0px;
    background: linear-gradient(0deg, #ffffff, #d7d7d757), url(../images/services/bg.avif);
    width: 100%;
    height: 100%;
    background-size: auto;
}


.footer_logo a img {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
}

.footer_logo  p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}


.quick_links h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.quick_links ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
}

.quick_links ul li a i {
    color: #ef810a;
}

.quick_links ul li a:hover {
    padding-left: 10px;
    color: #ef810a;
}

.contact_lsit h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
}

.contact_lsit li {
    font-size: 15px;
    font-weight: 500;
}

.contact_lsit li a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    margin-top: 14px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
}

.contact_lsit li a:hover {
    color: #ef810a;
    padding-left: 10px;
}

.footer_social {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.footer_social li a {
    width: 40px;
    height: 40px;
    background: #ef810a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.contact_lsit li a i {
    color: #ef810a;
}

.footer_social li a:hover {
    background: #054b7a;
}

.copy_right {
    border-top: 1px solid #80808038;
    padding: 13px 0px;
    margin-top: 50px;
}


.text_copy p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
/* footer section end */




.breadcrumb_section {
    background: linear-gradient(0deg, #000000b5, #0000003b), url(../images/about/breadcrumb.jpg);
    background-size: cover;
    padding: 80px 0px;
}

.breadcrumb_content {
    text-align: center;
}

.breadcrumb_content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.breadcrumb_content ul {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: center;
}

.breadcrumb_content ul li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.breadcrumb_content ul li a {
    color: #ef810a;
}

.about_img img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}

.Mession_box {
    text-align: center;
    margin-top: 25px;
}

.Mession_box h3 {
    margin: 20px 0px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.gallery_box {
    margin-top: 20px;
}

.gallery_box img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}