/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body, html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.icon-box-link a {
	color: #fff;
}

.icon-box-link a:hover {
	color: #D7D7D7;
}

.service-box {
    transition: 0.3s ease-in-out;
}

.service-box:hover {
    background-color: #fff;
}

.service-box img {
    filter: brightness(0) invert(1);
}

.service-box:hover img {
    filter: brightness(100%) invert(0);
}

.service-box:hover h2, .service-box:hover p {
    color: #006BDA !important;
}

.service-box .elementor-button span {
    display: none;
}

.service-box:hover .elementor-button span {
    display: block;
}

.choose-sec img {
	margin-bottom: -20px;
}
/* Set initial opacity for all slides */
.swiper-slide {
    opacity: 0.1;
    transition: opacity 1.5s ease-in-out;
}

/* Make the active slide visible */
.testimonial-sec .swiper-slide-active {
    opacity: 1;
}

.testimonial-sec .swiper-pagination {
    position: absolute;
    left: 245px !important; 
    top: 97% !important;
}

.testimonial-sec .swiper-pagination .swiper-pagination-bullet {
    width: 64px;
    height: 8px;
    background-color: #66a6e9; 
    opacity: 1; 
    border-radius: 0; 
    margin-right: 10px;
}

.testimonial-sec .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #fff;
}

.testimonial-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; /* Active dot color */
}

.copyright-sec {
    margin: 0 10px;
}

.our-expert-col {
    padding: 50px 160px 10px 100px;
}

.contact-form-home .elementor-field-textual.elementor-size-md {
    padding: 6px 0px !important;
}

.link-hover-blue a:hover {
	color: #006BDA !important;
}

/* Table */
.tablepress {
    font-family: 'Switzer';
    color: #6F6F6F;
    font-size: 16px;
    line-height: 22px;
}
.tablepress span {
    font-weight: 600;
    color: #121212;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: #006BDA !important;
    color: #fff;
    font-family: "Switzer", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tablepress {
    --odd-bg-color: #EAF4FF !important;
    --hover-bg-color: #EAF4FF !important;
}
.backgurond-haf-info:before {
    background: #EAF4FF;
    height: 383px;
    content: "";
    /* width: 100px; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.pricing-tab-info h3.elementor-price-table__heading {
    text-align: left;
}
.pricing-tab-info .elementor-price-table .elementor-price-table__price {
    justify-content: left !important;
}

.pricing-tab-info .elementor-price-table__footer {
    text-align: left;
}
.pricing-tab-info ul.elementor-price-table__features-list li {
    list-style: disc;
    margin-left: 40px !important;
}
tr.row-1.odd th.column-1 {border-top-left-radius: 15px;
border: none !important;}
tr.row-1.odd th.column-4 {
    border-top-right-radius: 15px;
	border: none !important;
}
.tablepress td {
    font-weight: 100;
    color: #6F6F6F;
    font-family: "Switzer", sans-serif;
    font-size: 14px;
}
.tablepress span {
    font-weight: 600;
    color: #121212;
    font-size: 16px;
}
a.lll-btn-1 {
    font-size: 15px;
    letter-spacing: 1.2px;
    background-color: #006bda;
    color: #FFFFFF;
    padding: 14px 14px 14px 14px;
    font-family: "Switzer", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 200px 200px 200px 200px;
    padding: 16px 32px 16px 32px;
}
a.lll-btn-2 {
    font-size: 15px;
    letter-spacing: 1.2px;
    background-color: #006bda;
    color: #FFFFFF;
    padding: 14px 14px 14px 14px;
    margin-right: 10px;
    font-family: "Switzer", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 200px 200px 200px 200px;
    padding: 16px 42px 16px 42px;
}
a.lll-btn-1:hover {
    color: #006bda;
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-primary);
}
a.lll-btn-2:hover {
    color: #006bda;
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-primary);
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-33 {
    display: none;
}
.gform-theme--framework .gf_step_active .gf_step_number {background: #016bdb;color: #fff;}

.gform-theme--framework .gf_step_number {
    border-color: #016bdb;
    color: #000;
}

.gform-theme--framework .gf_step {
    font-family: "Switzer", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 70px;
	color: #000;
}
input#ginput_base_price_8_86 {
    background: none;
}
.form-pricing-1 {
    width: 65% !important;
    margin: 0 auto;
    display: block;
    border: 1px solid #016bdb;
    padding: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.gfield_creditcard_warning_message {
    display: none;
}
input#ginput_base_price_9_86 {
    background: none;
}
input#ginput_base_price_10_86 {
    background: none;
}
input#ginput_base_price_11_86 {
    background: none;
}
input#ginput_base_price_12_86 {
    background: none;
}
input#ginput_base_price_13_86 {
    background: none;
}
.ginput_container_textarea textarea {
    padding: .5rem 1rem !important;
}
.gfield.gfield--type-repeater_end.gfield--input-type-repeater_end {
     margin-top: -60px;
}

/* CSS */
fieldset#field_12_150, fieldset#field_13_125, fieldset#field_14_155, fieldset#field_11_127, fieldset#field_8_153, fieldset#field_9_127 {
    /*height: 150px;
    overflow-x: hidden;
    overflow-y: auto;*/
}
fieldset#field_12_150 .gfield_description, fieldset#field_13_125 .gfield_description, fieldset#field_14_155 .gfield_description, fieldset#field_11_127 .gfield_description, fieldset#field_8_153 .gfield_description, fieldset#field_9_127 .gfield_description {
    background-color: #fff;
    padding: 10px;
	height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media only screen and (max-width: 1600px) {
	.our-expert-col {
		padding: 50px 175px 10px 100px;
	}
	.testimonial-sec .swiper-pagination .swiper-pagination-bullet {
		width: 50px;
		height: 7px;
	}
	.testimonial-sec .swiper-pagination {
		left: 202px !important;
		top: 94% !important;
	}
}

@media only screen and (max-width: 1550px) {
	.our-expert-col {
		padding: 50px 154px 10px 100px;
	}
}

@media only screen and (max-width: 1500px) {
	.our-expert-col {
		padding: 50px 148px 10px 80px;
	}
}

@media only screen and (max-width: 1440px) {
	.our-expert-col {
		padding: 50px 128px 10px 70px;
	}
	.form-pricing-1 {
    	width: 80% !important;
	}
}

@media only screen and (max-width: 1366px) {
	.our-expert-col {
		padding: 50px 90px 10px 70px;
	}
}
@media only screen and (max-width: 1024px) {
a.lll-btn-2 {
    font-size: 12px;
}
	a.lll-btn-1 {
    font-size: 12px;
}
	.form-pricing-1 {
		width: 90% !important;}
}
@media only screen and (max-width: 768px) {
	    a.lll-btn-1 {
        font-size: 11px;
        padding: 16px 15px 16px 15px !important;
    }
    a.lll-btn-2 {
        font-size: 11px;
        padding: 16px 15px 16px 15px !important;
    }
	.our-expert-col {
		padding: 0px 20px 10px 20px !important;
	}
.background-banner-info.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background-image: linear-gradient(90deg, #FFFFFF00 37%, #006BDA 36%) !important;
}
}
@media only screen and (max-width: 767px) {
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-33 {
    display: initial !important;
}
.background-banner-info.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background: #006bda;
}
	.testimonial-sec .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
}
    .form-pricing-1 {
        width: 96% !important;
        padding: 20px;
    }
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {margin-left: -55px;}
	.table-scroll{
	overflow-x: scroll;
}
}	
h2.gform_title {
    display: none;
}

a.gf-repeater-field-button-add {
    background: #016bdb;
    box-shadow: none;
    border: 1px solid #016bdb;
    padding: 14px 32px 14px 32px;
    float: right;
}

.gf-repeater-field-button-add:hover {
    box-shadow: none !important;
    background: none !important;
    border: 1px solid #016bdb;
    color: #016bdb;
}
.gfield--type-repeater_end {
    padding: 0px !important;
}
.gfield--type-repeater_start label.gfield_label.gform-field-label {
    display: none;
}
input#ginput_base_price_14_86 {
    background: none;
}