/* @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap'); */

:root {
    --primary: #0070bd;
    --secondary: #5eb7e9;
    --white: #fff;
    --black: #000;
}


body {
    margin: 0;
    padding: 0 !important;
    font-family: "Bricolage Grotesque", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Bricolage Grotesque", sans-serif;
    background: var(--white);
}

input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--white);
}

input[type="submit"]:hover {
    background: var(--secondary);
    color: var(--white);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #444;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}

.heading,
.leftheading {
    margin-bottom: 35px !important;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    width: fit-content;
}

.heading {
    text-align: center;
    display: block;
    margin: auto
}

.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 15.25px;
    font-weight: 400;
    margin-bottom: 15px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    padding: 6px 12px;
    width: fit-content;
    letter-spacing: 0;
    background: #f6f6f6;
    line-height: normal;
    border-radius: 50px;
}

.heading .subheading {
    margin: 0 auto 15px;
}

.zoomeffect {
    overflow: hidden;
    position: relative;
}

.zoomeffect img {
    transition: transform 0.8s ease-in-out;
}

.zoomeffect:hover img {
    transform: scale(1.1);
}
.btn-outline{
    background: var(--white);
    color: var(--primary);
    border: unset;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid var(--primary);
}
.btn-outline:hover {
    background: var(--primary);
    color: var(--white);
}

/* TOP BAR CSS */

.topbar {
    background: var(--primary);
    padding: 5px 0;
}

.smoicons {
    column-gap: 8px;
}

.smoicons li a {
    border-radius: 50%;
    background: var(--white);
    height: 26px;
    width: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    font-size: 12px;
}

.top-contact p {
    /*padding: 0 15px;*/
    padding: 0 8px;
}

.top-contact p:first-child {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
}

.top-contact i {
    color: var(--white);
    font-size: 16px;
    margin-right: 8px;
}

.top-contact p a,
.top-contact p {
    color: var(--white);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-family: "Bricolage Grotesque", sans-serif;
}

.topbar-rgt {
    column-gap: 45px;
}

.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}

.topbar a.arrow-btn i {
    padding-left: 5px;
}

/* Header */

header {
    background: var(--white);
}

header .row {
    align-items: center;
}

header img {
    width: 153px;
}

header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 50px;
}

#rmp_menu_trigger-573 {
    background-color: #0070bd !important;
}

.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.headercnt h4 {
    font-size: 17px;
    margin: 0;
}

.headercnt h4 span {
    display: block;
}

.headercnt i {
    font-size: 35px;
    color: var(--primary);
}

.mainmenu.fixed img {
    width: 160px;
}

/* Menubar */

.mainmenu {
    padding: 5px 0;
    box-shadow: 0 2px 12px #00000014;
}

.mainmenu.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 3px 3px 13px #777;
    z-index: 10;
}

.mainmenu .btn-primary {
    margin-left: 10px;
}

.menubar p {
    margin: 0;
}

.menubar form .wpcf7-form-control {
    border: unset;
    padding: 0;
}

/*
.header-search a {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 2px solid #edeef0;
}
a.search i {
    font-size: 20px;
    color: #00000057;
}
.header-search a img{
	width:19px;
	padding:7px 0;
}
*/

.hdrcnt i {
    font-size: 17px;
    border: solid 2px var(--primary);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
}

.hdrcnt {
    column-gap: 13px;
}

.hdrcnt a {
    font-weight: 500;
    font-size: 16px;
}



/* Main Slider */

.mainslider .carousel-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.mainslider .carousel-item:after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 70%;
    left: 0;
    top: 0;
    filter: brightness(0);
    background-position: top;
    background: linear-gradient(90deg, #000000b8, transparent)
        /*, url(../images/slider-shape1.png)*/
    ;
    background-repeat: no-repeat;
}

.mainslider figure {
    margin: 0;
    position: relative;
}

.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: 550px;
    filter: brightness(0.5);
}

.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}

.mainslider .carousel-content {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.mainslider .subheading {
    padding: 3px 20px;
    letter-spacing: 2px;
    line-height: 25px;
    margin: 0 auto 15px;
    background: linear-gradient(45deg, #ffffff, #c4e7ff);
    color: var(--primary) !important;
    font-weight: 600;
}

.mainslider .carousel-caption h2,
.mainslider .carousel-caption p {
    color: var(--white);
}

.mainslider .carousel-caption h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 0;
}

.mainslider .carousel-caption h2 span {
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}

@keyframes lts {
    0% {
        transform: translateX(-150px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.mainslider .carousel-content p {
    margin: 5px 0;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
    font-size: 17px;
}

.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}

.mainslider .carousel-control {
    position: absolute;
    bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    font-size: 18px;
    height: 45px;
    background: var(--blackcolor) !important;
    color: var(--whitecolor);
    transition: opacity .15s ease;
    border-radius: 50%;
}

.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}

.mainslider .left.carousel-control {
    left: 84% !important;
}

/* About Us */

.aboutus .about {
    padding: 0;
}

.about {
    padding: 60px 0;
}

.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

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

.aboutus .about img {
    width: 100%;
    height: 100%;
}

.about-content {
    background: #0070bd0d;
    padding: 25px;
    height: 100%;
    border-right: dashed 2px var(--primary);
}

.features-item {
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 14px #00000033;
}

.features-item h3 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
}

.features h4 {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.features figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    width: 32%;
    height: 90px;
    box-shadow: 0px 0px 7px grey;
}

.features img {
    width: 58px;
    height: auto;
}

.features .row .col-lg-4:nth-child(2) .features-item {
    background: var(--primary)
}

.features .row .col-lg-4:nth-child(2) h3,
.features .row .col-lg-4:nth-child(2) h4 {
    color: var(--white)
}

.features .row .col-lg-4:nth-child(2) figure {
    background: white;
}

/* Countdown */

.counter {
    background: linear-gradient(45deg, #00000005, #00000005), url(../images/servicebg.jpg) no-repeat bottom center / cover;
    padding: 100px 0 60px;
    background-attachment: fixed;
}

.counter-item {
    border: dotted 2px var(--primary);
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 60px 30px 25px;
    transition: all ease-in-out .5s;
}

.counter-item:hover {
    box-shadow: 3px 3px 13px #ddd;
    transform: translateY(-5px);
    border-color: var(--secondary);
}

.counter-item figure {
    top: -44px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    outline: dotted 2px var(--primary);
    outline-offset: 5px;
    transition: all ease-in-out .5s;
}

.counter-item:hover figure {
    background: var(--secondary);
    outline-color: var(--secondary);
}

.counter-item img {
    width: 45px;
}

.counter-item h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
}

.counter-item h3:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    top: 10px;
}

.counter-item p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/* Services */

.services {
    padding: 45px 0 55px;
    background: #f0f9ff;
}

.services-item {
    background: var(--white);
    border: 1px solid #289ded40;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 14px #1c23361a;
    display: flex;
    flex-direction: column;
}

.services-item figure {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}

.services-item figure img {
    height: 240px;
    object-fit: cover;
    transition: all ease-in-out .5s;
}

.services-item figure:hover img {
    transform: scale(1.1);
}

.services-info {
    padding: 50px 17px 26px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.services-info h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 5px 0 8px;
}

.services-info figure {
    width: 90px;
    height: 90px;
    background: #cfebff;
    border: 6px solid white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -49px;
    left: 30px;
    transition: all ease-in-out .5s;
}

.services-item:hover .services-info figure {
    background: var(--secondary);
}

.services-info img {
    width: 40px;
    height: auto !important;
    filter: invert(1) brightness(0);
}

/*--- services badge css start here ---*/
.course_btn_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 15px;
    flex-grow: 1;
}
.course_btn_wrapper .btn-primary {
    margin-top: 0;
}

.online_badge {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #31BB41;
    padding: 3px 10px 3px 10px;
    border-radius: 50px 50px 50px 50px;
    gap: 7px;
    display: none;
}

.online_badge span {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100%;
}

.online_badge p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    margin: 0;
    text-transform: inherit;
    font-family: "Roboto", sans-serif;
}

.courses_card_wrapper:first-child .course_btn_wrapper .online_badge {
    display: flex;
}
/*--- services badge css end here ---*/


/* Why Choose Us */

.whychooseus {
    padding: 40px 0 55px;
}

.whychooseus .row {
    row-gap: 25px;
    justify-content: center;
}

.whychooseus-item {
    text-align: center;
    box-shadow: inset 0px 0px 12px #004b8d6e;
    height: 100%;
    padding: 20px 15px;
    border-radius: 6px;
    transition: all ease-in-out .5s;
}

.whychooseus-item:hover {
    transform: translateY(-5px);
    box-shadow: inset 0px 0px 12px #004b8ddb;
}

.whychooseus-item img {
    width: 65px;
}

.whychooseus-item h3 {
    margin: 20px 0 8px;
    font-size: 20px;
}

.whychooseus-item:hover h3 {
    /* color: var(--primary); */
}

.whychooseus-item p {
    height: auto;
    /* height: 100px;
    overflow-y: scroll;
    padding-right: 10px; */
}

.whychooseus-item p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: var(--white);
}

.whychooseus-item p::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.whychooseus-item p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background: var(--primary);
}

/* Additional Information */

.additionalinfo {
    background: #f0f9ff;
    padding: 55px 0;
}

.additionalinfo .leftheading {
    margin-bottom: 15px !important;
}

.additionalinfo p:last-child {
    margin-bottom: 0;
}

.additionalinfo figure {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
    border: double 3px var(--primary);
}

/* Reviews */

.testimonial {
    padding: 50px 0 55px;
    text-align: center;
    background: linear-gradient(45deg, var(--black), #0070bdbf), url(../images/testimonialbg.webp) center/cover;
}

.testimonial span {
    text-align: center !important;
    display: block;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.testimonial .rating {
    column-gap: 7px;
    justify-content: center;
    margin-top: 13px;
}

.testimonial .rating i {
    color: #ef932c !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
}

.testimonial-item i {
    color: var(--primary);
    font-size: 25px;
    margin-bottom: 15px;
}

.student-dtl img {
    width: 55px !important;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.testimonial h3 {
    margin: 22px 0 0px;
    font-size: 18px;
    text-transform: uppercase;
}

.testimonial-cnt h3,
.testimonial-cnt p {
    color: white;
}

.testimonial-cnt p {
    width: 60%;
    margin: 0 auto;
}

/*
.testimonial-cnt p{
    height: 120px;
    overflow-y: scroll;
    padding-right: 10px;	
}
.testimonial-cnt p::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 4px rgb(0 0 0 / 30%);
 border-radius: 10px;
 background-color: var(--white);
}
 .testimonial-cnt p::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 .testimonial-cnt p::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
 background: var(--primary);
}
*/


/*--- events page css start here ---*/

body:has(.batches_wrapper) .mainmenu.fixed {
    position: inherit;
}

.event_outer {
    display: flex;
    flex-direction: column;
    gap: 0px;
}


.event_searchbar_wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    width: 92%;
    margin: 0 0 0 auto;
}


/* searchbar css start here */
.input_filed_wapper span.select2-selection.select2-selection--single {
    height: 100% !important;
    border-color: #ddd;
}

.input_filed_wapper span.select2-selection.select2-selection--single span.select2-selection__rendered {
    padding: 7px;
}

.input_filed_wapper span.select2-selection__arrow {
    height: 100% !important;
    right: 4px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: navajowhite;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #0070bd !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin: 0px 20px 0 0;
}

/* searchbar css end here */

.input_filed_wapper {
    position: relative;
    flex-grow: 1;
}

.input_filed_wapper input[type="text"] {
    padding: 10px 20px 10px 15px;
    margin: 0;
}

.input_filed_wapper i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #cdcdcd;
    font-size: 17px;
    padding: 10px 5px 10px 10px;
}

.search_btn {
    display: flex;
    gap: 15px;
}

.search_btn a {
    margin: 0;
    background: transparent;
    color: #000;
    border: 1px solid #26262638;
}

.search_btn a:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.search_btn a.active {
    background: var(--primary);
    border-color: var(--primary);
}


.event_month_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin: 0px 0 10px 0;

}

hr.event_header_space {
    margin: 8px 0;
}

.event_month_wrapper hr {
    flex-grow: 1;
}

.event_month_wrapper h4 {
    margin: 0;
    width: 7%;
    font-size: 18px;
}

.event_time_outer {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.event_time_outer img {
    width: 100%;
    max-width: 28px;
    height: auto;
}

.event_time,
.event_enrolment,
.event_availability {
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.event_availability,
.event_enrolment {
    justify-content: flex-end;
}

span.event_label {
    color: #262626a6;
    font-weight: 500;
}

.event_time span,
.event_enrolment span,
.event_availability span {
    font-size: 18px;
}

.event_discription {}

.event_discription h2 {
    margin: 10px 0 10px 0;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    width: fit-content;
}

.event_discription h4 {
    font-size: 21px;
    font-weight: 500;
    margin: 5px 0 11px;
}

.event_discription.event_heading {
    background: #0070bd1a;
    padding: 8px 20px;
    border-radius: 8px;
    margin: 0 0 16px 0;
}

.event_discription h2 {
    margin: 0px 0 0px 0;
    font-size: 22px;
    position: relative;
    font-weight: 500;
    width: fit-content;
    color: #0070bd;
}

.event_discription h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 1px 0 12px;
    line-height: normal;
    margin: 0;
}

.event_date {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.event_date h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #8b8a8acf;
    text-align: center;
    text-transform: uppercase;
}

.event_date h6 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.event_photo {
    width: 100%;
    height: 100%;
}

.event_photo img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    /* height: 100% !important; */
    object-fit: cover;
    object-position: top;
}

.event_request_wrapper hr {
    margin: 6px 0;
}

#eventLoader img {
    /*animation: pulse 1s infinite ease-in-out;*/
    width: 5% !important;
}

.event-search-inner {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    padding: 0 0 10px 0;
}

/*@keyframes pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}*/


.event_request_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 15px 0 50px 0; */
}

.event_request_btn a.btn.btn-primary {
    margin: 0;
}

.event_request_btn a.btn.btn-primary.request-admission {
    margin-top: 0 !important;
}

.course_fee {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.course_fee p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #262626;
}

.course_fee span {
    font-size: 22px;
}

.row.event_sapce {
    margin: 0px 0 50px 0;
}

.row.event_sapce:last-child {
    margin: 0;
}


/*--- events page css end here ---*/


/* Blog */

.homeblog {
    padding: 40px 0 55px;
}

.homebloglist {
    background: linear-gradient(267deg, #ffffff, #a6d1ef);
    border-radius: 3px;
    transition: .5s;
    overflow: hidden;
    border: dotted 1px var(--primary);
    height: 100%;
}

.homebloglist:hover {
    transform: translateY(-2px);
    box-shadow: 3px 3px 13px #ddd;
    background: linear-gradient(89deg, #ffffff, #a6d1ef9e);
}

.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}

.homeblogbox h3 {
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 8px;
}

.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}

.homebloglist>a {
    width: 280px;
    height: 280px;
}

.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.homebloglist img {
    /* width: 280px;
    height: 280px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    transition: .5s;
}

.homeblogbox {
    padding: 30px;
    position: relative;
    width: 60%;
}

.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.homebloglist ul {
    display: flex;
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 10px 0 20px;
}

.homebloglist ul li,
.homebloglist ul li a {
    font-size: 15px;
}

.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}

.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homebloglist figure:before,
.whychoose-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
    z-index: -3;
}

.homebloglist:hover figure:before,
.whychoose-thumb:hover:before {
    animation: shine 1s;
    z-index: 1;

}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.homeblog .blogcategory {
    padding: 8px 20px 6px;
    background: #ffffffc9;
    border-radius: 30px;
    transition: all .4s;
    color: var(--primary);
    content: "";
    width: fit-content;
    height: fit-content;
    top: -20px;
    left: 10px;
    opacity: 0;
    font-weight: 600;
}

.homebloglist:hover .blogcategory {
    top: 10px;
    opacity: 1;
}

.blogpage .row {
    row-gap: 25px;
}

/* Partners */

.partners {
    background: #f0f9ff;
    padding: 35px 0 50px;
}
.callback_btn_wrapper {
    margin: 40px 0 0 0;
}

.partners-item {
    background: var(--white);
    border: dotted 1px var(--primary);
    border-radius: 6px;
    transition: all ease-in-out .5s;
}

.partners-item:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 13px #ccc;
}

.partners-item img {
    width: 100%;
}

/* Footer */

footer {
    background: linear-gradient(var(--primary), #000000ed), url(../images/footerbg.webp) center/cover;
    padding-top: 50px;
}

footer .border-start {
    border-left: 1px solid #dee2e640 !important;
}

a.footer-logo {
    width: 100%;
    background: var(--white);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}

footer .col-sm-4 {
    padding: 50px 30px;
}

footer .col-sm-4:nth-child(2) {
    border-right: solid 1px #6a6a6a2e;
    border-left: solid 1px #6a6a6a2e;
}

footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

footer h3:after {
    background: var(--secondary);
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    bottom: 0;
    left: 0;
}

footer a,
footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
}

footer a:hover {
    color: var(--secondary);
}

.ftrcontact li {
    margin-bottom: 10px;
}

footer i {
    font-size: 13px;
    margin-right: 6px;
}

footer p {
    margin-bottom: 0;
    color: #efefef;
}

footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}

footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}

.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}

.ftricons li i {
    color: #ffffffe0;
    font-size: 13px;
    background: #ffffff12;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ftr-link li {
    padding-left: 20px;
    position: relative;
    line-height: 30px;
}

.ftr-link li:before {
    position: absolute;
    content: "\f35a";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 12px;
}

.ftr-contact {
    display: flex;
    column-gap: 20px;
    border: 1px solid #ffffff1f;
}

.ftr-contact li {
    width: 33.333%;
    border-right: 1px solid #ffffff1f;
    padding: 15px;
    background: #0000003d;
    text-align: center;
}

.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}

.ftr-contact li h4 {
    font-size: 16px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}

.copyright {
    text-align: center;
    padding: 20px 10px;
    border-left: 1px solid #ffffff1f;
    border-right: 1px solid #ffffff1f;
}

.copyright ul {
    column-gap: 15px;
}

.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}

.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: 0.5s ease-in-out;
}

.copyright p a:hover {
    color: var(--primary);
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(--primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}

#GoToTop .fa {
    display: block;
    padding-bottom: 3px;
}

#GoToTop:hover {
    background: var(--primary);
    color: var(--white);
}

#GoToTop.show {
    display: block
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
    padding: 60px 0;
}

.breadcrumb {
    background: linear-gradient(#000000e8, #001c4ec7), url(../images/footerbg.webp) center / cover;
    padding: 40px 0;
    text-align: center;
}

.breadcrumb h1,
.breadcrumb p {
    color: var(--white);
}

.breadcrumb p {
    margin: 0;
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}

.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}

.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}

.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}

.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}

.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}

.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}

.modalformbox p>label {
    font-size: 20px;
}

.modalformbox input[type="text"],
.modalformbox input[type="email"],
.modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}

.modalformbox .cf7mls_back {
    background: #eee !important;
}

.modalformbox .offcanvas-header {
    justify-content: flex-end;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid::placeholder {
    color: red;
}

/* Contact Us */

.contact-location {
    background: #004bd505;
    height: 100%;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 3px 3px 13px #eee;
    margin-bottom: 25px;
    border: dotted 1px var(--primary);
}

.contactus .contact-details-cnt {
    text-align: center;
    border: 1px dashed var(--secondary);
    padding: 18px;
    transition: all ease-in-out .5s;
    margin-bottom: 15px;
    border-radius: 8px;
    height: 100%;
}

.contact-details-cnt strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 4px;
}

.contact-details-cnt i {
    font-size: 21px;
    color: var(--white);
    background: var(--primary);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    outline: solid 3px var(--secondary);
    outline-offset: 2px;
}

.contact-details-cnt img {
    width: 100px;
}

.contactus iframe {
    height: 100%;
    border-radius: 6px;
}

.contactus .contact-details-cnt p {
    margin: 0;
}

.contact-details-cnt p strong {
    font-size: 20px;
}

.contactus .contact-details-cnt h3 a,
.contactus .contact-details-cnt h3 {
    color: #626262;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.contactus .contact-details-cnt h3 {
    margin: 0;
    line-height: 25px;
}

.contactus-form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 25px;
    border-radius: 8px;
}

.contactus .contact-details-cnt:last-child {
    margin: 0;
}

.contactus-form h3 {
    border-left: 3px solid var(--primary);
    line-height: 24px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 25px;
}

.contactus-form input[type="submit"] {
    margin-top: 12px;
}

.goolemap iframe {
    margin-bottom: -6px;
}


/*---- thank you page css start here ----*/


body:has(.thank_you_page_outer) .breadcrumb {
    display: none;
}


.thank_you_page_outer {
    background-image: url('../images/bluestar_thank_you_bg_image.png');

    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thank_you_card_wrapper {
    background: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #DDDDDD;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    border-radius: 20px;
}

.thank_you_card_wrapper img {
    width: 100%;
    max-width: 25%;
}

.thank_you_page_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
}

.thank_you_card_wrapper h5 {
    font-size: 33px;
    text-align: center;
    line-height: normal;
    margin: 0 0 12px 0;
}

.thank_you_card_wrapper p {
    font-size: 16px;
    line-height: 25px;
    margin: 0px 0 0 0;
}

.thank_you_page_content a {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--white);
    width: fit-content;
    margin: 30px 0 0 0;
}

.thank_you_page_content a:hover {
    background: var(--secondary);
    color: var(--white);
    transition: 0.8s;

}



/*---- thank you page css end here ----*/

/* Services Details */

.servicesdtls-sidebar {
    position: sticky;
    top: 0;
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
}

.servicesdtls-item {
    box-shadow: 3px 3px 12px #0000001a;
    padding: 15px;
    border: 2px dotted #2bb3ff;
    border-radius: 6px;
    margin-bottom: 15px;
    background: var(--white);
}

.servicesdtls-item:last-child {
    margin-bottom: 0;
}

.servicesdtls-sidebar h3 {
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.servicesdtls-sidebar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2.8px;
    background: #d1d1d1;
    border-radius: 13px;
}

.servicesdtls-content {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 6px;
    padding: 15px;
}

.servicesdtls-content img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}

.servicesdtls-content h2 {
    color: var(--primary);
    line-height: 29px;
    background: var(--white);
    position: relative;
    width: fit-content;
    margin: -33px 0 12px;
    padding: 2px 25px;
    border-radius: 6px 6px 0 0;
    border-left: solid;
    border-right: solid;
}

.servicesdtls-item ul li.current_page_item a {
    color: var(--primary);
}

.servicesdtls-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 45px;
}

.servicesdtls-item ul li:before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--primary);
    left: 0;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px var(--primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicesdtls-content h5 strong {
    color: var(--primary);
}

/* Policy */

.policy h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}

.policy ul li {
    margin: 8px 0;
    list-style-type: disc;
    list-style-position: inside;
}

.policy h4 {
    margin: 20px 0 10px;
}

span.rmp-menu-title-link span {
    display: none;
}

/*--- single post page css start here ---*/
 
article.singlepost ul:has( +p) {
    margin: 0px 0 10px 0 !important;
}
 
article.singlepost ul li {
    list-style-type: disc !important;
    margin: 0 0 0px 20px !important;
}
 
 
/*--- single post page css end here ---*/

@media only screen and (max-width:1199px) {
    .topbar {
        padding: 6px 0;
    }

    .topbar-rgt,
    .hdrcnt {
        display: none !important;
    }

    .topbar .col-lg-8 {
        width: 100%;
    }

    .topbar .col-lg-4 {
        display: none;
    }

    .topbar .d-flex.align-items-center.justify-content-between {
        justify-content: center !important;
    }

    .btn-primary {
        font-size: 15px;
    }

    /*--- services pages badge css start here ---*/

        .online_badge p {
    font-size: 13px;
}

.online_badge span {
    width: 7px;
    height: 7px;
}

    /*--- services pages badge css end here ---*/

}

@media only screen and (max-width:992px) {
    div#rmp-menu-additional-content-573 {
        display: none;
    }

    #rmp-container-573 {
        background: #0070bd !important;
        border-right: solid 2px var(--primary) !important;
    }

    #rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
        background-color: var(--primary) !important;
        color: var(--white) !important;
    }

    #rmp_menu_trigger-573.is-active {
        background: #0070bd !important;
    }

    #rmp-menu-title-573 {
        padding-top: 0% !important;
    }

    #rmp-menu-title-573 {
        background: #f8f8f8 !important;
        margin-bottom: 20px !important;
    }

    .logo {
        position: relative;
        top: inherit;
        left: inherit;
    }

    header img {
        width: 100px;
    }

    ul.menutop {
        display: none;
    }

    .mainslider figure img {
        height: 450px;
    }

    .mainslider .carousel-caption h2 {
        font-size: 45px;
        line-height: 48px;
    }

    .about-content {
        padding-right: 0;
    }

    .services-item figure img {
        height: 225px;
        object-fit: cover;
        transition: all ease-in-out .5s;
    }

    .services-info h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 5px 0 8px;
        line-height: 20px;
    }

    .btn-primary {
        font-size: 15px;
    }

    .about-content .leftheading {
        width: 100%;
    }

    .counter .row {
        row-gap: 55px;
    }

    .counter-item h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .copyright {
        flex-direction: column;
        row-gap: 15px;
    }

    .ftr-contact {
        flex-direction: column;
    }

    .ftr-contact li {
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #dddddd2e;
    }

    .ftr-contact li:last-child {
        width: 100%;
    }

    .footer-btm {
        margin-top: 2rem !important;
    }

    .ftr-link {
        margin: 15px 0;
    }

    .homebloglist figure {
        height: 250px;
    }

    .homeblog .row {
        row-gap: 25px;
    }

    .mainmenu {
        padding: 15px 0;
    }

    .mainmenu.fixed {
        position: relative;
    }
}

@media only screen and (max-width:768px) {

    .top-contact p:first-child {
        display: none;
    }

    .topbar-rgt {
        display: block !important;
    }

    .topbar a.arrow-btn {
        display: none;
    }

    .mainslider .carousel-caption h2 {
        font-size: 43px;
        line-height: 46px;
    }

    .mainslider .carousel-content p {
        font-size: 16px;
    }

    .additionalinfo figure img {
        width: 400px !important;
        display: block;
        margin: 0 auto;
    }

    .additionalinfo .row {
        row-gap: 20px;
    }

    .services-item figure {
        height: 250px;
    }

    .services .row {
        row-gap: 25px;
    }

    .services-item .services-info figure {
        height: 90px !important;
    }

    .howwork-item {
        border: solid 1px #dddddd29;
        padding: 15px;
        border-radius: 6px;
    }

    .howwork figure {
        width: 100px;
        height: 100px;
    }

    .howwork img {
        width: 50px;
    }

    .howwork .row {
        row-gap: 15px;
    }

    .breadcrumb {
        padding: 40px 0;
    }

    .blogpost .row {
        row-gap: 25px;
    }

    .contact-location .row {
        row-gap: 10px;
    }

    .contactus iframe {
        width: 100%;
        border-radius: 6px;
    }

    .callback_btn_wrapper {
    margin: 30px 0 0 0;
}


    /*---- thank you page css start here ----*/

    .thank_you_card_wrapper {
        border-width: 1px 1px 1px 1px;
        padding: 05px 30px 30px 30px;
        gap: 10px;
    }

    .thank_you_card_wrapper img {
        max-width: 60%;
    }

    .thank_you_page_content a {
        margin: 20px 0 0 0;
    }

    .thank_you_card_wrapper h5 {
        font-size: 25px;
    }

    .thank_you_card_wrapper p {
        font-size: 14px;
    }


    /*---- thank you page css end here ----*/

    /*--- events page css start here ---*/
    .event_month_wrapper {
        margin: 10px 0 10px 0;
    }

    .event_discription h2 {
        font-size: 18px;
    }

    .event_discription h4 {
        font-size: 15px;
        margin: 0 0 5px 0;
    }

    .event_discription p {}

    .event_photo img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 21px 0 40px 0;
    }

    .search_btn a {
        white-space: nowrap;
        padding: 7px 15px;
        font-size: 14px;
    }

    .event_availability,
    .event_enrolment {
        justify-content: flex-start;
    }

    .mobile_width {
        width: 80%;
        flex-grow: 1;
    }

    .row.event_sapce {
        display: flex;
        flex-wrap: nowrap;
    }

    .mobile_date_width {
        width: 18%;
    }


    .event_time span,
    .event_enrolment span,
    .event_availability span {
        font-size: 14px;
    }

    .event_time_outer img {
        max-width: 23px;
    }


    .event_searchbar_wrapper {
        flex-direction: column;
        width: 100%;
    }

    .search_btn {
        width: 100%;
        overflow: auto;
        gap: 7px;
    }

    .event_month_wrapper h4 {
        width: 19%;
        font-size: 14px;
    }

    .event_date h5 {
        font-size: 16px;
    }

    .event_date h6 {
        font-size: 20px;
    }

    .event_time_outer {
        justify-content: flex-start !important;
    }

    .event_discription.text-end {}

    .event_request_btn {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin: 10px 0 0px 0;
    }

    .course_fee p,
    .course_fee span {
        font-size: 16px;
        /* font-weight: 500; */
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 13px;
    }

    .input_filed_wapper span.select2-selection.select2-selection--single span.select2-selection__rendered {
        padding: 4px 11px;
    }

    /*--- events page css end here ---*/

    /*--- footer copyright css start here ---*/

    .copyright {
    padding: 20px 10px 65px 10px;
}

}

@media only screen and (max-width:568px) {


    /* about us section css start here */
    .about figure,
    .about .about-content {
        animation: none !important;
        visibility: visible !important;
    }

    /* about us section css end here */

    .whychooseus .row {
        row-gap: 15px;
    }

    .additionalinfo figure img {
        width: 100% !important;
    }

    .homebloglist {
        flex-wrap: wrap;
        height: auto;
    }

    .homebloglist img {
        width: 100%;
        object-position: center;
    }

    .homebloglist>a {
        width: 100%;
        height: 100%;
    }

    .homeblogbox {
        padding: 30px;
        position: relative;
        width: 100%;
    }

    article.singlepost {
        width: 100%;
    }

    .partners .col-lg-2 {
        width: 50%;
    }

    article.singlepost img {
        height: auto;
    }

    .mainmenu .col-sm-2,
    .mainmenu .col-sm-10 {
        width: 50%;
    }

    .mainslider .carousel-content {
        width: 90%;
    }

    .mainslider .carousel-content p {
        margin: 15px 0 10px;
        line-height: 22px;
        width: 100%;
    }

    .mainslider .carousel-control-prev {
        right: 10px;
    }

    .mainslider .carousel-control-next {
        right: 10px;
    }

    .mainslider .subheading {
        font-size: 13px;
        line-height: 20px;
    }

    .mainslider figure img {
        height: 350px;
    }

    .mainslider .carousel-caption h2 {
        font-size: 35px;
        line-height: 38px;
    }

    .services-info {
        padding: 0px 17px 26px;
        position: relative;
    }

    .partners .row {
        row-gap: 10px;
    }

    .footer-btm {
        margin-top: .5rem !important;
    }

    .about-content {
        margin-top: 20px;
    }

    .services-info figure {
        top: -100px;
    }

    .services-item figure {
        height: 280px;
    }

    .homebloglist figure {
        height: auto;
    }

    .breadcrumb h1 {
        font-size: 25px;
    }

    .homeblog .row,
    .services .row {
        row-gap: 15px;
    }

    .contact-location,
    .contactus-form {
        padding: 15px;
    }

    .servicesdtls-content img {
        width: 100%;
        height: auto;
    }

    .servicesdtls-content h2 {
        width: fit-content;
        margin: 15px auto 0;
        padding: 2px 25px;
        font-size: 19px;
    }

    .about .col-sm-5 {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width:479px) {

    .heading,
    .leftheading {
        font-size: 30px;
    }

    .mainslider .carousel-caption h2 {
        font-size: 27px;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 35px;
        height: 35px;
    }

    .mainslider .carousel-content p {
        line-height: 21px;
        width: 100%;
    }

    .testimonial-cnt p {
        width: 100%;
        margin: 0 auto;
    }

    .about-content .leftheading {
        width: 100%;
        font-size: 29px;
        line-height: 30px;
    }
}

@media only screen and (max-width:375px) {
    .mainslider .carousel-caption h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .mainslider .subheading {
        font-size: 11px;
        line-height: 20px;
    }

    .mainslider .carousel-content p {
        line-height: 20px;
        width: 100%;
        font-size: 14px;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 45%;
    }

    .additionalinfo figure img {
        width: 300px !important;
        display: block;
        margin: 0 auto;
    }

    .homebloglist>a {
        width: 100%;
        height: 100%;
    }

    .homeblogbox {
        padding: 30px;
        position: relative;
        width: 100%;
    }

    .homebloglist img {
        /* width: 190px; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .heading,
    .leftheading {
        font-size: 25px;
    }
}

@media only screen and (max-width:365px) {
    .mainslider .carousel-control-next {
        right: 5px;
    }

    .mainslider .carousel-caption h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .mainslider .subheading {
        font-size: 11px;
        line-height: 15px;
    }

    .about-content .leftheading {
        width: 100%;
        font-size: 25px;
        line-height: 30px;
    }

    .homebloglist img {
        width: 180px;
    }
}