body {
    font-family: "Jost", sans-serif;
}

:root {
    --e-global-color-primary: #141430;
    --e-global-color-secondary: #2a2a2a;
    --e-global-color-accent: #3dceb2;
    --e-global-color-text: #6a6a6a;
	--e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-dark-moderate-blue: #2d5a7a;
    --e-global-color-very-dark-mostly-black-blue: #10202c;
    --e-global-color-grayish-blue: #a7b8c5;
    --e-global-color-light-grayish-cyan: #f5fefc;
    --e-global-color-very-light-gray: #e2e2e2;
    --e-global-color-light-moderate-blue: #4b7797;
    --e-global-color-light-yellow: #ffbf44;
    --e-global-color-nav-text: #0f0200;
    --e-global-color-very-dark-gray-mostly-black: #282828;
    --e-global-color-star-yellow: #fbc729;
    --e-global-color-pure-red: #ff0000;
}
h1{
    font-size: 66px;
    line-height: 70px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif;
}
h2{
    font-size: 46px;
    line-height: 50px;
    font-weight: 800;
    color: var(--e-global-color-secondary);
    font-family: "Urbanist", sans-serif;
}
h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
}
h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
}
h5{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
}
h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-accent);
    font-family: "Urbanist", sans-serif;
}

/*Services CSS*/
.service-con .service-box {
    padding: 42px 40px;
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 2%);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover {
    border: 1px solid var(--e-global-color-accent);
}
.service-con .service-box .icon {
    margin-bottom: 26px !important;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.service-con .service-box:hover .icon {
    transform: translateY(-5px);
}
.service-con .service-box h5 {
    margin-bottom: 14px;
    color: var(--e-global-color-very-dark-gray-mostly-black);
}
.service-con .service-box p {
    margin-bottom: 22px;
    color: var(--e-global-color-text);
}
.service-con .service-box .learn_more {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: inline-block;
    font-family: "Urbanist", sans-serif;
    color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.service-con .service-box .learn_more i {
    font-size: 12px;
    margin-left: 14px;
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-accent);
}
.service-con .service-box .learn_more:hover {
    color: var(--e-global-color-text);
}
.service-con .service-box .learn_more:hover i {
    transform: translateX(4px);
    color: var(--e-global-color-text);
}
.service-con .service_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
/*FAQ*/
.faq-home-01 .elementor-accordion-item{
    margin-bottom: 20px;
}
.faq-home-01 .elementor-tab-title{
    border-radius: 10px;
    border: 1px solid var(--e-global-color-white);
}
.faq-home-01 .elementor-tab-title:hover{
    border: 1px solid var(--e-global-color-accent);
}
/*Pricing Plan*/
.plan-1:hover h6,.plan-1:hover h2, .plan-1:hover .elementor-widget-text-editor .elementor-widget-container,
.plan-1:hover h5, .plan-1:hover .elementor-heading-title, .plan-1:hover .elementor-icon-list-item .elementor-icon-list-text{
    color: var(--e-global-color-white) !important;
}

/*Contact Form CSS*/
.contact-con .contact_form .form-group{
    margin-bottom: 0;
    z-index: 1;
}
.contact-con .contact_form .small_box{
    margin-right: 14px;
    z-index: 1;
}
.contact-con .contact_form input,
.contact-con .contact_form select,
.contact-con .contact_form textarea {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 232px;
    height: 58px;
    margin-bottom: 24px;
    padding: 17px 26px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-white);
    box-shadow: 0 1px 105px 1px rgb(0 0 0 / 3%);
    position: relative;
    border-radius: 10px;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.contact-con .contact_form select {
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 92.3% 26px !important;
    background-image: url(../img/dropdown_arrow.png) !important;
    margin-bottom: 0px !important;
    height: auto !important;
    z-index: 1;
}
.contact-con .contact_form textarea {
    height: 126px;
    resize: none;
    overflow: auto;
    margin-bottom: 0 !important;
}
.contact-con .contact_form .message{
    margin-bottom: 25px;
}
.contact-con .contact_form input:focus,
.contact-con .contact_form select:focus,
.contact-con .contact_form textarea:focus{
    border: 1px solid var(--e-global-color-accent);
}
.contact-con .contact_form input::placeholder{
    color: var(--e-global-color-text);
}
/* Placeholder color and font style for non-Firefox browsers */
.contact-con .contact_form select:invalid {
    color: var(--e-global-color-text);
}
.contact-con .contact_form option {
    color: var(--e-global-color-text);
}
.contact-con .contact_form .submit_now {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    padding: 21px 30px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    text-align: center;
    outline: none;
    border-style: none;
    cursor: pointer;
}
.contact-con .contact_form .submit_now:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
}
.contact-con .contact_form .submit_now i {
    font-size: 12px;
    padding-left: 25px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.contact-con .contact_form .submit_now:hover i {
    transform: translateX(4px);
}
.home-2-form .submit_now{
    background-color: var(--e-global-color-dark-moderate-blue) !important;
}
.faq-home-02 .elementor-toggle-item{
    margin-bottom: 22px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--e-global-color-white);
    box-shadow: 0 12px 105px 12px rgb(0 0 0 / 5%);
}
/*Testimonial Style 1*/
.testimonial-con .carousel-inner{
    width: 850px;
    margin: 0 auto;
}
.testimonial-con .testimonial-box ul {
    margin-bottom: 22px;
}
.testimonial-con .testimonial-box ul li {
    display: inline-block;
}
.testimonial-con .testimonial-box ul li i {
    font-size: 16px;
    line-height: 16px;
    color: var(--e-global-color-light-yellow);
}
.testimonial-con .testimonial-box p{
    margin-bottom: 28px;
    color: #2a2a2a;
}
.testimonial-con .testimonial-box .lower_content{
    margin-bottom: 35px;
}
.testimonial-con .testimonial-box .name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
    font-family: "Urbanist", sans-serif;
}
.testimonial-con .testimonial-box .review{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.testimonial-con .carousel-indicators {
    margin: 0;
}
.testimonial-con .carousel-indicators li {
    opacity: 1;
    width: 60px;
    background: none;
    text-indent: 1px;
    margin: 0 10px;
    cursor: pointer;
}
.testimonial-con .carousel-indicators li figure {
    border-radius: 100%;
    position: relative;
    width: 74px;
    height: 74px;
    line-height: 69px;
    text-align: center;
    border: 1px solid transparent;
}
.testimonial-con .carousel-indicators li img {
    border-radius: 100%;
    width: 60px;
}
@-moz-document url-prefix() {
    .testimonial-con .carousel-indicators li img {
        position: relative;
        right: 1px;
    }
    .testimonial-con .carousel-indicators li figure {
        line-height: 69px;
    }
}
.testimonial-con .carousel-indicators .active figure {
    border: 1px solid var(--e-global-color-accent);
}
.testimonial-con .pagination_outer{
    position: relative;
}
.testimonial-con .carousel-control-prev,
.testimonial-con .carousel-control-next{
    opacity: 1;
    display: contents !important;
}
.testimonial-con .carousel-control-prev i,
.testimonial-con .carousel-control-next i{
    font-size: 18px;
    top: 18px;
    position: absolute;
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.testimonial-con .carousel-control-prev i{
    left: 215px;
}
.testimonial-con .carousel-control-next i{
    right: 215px;
}
.testimonial-con .carousel-control-prev i:hover,
.testimonial-con .carousel-control-next i:hover{
    color: var(--e-global-color-accent) !important;
}
/*services-style-2*/
.services-con-2 .service_wrapper{
    grid-template-columns: repeat(2,1fr) !important;
}
.services-con-2 .service-box{
    box-shadow: 0 12px 105px 12px rgb(0 0 0 / 3%);
}
.services-con-2 .service-box:nth-child(even){
    margin-top: -30px;
    margin-bottom: 30px;
}
/*Home-02-Testimnial*/
.hometestimonial-con .testimonial-box {
    padding: 43px 40px 40px;
    border-radius: 20px;
    background-color: var(--e-global-color-white);
}
.hometestimonial-con .testimonial-box ul {
    margin-bottom: 14px;
}
.hometestimonial-con .testimonial-box ul li {
    display: inline-block;
}
.hometestimonial-con .testimonial-box ul li i {
    font-size: 13px;
    color: var(--e-global-color-star-yellow);
}
.hometestimonial-con .testimonial-box .text {
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--e-global-color-text);
}
.hometestimonial-con .testimonial-box .user-img {
    float: left;
    margin-right: 17px !important;
    margin-top: -2px !important;
}
.hometestimonial-con .testimonial-box .user-img img{
    border-radius: 100%;
}
.hometestimonial-con .testimonial-box .designation-outer {
    padding-top: 2px;
    display: inline-block;
}
.hometestimonial-con .testimonial-box .name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
    color: var(--e-global-color-secondary);
    font-family: "Urbanist", sans-serif;
}
.hometestimonial-con .testimonial-box .position {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.hometestimonial-con .testimonial-box .quote-img {
    top: 0;
    right: -5px;
}
.hometestimonial-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 46px !important;
    line-height: 0;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
}
.hometestimonial-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #d8e6e3;
    display: block !important;
    border-radius: 100px;
}
.hometestimonial-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-dark-moderate-blue);
}
.hometestimonial-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative;
    background-color: var(--e-global-color-dark-moderate-blue);
}
.hometestimonial-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
.home-3-testimonial .testimonial-box{
    box-shadow: 0px 12px 105px 12px rgb(0 0 0 / 3%)inset;
}
/*Portfolio Style 1*/
.portfolio-con .portfolio-box {
    width: 100%;
    border-radius: 20px;
    background: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.portfolio-con .upper_portion {
    position: relative;
}
.portfolio-con .upper_portion .portfolio-image {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.portfolio-con .upper_portion .portfolio-image img {
    width: 100% !important;
    height: 290px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease-in-out;
}
.portfolio-con .portfolio-box:hover .portfolio-image img {
    transform: scale(1.1);
    width: 100%;
}
.portfolio-con .upper_portion span {
    font-size: 14px;
    width: 105px;
    height: 33px;
    line-height: 33px;
    bottom: -16px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.portfolio-con .lower_portion_wrapper {
    text-align: center;
    padding: 45px 48px 30px;
}
.portfolio-con .lower_portion_wrapper a {
    display: inline-block;
}
.portfolio-con .lower_portion_wrapper h5 {
    margin-bottom: 10px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}
.portfolio-con .lower_portion_wrapper h5:hover {
    color: var(--e-global-color-accent);
}
.portfolio-con .lower_portion_wrapper p {
    color: var(--e-global-color-text);
    line-height: 24px;
    margin-bottom: 10px;
}
.portfolio-con .lower_portion_wrapper .learn_more i {
    font-size: 14px;
    color: var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}
.portfolio-con .lower_portion_wrapper .learn_more:hover i {
    color: var(--e-global-color-accent);
}
.portfolio-con .owl-carousel .owl-dots {
    display: block !important;
    margin-top: 46px !important;
    line-height: 0;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
}
.portfolio-con .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    display: block;
    border-radius: 100px;
    height: 12px;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
    background-color: #d8e6e3;
}
.portfolio-con .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: var(--e-global-color-dark-moderate-blue);
}
.portfolio-con .owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 16px;
    top: 3px;
    position: relative;
    background-color: var(--e-global-color-dark-moderate-blue);
}
.portfolio-con .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}
/*Services 3*/
.type-con{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.type-con .type-box {
    border-right: 1px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
}
.type-con .type-box figure {
    background-color: var(--e-global-color-black);
}
.type-con .type-box figure img {
    width: 100% !important;
    height: 505px;
    opacity: 70%;
    object-fit: cover;
}
.type-con .type-box:hover figure img {
    opacity: 40%;
}
.type-con .type-box .number {
    top: 32px;
    left: 40px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.type-con .type-box .number span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
}
.type-con .type-box .content {
    bottom: 26px;
    left: 40px;
    transition: all 0.3s ease-in-out;
}
.type-con .type-box .content h4 {
    margin-bottom: 6px;
}
.type-con .type-box .content i{
    font-size: 16px;
    line-height: 16px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    display: none;
}
.type-con .type-box:hover i{
    display: block;
}
.type-con .type-box:hover i:hover{
    color: var(--e-global-color-accent);
}
.type-con .type-box:hover .content {
    bottom: 33px;
}
.type-con .type-box:hover .content p {
    margin-bottom: 30px;
}
/*Team*/
.team-con{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.team-con .team-box {
    padding: 18px 18px 32px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    background-color: var(--e-global-color-white);
    box-shadow: 0 1px 94px 1px rgb(0 0 0 / 2%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.team-con .team-box figure {
    margin-bottom: 26px !important;
    border-radius: 15px;
    overflow: hidden;
}
.team-con .team-box figure img {
    width: 100%;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}
.team-con .team-box:hover figure img {
    transform: scale(1.1);
}
.team-con .team-box h5 {
    margin-bottom: 8px;
}
.team-con .team-box span {
    display: block;
    margin-bottom: 22px;
    color: var(--e-global-color-text);
}
.team-con .team-box li {
    margin: 0 3px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.team-con .team-box i {
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.team-con .team-box li:hover {
    transform: translateY(-5px);
}
.team-con .team-box li:first-child {
    margin-left: 0;
}
.team-con .team-box li:last-child {
    margin-right: 0;
}
.team-con .team-box:hover i {
    background-color: var(--e-global-color-dark-moderate-blue);
}
/*Appointment Form*/
.contactcon2 .contact_form input, .contactcon2 .contact_form select, .contactcon2 .contact_form textarea{
    width: 100% !important;
}
.contactcon2 .contact_form input, .contactcon2 .contact_form select{
    margin-bottom: 25px !important;
    background-position: 98% 26px !important;
}
.contactcon2{
    text-align: center;
}