/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}
.layout_padding1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding_0 {
    padding: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    /* background-image: url(../images/banner-img.png); */
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
}
/* .header_section .nav-head{
    padding: 0 6rem;
} */
.header_bg {
    background: #fff;
    border-bottom: 1px solid #ffffff;
}
/* .header_bg .container-fluid{
    padding: 0 6rem;
} */
.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 15px;
    font-weight: 600;
    line-height: 1.2;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #fb6818;
    border-radius: 8px;
}

.navbar-brand {
    margin: 0px;
    float: right;
}
.navbar-brand img {
    vertical-align: middle;
}
.navbar {
    padding: 15px 0px;
}

/* header section end */

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 140px 0px;
    width: 100%;
    float: left;
    background-image: url(../images/banner-img.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.banner_text {
    width: 50%;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
    text-align: center;
}

.started_text {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    background-color: #fb6818;
    padding: 8px 10px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.started_text a:hover {
    color: #252525;
    background-color: #ffffff;
}

/* banner section end */

/* about_section section start */

.about_section {
    width: 100%;
    float: left;
}
.about_section .row {
    align-items: center;
}
.margin_top0 {
    margin-top: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: normal;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    margin: 0px;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 55px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fb6818;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
}

.read_bt a:hover {
    color: #fafafa;
    background-color: #252525;
}

.about_img {
    width: 100%;
    float: left;
}

.about-purpose .row:last-child {
    margin-bottom: 0;
}
.about-purpose .row .purpose-item {
    padding: 0 1.5rem;
}

.about-purpose .row h2 {
    margin: 2px 0;
    font-weight: bold;
    font-size: 2rem;
}
.orange-text {
    color: #fb6818;
}
.about-purpose .row .purpose-item p {
    font-size: 16px;
    margin: 0;
    color: #252525;
    margin-bottom: 1rem;
}
/* new */
.about_section .about_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* CSS for the about-purpose section */
.about-purpose {
    margin-top: 3rem;
}

.about-purpose .row:last-child {
    margin-bottom: 0;
}

.about-purpose h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.about-purpose h2 .orange-text {
    color: #ff6600;
}

.about-purpose p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

.about-purpose img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-purpose .purpose-item {
    margin-bottom: 1.5rem;
}

.about-purpose h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-purpose p {
    font-size: 1rem;
    line-height: 1.8;
}

.about-purpose img {
    max-width: 100%;
    border-radius: 0.5rem;
}

/* about section end */
#showcaseTabs {
    gap: 1rem;
    margin-top: 4rem;
}
#showcaseTabs .nav-link {
    width: 11rem;
}
.showcaseTabs .nav-pills .nav-link.active {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
}

.showcaseTabs .nav-pills .nav-link {
    color: #000;
}
/* courses section start */

.courses_section {
    width: 100%;
    float: left;
}

.courses_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.courses_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin: 0px;
}

.courses_section_2 {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
}

/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.column {
    margin: 15px 0px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 30px;
}

.column::after {
    content: "";
    clear: both;
    display: block;
}

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover + span {
    bottom: -36px;
    opacity: 1;
}

.introduction_text {
    width: 100%;
    float: left;
    text-align: center;
    color: #252525;
    font-size: 24px;
    padding-top: 20px;
    font-weight: 600;
}

.lorem_text {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    color: #252525;
}

#main_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
}

#main_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #000000;
    border-radius: 100px;
    box-shadow: 0px 0px 18px 8px #eeeeed;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #fb6818;
}

/* courses section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin: 0px;
}

.blog_section_2 {
    width: 100%;
    float: left;
}

.blog_taital_1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: 600;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    padding-top: 44px;
    margin: 0px;
}

.readmore_bt {
    width: 170px;
    float: left;
    padding-top: 55px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #fb6818;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
}

.readmore_bt a:hover {
    color: #fafafa;
    background-color: #252525;
}

.blog_img {
    width: 100%;
    float: left;
}

/* blog section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.contact_section_2 {
    width: 100%;
    float: left;
}
.contact_section_2 .row {
    align-items: center;
    margin-bottom: 30px;
}
.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 84%;
    /* float: left; */
    margin: auto;
}

select.mail_text.city,
.state {
    appearance: none;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4e4e;
    border: 1px solid #8e8e8e;
    background-color: #ffff;
    padding: 8px 15px;
    margin-top: 20px;
    border-radius: 5px;
    height: 3rem;
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 100px;
    font-size: 18px;
    background-color: #ffff;
    padding: 10px 15px 0px 15px;
    border: 1px solid #8e8e8e;
    margin-top: 20px;
    border-radius: 10px;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.contact_section button {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #fb6818;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 5px;
}
.contact_section button:hover {
    color: #ffffff;
    background-color: #252525;
}
.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #fb6818;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.map_main {
    width: 100%;
    float: left;
}

/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #262626;
    height: auto;
    padding: 44px 0 4px 0;
    /* text-align: justify; */
}
.footer_section .row {
    flex-direction: row-reverse;
}
.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 2px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #cbc9c9;
    margin: 0px;
    text-align: justify;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 14px;
    color: #cbc9c9;
}

.footer_menu li a {
    color: #cbc9c9;
}

.footer_menu li a:hover {
    color: #ffffff;
}

.dummy_text {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #cbc9c9;
    margin: 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 14px;
    color: #cbc9c9;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #cbc9c9;
}

.location_text li a:hover {
    color: #ffffff;
}

.padding_left_10 {
    padding-left: 10px;
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fb6818;
}

/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
/* new start */
/* nav start */
:root {
    --theme-color: #0d5ef4;
    --theme-color2: #f20f10;
    --orange-color: #ff6600;
    --title-color: #0f2239;
    --body-color: #4d5765;
    --smoke-color: #f3f7fb;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ecf1f9;
    --title-font: "Jost", sans-serif;
    --body-font: "Roboto", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}
.space,
.space-top {
    padding-top: var(--section-space);
}
.img-box5 {
    position: relative;
    padding-right: 56px;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
.img-box5 .counter-box {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
}
.counter-box {
    background-color: var(--white-color);
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(19, 61, 117, 0.12);
}
.counter-box .counter-title {
    color: var(--theme-color);
    margin-bottom: 0;
}
.counter-box .counter-title {
    color: var(--theme-color);
    margin-bottom: 0;
}
.counter-box .counter-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color);
    text-transform: uppercase;
}
.mb-35 {
    margin-bottom: 35px;
}
.text-theme {
    color: var(--orange-color) !important;
    font-weight: 600;
}
.fs-40 {
    font-size: 40px;
}
.mt-n2 {
    margin-top: -0.6rem;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-45 {
    margin-bottom: 45px;
}
.feature-box-wrap {
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 8px;
    row-gap: 20px;
    /* -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e3e9f0;
    padding-top: 35px;
    padding-bottom: 35px;
}
.feature-box {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
}

.feature-box_icon {
    position: relative;
    text-align: center;
    z-index: 2;
}
img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}
.feature-box_title {
    font-size: 22px;
    font-weight: 600;
}
.feature-box_text {
    margin-bottom: 0;
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

.checklist li {
    color: var(--title-color);
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}
.checklist li:first-child {
    margin-top: -0.5em;
}
.checklist li:before {
    content: "\f058";
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.checklist li:last-child {
    margin-bottom: -0.5em;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 29px;
    box-shadow: 0px 6px 16px rgba(13, 94, 244, 0.24);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.th-btn:hover {
    background-color: #2566ac;
    color: #fff;
}
.space p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}
.fs-50 {
    font-size: 50px;
}
.about-text h3 {
    font-weight: 600;
}
/* privacy  and terms condition*/
.tc-wraper {
    margin-bottom: 2rem;
}

.tc-wraper p {
    font-size: 16px;
    color: #252525;
    margin: 0 0 8px 0;
}

.tc-wraper h2 {
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.Privacy-p h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 0;
    text-transform: capitalize;
}

.Privacy-p h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.tc-wraper ul {
    margin-top: 1rem;
    margin-left: 2rem;
}
.tc-wraper ul li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
    color: #252525;
    list-style: disc !important;
}
.Privacy-p {
    padding-top: 8rem;
}

@media only screen and (max-width: 767px) {
    .tc-wraper h2 {
        font-size: 1rem;
        line-height: 1.2;
    }
    .Privacy-p {
        padding-top: 6rem;
    }

    .Privacy-p h1 {
        font-size: 1.5rem;
    }

    .tc-wraper p {
        font-size: 14px;
    }

    .tc-wraper ul li {
        font-size: 14px;
    }
}
