@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
    --header-font: "Montserrat", sans-serif;
    --para-font: "Montserrat", sans-serif;
    --primary-color: #de951a;
    --secondary-color: #22262a;
    --paragraph-color: #9d9d9d;
}

a {
    text-decoration: none;
    /* text-transform: capitalize; */
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

h1,
h5,
h6,
p {
    text-transform: capitalize;
}

/* @font-face {
    font-family: "ITC Avant Garde Std ";
    src: url("H:\creatu\honeywella\public\fonts\ITCAvantGardeStd-MdObl.otf"), url("H:\creatu\honeywella\public\fonts\ITCAvantGardeStd-BoldCnObl.otf");
} */

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu {
    margin-top: 0; /* Fix the margin if necessary */
}

.navbar-toggler-icon {
    color: #fff;
}

.nav-section {
    position: relative;
    z-index: 999;
    margin-bottom: -85px;
}

@media only screen and (max-width: 1060px) {
    .navbar-collapse {
        position: relative;
        margin-bottom: -280px;
        background-color: #de951a;
        display: inline-block;
        opacity: 80%;
    }
}

.collapse {
    justify-content: right !important;
    text-align: center;
}

.navbar {
    text-transform: uppercase;
}

.nav-item {
    padding: 5px 10px;
}

.nav-item a {
    font-family: var(--para-font);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    transition: 0.3s;
}

.nav-item a:hover {
    color: var(--primary-color);
    /* border-bottom: 1px solid #FDB714; */
}

.nav-dropdown-link a {
    color: #22262a;
    text-align: left;
    margin: 15px;
}

.nav-dropdown-link a:hover {
    background-color: unset;
}

.logo {
    margin: 0 !important;
    height: 65px;
}

.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* ...............carousel section................... */

.carousel-section {
    margin-bottom: 70px;
}

.carousel-section .carousel-inner {
    height: 710px;
    width: 100%;
}

.carousel-section .carousel-item {
    height: 710px;
    width: 100%;
}

.carousel-section .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.carousel-section .carousel_text {
    position: absolute;
    font-weight: bold;
    z-index: 1;
    top: 75%;
    transform: translateY(-50%);
    left: 10%;
    width: 800px;
    font-family: var(--header-font);
}

.carousel-section .carousel-control-prev {
    top: 50% !important;
    width: 4%;
    height: 8%;
    margin-left: 25px;
    background-color: var(--secondary-color);
    z-index: 999;
    opacity: unset;
}

.carousel-section .carousel-control-next {
    top: 50% !important;
    width: 4%;
    height: 8%;
    margin-right: 25px;
    background-color: var(--secondary-color);
    z-index: 999;
    opacity: unset;
}

.carousel-section .carousel-control-next:hover,
.carousel-section .carousel-control-prev:hover {
    background-color: var(--primary-color);
}

.carousel-section .carousel_text h1 {
    text-align: justify;
    color: #f5f3f3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 15px;
}

/* .carousel-section .carousel_text p {
    text-align: justify;
    color: #f5f3f3;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--para-font);
    font-weight: 400;
}

@media only screen and (max-width:600px) {
    .carousel-section .carousel_text p {
        width: 265px!important;
    }
} */

/* ................footer.................. */

.footer {
    margin-top: 50px;
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.527),
            rgba(255, 255, 255, 0.5)
        ),
        url(/images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* opacity: 0.5; */
}

.footer_content {
    padding: 40px 20px;
    opacity: 1 !important;
}

.footer_header {
    color: #000;
    font-family: var(--header-font);
}

.footer_header h6 {
    font-size: 21px;
    padding-left: 6px;
    font-weight: 700;
    border-left: 6px solid var(--primary-color);
}

.footer_list {
    padding: 10px 0;
}

.footer_list a {
    text-decoration: none;
}

.footer_list li {
    color: #000;
    font-size: 12px;
    padding: 5px 0;
    transition: 0.3s;
    font-family: var(--header-font);
    font-weight: 400;
    text-transform: uppercase;
}

.footer_list a span li {
    text-transform: none !important;
}

.footer_list li:hover {
    color: var(--primary-color);
}

.footer_list a li i {
    padding-right: 10px;
}

.map_content {
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.map_content .map {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.map {
    padding-top: 20px;
}

.copyright {
    /* padding: 10px; */
    background-color: var(--primary-color);
    line-height: 1.8;
}

.copyright_text {
    display: flex;
    color: #fff;
    justify-content: right;
    padding-top: 20px;
    font-family: var(--para-font);
}

.copyright_text p {
    font-size: 15px;
    font-weight: 400;
}

.copyright_text a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.footer .social {
    /* padding-right: 100px; */
    padding-top: 14px;
    text-align: left;
}

.social a {
    color: #fff;
}

.footer .social a i {
    padding: 10px 20px;
    font-size: 20px;
}

/* ..............courses section.............. */

.course_section a {
    text-decoration: none;
    color: #fff;
    margin-bottom: 70px;
}

.course_section .home_heading {
    margin-bottom: 20px;
}

.home_heading {
    padding: 20px;
    text-align: center;
    font-family: var(--header-font);
}

.home_heading h1 {
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 700;
}

.home_heading h1 span {
    font-size: 35px;
    font-weight: 700;
    color: var(--secondary-color);
}

.courses_image {
    height: 150px;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    padding: 0 20px;
}

.courses_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 11px;
    opacity: 1;
}

.courses_price {
    text-align: center;
}

.courses_price h6 {
    font-family: var(--header-font);
    font-weight: 400;
    position: relative;
    background-color: var(--primary-color);
    border-radius: 100px;
    bottom: 20px;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
}

.courses_detail {
    padding-top: 20px;
}

.courses_name h6 {
    font-family: var(--header-font);
    font-weight: 400;
    font-size: 20px;
    color: var(--secondary-color);
    padding-bottom: 20px;
    text-align: center;
}

.courses_button {
    /* padding-top: 25px; */
    justify-content: center;
    text-align: center;
}

.courses_button .btn {
    background-color: var(--primary-color);
    border-radius: 100px;
    padding: 5px 20px;
    color: #fff;
    text-transform: capitalize;
    font-family: var(--header-font);
    font-weight: 400;
}

.course_section .owl-carousel .item {
    transition: 0.3s;
}

/* ......testimonial.............. */

.testimonial .carousel-control-prev {
    top: 50% !important;
    width: 3%;
    height: 10%;
    margin-left: 25px;
    background-color: #808080;
    z-index: 999;
    opacity: unset;
    padding: 8px;
}

.testimonial .carousel-control-next {
    top: 50% !important;
    width: 3%;
    height: 10%;
    margin-right: 25px;
    background-color: #808080;
    z-index: 999;
    opacity: unset;
    padding: 8px;
}

/* .carousel-section .carousel-control-next:hover,
    .carousel-section .carousel-control-prev:hover {
        background-color: var(--primary-color);
    } */

.testimonial {
    margin: 70px 0;
    padding-top: 20px;
}

.student_image {
    height: 250px;
    width: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.student_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.test_heading h1 {
    font-family: var(--header-font);
    font-size: 35px;
    color: var(--secondary-color);
    font-weight: 700;
}

.test_heading h1 span {
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 700;
}

.testimonial_desc {
    color: var(--paragraph-color);
    font-family: var(--para-font);
    text-align: justify;
    padding: 20px 0;
}

.testimonial_desc p {
    font-size: 18px;
    font-weight: 400;
}

.test_name {
    font-family: var(--para-font);
}

.test_name h6 {
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 400;
}

.test_name h6 span {
    color: var(--primary-color);
    font-weight: 400;
}

/* .............middle-section................. */

.top {
    margin-bottom: 40px;
}

.middle_section {
    background-image: url("/images/top.png");
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 800px) {
    .middle_contents {
        padding: 0 0 20px 0 !important;
    }
}

.middle_contents {
    padding: 100px 0;
}

.middle_contents_desc {
    padding: 100px 0 20px 0;
}

.middle_heading {
    background-color: var(--primary-color);
    font-family: var(--header-font);
}

.middle_heading h1 {
    padding: 30px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}

.middle_cont {
    text-align: center;
    font-family: var(--para-font);
    /* margin-bottom: -40px; */
}

.middle_cont h6 {
    position: relative;
    background-color: black;
    color: white;
    border-radius: 100px;
    display: inline-block;
    padding: 8px 20px;
    bottom: 25px;
    font-size: 12px;
}

.middle_logo {
    height: 150px;
    overflow: hidden;
    margin-top: 50px;
    padding-left: 30px;
    text-align: center;
}

.middle_logo img {
    height: 100%;
    object-fit: contain;
    /* padding: 30px; */
}

/* ............trainer.......................... */

.trainers {
    margin-top: 70px;
    /* margin-bottom: 70px; */
}

.trainer_details {
    margin-bottom: 20px;
    padding: 10px;
}

.trainer_image {
    height: 230px;
    width: 100%;
    overflow: hidden;
    /* padding: 10px 10px; */
    position: relative;
}

.trainer_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trainer_desc {
    font-family: var(--header-font);
    color: var(--secondary-color);
    text-align: center;
}

.trainer_desc h6 {
    font-size: 15px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 100px;
    display: inline-block;
    padding: 10px 40px;
    position: relative;
    bottom: 60px;
    margin-bottom: -60px;
    color: #fff;
}

/* .trainer_details {
    border: 1px solid #ebebeb;
    transition: .3s;
}

.trainer_details:hover {
    border: 1px solid var(--primary-color);
} */

/* .............about detail.............. */

.nav-img {
    height: 80px;
    width: 100%;
}

.nav-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about_us {
    margin-top: 30px;
}

/* .all {
    padding: 30px;
    margin-bottom: 20px;
} */

.contents {
    height: 350px;
}

.heading {
    padding-top: 30px;
    font-family: var(--header-font);
    color: var(--secondary-color);
}

.heading h1 {
    font-size: 20px;
}

.content-desc {
    font-family: var(--para-font);
}

.content-desc p {
    font-size: 15px;
    text-align: center;
}

.values {
    background-color: var(--secondary-color);
    height: 280px;
    margin-top: -100px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin-bottom: 80px;
}

.values_title {
    font-family: var(--header-font);
    padding: 20px;
}

.values_title h1 {
    color: #fff;
    font-size: 20px;
}

.values_desc {
    font-family: var(--para-font);
    color: #fff;
}

.values_desc p {
    font-size: 15px;
}

.who_image {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.who_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.who_desc {
    margin-top: 25px;
}

.who_desc p {
    font-size: 17px;
    font-family: var(--para-font);
    color: #808080;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: justify;
}

.about-team .trainer_desc {
    text-align: center;
    padding: 10px 0;
    background-color: var(--primary-color);
    /* border-radius: 3px; */
    margin-top: 10px;
}

.about-team .trainer_desc h6 {
    color: #fff;
    padding: 5px !important;
    position: unset;
    border-radius: unset;
    background-color: unset;
}

/* ............team page....... */

.teams .trainer_desc {
    font-family: var(--header-font);
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.teams .trainer_desc h5 {
    font-size: 20px;
}

.teams .trainer_desc span h5 {
    font-size: 16px;
    color: #bdbcbc;
}

.teams .trainers_image {
    height: 400px;
    width: 100%;
}

.teams .trainers_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .social-share {
    margin-top: 20px;
}

.social-share i {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 12px;
    transition: .3s;
}

.social-share i:hover {
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
} */

.t_details {
    background-color: var(--paragraph-color);
}

.gallery_sec {
    margin-top: 50px;
}

.image {
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.contact_details {
    padding: 20px;
    display: flex;
    color: var(--secondary-color);
    font-family: var(--para-font);
}

.contact_details li {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 400;
    margin-top: 7px;
}

.contact_details a li {
    color: var(--secondary-color);
    text-decoration-color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
}

.contact_details .icons {
    font-size: 25px;
    padding: 2px 10px;
    color: var(--primary-color);
}

.contact_map {
    margin: 50px 0;
}

.feed_form {
    border: 1px solid #ebebeb;
    padding: 20px;
    font-family: var(--header-font);
}

/* @media only screen and (max-width: 600px) {
    .feed_form label {
        margin-top: 15px !important;
    }
} */

.feed_form label {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0 0 0;
}

/* .........................course list.................... */

.course_list {
    margin-top: 20px;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #fff;
}

.course_list .nav-item {
    color: #000;
    font-family: var(--header-font);
    font-weight: 700;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 20px;
}

.course_list_detail {
    /* margin-top: 30px; */
    padding: 10px;
}

.course_list_image {
    height: 200px;
    width: 100%;
    position: relative;
    transition: 0.3s;
}

.course_list_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.course_list_desc {
    padding: 20px 0;
    font-family: var(--header-font);
    color: var(--secondary-color);
    font-weight: 400;
}

.course_list_desc h6 {
    font-size: 15px;
}

.course_list_detail .btn {
    position: absolute;
    top: 40%;
    right: 10%;
    left: 25%;
    visibility: hidden;
    color: #fff;
    font-size: 15px;
    background-color: var(--primary-color);
}

.course_list_image:hover .btn {
    visibility: visible;
}

/* .......................course detail................ */

.course_detail {
    margin: 20px 0 50px 0;
}

.detail_heading {
    padding: 10px;
    font-family: var(--header-font);
    /* text-align: left; */
}

.detail_heading h1 {
    font-size: 30px;
    font-weight: 700;
}

.detail_image {
    height: 250px;
    width: 100%;
}

.detail_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.detail_price {
    text-align: center;
    margin-bottom: -30px;
}

.detail_price h6 {
    background-color: var(--primary-color);
    display: inline-block;
    position: relative;
    padding: 8px 15px;
    color: #fff;
    border-radius: 100px;
    bottom: 150px;
}

.course_detail .nav-item a {
    color: var(--primary-color);
}

.course_detail .tab-content {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
    font-family: var(--para-font);
    padding: 30px;
}

.course_detail .tab-content p {
    text-align: justify;
    font-size: 18px;
    padding-top: 5px;
}

.similar_courses {
    padding: 60px;
}

/* .similar_courses .home_heading {
        padding: 30px 10px 5px 10px;
        text-align: left;
        border-bottom: 2px solid #ebebeb;
    }
    
    .similar_courses .home_heading h1 {
        font-size: 25px;
    }
    
    .similar_courses .home_heading h1 span {
        font-size: 25px;
    }
    
    .all_courses {
        display: flex;
        margin-bottom: 20px;
    }
    
    .side-img {
        height: 145px;
        width: 200px;
        overflow: hidden;
    }
    
    .side-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .all_desc {
        padding: 10px;
        font-family: var(--header-font);
    }
    
    .all_desc h6 {
        padding: 5px;
        font-size: 18px;
    }
    
    .similar_courses a {
        text-decoration: none;
        color: #000;
    }
    
    .all_courses {
        border: 1px solid #fff;
        transition: .3s;
        padding-top: 10px;
    }
    
    .all_courses:hover {
        border: 1px solid #DE951A;
        padding: 5px;
    }
     */

.supporting_image .home_heading h1 {
    background-color: #de951a;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.supporting_image {
    padding: 80px;
    background-image: linear-gradient(
            rgba(87, 86, 86, 0.527),
            rgba(51, 50, 50, 0.5)
        ),
        url("/images/top.png");
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: cover;
}

.supporting_image label {
    color: #de951a;
    font-family: var(--header-font);
    font-size: 20px;
}

.supporting_image form-row {
    padding: 10px;
}

.supporting_image form label span {
    color: red;
}

.supporting_image form {
    padding: 10px;
}

.supporting_image form .courses_button {
    padding: 40px 0 0 0;
}

/* .................gallery............ */

.gallery {
    padding: 40px;
}

.gallery img {
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 5px 20px;
}

.gallery a {
    color: #000;
    text-decoration: none;
}

.gallery p {
    font-family: var(--para-font);
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
}

.top_title {
    padding: 30px;
    font-family: var(--header-font);
    text-align: center;
    color: var(--primary-color);
}

.top_title h1 {
    font-size: 35px;
    font-weight: 700;
}

.album_contents {
    padding: 30px;
}

.album_image {
    height: 200px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.album_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 5px;
}

.album_desc {
    text-align: center;
    font-family: var(--header-font);
    padding: 10px;
}

.album_desc p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.album_contents a {
    text-decoration: none;
}

.gallery_images {
    height: 200px;
    width: 100%;
}

.gallery_images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* blog */

.blog {
    margin-top: 30px;
}

.blog_details {
    margin-bottom: 20px;
}

.blog_image {
    position: relative;
    cursor: pointer;
    height: 300px;
    overflow: hidden;
}

.blog_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog_desc {
    font-family: var(--header-font);
    position: absolute;
    bottom: 10%;
    left: 9%;
}

.blog_image:hover:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.featured-card:hover:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.card-btn {
    background-color: var(--primary-color);
    color: #fff;
}

.card-btn:hover {
    background-color: #fff;
    color: var(--primary-color);
}

/* blog detail */

.blog_detail_page {
    margin-top: 30px;
}

.detail_title {
    font-family: var(--header-font);
    text-align: center;
    padding: 10px;
}

.detail_title h1 {
    font-size: 40px;
    font-weight: 800;
}

.detail_image {
    height: 500px;
    width: 100%;
}

.detail_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.detail_description {
    margin: 20px;
}

.writtenby {
    font-family: var(--header-font);
}

.writtenby h6 {
    font-size: 13px;
    color: var(--paragraph-color);
    margin: 0 !important;
}

.writtenby h1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0 !important;
}

.writer_image {
    height: 50px;
    width: 50px;
}

.writer_image img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.detail_description_para p {
    font-family: var(--header-font);
    font-size: 16px;
}

.tag {
    display: flex;
}

.tag h6 {
    border: 1px solid #ebebeb;
    padding: 10px 5px;
    border-radius: 99em;
    margin-right: 20px;
}

.share_icons {
    display: flex;
    font-size: 20px;
}

.share_icons i {
    padding: 0 15px;
}

@media only screen and (max-width: 600px) {
    .share_icons {
        margin-top: 20px;
    }
}

.similar_blog {
    margin: 40px 0;
}

.form h5 {
    text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    font-family: var(--header-font);
}

.form {
    margin: 40px 0;
}

.form textarea {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #ebebeb;
}

.form-row {
    margin-top: 20px;
}

.form-row .col-md-4 {
    padding-right: 6px !important;
}

.form .submit {
    text-align: right;
}

.submit .btn {
    border-radius: 3px;
    border-radius: 99em;
    background-color: var(--primary-color);
}

.submit .btn:hover {
    background-color: #fff;
    border: 1px solid var(--primary-color);
}
