/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781504603
Updated: 2026-06-15 06:23:23

*/
/* LP CSS */
.ast-container {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
}
.service-box .elementor-widget-wrap h3{
    transition: .5s ease-in;
}
.service-box .elementor-widget-wrap:hover h3{
    color: #fff !important;
}
.service-box .elementor-widget-wrap p{
    transition: .5s ease-in;
}
.service-box .elementor-widget-wrap:hover p{
    color: #fff !important;
}
.scroll-col {
    height: 250px;
    overflow-y: scroll;
}

/* Scrollbar style */
.scroll-col::-webkit-scrollbar {
    width: 3px;
}

.scroll-col::-webkit-scrollbar-thumb {
    background-color:#47BAC3;
    border-radius: 4px;
}

.scroll-col::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
}
.marquee-wrapper1 {
       position: relative;
       display: flex;
       overflow: hidden;
       gap: 1rem;
       /*border-radius: 1rem;*/
    }
 
    .testimonial_header1 {
       margin-bottom: 20px;
       display: flex;
       align-items: center;
    }
 
    .testimonial_header1 a {
       margin-left: 10px;
       text-decoration: underline;
       text-transform: uppercase;
       color: grey;
    }
 
    .testimonial_header1 img {
       width: 50px;
       border-radius: 50px;
    }
 
    .marquee-wrapper1 .marquee-content1 {
       position: relative;
       display: flex;
       align-items: center;
       flex-shrink: 0;
       gap: 1rem;
       cursor: grab;
    }
 
    .marquee-wrapper1 .marquee-content1 .card-testimonial1 {
       width: 400px;
       /*background-color: rgba(255, 255, 255, 1);*/
          padding: 10px 0;
       /*box-shadow: 10px 0px 10px #d9cfc7;*/
       border-radius: 1rem;
       color: #000;
       transition: 0.5s;
    }
 
    /*.marquee-wrapper .marquee-content .card-testimonial1:hover{*/
    /*      transform: scale(0.8);*/
    /*}*/
    .marquee-wrapper1 .marquee-content1 .card-testimonial1 article picture {
       position: relative;
       min-width: 400px;
    }
 
    .date {
       display: block;
       text-align: right;
       margin-top: -35px !important;
    }
 
    .marquee-wrapper1 .marquee-content1 .card-testimonial1 article picture img {
       width: 25%;
       border-radius: 0.5rem;
       -o-object-fit: cover;
       object-fit: cover;
       -o-object-position: 50% 15%;
       object-position: 50% 15%;
    }
 
    .marquee-wrapper1 .marquee-content1 .card-testimonial1 article div {
       font-size: 15px;
       text-transform: capitalize;
       margin-block: 1rem;
    }
 
    .marquee-wrapper1 .marquee-content1 .card-testimonial1 article article.short-description p {
       font-family: var(--ff-heading);
       font-size: 14px;
       height: 78px;
       font-weight: 300;
       line-height: 20px;
       margin-bottom: 1.2rem;
    }
 
 
    .scrollingZ {
       animation: scroll2 30s linear infinite;
    }
    .scrollingY {
       animation: scroll1 30s linear infinite;
       animation-delay: 4s;
    }
 
    /*.marquee-wrapper1:hover .scrollingZ {*/
    /*   animation-play-state: paused;*/
    /*}*/
 
    @keyframes scroll1 {
       from {
          transform: translateX(0);
       }
 
       to {
          transform: translateX(calc(-100% - 1rem));
       }
    }
    @keyframes scroll2 {
       from {
          transform: translateX(0);
       }
 
       to {
          transform: translateX(calc(-100% - 1rem));
       }
    }
 
    @media (max-width: 1024px) {
       .marquee-wrapper1 {
          overflow: hidden;
       }
          .marquee-wrapper1 .marquee-content1 .card-testimonial1 {
       width: 310px;}
    }
#marquee .review-box{
	margin:0;
}
.service-box .elementor-widget-wrap {
    transition: .5s ease-in;
}
.service-box .elementor-widget-wrap:hover {
    background: #051D38;
    /* transition: .5s allease-out; */
}
.banner__form::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 17px;
    background: #00000059;
    top: 0;
    right: 0;
    transition: 500ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.banner__form::before {
    position: absolute;
    content: '';
    width: 270px;
    height: 20px;
    background: #051D38;
    top: 0;
    right: 0;
    transition: 500ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.scroll-p {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden
}
.scroll-p::-webkit-scrollbar {
    width: 3px;
}

.scroll-p::-webkit-scrollbar-thumb {
    background-color:#000C1A;
    border-radius: 4px;
}

.scroll-p::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
}
/* LP css end */

.call-box {
    position: fixed;
    display: flex;
    align-items: center;
    width: 75px;
    column-gap: 10px;
    bottom: 80px;
    z-index: 9999;
    overflow: hidden;
    left: 10px;
    padding: 10px;
    animation: mover 0.4s infinite alternate;
    transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
    border-radius: 16px;
    
}

.call-box .call-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.call-box .drawer {
    width: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}
.call-box .drawer a {
    color: #fff;
    font-size: 14px;
}

.call-box .drawer a:not(:nth-child(2)) i {
    transform: rotateZ(100deg);
    
}
.call-box .drawer a:hover {
    color: #b60b92;
    font-size: 14px;
}
.call-box:hover {
    background-color: #333;
    width: 300px;
    animation: none;
}

.call-box:hover .drawer {
    width: min-content; /* Show the drawer on hover */
}
.floating-social-icons .wa-btn {
    font-weight: 600;
    vertical-align: middle;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #FFF !important;
    border-radius: 0 10px 0;
    text-align: center;
    font-size: 18px;
    z-index: 100000000;
    border: 2px solid #023838;
    animation: headShake 2s infinite;
}

.floating-social-icons .wa-btn::after {
    content: "1";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 26px;
    height: 26px;
    color: #fbfbfb;
    font-size: 16px;
    top: -19px;
    right: 20px;
    border-radius: 50%;
    background-color: #bf1212;
    box-sizing: border-box;
}

.floating-social-icons .wa-btn a {
    color: #FFF !important;
}
span.new-head {
    background-color: #fff;
    color: #051D38;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
}
span.bg-purple {
    background: #000c1a;
    color: #fff;
    padding: 5px;
    border-radius: 15px;
    margin-right: 10px;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.form-control.phonelead,
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.form-control.phonelead1,
input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.form-control.phonelead2{
	padding-right: 6px;
    padding-left: 52px;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.contact-section input.wpcf7-form-control,
.contact-section .wpcf7 select.wpcf7-form-control{
    background-color: #F5F6F7;
    border-radius: 0;
    height: 60px;
    border-bottom: 2px solid #47BAC3;
	border-right:0;
	border-left:0;
	border-top:0;
}
span.wpcf7-list-item.first.last {
    margin: 0;
}
span.wpcf7-list-item-label {
    color: #fff;
}
.contact-section span.wpcf7-list-item-label {
    color: #000;
}
.contact-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background-color: #47BAC3;
	color:#000;
	border:none;
}
.contact-section input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	color:#000;
    background-color: #F5F6F7;
}
.contact-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background-color: #051d38;
	color:#fff;
	border:none;
}
/* heading css  */
.section__title1 .char,
.section__title2 .char,
.section__title .char {
    display: inline-block;
    opacity: 0; /* Start invisible */
    transform: translateX(20); /* Start from left */
    transition: all 1s ease; /* Transition effect */
    text-align: left;
}
.word{
  display:flex;
}
/* h2.section__title.active .char{
	color:#051d38;
} */
.char{
color:#4BF6F8 !important;
	    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  display: inline-block;
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    visibility: inherit;
    transform: translate(100px, 0px);
}

.section__title1 .char,
.section__title2 .char,
.section__title .char {
    display: inline-block;
    opacity: 0; /* Start invisible */
    transform: translateX(20); /* Start from left */
    transition: all 1s ease; /* Transition effect */
    text-align: left;
}
.word{
  display:flex;
}
.char{
color:#fff;
	    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  display: inline-block;
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    visibility: inherit;
    transform: translate(100px, 0px);
}

/* end css */

.text-container {
      font-size: 22px;
      color: #fff;
      display: inline-flex;
      align-items: center;
		font-family:poppins;
		font-style:italic;
		font-weight:600;
    }

    .static-text {
      font-weight: 400;
    }

    .dynamic-text {
      overflow: hidden;
      white-space: nowrap;
      border-right: 2px solid #fff;
      display: inline-block;
      animation: typing 3s steps(50, end) infinite;
    }

    @keyframes typing {
      0% {
        width: 0;
      }
      40% {
        width: 12ch;
      }
      60% {
        width: 12ch; /* Hold the full width for 2 seconds */
      }
      100% {
        width: 0; /* Reverse typing */
      }
    }
.subject-specialist:hover {
    background: #14125c !important;
    cursor: pointer !important;
}
.subject-specialist:hover .elementor-image-box-title{
	color: #fff !important;
}
.subject-specialist:hover * {
	color: #fff;
}

.review-box *,
.usah-faqs-accordion-item {
    font-family: Poppins;
}

.owl-carousel .owl-next .fa,
.owl-carousel .owl-prev .fa {
    font-size: 50px;
    color: #fff;
    width: 0;
    top: 220px !important;
    position: absolute;
    cursor: pointer;
}

.sub-head-ul h3 span:before,
.sub-head-ul-w h3 span:before {
    height: 6px;
    bottom: 2px;
    z-index: -1;
    border-radius: 5px;
    content: "";
}

.new-column ul,
.new-column ul.menu,
ul.expert-subjects {
    list-style-type: none;
}

.UpDownUp,
.cta-wrapper:hover {
    animation-iteration-count: infinite;
}
.cta-wrapper:hover i {
    transform: translateX(10px);
    transition: transform 0.3s ease;
}
#long-content>div::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 10px;
    background-color: #000;
}

#long-content>div::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #051D38;
}

#long-content>div::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 8px;
    background-color: #F5F6F7;
}

.review-carousel-wrap {
    padding: 20px 0;
}

.review-carousel-wrap .owl-dots,
.review-carousel-wrap .owl-nav {
    display: none !important;
}

.item {
    padding: 10px 0;
}

.review-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    padding: 30px;
    margin-bottom: 30px;
    transition: background .4s;
    cursor: pointer;
}

.review-box:hover {
    background: #051D38;
}

.new-navbar a,
.review-box:hover *,
button.new-dropbtn {
    color: #fff !important;
}

.cust-icon-box p,
.review-box p {
    margin: 0;
}

.review-box .review-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.review-box img.rating {
    max-width: 100px;
    margin-bottom: .5em;
}

.review-box p.title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #161616;
    margin: 0;
}

.review-box small {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #161616;
    line-height: 22px;
}

.review-box p.cust-id {
    font-size: 14px;
    color: #a2a2a2;
}

.review-box p.content {
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 1em 0 .5em;
}

.review-box .review-box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-box img.flag {
    max-width: 28px;
    margin-right: .5em;
}

.review-box .review-box-footer span {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
}

.usah-faqs-accordion-item {
    cursor: pointer;
}

summary.ukas-faqs-accordion-header::marker {
    content: " ";
}

.usah-faqs-accordion-header {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}

.usah-faqs-accordion-header i {
    color: #fcbf54;
    font-size: 20px;
}

.usah-faqs-accordion-content-wrap {
    padding: 0 20px;
}

.usah-faqs-accordion-content-wrap p {
    font-size: 17px;
    padding: 0 0 5px;
    margin-bottom: 0;
}

.sub-head-ul h3,
.sub-head-ul-w h3 {
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 900;
    text-align: center;
}

.owl-carousel .owl-prev .fa {
    left: 0;
}

.owl-carousel .owl-next .fa {
    right: 0;
}

.secuity-icon {
    display: block;
    margin-bottom: 5px;
}

.sub-head-ul h3 {
    font-family: Poppins;
}

.sub-head-ul h3 span,
.sub-head-ul-w h3 span {
    position: relative;
    z-index: 1;
}

.sub-head-ul h3 span:before {
    width: 100%;
    position: absolute;
    background: #fdc448;
    left: 0;
}

.sub-head-ul-w h3 span:before,
.sub-subjects {
    width: 100%;
    background: #fff;
    left: 0;
    position: absolute;
}

.sub-head-ul-w h3 {
    font-family: Poppins;
}

.sub-subjects {
    display: none;
    top: 40px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #ffce12;
    color: #000;
    z-index: 1;
    box-shadow: 0 0 8px 0 rgba(255 206 18 / 30%), 0 0 10px 0 rgb(255 206 18 / 30%);
}

.subject-icon i.fa {
    float: right;
    color: #ffce12;
    display: block;
    margin-top: 4px;
}

.subject-icon {
    cursor: pointer;
    transition: background .5s;
    border-radius: 20px;
}

.sub-subjects ol {
    padding-left: 40px;
}

.sub-subjects li {
    font-size: 15px;
    font-family: Poppins;
}
header{
  padding:0 !important;
}
.new-navbar a,
header {
    font-family: Poppins !important;
}

.sub-subjects li::marker {
    color: #ffce12;
}

.custom-mobile-header .mobile-dropdown-content,
.custom-mobile-header .topnav #myLinks,
.subject-icon p,
.wpcf7-spinner {
    display: none;
}

.subject-icon:hover .sub-subjects {
    display: block;
    cursor: auto;
}

.bg-light-gray {
    background-color: var(--e-global-color-a6c17e9) !important;
}

.UpDownUp {
    animation-timing-function: ease-in-out;
    animation-name: headShake !important;
    animation-duration: 8s;
}

.wow-box::after {
    content: "";
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
}

.wow-box-1::after {
    background: url(https://usassignmenthelper.com/wp/wp-content/uploads/2024/10/stars-icons.png) 0 0/cover no-repeat;
}

.wow-box-2::after {
    background: url(https://usassignmenthelper.com/wp/wp-content/uploads/2024/10/wow-support-icon.png) 0 0/cover no-repeat;
}

.wow-box-3::after {
    background: url(https://usassignmenthelper.com/wp/wp-content/uploads/2024/10/time-delivery.png) 0 0/cover no-repeat;
}

section#header {
    position: absolute !important;
    width: 100% !important;
    z-index: 1;
}

.expert-footer-new,
section#header header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#header button,
section#header img {
    position: relative !important;
}

.cust-icon-box * {
    color: #000;
    font-family: Poppins;
}

.cust-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.discount-form form {
    display: flex;
    flex-wrap: wrap;
}

.discount-form form>div,
.discount-form form>p {
    margin: 0 !important;
}

.discount-form .c-row input[type=submit] {
    background: #ffce12;
    color: #000;
    font-size: 14px !important;
    font-weight: 800;
    border-radius: 25px;
}

.discount-form .c-row input,
.discount-form .c-row input[type=submit],
.discount-form .c-row select {
    width: 250px;
    font-family: Poppins;
}

.discount-form .c-row {
    display: flex;
    gap: 0;
}

.discount-form .c-row p {
    margin: 5px;
}

.discount-form .wpcf7-response-output,
.new-column a:hover,
.whatsapp-lead .wpcf7-response-output {
    color: #fff;
}

.owl-item.center .expert-card-new {
    border: 2px solid var(--e-global-color-02df6ca);
}

.expert-card-new {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
    border: 2px solid #fff;
    font-family: Poppins;
}

.expert-card-new p {
    margin: 10px 0;
    font-size: 16px;
}

.expert-header-new,
.review-box .review-box-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.expert-header-new h3 {
    margin: 0;
    font-weight: 900;
}

ul.expert-subjects {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 0;
}

ul.expert-subjects li {
    background: #eef6fb;
    border-radius: 18px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 10px;
}

.custom-mobile-header .d-flex,
.expert-info-review-wrap,
span.trust-text {
    display: flex;
    align-items: center;
}

.courses-dropdown-content,
.new-dropdown-content,
.subjects-dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
}

.courses-dropdown:hover .courses-dropdown-content,
.new-column a,
.new-dropdown:hover .new-dropdown-content,
.subjects-dropdown:hover .subjects-dropdown-content,
.tab-content.active {
    display: block;
}

.expert-card-new .expert-info-review-wrap img {
    width: 50% !important;
}

.expert-footer-new .hire-now-btn {
    background-color: var(--e-global-color-02df6ca);
    color: #000;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 900;
    padding: 12px 30px;
    border-radius: 8px;
}

.expert-footer-new .view-profile-btn {
    color: #000;
}

/* @media screen and (max-width:767px) {
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        width: 393px;
        position: absolute;
        left: -285px;
        top: 35px;
        z-index: 9999;
    }
} */

@media only screen and (min-width:300px) and (max-width:767px) {
    html {
        overflow-x: hidden;
    }
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.new-navbar {
    overflow: hidden;
}
.new-dropbtn:hover {
    background-color: transparent !important;
}
.new-navbar a {
    float: left;
    font-size: 14px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: .5s ease-in;
    font-weight: 500;
}

.courses-dropdown,
.new-dropdown,
.subjects-dropdown {
    float: left;
    overflow: hidden;
}

.new-navbar .new-dropbtn {
    font-size: 14px !important;
}

.new-dropdown .new-dropbtn,
.subjects-dropdown .new-dropbtn {
    border: none;
    outline: 0;
    color: #000;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-family: Poppins !important;
    font-weight: 500;
}

.courses-dropdown .new-dropbtn {
    border: none;
    outline: 0;
    color: #000;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-family: Poppins !important;
}

.courses-dropdown:hover .new-dropbtn,
.new-dropdown:hover .new-dropbtn,
.new-navbar a:hover,
.subjects-dropdown:hover .new-dropbtn {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: var(--e-global-color-02df6ca);
    text-decoration-thickness: 2px;
}

.new-dropdown-content,
.subjects-dropdown-content {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
}

.courses-dropdown-content .new-column {
    float: right !important;
    width: 25%;
    height: 170px;
    right: 100px;
    position: relative;
}

.new-column {
    float: left;
    width: 33.33%;
    padding: 10px 15px;
    background-color: #001329;
    height: 300px;
    z-index: 99999;
}

.new-column:not(:first-child)::before {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    background: #f4f4f4;
    top: 30%;
    position: absolute;
}
button:focus{
	background-color:transparent !important;
}
.new-column a {
    float: none;
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
    text-align: left;
}

.cta-wrapper a {
    background-color: transparent;
    padding: 10px 35px !important;
    border-radius: 0;
    color: #fff !important;
    font-weight: 500;
	border:1px solid #F5F6F7;
}

.cta-wrapper a:hover {
    background-color: #F5F6F7 ;
    color: #000 !important;
}

.new-column h3 {
    color: #fff;
    font-size: 22px;
    padding-top: 30px;
}

.cta-wrapper:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
}

.courses-dropdown-content .new-column ul.menu {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.new-row:after {
    content: "";
    display: table;
    clear: both;
}

.custom-mobile-header .mobile-container {
    max-width: 480px;
    margin: auto;
    height: 500px;
    color: #fff;
    border-radius: 10px;
}

.custom-mobile-header .topnav {
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.custom-mobile-header .topnav a {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.custom-mobile-header .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(40%);
}

.custom-mobile-header button {
    background: 0 0;
    padding: 14px 16px;
    font-weight: inherit;
    font-size: 18px;
}

.custom-mobile-header button:focus {
    outline: 0;
}

.tab-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.tab-header {
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 700;
}

.tab-header.active {
    background-color: #ffce12;
    color: #000;
}

.tab-content-container {
    margin-top: 20px;
}

.tab-content {
    display: none;
/*     background-color: #fff; */
    border-radius: 10px;
/*     box-shadow: 0 2px 10px rgba(0, 0, 0, .1); */
    padding: 20px;
}

.tab-image img {
    margin-bottom: 15px;
}

.tab-text h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.tab-text p {
    font-size: 1rem;
    color: #6c757d;
}

.next-button {
    text-align: center;
    margin-top: 30px;
}

.next-button button {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.next-button button:hover {
    background-color: #0056b3;
}

.tab-image,
.tab-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-main-content {
    column-gap: 50px !important;
    display: flex;
    justify-content: space-between;
}

.bullet-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bullet {
    background-color: #ffce12;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bullet::after {
    content: '';
    position: absolute;
    right: -15px;
    top: -2;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffce12;
}

.card,
.icon {
    position: relative;
}

.text-content {
    font-size: 15px;
    color: #fff;
    margin-left: 17px;
}

.new-btn1 {
    border: 1px solid #59D6E1;
    border-radius: 0;
    background-color: transparent;
}
.page-id-2944 .new-btn,
.page-id-2944 .new-btn1{
	padding:11px
}
.new-btn,
.new-btn1 {
    color: #fff;
    padding: 15px;
    width: 100%;
}
.page-id-933 .new-btn,
.page-id-933 .new-btn1 {

    padding: 12px;
}
.new-btn1:hover {
    border: 1px solid #14125C;
	background-color:#F5F6F7 !important;
	color:#091833 !important;
}

.new-btn {
	color:#14125C;
    border-radius: 0;
    background-color: #fff;
	border:1px solid #091833;
}

.new-btn:hover {
    border: 1px solid #F5F6F7 !important;
    color: #091833 !important;
    background-color: #F5F6F7 !important;
}

span.new-head {
    background-color: #fff;
    color: #14125c;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
}

.page-id-816 .image-tab {
    width: 1120px;
    margin: auto;
}

.page-id-1408 .img-tab img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.image-tab {
    display: flex;;
    justify-content: space-between;
}
.page-id-1408 .elementor-tab-title.elementor-active {
    background-color: #14125c;
    border-radius: 0 40px;
    text-align: center;
}

.page-id-1408 .elementor-tab-title.elementor-active:hover {
    background-color: #14125c;
    transition: .2s ease-in-out;
}

.page-id-1408 .elementor-tabs-wrapper {
    border-radius: 0 50px;
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 0 30px #00000014;
}


.page-id-1408 .elementor-tab-title {
    text-align: center;
}

.accordion {
    background: transparent;
    border-bottom: 1px solid #dcdcdc !important;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    font-family: Poppins;
    line-height: 20px;
    font-weight: 400;
    transition: .4s;
    box-shadow: none;
}

.accordion:focus,
.accordion:hover {
    background-color: transparent !important;
    color: #14125c;
}


.icon {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #051D38;
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    left: 25px;
    float: right;
}

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}

span.trust-text img {
    width: 33px !important;
}

.carosul .swiper {
    width: 340px;
    height: 530px;
  z-index:0;
}

.carosul .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}



.carosul .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carosul .swiper-wrapper {
    display: flex;
}


.carosul-back {
    background-image: linear-gradient(45deg, transparent 0, transparent 11%, rgba(156, 156, 156, .06) 11%, rgba(156, 156, 156, .06) 81%, transparent 81%, transparent 100%), linear-gradient(45deg, transparent 0, transparent 18%, rgba(156, 156, 156, .06) 18%, rgba(156, 156, 156, .06) 64%, transparent 64%, transparent 100%), linear-gradient(135deg, transparent 0, transparent 13%, rgba(156, 156, 156, .06) 13%, rgba(156, 156, 156, .06) 22%, transparent 22%, transparent 100%), linear-gradient(90deg, #14205e, #14205e);
}

.hover-column:hover .elementor-image-box-description,
.hover-column:hover .elementor-image-box-title,
.hover-column:hover figure.elementor-image-box-img {
    filter: brightness(0) invert(1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.hover-column1 figure.elementor-image-box-img {
    filter: brightness(0) invert(1);
}

.elementor-tab-title {
/*     border-bottom: 1px solid #eee !important; */
}

.book-slider .swiper-slide-inner:hover {
    transform: scale(1.02);
    opacity: .8;
    transition: .3s ease-out;
}

.card:hover .content,
.card:hover .cover {
    transform: rotateY(-135deg);
    box-shadow: 10px 0 20px rgba(0, 0, 0, .4);
}


/* .page-id-933 .elementor-tab-title.elementor-active {
    color: #ed1c24;
}
 */
.page-id-933 .tab:hover {
    background-color: #051d38;
    color: #fff !important;
}
    .card-new {
    width: 300px;
    height: 400px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    box-shadow: 10px 0 20px rgba(0, 0, 0, .4), inset 300px 0 50px rgba(0, 0, 0, .4);
    transform: perspective(2000px) rotateZ(0);
    transform-style: preserve-3d;
    transition: 1s;
}
.card-new:hover .content,
.card-new:hover .cover {
    transform: rotateY(-135deg);
    box-shadow: 10px 0 20px rgba(0, 0, 0, .4);
}

.card-new .content1 img,
.card-new .cover img {
    object-fit: cover;
    backface-visibility: hidden;
}
.card-new .cover,
.card-new .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card-new .content,
.card-new .new-cont {
    padding: 1rem;
    display: flex;
    font-size: 12px;
}

.card-new,
.card-new .cover {
    background-color: #fff;
}
.card-new .cover {
    transform-origin: left;
    transform-style: preserve-3d;
    transition: 1.5s;
    z-index: 3;
}

.card-new .cover .img-f {
    z-index: 10;
}

.card-new .cover .img-b {
    z-index: 2;
}

.card-new .cover img:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.cover img:nth-child(2) {
    transform: rotateY(180deg);
    border-radius: 10px 0 0 10px;
}

.card-new .content,
.card-new .content1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-new:hover {
    transform: perspective(2000px) rotateZ(-10deg);
    box-shadow: 10px 0 20px rgba(0, 0, 0, .4), inset 20px 0 50px rgba(0, 0, 0, .4);
}

.card-new .content,
.content h2,
.content p {
    transform-style: preserve-3d;
}

.card-new .content {
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    transform-origin: left;
}

.content h2 {
    transition: transform .6s ease-in-out;
    display: block;
    width: 100%;
/*  font-size:20px !important; */
}

.content p {
    transition: transform .1s ease-in-out
}

.card-new:hover .content {
    transition: 2s ease-in;
    z-index: 3;
}

.card-new:hover .content h2,
.card-new:hover .content p {
    transform: rotateY(180deg);
    transition-delay: 1.5s;
}

.card-new .new-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.card-new .content1 img {
    z-index: -1;
}

.card-new p {
    line-height: 1rem;
}
.card-new .new-cont h2,
.card-new .content h2 {
    margin-bottom: 1rem;
    font-size: 20px;
}
@media screen and (max-width:680px) {
	.tab-content{
		padding:0;
	}
	.word {
    font-size: 18px;
}
	.page-id-933 .tab{
		 width: 100% !important;
	}
	 .page-id-933 .tabs {
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
}
.page-id-933 .tabs .tab {
   
    font-size: 14px;
    padding: 10px;
}
  .image-tab{
    display:block;
  }
  .img-tab img {
/*     width: 50% !important; */
    height: 260px !important;
}
  .img-tab {
    width: 49%;
    display: inline-block;
    margin-bottom:3px;
}
  .carosul .swiper {
    width: 250px !important;
    height: 390px !important;
}
.card-new {
    width: 150px !important;
    height: 250px !important;
  }
  .card-new p {
    line-height: 10px !important;
    font-size: 6px;
}
  .card-new .new-cont h2, .card-new .content h2 {
    margin-bottom: 4px !important;
    font-size: 11px !important;
}
    .new-column {
        width: 100%;
        height: auto;
    }
}

    .page-id-933 .custom-tabs {
    font-family: 'poppins';
		font-weight:700;
}

.page-id-933 .tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
	width:100%;
    max-width: 650px;
    margin: auto;
    padding: 10px;
    border-radius:50px;
}

.page-id-933 .tabs .tab {
    padding: 15px 20px;
    cursor: pointer;
    /* border: 1px solid #ddd; */
    border-radius: 50px;
    width: 25%;
    margin-right: 5px;
    text-align: center;
    transition:background 0.3s, color 0.3s;
    font-size: 18px;
    font-weight: 500;
    color: #051d38;
}

.page-id-933 .tabs .tab.active {
    background: #051d38;
    color: white;
}

.page-id-933 .tabs .tab-content {
    display: none;
    /*padding: 15px;*/
    /* border: 1px solid #ddd; */
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.page-id-933 .tab-content.active {
    display: block;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background-color: #051d38;
	color:#fff;
	    font-family: var(--e-global-typography-text-font-family), Sans-serif;
	border:none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	color:#051d38;
    background-color: #59d6e1;
}
/*     slider css start */
  .slick-arrow {
      display: none !important;
  }
  .slick-dots {
      text-align: center;
    margin-top:35px;
    padding: 0;
  }
  .slick-dots li {
      display: inline-block;
      padding: 1px;
      background-color: #ccc;
      margin: 10px 5px 0px 5px;
      width: 10px !important;
      height: 10px !important;
      border-radius: 10px;
      cursor: pointer;
  }
  
  .slick-dots button {
      display: none;
  }
  
  .slick-dots li.slick-active {
      background: #66fb95;
  }
  
  .slick-slider img {
      width: 100%;
/*       height: 280px; */
}
  
  
  
  .slick-slide {
      padding: 40px 0;
      position: relative;
      height: auto !important;
      opacity: 0.5;
      transition: all 900ms ease;
  }
  
  .slick-current {
      opacity: 1;
      transform: scale(1.2);
      z-index: 99;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  
  .slick-slide .xyz {
      opacity: 0;
  }
  
  .slick-current .xyz {
      opacity: 1;
  }
  
  /* slider css end */