/*--------------------------------------------------------------------- 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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .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 .2rem rgba(255, 255, 255, .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: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/bannerr.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #0f7ac1;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 0px;
}

/* Dropdown Styles */
.dropdown-menu {
    background-color: #0f7ac1;; /* Background color for dropdown */
    display: none; /* Hide dropdowns by default */
    position: absolute; /* Position dropdown absolutely */
    z-index: 1000; /* Ensure it appears above other content */
}

.dropdown-item {
    color: #fff; /* Text color for dropdown items */
    text-transform: uppercase;
}

.dropdown-item:hover {
    background-color: #77cafa; /* Highlight color on hover */
}

/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block; /* Show menu when parent is hovered */
}

/* Show sub-menu on hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block; /* Show submenu when parent is hovered */
}

.dropdown-submenu {
    position: relative; /* Position relative for submenu */
}

.dropdown-submenu .dropdown-menu {
    top: 0; /* Align submenu with its parent */
    left: 100%; /* Position it to the right */
    margin-left: 0; /* Remove margin */
    display: none; /* Hide by default */
}

/* Show submenu on hover */
.dropdown-submenu:hover .dropdown-menu {
    display: block; /* Show submenu on hover */
}


/* header section end */


/* Banner styling */
.banner_section {
    background: url('your-banner-image.jpg') no-repeat center center/cover;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.banner_taital {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner_text {
    font-size: 18px;
    margin-bottom: 30px;
}

.started_text a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #007bff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.started_text a:hover {
    background-color: #0056b3; /* Darker blue on hover */
}



/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 140px 0px;
}

.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: #0f7ac1;
    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;
    padding-top: 10px;
}
.margin_top0{
    margin-top: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    margin: 0px;
    padding-top: 5px;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 55px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: #0f7ac1;
    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;
}

.csm-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    max-width: 800px;
}

.csm-section-title {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 20px;
    text-align: center;
}

.csm-blockquote {
    font-style: italic;
    color: #343a40;
    margin: 20px 0;
    padding-left: 15px;
    border-left: 5px solid #007bff;
}

.csm-profile-card {
    display: flex;
    align-items: center;
    background-color: #f0f8ff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.csm-profile-img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin-right: 20px;
}

.csm-profile-name {
    margin: 5px 0;
    color: #007bff;
}

.csm-profile-title {
    font-weight: normal;
    color: #6c757d;
}

.csm-social-icons {
    margin-top: 10px;
}

.csm-social-icons a {
    margin-right: 10px;
    text-decoration: none;
    color: #007bff;
    font-size: 18px;
}

.csm-welcome-text {
    line-height: 1.6;
    color: #495057;
    margin-bottom: 15px;
    text-align: justify;
}

@media (max-width: 768px) {
    .csm-profile-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }

    .csm-profile-img {
        margin-bottom: 10px;
    }

    .csm-profile-name {
        margin-top: 0;
    }
}


/* about section end */


/* courses section start */

.courses_section {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.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: 40px 0px 0px 0px;
}


/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.hover02 img {
    width: 50%; /* Adjust to desired percentage */
    height: auto; /* Maintains aspect ratio */
    max-width: 200px; /* Set a maximum width */
    max-height: 100px; /* Set a maximum height */
}

.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: 20px;
    padding-top: 20px;
}

.lorem_text {
    width: 100%;
    float: left;
    text-align: center;
    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: #0f7ac1;
}

/* 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: #0f7ac1;
    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;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 84%;
    float: left;
    padding-top: 40px;
}

.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;
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffff;
    padding: 40px 15px 0px 15px;
    border: 1px solid #8e8e8e;
    height: 110px;
    margin-top: 20px;
    border-radius: 10px;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #0f7ac1;
    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;
}

.csm-partners-section {
    background-color: #fff; /* Light background for contrast */
    padding: 40px 40px; /* Vertical and horizontal padding */
    border-radius: 10px; /* Rounded corners */
    margin: 20px auto; /* Center the section */
    max-width: 1000px; /* Maximum width */
    text-align: center; /* Center text */
    font-weight: 800;
    font-weight: bold;
    text-transform: uppercase;

}

.csm-partners-title {
    font-size: 2.8em; /* Large font for the title */
    color: #000000; /* Blue color for title */
    margin-bottom: 30px; /* Space below title */
    font-weight: bold;
}

.csm-partners-grid {
    display: grid; /* Use grid layout */
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* Responsive grid */
    gap: 20px; /* Space between grid items */
}

.csm-partner-logo img {
    max-width: 300px; /* Ensure logos are responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Block display for images */
    margin: 0 auto; /* Center images */
    transition: transform 0.3s; /* Smooth scaling on hover */
}

.csm-partner-logo img:hover {
    transform: scale(1.05); /* Scale up on hover */
}

/* Additional Media Queries for Enhanced Responsiveness */
@media (max-width: 600px) {
    .csm-partners-title {
        font-size: 1.5em; /* Adjust title size for smaller screens */
    }
    
    .csm-partners-section {
        padding: 20px; /* Reduce padding on smaller screens */
    }
}

@media (max-width: 400px) {
    .csm-partners-title {
        font-size: 1.3em; /* Further adjust title size for extra small screens */
    }
    
    .csm-partners-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); /* Smaller logos on very small screens */
    }
}
.news-updates-section {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.news-updates-section h2 {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}

.news-updates-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.news-section, .events-section {
    flex: 1;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
}

.news-section:hover, .events-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.news-section h3, .events-section h3 {
    font-size: 24px;
    color: #007bff;
    margin-bottom: 20px;
}

.news-item, .event-item {
    margin-bottom: 20px;
}

.news-item h4, .event-item h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.news-item h4 i, .event-item h4 i {
    margin-right: 10px; /* Spacing between icon and text */
}

.news-item p, .event-item p {
    font-size: 16px;
    color: #555;
    margin: 5px 0;
}

.event-date {
    font-weight: bold;
    color: #007bff;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .news-updates-container {
        flex-direction: column;
    }
}


.counter_section {
    background-color: #eaeff2;
    padding: 80px 0;
    text-align: center;
}

.counter_box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 20px;
    margin-top: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.counter_box h2 {
    font-size: 50px;
    font-weight: bold;
    color: #2b5b84;
}

.counter_box p {
    font-size: 18px;
    color: #4d4d4d;
    margin-top: 10px;
}

.counter_icon {
    font-size: 40px;  /* Size of the icon */
    color: #2b5b84;   /* Color of the icon matching the counter */
    margin-bottom: 15px; /* Space between icon and counter */
}

.counter {
    transition: all 0.5s ease;
}

@media (max-width: 767px) {
    .counter_box {
        margin-bottom: 30px;
    }
}


.proposal_section {
  padding: 50px 0;
  background-color: #0f7ac1;
}

.section_title {
/*  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
  color: #333;*/
    width: 100%;
    float: left;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.proposal_panel {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.proposal_panel h3 {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.proposal_panel p {
  font-size: 16px;
  color: #34495e;
  margin-bottom: 20px;
}

.download_btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0f7ac1;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.download_btn:hover {
  background-color: #ffffff;
}



/* Unique class name to avoid conflicts */
.custom-scroll-to-top {
    position: fixed; /* Fixed position */
    bottom: 20px; /* Distance from the bottom */
    right: 20px; /* Distance from the right */
    background-color: #007BFF; /* Button color */
    color: white; /* Text color */
    padding: 10px 20px; /* Padding */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    display: none; /* Hidden by default */
    z-index: 1000; /* Ensure it appears above other content */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Shadow for better visibility */
}

.custom-scroll-to-top:hover {
    background-color: #0056b3; /* Darker shade on hover */
}






/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #262626;
    height: auto;
    padding: 95px 0px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #cbc9c9;
    margin: 0px;
}

.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: #0f7ac1;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

