/**
 * Theme Name:     Immigration Child
 * Author:         Immigration form
 * Template:       hello-elementor
 * Text Domain:	   Immigration-child
 * Description:    A plain-vanilla &amp; lightweight theme for Elementor page builder
 */


.hidden {
    display: none
}

.page-header h1.entry-title {
    display: none;
}


.top-header-phone .elementor-icon-box-content {
    display: flex;
    align-items: center;
}

.top-header-phone .elementor-icon-box-content h3 {
    margin: 0 9px 0 0;
}


.top-header-phone .elementor-icon-box-content a {
    color: #0f172a;
    font-weight: 700;
}

.header-menu-link .elementor-nav-menu a {
    border-radius: 5px;
    border: 1px solid #eff5f8;
    padding: 4px 19px 6px !important;
}

/**/

.check-list {}

.star-list ul,
.check-list ul {
    list-style: none;
}

.star-list ul li,
.check-list ul li {
    position: relative;
    margin-bottom: 10px;
}

.star-list ul li:before,
.check-list ul li:before {
    content: "";
    background: url(images/check-icon.svg) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: -40px;
    top: 6px;
}

.star-list ul li:before {
    background: url(images/star-icon.svg) no-repeat;
    left: -24px;
    top: 7px;
}

/**/


/**/

.brand-title .elementor-widget-container {
    padding: 0 11px !important;
    display: inline-block;
    position: relative;
    top: 12px;
}

.brand-slider .swiper-slide-inner {
    display: inline-block;
    padding: 25px 27px;
    width: 100%;
    position: relative;
    z-index: 1;
    min-height: 80px;
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0);
}

.brand-slider .swiper-slide-inner:hover {
    opacity: 1;
    box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
}



.visa-blocks .elementor-image-box-wrapper .elementor-image-box-img a {
    z-index: 2 !important;
    position: relative;
    width: 58px !important;
    height: 58px;
    background-color: #FE6C3F;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
}

.visa-blocks .elementor-image-box-wrapper .elementor-image-box-img::before {
    position: absolute;
    width: 70px;
    height: 160px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background-color: #F4F8FA;
    content: "";
    top: -39px;
    left: 5px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.commercial-visa-block .visa-blocks .elementor-image-box-wrapper .elementor-image-box-img a {
    background: #897CB5;
}

.student-visa-block .visa-blocks .elementor-image-box-wrapper .elementor-image-box-img a {
    background: #00CC99;
}

.residence-visa-block .visa-blocks .elementor-image-box-wrapper .elementor-image-box-img a {
    background: #0091FF;
}

.working-visa-block .visa-blocks .elementor-image-box-wrapper .elementor-image-box-img a {
    background: #FFBD0F;
}

.diplomatic-visa-block .visa-blocks .elementor-image-box-wrapper .elementor-image-box-img a {
    background: #FB3F7E;
}

.visa-blocks .elementor-widget-container {
    overflow: hidden;
    position: relative;
}

.visa-blocks .elementor-widget-container:hover {
    box-shadow: 0px 14px 19px 0px rgba(221, 229, 236, 0.42);
    border-color: transparent;
}

/**/

.about-serv-box .elementor-image-box-img::before {
    position: absolute;
    width: 45px;
    height: 105px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #F4F8FA;
    content: "";
    top: -6px;
    left: 0px;
    z-index: 1;
    border-top-right-radius: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.about-serv-box .elementor-image-box-img:after {
    content: '';
    width: 36px;
    height: 36px;
    margin-right: 29px;
    background-color: #FE6C3F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 49px;
    left: 25px;
    z-index: 2;
    font-weight: 700;
    box-shadow: 0px 4px 7px rgba(178, 190, 205, 0.29);
    color: #fff;
}

.about-service-block .e-flex:nth-child(2) .about-serv-box .elementor-image-box-img:after {
    background: #00CC99;
}

.about-service-block .e-flex:nth-child(3) .about-serv-box .elementor-image-box-img:after {
    background: #0091FF;
}

.about-service-block .e-flex:nth-child(4) .about-serv-box .elementor-image-box-img:after {
    background: #FFBD0F;
}


.about-service-block {
    counter-reset: section;
}

.about-service-block .e-flex:after {
    counter-increment: section;
    content: counters(section, ".") " ";
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    top: 53px;
    left: 39px;
}



.successes-block,
.choose-serv-block {
    position: relative;
}

.choose-serv-block:after,
.successes-block:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 103px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FE6C3F;
}

.choose-serv-block-2:after,
.successes-block-2:after {
    background-color: #0091FF;
}

.choose-serv-block-3:after,
.successes-block-3:after {
    background-color: #00CC99;
}

.choose-serv-block-4:after,
.successes-block-4:after {
    background-color: #FFBD0F;
}

.choose-serv-block:after {
    height: 47px;
}

/**/


.country-block .elementor-portfolio-item {
    border: 1px solid #EDF3F5;
    border-radius: 20px;
}

.country-block .elementor-portfolio-item.elementor-portfolio-ghost-item {
    border: 0;
}

.country-block .elementor-post__thumbnail__link {
    display: flex !important;
    align-items: center;
    padding: 30px;
}

.country-block .elementor-portfolio-item__img img {
    width: 47px !important;
    margin-right: 12px;
}

.country-block .elementor-portfolio-item__overlay {
    opacity: 1;
    position: static;
}

.country-block .elementor-portfolio__filters {
    padding: 10px;
    border-radius: 10px;
    background: #F4F8FA;
}

.country-block .elementor-portfolio__filters li {
    z-index: 1;
    width: 12.5%;
    position: relative;
    text-align: center;
}


.country-block .elementor-portfolio__filters li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #E4E6EA;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.country-block .elementor-portfolio__filters li:last-child:after {
    display: none;
}

.country-block .elementor-portfolio__filters li::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 4px rgba(198, 213, 221, 0.37);
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: -2px;
    right: -2px;
}

.country-block .elementor-portfolio__filters li.elementor-active::before {
    opacity: 1;
}

.country-block .elementor-portfolio__filters li.elementor-active::after {
    opacity: 0;
}


/**/

.testimonial-block .swiper-slide {
    box-shadow: 0px 4px 4px 0px #EEEFF4;
}

.testimonial-block .elementor-testimonial {
    position: relative;
}

.testimonial-block .elementor-testimonial__image {
    margin-bottom: 30px;
    padding-bottom: 35px;
    width: 100% !important;
    border-bottom: 1px solid #E8EAF3;
}

.testimonial-block .elementor-testimonial__image img {
    width: auto !important;
}

.testimonial-block .elementor-testimonial__cite {
    position: relative;
}

.testimonial-block .elementor-testimonial__cite:before {
    content: "";
    background: url(images/tr_rattig.png) 0 0 no-repeat;
    background-size: 100%;
    height: 16px;
    width: 100px;
    margin: 20px auto 15px;
}

.testimonial-block .elementor-swiper-button {
    bottom: 80px;
    position: absolute;
    top: auto !important;
    left: -280px !important;
    transform: translate(0) !important;
}

.testimonial-block .elementor-swiper-button.elementor-swiper-button-prev {
    left: -380px !important;
}

.testimonial-block .elementor-swiper-button {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    align-items: center;
    background-color: #fff;
    justify-content: center;
    display: flex !important;
    box-shadow: 0px 4px 6px #EBEDF4;
}

.testimonial-block .elementor-swiper-button svg {
    opacity: 0.2;
}

.testimonial-block .elementor-swiper-button:hover svg {
    opacity: 1;
}

/**/

.accordion-block .elementor-accordion-item {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #EDF3F5 !important;
}


.accordion-block .elementor-accordion-item::before {
    position: absolute;
    width: 52px;
    height: 101px;
    border-radius: 28px;
    background-color: #F4F8FA;
    content: "";
    top: -22px;
    right: 4px;
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.accordion-block .elementor-tab-title {
    z-index: 1;
    position: relative;
    background: transparent !important;
}

/**/

.team-post-block {
    width: auto !important;
}

.team-post-block:after,
.team-post-block:before {
    content: "" !important;
    background: #edf3f5;
    position: absolute !important;
    border-radius: 20px !important;
    bottom: 15%;
    top: auto !important;
    width: 100% !important;
    height: 43% !important;
    left: 0 !important;
    z-index: -1;
}

.team-post-block:after {
    right: 0 !important;
    width: 57% !important;
    left: auto !important;
    bottom: 35% !important;
}


/**/

.post-block .elementor-post__meta-data {
    order: 1;
}

.post-block .elementor-post__title {
    order: 2;
}

.post-block .elementor-post__read-more-wrapper {
    order: 3;
}

/**/

.newsletter-form {
    margin-top: 30px;
    position: relative;
}

.newsletter-form input[type="email"] {
    border: 0;
    color: #000;
    height: 70px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    width: calc(100% - 188px);
    background-color: #F4F8FA;
}

.newsletter-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 70px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 50px;
    border-radius: 10px;
    background: #00cc99;
}

.newsletter-form input[type="submit"]:hover {
    color: #fff;
    background-color: #0091ff;
}

/**/


.sub-title .elementor-heading-title {
    display: flex;
    align-items: center;
}

.sub-title .elementor-heading-title svg {
    margin-right: 10px;
}


.contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact-form p {
    margin: 0;
}

.contact-form .form-field {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 15px;
    position: relative;
}

.contact-form .form-field.half-width {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form .wpcf7-form-control {
    height: 60px;
    font-size: 14px;
    border-radius: 10px;
    padding: 15px 46px 18px;
    border: 1px solid #EDF3F5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact-form textarea {
    min-height: 150px;
    position: relative;
}

.contact-form .wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    text-transform: None;
    color: #ffffff;
    border-style: none;
    padding: 21px 50px 23px;
    align-self: center;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    line-height: 1.1;
    letter-spacing: -.3px;
    transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
    background-color: #00cc99;
}

.contact-form .wpcf7-submit:hover {
    color: #fff;
    background-color: #0091ff;
}

.contact-form .form-field i {
    z-index: 1;
    color: #000;
    opacity: 0.6;
    position: absolute;
    top: 38px;
    left: 34px;
    font-size: 16px;
}

.contact-form .textarea-block i {
    top: 34px;
}

/**/

.footer-info-link .elementor-icon {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(48, 69, 75, 0.03);
}

.footer-info-link .elementor-icon-box-wrapper {
    align-items: center !important;
}

.footer-info-link .elementor-icon-box-title {
    margin: 0;
}

.footer-info-link .elementor-icon-box-description a {
    color: #0F172A;
}


.footer-menu {}

.footer-menu .elementor-nav-menu .menu-item {
    padding-left: 23px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-menu .elementor-nav-menu .menu-item:before {
    content: "";
    background: url(images/list-icon.svg) center no-repeat;
    position: absolute;
    height: 13px;
    width: 13px;
    left: 0;
    top: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footer-menu .elementor-nav-menu .menu-item:hover:before {
    background: url(images/list-fill-icon.svg) center no-repeat;
}

/**/


.serv-cat-block .elementor-widget-container {
    cursor: pointer;
}

.serv-cat-block .elementor-widget-container:hover {
    background: #00cc99 !important;
}

.serv-cat-block .elementor-widget-container:hover .elementor-image-box-title {
    color: #fff !important;
}

.serv-cat-block .elementor-image-box-wrapper {
    align-items: center !important;
}


.download-box .elementor-image-box-img,
.serv-cat-block .elementor-image-box-img {
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDF3F5;
    background-color: #00cc99;
    margin: 0 !important;
}

.serv-cat-block .elementor-image-box-title {
    margin: 0;
}


/**/

.download-box .elementor-image-box-img {
    width: 50px !important;
    height: 50px !important;
    margin: auto !important;
    margin-bottom: 15px !important;
}

.download-box .elementor-image-box-img img {
    max-width: 27px;
}

.download-box .elementor-image-box-description {
    border-top: 1px solid #EDF3F5;
    padding: 4px;
}

/**/

.service-block {}

.service-block .elementor-image-box-img img {
    position: relative;
    z-index: 3;
}

.service-block .elementor-image-box-img:after {
    left: 25px;
    width: 47px;
    height: 47px;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    background: rgba(254, 108, 63, 0.1);
}

.service-block .elementor-image-box-img::before {
    top: -20px;
    left: 5px;
    display: none;
}


.service-block .e-flex:nth-child(2) .about-serv-box .elementor-image-box-img:after {
    background: #1495F81A;
}

.service-block .e-flex:nth-child(3) .about-serv-box .elementor-image-box-img:after {
    background: #00CC991A;
}

.service-block.e-flex:nth-child(4) .about-serv-box .elementor-image-box-img:after {
    background: #FFBB0F1A;
}


.breadcrumb-block a {
    color: #0f172a;
}

.circle-icon .elementor-widget-container {
    height: 116px !important;
    width: 116px;
}

.circle-icon.small .elementor-widget-container {
    height: 16px !important;
    width: 16px;
}

.about-counter .elementor-counter-title {
    text-align: left !important;
    position: relative;
}

.about-counter .elementor-counter-title:before {
    content: "...";
    color: #fb4927;
    display: block;
    margin-bottom: 15px;
}

.about-counter .elementor-counter .elementor-counter-number-prefix {
    display: none;
}

.about-counter .e-flex::before {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    content: "";
    border: 0;
    background: #fb4927;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.about-counter .e-flex:hover::before {
    width: 100%;
    right: auto;
    left: 0;

}

/*==================================

          Media Query

====================================*/


@media(max-width:991px) {

    .header-menu-link .elementor-nav-menu a {
        border-radius: 0;
        padding: 20px 20px !important;
    }

    .contact-form .form-field.half-width {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-inner-block {
        flex-wrap: wrap !important;
    }

    .country-block .elementor-portfolio__filters {
        justify-content: flex-start;
    }

    .country-block .elementor-portfolio__filters li {
        flex: 0 0 20%;
        max-width: 20%;
        margin-top: 10px;
    }

    .testimonial-block .elementor-swiper-button {
        bottom: auto;
        top: -100px !important;
        left: auto !important;
    }

    .testimonial-block .elementor-swiper-button.elementor-swiper-button-prev {
        left: auto !important;
        right: 100px;
    }
    
    .country-block .elementor-post__thumbnail__link {
        padding: 24px 30px;
    }


}

@media(max-width:767px) {

    .newsletter-form input[type="email"] {
        width: 100%;
    }

    .newsletter-form input[type="submit"] {
        position: static;
        margin-top: 15px;
        width: 100%;
    }

    .map-block iframe {
        max-height: 250px;
    }

    .country-block .elementor-portfolio__filters li {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .testimonial-block .elementor-swiper-button {
        display: none !important;
    }
	
	.choose-serv-block  .elementor-widget-container{
		position: relative;
	}
	
	.choose-serv-block  .elementor-image-box-img{
		position: relative;
	}
    
	
	.choose-serv-block  .elementor-image-box-img:after{
		left: -10px;
	}
	
}
