/* 
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 */

html, body {
    overflow-x: hidden !important;
}
body a {
    transition: all 0.3s ease-in-out;
}
svg {
    
}
img {
 
}
/* gravity form reset */
html .gform_wrapper.gravity-theme input[type=color], html .gform_wrapper.gravity-theme input[type=date], html .gform_wrapper.gravity-theme input[type=datetime-local], html .gform_wrapper.gravity-theme input[type=datetime], html .gform_wrapper.gravity-theme input[type=email], html .gform_wrapper.gravity-theme input[type=month], html .gform_wrapper.gravity-theme input[type=number], html .gform_wrapper.gravity-theme input[type=password], html .gform_wrapper.gravity-theme input[type=search], html .gform_wrapper.gravity-theme input[type=tel], html .gform_wrapper.gravity-theme input[type=text], html .gform_wrapper.gravity-theme input[type=time], html .gform_wrapper.gravity-theme input[type=url], html .gform_wrapper.gravity-theme input[type=week], html .gform_wrapper.gravity-theme select, html .gform_wrapper.gravity-theme textarea {
    font-size: var( --e-global-typography-text-font-size );
    font-family: var( --e-global-typography-text-font-family );
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: var( --e-global-typography-text-line-height );
    color: var( --e-global-color-text );
    padding: 17px 17px;
  
}
html .gform_wrapper.gravity-theme .gfield_header_item, html .gform_wrapper.gravity-theme .gform_fileupload_rules, html .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: var( --e-global-typography-text-font-size );
  
}

html .gform_wrapper.gravity-theme select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
      color: var( --e-global-color-text );
    accent-color: var( --e-global-color-accent );
    background-color: var( --e-global-color-24d6a81 );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E5E5E5;
    border-radius: 19px 19px 19px 19px;
}
html .gform_wrapper.gravity-theme select:focus {
    border-color: #4A4A4A;
}
html .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600;
    font-size: var( --e-global-typography-text-font-size );
}
html .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
    transform: translateY(-4px);
}
html .gform_wrapper.gravity-theme .gform_validation_errors {
    border-radius: 19px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('images/arrow-down.svg') no-repeat;
    background-size: 16px 9px;
    background-position: right 17px center;
}
html .elementor-select-wrapper .select-caret-down-wrapper {
    display: none !important;
}
/* Hide red asterisk from all Gravity Forms */
html body .gfield_required,
html body .gfield_required_asterisk {
  display: none !important;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
    transform: translateY(-4px)
}
/* lite header */
body.have-lite-header .main-header {
    position: absolute;
    background-color: transparent !important;
    width: 100% !important;
    
}
body.have-lite-header .main-header.elementor-sticky--effects {
background-color: #F9FBFF !important
}
.main-header {
transition: all 0.5s ease-in-out;
}


/* White Logo */

.main-header #logo  path {
    transition: all 0.3s ease-out;
}

body.have-lite-header .main-header #logo  .green-color,
body.have-lite-header .main-header #logo  .green-color path {
    fill: #FFF;
}

body.have-lite-header .main-header #logo  .orange-color,
body.have-lite-header .main-header #logo  .orange-color path {
    fill: #FFF;
}

body.have-lite-header .main-header.elementor-sticky--effects #logo  .green-color,
body.have-lite-header .main-header.elementor-sticky--effects #logo  .green-color path {
    fill: #8FD40A;
}

body.have-lite-header .main-header.elementor-sticky--effects #logo  .orange-color,
body.have-lite-header .main-header.elementor-sticky--effects #logo  .orange-color path {
    fill: #FE9518;
}
body.have-lite-header .main-header .get-started.elementor-widget-button .elementor-button {
    background-color: #FFF ;
    color: var( --e-global-color-accent ) ;
}

/* megamenu  */
.main-header .elementor-widget-n-menu .e-n-menu-title-container.e-link span {
    transition: all 0.3s ease-in-out;
    
}
body.have-lite-header .main-header .elementor-widget-n-menu .e-n-menu-title-container.e-link span {
    color: #FFF !important;

}
body.have-lite-header .main-header .elementor-widget-n-menu .e-n-menu-title-container.e-link:hover span {
    color: rgba(255, 255, 255, 0.60) !important;
}
/* menu links */
body.have-lite-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: #FFF !important;
}
body.have-lite-header .main-header .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
    color: rgba(255, 255, 255, 0.60) !important;
}
/* lite header inverse */

body.have-lite-header .main-header.elementor-sticky--effects .elementor-widget-n-menu .e-n-menu-title-container.e-link span {
    color: rgba(17, 21, 28, 1) !important;

}
body.have-lite-header .main-header.elementor-sticky--effects .elementor-widget-n-menu .e-n-menu-title-container.e-link:hover span {
    color: var(--n-menu-title-color-active) !important;
}
body.have-lite-header .main-header.elementor-sticky--effects .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: var( --e-global-color-primary ) !important;
}
body.have-lite-header .main-header.elementor-sticky--effects .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {
    color: var( --e-global-color-secondary ) !important;
}
body.have-lite-header .main-header.elementor-sticky--effects .get-started.elementor-widget-button .elementor-button {
    background-color: var( --e-global-color-accent ) ;
    color: #fff ;
}
body.have-lite-header .main-header.elementor-sticky--effects .get-started.elementor-widget-button .elementor-button:hover, body.have-lite-header .main-header .get-started.elementor-widget-button .elementor-button:hover {
    background-color: var( --e-global-color-687908a ) ;
    color: #fff ;
}
/* main banner */
.banner-wrap {

    position: relative;
    padding: 55px 0;
}

.big-circles-container {
    position: relative;
    width: 304px;
    height: 304px;
    /*float: left;*/

}

.big-half-border {
    width: 304px;
    height: 304px;
    border-right: 1px dashed #9B9B9B;
    border-radius: 50%;

    position: absolute;
    top: 0;
    right: 0;
    animation: rotation 3s linear 0s infinite normal none;

}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.big-full-circle {
    width: 221px;
    height: 221px;
    background: #FFF;
    box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.big-full-circle img {
    padding-top: 45px;
    width: 57px;
}

.big-full-circle p {
    text-transform: capitalize;
    font-size: 12px;
}

.serivice-flow-wrap {

    float: left;

}

.serviceflow1 {
    position: absolute;
    top: 5px;
    left: 187px;
}

.serviceflow2 {
    position: absolute;
    top: 50%;
    left: 287px;
    transform: translate(0, -50%);
    )
}

.serviceflow3 {
    position: absolute;
    bottom: -5px;
    left: 187px;
}

.service-element-flow {
    position: relative;
    float: left;
    margin-top: 35px;
}

.service-element-flow::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    border-bottom: 1px dashed #9B9B9B;
    top: 50%;
    left: 0;
    z-index: -1;
}

.white-small-circle {
    float: left;
    width: 31px;
    height: 31px;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.11);
    margin-top: 8px;
    z-index: 2;
}

.service-button {
    float: left;
    width: 118px;
    height: 45px;
    line-height: 45px;
    background: #FFF;
    border-radius: 25px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.11);
    margin: 0 31px;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    z-index: 2;

}

.service-icon-holder {
    float: left;
    width: 155px;
    height: 127px;
    position: relative;

}

.service-icon-holder::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 127px;
    top: 0;
    left: 0;
    border: 1px dashed #9B9B9B;
    border-radius: 70px 0 0 70px;
    border-right: 0;
    transition: all 0.4s ease-out;
}

.service-icon-holder img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 57%;
}

.big-full-circle:after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    content: "";
    height: 221px;
    width: 221px;
    border-radius: 50%;
    -webkit-animation: pulsate 2s linear;
    animation: pulsate 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        opacity: .05;
    }

    20% {
        -webkit-transform: scale(0.7);
        opacity: .1;
    }

    40% {
        -webkit-transform: scale(0.9);
        opacity: .2;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0);
        opacity: .05;
    }

    20% {
        transform: scale(0.7);
        opacity: .1;
    }

    40% {
        transform: scale(0.9);
        opacity: .2;
    }

    60% {
        transform: scale(1.1);
        opacity: .3;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}


/* Map */

.location-map {
    position: relative;
}

.location-map .map {
    background: url(images/map.svg) no-repeat center center;
    background-size: cover;
}

.location-map .map-grey {
    background: url(../img/map-grey.svg) no-repeat center center;
    background-size: cover;
}

.location-container {
    position: absolute;
    top: 50%;
    left: 50%;
}

.location-map .map {
    opacity: 0.1;
}

/* 3.8 Section: Map */

/* 3.8.1 Map: Large */

.location-map-sm {
    height: 260px;
}

.location-map-sm .location-container {
    height: 260px;
    width: 524px;
    margin: -130px 0 0 -262px;
}

.location-map-sm .map {
    height: 260px;
    width: 524px;
}

.location-map-sm .location-name {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.location-map-sm .location:hover {
    z-index: 1000;
}

.location-map-sm .location:hover .location-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 991px) {
    .location-map-sm {
        height: 170px;
    }

    .location-map-sm .location-container {
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }
}

/* 3.8.2 Map: Large */

.location-map-lg .map {
    height: 580px;
    width: 1174px;
}

@media (min-width: 568px) {
    .location-map-lg {
        height: 520px;
    }

    .location-map-lg .location-container {
        height: 580px;
        width: 1174px;
        margin: -290px 0 0 -582px;
    }

    .location-map .actions {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media (min-width: 568px) and (max-width: 1199px) {
    .location-map-lg {
        height: 450px;
    }

    .location-map-lg .location-container {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media (min-width: 568px) and (max-width: 991px) {
    .location-map-lg {
        height: 424px;
    }

    .location-map-lg .location-container {
        -webkit-transform: scale(0.68);
        -moz-transform: scale(0.68);
        -ms-transform: scale(0.68);
        -o-transform: scale(0.68);
        transform: scale(0.68);
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .location-map-lg {
        height: 290px;
    }

    .location-map-lg .location-container {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@media (max-width: 567px) {
    .location-map-lg .map {
        display: none;
    }

    .location-map-lg .location-container {
        position: inherit;
        top: auto;
        left: auto;
        max-width: 380px;
        margin: 0 auto;
        padding: 25px 0;
    }

    .location-container:after,
    .location-container:before {
        display: block;
        content: "";
        clear: both;
    }

    .location-map-lg .location-map {
        padding: 0 30px;
    }
}

/* 3.8.3 Map: Pin */

.location-pin,
.location-pin:after {
    background-color: #8fd40a;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.location-pin {
    position: relative;
    z-index: 999;
    display: block;
    height: 12px;
    width: 12px;
}

.location-pin-lg {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}

.location-pin:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    height: 44px;
    width: 44px;
    margin: -22px 0 0 -22px;
    -webkit-animation: pulsate 2s linear;
    animation: pulsate 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.location-pin-lg:after {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
}

.location-map-sm .location {
    height: 8px;
    width: 8px;
    cursor: pointer;
}

.location-map-sm .location-pin {
    height: 8px;
    width: 8px;
}

.location-map-sm .location-pin:after {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        opacity: .05;
    }

    20% {
        -webkit-transform: scale(0.7);
        opacity: .1;
    }

    40% {
        -webkit-transform: scale(0.9);
        opacity: .2;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(0);
        opacity: .05;
    }

    20% {
        transform: scale(0.7);
        opacity: .1;
    }

    40% {
        transform: scale(0.9);
        opacity: .2;
    }

    60% {
        transform: scale(1.1);
        opacity: .3;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* 3.8.3 Map: Locations */

.location {
    position: absolute;
    z-index: 998;
    height: 12px;
    width: 12px;
}

.location-name {
    position: absolute;
    z-index: 999;
    display: block;
    height: 28px;
}

.location-name span {
    display: block;
    height: 28px;
    padding: 0 17px;
    background-color: #8fd40a;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    border-radius: 50px;
    box-shadow: 0 5px 20px -5px rgba(11, 27, 38, 0.3);
}

.location-name:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    height: 1px;
    width: 20px;
    background-color: #cccccc;
}

.location-map-grey .location-name:after {
    background-color: #c4cacc;
}

.location-seattle {
    top: 180px;
    left: 150px;
}

.location-seattle .location-name {
    bottom: 44px;
    right: 44px;
}

.location-seattle .location-name:after {
    bottom: -20px;
    right: -49px;
    width: 58px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.location-map-sm .location-seattle {
    top: 84px;
    left: 66px;
}

.location-silicon-valley {
    top: 215px;
    left: 148px;
}

.location-silicon-valley .location-name {
    top: 35px;
    right: 37px;
}

.location-silicon-valley .location-name:after {
    top: -10px;
    right: -35px;
    width: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-map-sm .location-silicon-valley {
    top: 100px;
    left: 64px;
}

.location-los-angeles {
    top: 232px;
    left: 164px;
}

.location-los-angeles .location-name {
    top: 78px;
    right: -45px;
}

.location-los-angeles .location-name:after {
    left: 50%;
    top: -70px;
    height: 70px;
    width: 1px;
}

.location-map-sm .location-los-angeles {
    top: 108px;
    left: 72px;
}

.location-dallas {
    top: 238px;
    left: 232px;
}

.location-dallas .location-name {
    bottom: 72px;
    right: -24px;
}

.location-dallas .location-name:after {
    left: 50%;
    bottom: -60px;
    height: 60px;
    width: 1px;
}

.location-map-sm .location-dallas {
    top: 106px;
    left: 98px;
}

.location-miami {
    top: 265px;
    left: 288px;
}

.location-miami .location-name {
    top: 29px;
    left: 30px;
}

.location-miami .location-name:after {
    top: -10px;
    left: -30px;
    width: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.location-map-sm .location-miami {
    top: 120px;
    left: 126px;
}

.location-atlanta {
    top: 234px;
    left: 276px;
}

.location-atlanta .location-name {
    top: -9px;
    left: 110px;
}

.location-atlanta .location-name:after {
    top: 50%;
    left: -100px;
    width: 100px;
}

.location-map-sm .location-atlanta {
    top: 108px;
    left: 126px;
}

.location-new-jersey {
    top: 210px;
    left: 300px;
}

.location-new-jersey .location-name {
    bottom: 28px;
    left: 28px;
}

.location-new-jersey .location-name:after {
    bottom: -10px;
    left: -24px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-map-sm .location-new-jersey {
    top: 98px;
    left: 132px;
}

.location-chicago {
    top: 200px;
    left: 267px;
}

.location-chicago .location-name {
    bottom: 70px;
    left: 70px;
}

.location-chicago .location-name:after {
    bottom: -31px;
    left: -75px;
    width: 90px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-map-sm .location-chicago {
    top: 90px;
    left: 116px;
}

.location-london {
    top: 134px;
    left: 525px;
}

.location-london .location-name {
    bottom: 24px;
    right: 24px;
}

.location-london .location-name:after {
    bottom: -10px;
    right: -24px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.location-map-sm .location-london {
    top: 62px;
    left: 232px;
}

.location-amsterdam {
    top: 131px;
    left: 545px;
}

.location-amsterdam .location-name {
    bottom: 73px;
    left: 73px;
}

.location-amsterdam .location-name:after {
    bottom: -32px;
    left: -78px;
    width: 95px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-map-sm .location-amsterdam {
    top: 60px;
    left: 242px;
}

.location-paris {
    top: 154px;
    left: 538px;
}

.location-paris .location-name {
    top: 50px;
    left: 50px;
}

.location-paris .location-name:after {
    top: -20px;
    left: -52px;
    width: 65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.location-map-sm .location-paris {
    top: 70px;
    left: 240px;
}

.location-frankfurt {
    top: 142px;
    left: 562px;
}

.location-frankfurt .location-name {
    top: -9px;
    left: 60px;
}

.location-frankfurt .location-name:after {
    top: 50%;
    left: -60px;
    width: 60px;
}

.location-map-sm .location-frankfurt {
    top: 66px;
    left: 250px;
}

.location-tokyo {
    top: 201px;
    right: 162px;
}

.location-tokyo .location-name {
    bottom: 50px;
    left: 50px;
}

.location-tokyo .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-map-sm .location-tokyo {
    top: 90px;
    right: 72px;
}

.location-singapore {
    top: 318px;
    right: 285px;
}

.location-singapore .location-name {
    bottom: 35px;
    left: 35px;
}

.location-singapore .location-name:after {
    bottom: -12px;
    left: -34px;
    width: 45px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-map-sm .location-singapore {
    top: 142px;
    right: 126px;
}

.location-map-sm .location-singapore .location-name {
    bottom: 24px;
    left: 24px;
}

.location-map-sm .location-singapore .location-name:after {
    bottom: -10px;
    left: -24px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-sydney {
    bottom: 102px;
    right: 83px;
}

.location-sydney .location-name {
    bottom: 50px;
    left: 50px;
}

.location-sydney .location-name:after {
    bottom: -22px;
    left: -58px;
    width: 75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.location-map-sm .location-sydney {
    bottom: 44px;
    right: 36px;
}

.location-london .location-name,
.location-seattle .location-name {
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.location-silicon-valley .location-name {
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.location-los-angeles .location-name {
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.location-dallas .location-name {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.location-atlanta .location-name,
.location-frankfurt .location-name {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.location-miami .location-name,
.location-paris .location-name {
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

@media (max-width: 1199px) {
    .location-seattle .location-name {
        bottom: 54px;
        right: -26px;
    }

    .location-tokyo .location-name {
        left: auto;
        right: 50px;
    }

    .location-sydney .location-name {
        left: auto;
        right: 50px;
    }

    .location-tokyo .location-name:after,
    .location-sydney .location-name:after {
        left: auto;
        right: -58px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .location-seattle .location-name:after {
        right: 3px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    .location-map-lg .location-name {
        height: 36px;
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 567px) {
    .location-map-lg .location {
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: left;
        height: auto;
        width: 50%;
        margin-bottom: 8px;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .location-map-lg .location:after,
    .location-map-lg .location:before {
        display: block;
        content: "";
        clear: both;
    }

    .location-map-lg .location-pin {
        position: absolute;
        left: 0;
        top: 4px;
        margin: 5px 10px 5px;
    }

    .location-map-lg .location .location-name {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        background: transparent;
        color: #616366;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .location-map-lg .location .location-name > span {
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: inline-block;
        /*background: transparent;*/
        color: #616366;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    .location-map-lg .location-name:after {
        display: none;
    }

    .location-map-lg .location .location-name span {
        color: #fff;
    }
}
@media only screen and (max-width: 1024px) {
   body.have-lite-header .main-header {
background-color: #F9FBFF!important
}
body.have-lite-header .main-header #logo  .green-color,
body.have-lite-header .main-header #logo  .green-color path {
    fill: #8FD40A;
}

body.have-lite-header .main-header #logo  .orange-color,
body.have-lite-header .main-header #logo  .orange-color path {
    fill: #FE9518;
}

}



/* Csutom Quote Form */

.gform_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gform_wrapper .custom-form {
    color: #FFF;
    max-width: 763px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.gform_page_fields {
    margin: 21px 0;
}

.custom-form ul.gfield_radio {
    text-align: center;
}

.custom-form ul.gfield_radio li {
    display: inline-block;
    margin: 14px;
    position: relative;
}

.custom-form ul.gfield_radio li label,
.custom-form label {

    color: #FFF;
    /*position: relative;*/
    margin: 0;
    max-width: 100%;
    font-weight: 400;
    line-height: 1;
    font-size: 17px;
    cursor: pointer;
}

.custom-form ul.gfield_radio li label img,
.custom-form ul.gfield_radio li label svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-form ul.gfield_radio li label span {
    position: absolute;
    bottom: 21px;
    left: 0;
    display: block;
    width: 100%;
}

.custom-form ul.gfield_radio li input[type=radio] {
    display: none;
}


.custom-form ul.gfield_radio li input[type=radio] + label:before {
    content: " ";
    border: 2px solid #EEE;
    height: 199px;
    width: 199px;
    line-height: 17px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 14px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;


}


.custom-form ul.gfield_radio li input[type=radio] + label:hover:before {
    background-color: #FE9518;
    border-color: #FE9518
}

.custom-form ul.gfield_radio li input[type=radio]:checked + label:before {


    background-color: #F38C13;
    border-color: #F38C13;
    /*z-index: 0;*/


}


.gform_wrapper .custom-form input[type=text],
.gform_wrapper .custom-form input[type=email],
.gform_wrapper .custom-form input[type=tel] {
    color: #FFF;
        border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #FFF;
    
    background-color: transparent;
    border-radius: 0 ;
}
.gform_wrapper .custom-form input:focus {
    
        border-width: 0px 0px 1px 0px !important;
    border-style: solid;
    border-color: #FFF !important;
}

.custom-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.custom-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.custom-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.custom-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

.custom-form h4 {
    color: #FFF;

}

/* Spinner */
.gform_ajax_spinner {


    border-right: 200px solid #FE9518;
    background: #FFAB46;
    border-left: 200px solid #FFBB6A;
    animation: custom-form-spinner 0.7s infinite linear;
    width: 600px;
    height: 7px !important;
    position: fixed;
    top: 75px;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes custom-form-spinner {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
        ;
    }
}

.custom-form .gfield_label .gfield_required {
    display: none !important;
}

.custom-form .gform_page_footer {
    border-top: none !important;
    position: relative;

}

.custom-form .gform_page_footer::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.custom-form .gform_page_footer .button {
    background-color: transparent;
    border: 1px solid #FFFF;
    font-weight: var( --e-global-typography-accent-font-weight );
    box-shadow: none;
    line-height: 1;

}

.custom-form .gform_page_footer .button:hover {
    /*background-color: var( --e-global-color-687908a );*/
}

.custom-form .gform_page_footer .button.gform_previous_button {
    float: left;
}

.custom-form .gform_page_footer .button.gform_next_button,
.custom-form .gform_page_footer input.button[type=submit] {
    float: right;
}

li.fld-holder-animate {
    position: relative;
}

html .gform_wrapper .gf_progressbar {
    background: transparent;
    border: 1px solid #FFF;
    padding: 7px;
    font-family: inherit;
    border-radius: 50px;


}

.gform_wrapper .gf_progressbar_percentage {
    background: #FFF;
    position: relative;
    border-radius: 20px;
    text-align: right;
}

.gform_wrapper .gf_progressbar_percentage span {
    margin-right: 9px;
    margin-left: 9px;
}

.custom-form .gf_left_half {
    width: 45%;
    float: left;
}

.custom-form .gf_right_half {
    width: 45%;
    float: right;
}

.custom-form .gf_left_half,
.custom-form .gf_right_half {
    margin-bottom: 14px;
    margin-top: 14px;
}

.custom-form .gf_left_half lable,
.custom-form .gf_right_half label {
    font-size: 15px;
}

.custom-form .gf_left_half input,
.custom-form .gf_right_half input {
    width: 100%;
    padding: 7px !important;
}

.info-field input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.info-field input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.info-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.info-field input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-prefrence {
    padding-top: 21px;
    text-align: center;
}

/* form error appearance */
.gform_wrapper .validation_error {
    color: red;
}

.gfield.gfield_error input {
    border-bottom: 1px solid red;
}

.gfield.gfield_error label {
    color: red;
}

.custom-form .gfield_description.validation_message {
    /*position: absolute;*/
    top: 5px;
    right: 5px;
    font-size: 14px;
    color: #FFF;
    background: red;
    border-radius: 50px;
    padding: 1px 14px !important;
}
html .gfield_description.validation_message {
    border-radius: 19px;
}

.gfield {
    position: relative;

}

.gfield.gfield_error ul.gfield_radio li input[type=radio] + label:before {
    border: 2px solid red;
    content: "";
}
.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper li.gfield_error textarea {
    border: none !important;
}
.custom-form .gf_progressbar_title,
.custom-form .gform_confirmation_message {
    color: #FFF;
    text-align: center;
}

.last-updated {
    font-size: small;
    text-decoration: underline;
}


/* GForms Custom Classes */
.gfield_required {
    display: none;
}

.gfield {
    box-sizing: border-box;
   
}
fieldset.gfield {
    border: none;
    padding: 0;
    
}
#field_2_6.gfield {
    clear: both;
}

.gfield input[type="text"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="file"],
.gfield select {
    width: 100%;
}

.gf_left_half {
    width: 50%;
    display: inline-block;
    padding-right: 7px;
}

.gf_right_half {
    width: 50%;
    display: inline-block;
    padding-left: 7px;
}

.gf_list_inline li {
    display: inline-block;
    padding-right: 21px;
}

.gf_one_fifth {
    width: 20%;
    display: inline-block;
}

.logo-design-form .gf_one_fifth {
    text-align: center;
}
/* Complex input */
.gform_wrapper .ginput_complex span {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;

    margin-right: -4px;
}
.gform_wrapper .ginput_complex span:nth-child(odd) {

    padding-right: 7px;
}
.gform_wrapper .ginput_complex span:nth-child(even) {
    padding-left: 7px;
}
/* Label Hide Condition */
.gform_wrapper .hidden_label .gfield_label, .gform_wrapper label.hidden_sub_label, .gform_wrapper label.screen-reader-text, .ginput_container_consent button.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
position: absolute!important;
height: 1px;
width: 1px;
overflow: hidden;
}

/* Custom Swatch Colors */
.gf_one_fifth.first .ginput_container .color-picker-swatch .color-picker-swatch-color-wrap .color-picker-swatch-color {
    background: #3F53B1;
}

.gf_one_fifth.second .ginput_container .color-picker-swatch .color-picker-swatch-color-wrap .color-picker-swatch-color {
    background: #FC9626;
}

.gf_one_fifth.third .ginput_container .color-picker-swatch .color-picker-swatch-color-wrap .color-picker-swatch-color {
    background: #E52464;
}

.gf_one_fifth.fourth .ginput_container .color-picker-swatch .color-picker-swatch-color-wrap .color-picker-swatch-color {
    background: #2B97EF;
}

.gf_one_fifth.fifth .ginput_container .color-picker-swatch .color-picker-swatch-color-wrap .color-picker-swatch-color {
    background: #FB572F;
}

.gform_footer {
    text-align: center;
}

.logo-design-form .gform_footer input[type="submit"] {
    display: block;
    width: 100%;
}

/* domain forms */
.have-domain-form form {
    position: relative;
}
.have-domain-form form label {
    display: block;
}
.have-domain-form form  input[type="search"] {
    width: 100%;
    border-radius: 50px !important;
}
.have-domain-form form input[type="submit"] {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 50px !important;
}
.dlm-email-lock div {
    display: block;
}
.dlm-email-lock input {
    width: 100%;
}
.dlm-email-lock input[type="email"] {
    margin-bottom: 10px;
}
.tablepress {
    --padding: 1rem;
}

.elementor-widget-container .rstore-product-icons svg {
    max-width: 50px;;
}
.elementor-widget-container .rstore-product-header, .elementor-widget-container .rstore-pricing, .elementor-widget-container .rstore-add-to-cart-form {
    text-align: center;
}
.elementor-widget-container .rstore-pricing {
    margin: 15px 0;
}
.elementor-widget-container .rstore-product-summary {
    margin-top: 25px;
}
.elementor-widget-container .rstore-product-summary ul {
    margin: 20px 0;
    min-height: 300px;
}
.elementor-widget-container .rstore-product-summary small {
    display: none;
    
}
#comments .comment .comment-body, #comments .pingback .comment-body {
    border-block-end: none;
}
#comments .title-comments, #respond .comment-reply-title {
    font-size: 20px;;
}
/* ---------- comment layout ---------- */
.comment-body {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

/* left column: avatar + name */
.comment-body .comment-author {
  /*flex: 0 0 27px;          reserve width for avatar */

}

/* avatar */
.comment-body .comment-author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
  border: 2px solid #fff;
}

/* right column: metadata + content */
.comment-body .comment-meta,
.comment-body .comment-content {
  flex: 1 1 auto;
}

/* top row inside meta: author name + date */
.comment-body .comment-meta {
  display: flex;
  flex-direction: column;
  
  gap: 10px;
  margin-block-end: 0 !important;
  
}

/* author name, "says" */
.comment-body .comment-author .fn {
  display: inline-block;
  font-weight: 600;
  color: #111;
  margin-right: 6px;
}
.comment-body .comment-author .says {
  color: #666;
  font-weight: 400;
  display: none !important;
}

/* metadata / time and edit link */
.comment-body .comment-metadata {
  
  color: #9B9B9B;
  white-space: nowrap;
}
.comment-body .comment-metadata a {
    color: #9B9B9B;
    
}
.comment-body .comment-metadata a:hover {
    color: var( --e-global-color-687908a );
}
.comment-edit-link a { color: #666; text-decoration: none; margin-left: 8px; }
.comment-edit-link a:hover { text-decoration: underline; }

/* comment text (bubble-like look optional) */
.comment-body .comment-content {
 
    padding: 15px 20px;
  
    border: 2px solid #eee;
    border-radius: 19px;
    background: #FFF;
}
.comment-body .comment-content p {
    margin-block-end: 0 !important;
}
/* reply button */
.comment-body .reply {
  margin-top: 8px;
}

.comment-reply-link {
  display: inline-block;
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 20px;
  text-decoration: none;
  border: none;
  background: var( --e-global-color-accent );    /* twitter-like blue */
  color: #fff !important;
}
.comment-reply-link:hover { background-color: var( --e-global-color-687908a ); }

/* nested replies: indent and subtle left line */
.comment-body .children,
.children .comment-body {
  /*margin-left: 66px;  aligns with avatar column */
  /*border-left: 2px solid rgba(0,0,0,0.04);*/
  padding-left: 12px;
  margin-top: 10px;
}
#comments .children .comment-body {
    padding-block-start: 0;
    padding-block-end: 20px;
}

/* make sure nested comment itself keeps avatar layout */
.children .comment-body { 
     
}
/* comment form */
.comment-form .comment-form-author {
    float: left;
    width: 49%;

}
.comment-form .comment-form-email {
    float: right;
    width: 49%;
}
.comment-form .comment-form-url {
    clear: both;
}

/* cookies popup */
#cookie-notice .cookie-notice-container .theme-button {
    padding: 9px 21px !important;
    font-size: 12px;
    margin: 10px 10px 0 0 ;
}

#cookie-notice {
    min-width: 1px;
    width: 100%;
    max-width: 295px;
	min-width: 192px !important;
    border-radius: 24px;
    box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.05);
    left: 20px !important;
    bottom: 20px !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: 'SegoeUI-Semilight', Arial, sans-serif !important;

}
#cookie-notice #cn-notice-text {
  margin: 0 0 35px ;
}
#cookie-notice .cookie-notice-container {
    text-align: left;
    padding: 35px;
}
#cookie-notice .cn-buttons-container {
  display: block;
}
#cookie-notice .cn-close-icon {
    top: 25px;
}
#cookie-notice .cn-close-icon:after, #cookie-notice .cn-close-icon:before {
    background-color: #7c7c7c;
    width: 1px;
    height: 13px
}



/* Responsive: stack on small screens */
@media (max-width: 600px) {
  
  .comment-body {
    flex-direction: column;
    gap: 8px;
  }
  .comment-body .comment-author { flex: 0 0 auto; text-align: left; }
  .children,
  .children .comment-body {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }
  .comment-body .comment-content {  }
  .comment-reply-link { margin-top: 6px; }
  .comment-form .comment-form-author, .comment-form .comment-form-email {
    float: none;
    width: 100%;
  }
  #comments .comment .comment-body {
    
  }
}

@media only screen and (max-width: 767px) {

    .banner-wrap {
        padding: 25px 0;
    }

    .big-circles-container {
        float: none;
        margin: 0 auto;
    }

    .serivice-flow-wrap {
        position: static !important;
        float: none;
    }

    .service-icon-holder {
        display: none;
    }

    .service-element-flow {
        float: none;
    }

    .serviceflow2 {
        transform: translate(0, 0%);
    }

    .service-button {
        float: right;
        margin-right: 0;
    }
  #comments .comment .avatar {
        position: absolute;
    }
    #comments .comment .comment-body {
        padding-inline-start: 60px;
    }

}