/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

a, svg, path, button {
    transition: 0.3s !important;
}
.underLine .elementor-divider-separator::before {
    border-image-slice: 1;
    border-bottom-width: 1px;
    border-image-source: linear-gradient(to left, var(--e-global-color-primary), transparent);
}
.underLine .elementor-divider-separator::after {
    border-image-slice: 1;
    border-bottom-width: 1px;
    border-image-source: linear-gradient(to right, var(--e-global-color-primary), transparent);
}
.underLine.white .elementor-divider-separator::after {
    border-image-source: linear-gradient(to right, var(--e-global-color-260702a), transparent);
}
.underLine.white svg rect {
    fill: var(--e-global-color-260702a) !important;
}

/* Header Menu Css */

.hdr_menu .e--pointer-underline .elementor-item:after{
    width: 22px;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
.hambuger_menu .elementor-menu-toggle{
    padding: 8px;
    border: 1px solid #fff;
    border-width: 1px !important;
    box-shadow: 2px 2px 1px 0px #FFFFFF;
}
.hambuger_menu .elementor-menu-toggle__icon--open, .hambuger_menu .elementor-menu-toggle__icon--close{
    line-height: 0 !important;
}

/* Footer Menu Css */

.ftr_menu .elementor-item::after {
    content: '';
    background-color: #fff !important;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 5px;
    opacity: 1 !important;
}
.news_form .gform-body input {
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0 0 15px !important;
}
.news_form .gform-footer.gform_footer {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.news_form .gform-footer.gform_footer input{
    margin: 0 !important;
}
.news_form form{
    position: relative;
}
.news_form .gform-body input:focus-visible{
    outline: none;
}
.news_form .gform-body input:focus{
    border-bottom: 1px solid #fff;
}
.news_form .gform-body input::placeholder{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.news_form .gform-body .gfield_error [aria-invalid=true] {
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
}

/* Homepage Css */

.text_color span{
 color: #2D6690;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : Banner Section Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::before, .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::after {
    content: '';
    width: 1px;
    height: 96px;
    left: 50%;
    position: absolute;
}
.bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::before {
    top: -110px;
    background-image: linear-gradient(to top, var(--e-global-color-260702a), var(--e-global-color-d727fab));
}
.bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::after {
    bottom: -100px;
    background-image: linear-gradient(to bottom, var(--e-global-color-260702a), var(--e-global-color-d727fab));
}
.bannerSec .swiper-pagination.swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.bannerSec .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet {
    position: relative;
}
.bannerSec .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet::after {
    content: '';
    width: 32px;
    position: absolute;
    height: 32px;
    top: calc(50% - 16px);
    margin: auto;
    left: calc(50% - 16px);
    border: 1px solid var(--e-global-color-260702a);
    border-radius: 50%;
    transform: scale(0);
    transition: 0.5s;
}
.bannerSec .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet:hover::after, .bannerSec .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    transform: scale(1);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : Expertise Section Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.experTise .iconBoxes .elementor-widget-icon-box .elementor-icon {
    background-image: linear-gradient(180deg, #E2F3FF 0%, transparent 70%);
}
.experTise .iconBoxes .box:hover {
    z-index: 2;
    cursor: pointer;
}
.experTise .iconBoxes .box:nth-of-type(2) {
    border-top-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
}
.experTise .iconBoxes .box:nth-of-type(2), .experTise .iconBoxes .box:nth-of-type(3) {
    border-right-color: transparent;
}
.experTise .iconBoxes .box.prev {
    border-right-color: transparent;
}
.experTise .iconBoxes .box.next {
    border-left-color: transparent;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : Service Offer Section Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.serviceOffer .wrap {
    max-width: 1680px;
}
.serviceOffer .e-n-tabs-content [id*="e-n-tab-content"] {
    z-index: 0;
}
.serviceOffer .e-n-tabs-content [id*="e-n-tab-content"]::after {
    content: '';
    width: calc(100% - -40px);
    position: absolute;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right, var(--e-global-color-accent), #1B2C40);
    left: 0;
    z-index: -1;
}
.white .elementor-button:hover .elementor-button-icon svg path {
    fill: var(--e-global-color-primary);
}
.serviceOffer .e-n-tabs-heading .e-n-tab-title-text {
    display: inline-block;
}
.serviceOffer .e-n-tabs-heading .e-n-tab-title-text svg {
    width: 19px;
    min-width: 19px;
    transform: translate(5px, 4px);
}
.serviceOffer .e-n-tabs-heading .e-n-tab-title:hover svg {
    transform: rotate(0deg) translate(5px, 4px) !important;
}
.serviceOffer .e-n-tabs-heading .e-n-tab-title:hover svg path {
    fill: var(--e-global-color-260702a) !important;
}
.serviceOffer .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]) svg path {
    fill: rgba(255,255,255,0.5);
}
.serviceOffer .e-n-tabs-heading .e-n-tab-title:not([aria-selected="true"]) svg {
    transform: rotate(-45deg) translate(0px, 4px);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : Contact Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contct_frm .gform-body .gform_fields input, .contct_frm .gform-body textarea {
	border: 0;
	border-bottom: 1px solid #D9D9D9;
	border-radius: 0;
	padding: 0 0 16px !important;
}
.contct_frm .gform-body textarea {
	height: 80px !important;
}
.contct_frm .gform-body .gform_fields input::placeholder, .contct_frm .gform-body textarea::placeholder{
	font-size: 16px;
	line-height: 24px;
}   
.contct_frm .gform-body .gform_fields{
	 grid-row-gap: 45px !important;
}
.contct_frm .gform-body .ginput_container--name .name_first{
	padding-right: 15px !important;
}
.contct_frm .gform-body .ginput_container--name .name_last{
	padding-left: 15px !important;
}
.contct_frm .gform-body .gform_fields input:focus-visible, .contct_frm .gform-body textarea:focus-visible{
	outline: none;
}
.contct_frm .gform-footer{
    margin: 40px 0 0 !important;
    padding: 0 !important;
    justify-content: center;
}
.contct_frm .gform-footer input{
    margin-bottom: 0 !important;
    padding: 16px 43px !important;
    border: 1px solid #2D6690 !important;
    color: #2D6690;
    text-transform: capitalize !important;
    background-color: #fff;
    box-shadow: 3px 3px 1px 0px #2D6690;
}
.contct_frm .gform-footer input:hover{
    color: #fff;
    background-color: #2D6690;
}
.contct_frm .gfield_error [aria-invalid=true] {
    border: 0px solid #c02b0a !important;
    border-bottom: 1px solid #c02b0a !important;
}
.enq_detls .elementor-icon-list-items{
    row-gap: 10px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : Why Choose Section Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.choose_boxes .elementor-icon {
    background-image: linear-gradient(180deg, #E2F3FF 0%, transparent 100%);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : Testimonial Section Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.e-icon-marked svg > path{
    fill: #2d6690;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : BLog Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.blog_search .e-search-submit {
    height: fit-content;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
}
.recent_title h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_losp .elementor-pagination {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.blog_losp .elementor-pagination .page-numbers.current{
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #003366;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #003366;
}
.blog_losp .elementor-pagination .page-numbers{
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #00000000;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
}
.blog_losp .elementor-pagination .page-numbers.prev, .blog_losp .elementor-pagination .page-numbers.next{
    border: 0 !important;
}
.date_auth .elementor-icon-list-item:after{
    transform: rotate(-20deg);
}
.sea_grn .elementor-button:hover svg path{
    fill: #fff;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - :  About Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.work_box .elementor-icon-box-icon{
    width: fit-content;
    padding: 10px;
    background: rgb(45 102 144 / 20%);
    border-radius: 50%;
    line-height: 0;
}
.faq_sect .e-n-accordion-item{
    /* padding: 30px 0px; */
    border-bottom: 1px solid #D9D9D9;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - :  Services Page Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ul_box ul > li::marker{
    font-size: 12px;
}
.ul_box ul{
    padding-left: 22px;
}
.faq-2 .e-n-accordion-item{
    border-bottom: 1px solid #ffffff33;
}
.left_line .elementor-divider-separator::before {
    border-image-source: linear-gradient(to left, #fff, transparent);
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - :  Css
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */







/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - : Responsive Breakpoints
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - -
- - - : Breakpoints 1600px
- - - - - - - - - - - - - - - - - */

@media only screen and (min-width: 1600px) {
    .work_box .elementor-icon-box-icon{
        position: relative;
    }
    .work_box .elementor-icon-box-icon::after{
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='200' height='1' viewBox='0 0 200 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='200' y2='0.5' stroke='url(%23paint0_linear_122_2048)' stroke-dasharray='3 3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_122_2048' x1='0' y1='1.5' x2='200' y2='1.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='0.505' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        width: 200px;
        height: 1px;
        position: absolute;
        right: -200px;
        left: auto;
        top: 50%;
        bottom: auto;
    }
    .work_main_box:last-child .elementor-icon-box-icon::after {
        content: none;
    }
}
/* - - - - - - - - - - - - - - - - -
- - - : Breakpoints 1024px
- - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 1024px) {
    .experTise .iconBoxes .box:nth-of-type(3), .experTise .iconBoxes .box:nth-of-type(4) {
        margin-top: -1px;
    }
    .experTise .iconBoxes .box:nth-of-type(2) {
        border-right-color: #d9d9d9;
    }
    .experTise .iconBoxes .box:nth-of-type(2) + .next {
        border-left-color: #d9d9d9;
    }
    .experTise .iconBoxes .box:nth-of-type(4) {
        margin-left: -1px;
    }
    .contct_frm .gform-body .gform_fields {
        grid-row-gap: 30px !important;
    }
    .contct_frm .gform-footer input {
        padding: 12px 30px !important;
    }
    .contct_frm .gform-footer {
        margin: 30px 0 0 !important;
    }
}
/* - - - - - - - - - - - - - - - - -
- - - : Breakpoints 880px
- - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 880px) {
    .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::before, .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::after {
        height: 76px;
    }
    .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::before {
        top: -80px;
    }
    .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::after {
        bottom: -70px;
    }
    .serviceOffer .e-n-tabs-heading .e-n-tab-title-text svg {
        width: 15px;
        min-width: 15px;
    }
}
/* - - - - - - - - - - - - - - - - -
- - - : Breakpoints 767px
- - - - - - - - - - - - - - - - - */

@media only screen and (max-width: 767px) {
    .bannerSec .elementor-widget-social-icons {
        left: calc(100% - 30px) !important;
    }
    .bannerSec .swiper-pagination.swiper-pagination-bullets {
        flex-direction: row;
        gap: 22px;
    }
    .bannerSec .swiper-pagination.swiper-pagination-bullets > .swiper-pagination-bullet::after {
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        left: calc(50% - 12px);
    }
    .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::before, .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::after {
        height: 56px;
    }
    .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::before {
        top: -70px;
    }
    .bannerSec .elementor-widget-social-icons .elementor-social-icons-wrapper::after {
        bottom: -60px;
    }
    .contct_frm .gform-footer {
        margin: 25px 0 0 !important;
    }
    .contct_frm .gform-footer input {
        padding: 6px 25px !important;
    }
    .contct_frm .gform-body .ginput_container--name .name_last {
        padding-left: 0px !important;
        margin-bottom: 0 !important;
    }
    .contct_frm .gform-body .gform_fields {
        grid-row-gap: 20px !important;
    }
    .contct_frm .gform-body .gform_fields input::placeholder, .contct_frm .gform-body textarea::placeholder{
        font-size: 14px;
        line-height: 20px;
    } 
    .contct_frm .gform-body .gform_fields input, .contct_frm .gform-body textarea {
        padding: 0 0 10px !important;
    }
    .contct_frm .gform-body .ginput_container--name .name_first {
        padding-right: 0px !important;
        margin-bottom: 0 !important;
    }
    .contct_frm .gform-body .ginput_container--name{
        row-gap: 20px;
    }
}
/* - - - - - - - - - - - - - - - - -
- - - : Breakpoints 640px
- - - - - - - - - - - - - - - - - */
@media only screen and (max-width: 640px) {
    .experTise .iconBoxes {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
        --e-con-grid-template-rows: repeat(4, 1fr) !important;
    }
    .experTise .iconBoxes .box.prev {
        border-right-color: #d9d9d9;
    }
    .experTise .iconBoxes .box.next {
        border-top-color: transparent;
        border-left-color: #d9d9d9;
    }
    .experTise .iconBoxes .box:first-of-type, .experTise .iconBoxes .box:first-of-type.prev {
        border-bottom-color: transparent;
    }
    .experTise .iconBoxes .box:nth-of-type(2) {
        border-color: #d9d9d9;
    }
    .experTise .iconBoxes .box:nth-of-type(3) {
        border-right-color: #d9d9d9;
    }
    .experTise .iconBoxes .box:nth-of-type(2).next {
        border-top-color: transparent;
    }
}
