.contact-us-con ul .medium-fields {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.contact-us-con ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: transparent;
    border: 1px solid #d7e0ef;
    height: 54px;
}
.contact-us-con ul li input::placeholder,
.contact-us-con ul li textarea::placeholder {
    font-size: 15px;
    font-weight: 300;
    color: #555555;
}
.contact-us-con ul li textarea {
    height: 134px;
    padding: 13px 19px;
    background-color: transparent;
    border: 1px solid #d7e0ef;
    width: 100%;
}
.contact-us-con ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.light-green-btn button {
    width: auto;
    border: none;
    cursor: pointer;
}

.contact-us-con ul li input:focus,
.contact-us-con ul li textarea:focus {
    box-shadow: inset 0 1px 1px rgb(11 43 68 / 8%), 0 0 8px rgb(0 218 178 / 60%);
    border-color: #00dab2;
}

.contact-us-con ul li input:focus,
.contact-us-con form ul li textarea:focus {
    border: none;
    outline: none;
}
.contact-us-con p{
    margin-bottom: 0px !important;
}
.contact-us-con button{
    background: linear-gradient(to right, #00d090 0%, #00dab3 100%);
    padding: 0;
    min-width: 160px !important;
    height: 56px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 56px;
    text-decoration: none;
    color: var(--e-global-color-secondary);
    box-shadow: 0px 2px 27px rgb(0 210 149 / 30%);
    border-radius: 3px;
}
.contact-us-con button:hover{
    background: #0B2B44;
    box-shadow: 0px 2px 27px rgb(0 0 0 / 30%);
}
.home2-contact-form .contact-us-con button{
    background: linear-gradient(to right, #FB587B 0%, #FB587B 100%);
    box-shadow: none;
    min-width: 210px !important;
}
.home2-contact-form .contact-us-con button:hover{
    background: #0B2B44;
}


.featured-services-outer-con .white-box {
    background-color: var(--e-global-color-white);
    padding: 30px 26px;
}

.featured-services-outer-con .white-box img {
    transition: ease-in-out 0.6s;
}
.featured-services-outer-con .white-box h5{
    color: var(--e-global-color-dark-blue-family-color);
}
.featured-services-outer-con .white-box:hover img {
    transform: translateY(-3px);
}

.featured-services-outer-con .white-box .feature-content {
    padding-left: 30px;
}

.featured-services-outer-con .white-box .feature-content p {
    font-size: 16px;
}
.featured-services-outer-con .servces-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.electrictestimonial-con .carousel-indicators {
    margin: 40px 0;
}

.electrictestimonial-con .carousel-indicators li {
    text-indent: 0;
    width: 97px;
    height: 97px;
    opacity: 1;
    margin: 0 25px;
    border-radius: 100%;
}

.electrictestimonial-con .carousel-indicators li:first-child {
    margin-left: 0;
}

.electrictestimonial-con .carousel-indicators li:last-child {
    margin-right: 0;
}

.electrictestimonial-con .carousel-indicators li figure {
    border-radius: 100%;
}

.electrictestimonial-con .carousel-indicators li figure img {
    border-radius: 100%;
    opacity: 60%;
}

.electrictestimonial-con .carousel-indicators .active figure img {
    width: 134px;
    opacity: 1;
    transform: scale(1.4);
}
.electrictestimonial-con .carousel-control-prev,
.electrictestimonial-con .carousel-control-next {
    background: none;
    border: none;
    opacity: 1;
}

.electrictestimonial-con .carousel-control-prev {
    left: -133px;
    top: 135px;
}

.electrictestimonial-con .carousel-control-next {
    right: -133px;
    top: 135px;
}

.electrictestimonial-con .carousel-control-prev i,
.electrictestimonial-con .carousel-control-next i {
    border: 1px solid var(--e-global-color-white);
    border-radius: 100%;
    width: 53px;
    height: 53px;
    line-height: 53px;
    transition: ease-in-out 0.6s;
    cursor: pointer;
}

.electrictestimonial-con .carousel-control-prev i:hover,
.electrictestimonial-con .carousel-control-next i:hover {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-black);
}
.electrictestimonial-con .testimonial-box h3 {
    font-size: 22px;
    line-height: 36px;
    padding: 0;
    font-style: italic;
    font-weight: normal;
    font-family: Georgia, serif;
}


.news-blogs-con .new-blog-box img {
    transition: ease-in-out 0.6s;
}

.news-blogs-con .new-blog-box.overlay .team-content span.sub-text {
    background-color: #fb587b;
    width: 78px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}

.news-blogs-con .new-blog-box.overlay .team-content p {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}

.news-blogs-con .new-blog-box.overlay .team-content {
    bottom: 28px;
    left: 20px;
    right: 20px;
}

.news-blogs-con .new-blog-box.overlay .team-content i {
    font-size: 13px;
}
.news-blogs-con .blog-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.news-blogs-con .new-blog-box{
    height: 455px;
    position: relative;
}
.news-blogs-con .new-blog-box img{
    height: 455px;
    object-fit: cover;
    object-position: center;
}
.news-blogs-con .new-blog-box:before {
    content: "";
    background: #0000007d;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0;
}

.popular-courses-con2{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.popular-courses-con2 .courses-box{   
    background-color: var(--e-global-color-white);
    border-radius: 3px;
    padding: 18px 17px 37px;
    box-shadow: 0px 6px 38px rgb(238 238 252 / 50%);
}
.popular-courses-con2 h5{
    color: #0b2a42;
    margin-top: 11px;
}
.popular-courses-con2 .courses-box .course-bottom-con {
    padding: 21px 17px 0px;
}

.popular-courses-con2 h2.large-font {
    margin-bottom: 25px;
}

.popular-courses-con2 .enrol-outer-con a {
    color: #ed4c4e;
    font-size: 16px;
    font-weight: 600;
}

.popular-courses-con2 .enrol-outer-con a i {
    transition: ease-in-out 0.6s;
}

.popular-courses-con2 .enrol-outer-con a:hover {
    color: #0e1d38;
    text-decoration: none;
}

.popular-courses-con2 .enrol-outer-con a:hover i {
    transform: translateX(2px);
}

.popular-courses-con2 .enrol-outer-con .price {
    color: #ed4c4e;
    font-size: 22px;
}
.popular-courses-con2 .courses-box img {
    border-radius: 100%;
}

.popular-courses-con2 .courses-box .icon span {
    margin-right: 0;
}

.popular-courses-con2 .courses-box .icon .lesson {
    margin-right: 55px;
}

.popular-courses-con2 .courses-box {
    padding: 0;
    border-bottom: 2px solid #293552;
}

.popular-courses-con2 .courses-box .course-inner-sub {
    padding: 32px 26px 18px;
}

.popular-courses-con2 .courses-box a {
    color: #fb587b;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0;
}

.popular-courses-con2 .courses-box a:hover {
    text-decoration: none;
    color: #293552;
}

.popular-courses-con2 .courses-box hr {
    border: 1px solid #e4e4e4;
    margin: 0;
}

.popular-courses-con2 .row {
    margin-bottom: 50px;
}

.popular-courses-con2 .courses-box .img-outer {
    overflow: hidden;
    border-radius: 100%;
}

.popular-courses-con2 .courses-box .img-outer span {
    background-color: #fb587b;
    width: 149px;
    height: 149px;
    bottom: -99px;
    border-radius: 100%;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    line-height: 50px;
    font-size: 22px;
    font-weight: 600;
}

.home3-contact-form button{
    background: #ED4C4E;
    box-shadow: none;
    border-radius: 100px;
}
.blog-widget-style-1 .news-blogs-con{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.blog-widget-style-1 .news-blogs-con h2.large-font {
    margin-bottom: 36px;
}

.blog-widget-style-1 .news-blogs-con .blg-box {
    background-color: var(--e-global-color-white);
}

.blog-widget-style-1 .news-blogs-con .blg-box .sub-down {
    padding: 22px 18px;
    background-color: var(--e-global-color-white);
}

.blog-widget-style-1 .news-blogs-con .blg-box .sub-down p {
    font-size: 16px;
    line-height: 26px;
}
.blog-widget-style-1 .news-blogs-con img{
    height: 236px;
    object-fit: cover;
    object-position: center;
}
.blog-widget-style-1 .primary-button a:hover, .blog-widget-style-1 .primary-button button:hover {
    background-color: #ed4c4e;
    color: var(--e-global-color-white);
    text-decoration: none;
}
.blog-widget-style-1 .primary-button a, .blog-widget-style-1 .primary-button button {
    background-color: transparent;
    border: 1px solid #ed4c4e;
    color: #ed4c4e;
    padding: 0;
    min-width: 119px;
    height: 41px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 37px;
    box-shadow: none;
    border-radius: 100px;
}

.testimonials-con .review-box {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 100px 28px 40px;
    background-color: var(--e-global-color-white);
    box-shadow: 0px 14px 38px rgb(226 226 247 / 100%);
    border-radius: 3px;
    display: block;
    transition: all 0.3s ease-in-out;
    margin-top: 40px;
}

.testimonials-con .review-box h5 {
    margin-bottom: 14px;
}

.testimonials-con .review-box img.person-img {
    width: auto;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
}

.testimonials-con .review-box p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 12px;
}

.carousel-focus {
    margin: 0;
    padding: 0;
    width: 100%;
}

.carousel-focus-inner {
    height: 100%;
    position: relative;
}

.carousel-focus-inner .carousel-focus-item {
    position: absolute;
    display: inline-block;
    width: 33%;
}

.carousel-focus-inner .carousel-focus-item:first-of-type {
    left: -40px;
    transform: translate(0, 25%);
    opacity: 0.25;
    width: 580px;
    transform: scale(0.75)
}

.carousel-focus-inner .carousel-focus-item:nth-of-type(2) {
    left: 50%;
    transform: translate(-50%, 0);
    width: 730px;
    z-index: 1;
    opacity: 1;
}

.carousel-focus-inner .carousel-focus-item:nth-of-type(3) {
    right: -40px;
    transform: translate(0, 25%);
    opacity: 0.25;
    width: 580px;
    transform: scale(0.75)
}

.carousel-focus-inner .carousel-focus-item:nth-child(n+4) {
    display: none;
}

.carousel-focus-inner .carousel-focus-controls {
    position: absolute;
    z-index: 1;
    bottom: -96px;
    left: 50%;
    transform: translate(-50%, 0);
}

.carousel-focus-controls button.carousel-focus-control {
    border-radius: 100%;
    background: linear-gradient(to right, #673fe2 0%, #4db6ee 100%);
    width: 53px;
    height: 53px;
    margin: 0 15px;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: ease-in-out 0.6s;
}

.carousel-focus-controls button.carousel-focus-control:hover {
    background: linear-gradient(to right, #00d090 0%, #00dab3 100%);
}

.carousel-focus-controls button.carousel-focus-control span {
    color: var(--e-global-color-white);
}
.testimonials-con .review-box img.person-img {
    width: auto;
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: auto;
}

.popular-courses-con1 .courses-box {
    background-color: var(--e-global-color-white);
    border-radius: 3px;
    padding: 18px 17px 37px;
    box-shadow: 0px 6px 38px rgb(238 238 252 / 100%);
}

.popular-courses-con1 .course-bottom-con {
    padding-top: 21px;
}

.popular-courses-con1 .courses-box .icon i,
.popular-courses-con1 .courses-box .icon span {
    font-size: 13px;
    color: #817f7f;
    margin-right: 2px;
}

.popular-courses-con1 .courses-box .icon span {
    margin-right: 10px;
}

.popular-courses-con1 .courses-box .icon .price {
    color: #00dab2;
    font-size: 22px;
}

.popular-courses-con1 .courses-box .date {
    margin-left: -44px;
}

.popular-courses-con1 .courses-box .icon {
    margin-bottom: 11px;
}

.popular-courses-con1 .courses-box p {
    font-size: 16px;
    line-height: 26px;
}

.popular-courses-con1 .courses-box .light-green-btn a {
    min-width: 120px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
}
.popular-courses-con1 .light-green-btn a, .popular-courses-con1 .light-green-btn button {
    background: linear-gradient(to right, #00d090 0%, #00dab3 100%);
    padding: 0;
    min-width: 160px;
    height: 56px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 56px;
    width: 100%;
    text-decoration: none;
    color: var(--e-global-color-white);
    box-shadow: 0px 2px 27px rgb(0 210 149 / 30%);
    border-radius: 3px;
}
.popular-courses-con1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.popular-courses-con1 .light-green-btn a:hover, .popular-courses-con1 .light-green-btn button:hover {
    /* background-color: var(--dark-blue-family-color); */
    background: #0b2a42;
    color: var(--e-global-color-white);
    transition: ease-in-out 0.6s;
    box-shadow: 0px 2px 22px rgb(0 0 0 / 5%);
}
.popular-courses-con1 img{
    width: 100%;
}
.swiper-pagination-bullet{
    height: 8px !important;
    width: 8px !important;
}

.meet-the-team-con .team-box {
    background-color: var(--e-global-color-white);
    box-shadow: 0px 6px 38px rgb(238 238 252 / 100%);
    border-top: 4px solid  #00dab2;
    border-radius: 3px;
    padding: 25px 20px;
    width: 100%;
    transition: ease-in-out 0.6s;
}

.team-box img {
    margin-bottom: 14px;
    transition: ease-in-out 0.6s;
}

.team-box:hover img {
    transform: translateY(-3px);
}

.team-box h5 {
    margin-bottom: 7px;
}

.team-box span {
    font-size: 14px;
    color:  #597de8;
    font-weight: 500;
    margin-bottom: 11px;
}

.team-box ul.social-icon li i {
    margin-right: 0;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    background: linear-gradient(to top, #673fe2 0%, #4db6ee 100%);
    border-radius: 100%;
    color: var(--e-global-color-white);
    font-size: 14px;
    transition: ease-in-out 0.6s;
    margin: 0 4px;
}

.team-box ul.social-icon li i:hover {
    background: linear-gradient(to right, #00d090 0%, #00dab3 100%);
}
.meet-the-team-con .team_wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.service-box {
    background-color: var(--e-global-color-white);
    box-shadow: 0px 6px 38px rgb(238 238 252 / 100%);
    padding: 34px 19px 30px;
    border-radius: 3px;
    transition: ease-in-out 0.6s;
    border: 1px solid transparent;
}

.service-box h5 {
    color: #0b2a42;
    margin-bottom: 9px;
}

.service-box img {
    margin-bottom: 22px;
    transition: ease-in-out 0.6s;
}

.service-box p {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 28px;
}

.service-box a {
    font-weight: 500;
    font-size: 16px;
    color: #0b2a42;
}

.service-box a:hover {
    color: #00dab2;
    text-decoration: none;
}

.service-box:hover img {
    transform: translateY(-3px);
}

.service-box i {
    transition: ease-in-out 0.6s;
}

.service-box:hover i {
    transform: translateX(2px);
}
.service-box:hover {
    border: 1px solid #00dab2;
}
.our-services-new-con .servicepage_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title{
    justify-content: space-between !important;
}
.cotact-us-page-con .contact-us-con{
    text-align: left !important;
}
.popular-courses-con3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.popular-courses-con3 .courses-box {
    padding: 0;
    background-color: #fff;
}

.popular-courses-con3 .courses-box .course-bottom-con {
    padding: 21px 17px 50px;
}

.popular-courses-con3 h2.large-font {
    margin-bottom: 25px;
}

.popular-courses-con3 .enrol-outer-con a {
    color: #ed4c4e;
    font-size: 16px;
    font-weight: 600;
}

.popular-courses-con3 .enrol-outer-con a i {
    transition: ease-in-out 0.6s;
}

.popular-courses-con3 .enrol-outer-con a:hover {
    color: #0e1d38;
    text-decoration: none;
}

.popular-courses-con3 .enrol-outer-con a:hover i {
    transform: translateX(2px);
}

.popular-courses-con3 .enrol-outer-con .price {
    color: #ed4c4e;
    font-size: 22px;
}

.popular-courses-con3 .courses-box p {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.popular-courses-con3 .enrol-outer-con {
    padding-top: 10px;
}
.popular-courses-con3 .courses-box .icon i, .popular-courses-con3 .courses-box .icon span {
    font-size: 13px;
    color: #817f7f;
    margin-right: 2px;
}
.popular-courses-con3 img{
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
.popular-courses-con3 h5{
    padding-top: 11px;
}
.index3-outer-wrapper .testimonial-review-con {
    background-color: #eef4fe;
}

.index3-outer-wrapper .testimonial-review-con .white-box {
    background-color: var(--e-global-color-white);
    padding: 29px 17px;
    position: relative;
}

.index3-outer-wrapper .testimonial-review-con .white-box p {
    font-size: 16px;
    line-height: 28px;
}

.index3-outer-wrapper .testimonial-review-con .white-box img {
    margin-bottom: 20px;
}

.index3-outer-wrapper .testimonial-review-con .heading-title-con h2 {
    margin-bottom: 36px;
}

.index3-outer-wrapper .testimonial-review-con .info {
    margin-top: 26px;
}

.index3-outer-wrapper .testimonial-review-con .designation-outer {
    padding-left: 13px;
}

.index3-outer-wrapper .testimonial-review-con .designation-outer .name {
    font-size: 18px;
    line-height: 30px;
    color: #1a1a37;
    font-weight: 600;
}

.index3-outer-wrapper .testimonial-review-con span.position {
    color: #555555;
    font-size: 16px;
    line-height: 20px;
}

.index3-outer-wrapper .testimonial-review-con .white-box::before {
    content: '';
    width: 22px;
    height: 13px;
    position: absolute;
    background-image: url(../images/home3/node.png);
    bottom: -13px;
    left: 20px;
    transition: all 0.3s ease-in-out;
}

.index3-outer-wrapper .testimonial-review-con .owl-carousel .owl-item .white-box img {
    width: auto;
}
.index3-outer-wrapper .testimonial-review-con .user-img img{
    width: 66px !important;
    height: 66px !important;
    border-radius: 100px;
}

.footer-inner-content1 input {
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
}

.footer-inner-content1 button {
    position: absolute;
    width: 57px;
    height: 50px;
    background: #fb587b;
    outline: none;
    border: none;
    top: 0;
    right: 0px;
    cursor: pointer;
}

.footer-inner-content1 button:hover i {
    color: #2a3553;
}

.footer-inner-content1 button i {
    color: var(--e-global-color-white);
}

.blue-box input {
    height: 44px;
    background-color: var(--e-global-color-white);
    border-radius: 22px;
    box-shadow: none;
    outline: none;
    border: none;
    margin-bottom: 12px;
    padding: 10px 19px;
}

.blue-box input::placeholder {
    font-size: 15px;
    padding: 10px 20px;
}

.blue-box button {
    background-color: #ed4c4e;
    border-radius: 22px;
    height: 44px;
    color: var(--e-global-color-white);
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.blue-box button:hover {
    background-color: transparent;
    border: 1px solid #ed4c4e;
    color: #ed4c4e;
    transition: ease-in-out 0.6s;
}