/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       HEADER STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

.header {
    transition: all .5s !important;  
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 99 !important;
    transform: translate(0px, 0px);
    padding-top: 0 !important;
} 
.withoutScrl .header {
    background: transparent !important;
    box-shadow: 0px 0px 0px rgb(255, 255, 255, .3) !important;
    padding-top: 20px !important;  
}

.header .logoimage a {      
  display: inline-block;
  vertical-align: bottom;
}         
.header .logoimage {
    text-align: center;
    display: inline-block; 
}  
.header .logoimage:before, 
.header .logoimage:after {
    content: "";
    top: 82px;
    height: 4px;  
    background: rgba(255, 255, 255, .39);
    position: absolute;
    left: 97%;    
    width: 100vw;
}
.header .logoimage:after {
    left: auto;
    right: 102%;
}
/*.header .logoBox {
    overflow: hidden;
}*/


.header .menuBox .elementor-nav-menu--toggle {
    position: absolute;
    left: 10px;
    top: 20px;
} 
.header .menuBox {
    position: relative;
}
.header .menuBox .elementor-menu-toggle {
    background: transparent;
    padding: 0px;
    width: 186px;
    height: 56px;
    border-radius: 10px;
    position: absolute;
    z-index: 9999;
    margin: 0 !important;
    left: 0;
    top: 0;
    border: 3px solid #f58976;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}
.header .menuBox .elementor-menu-toggle svg {
    display: none;
} 

.header .menuBox .elementor-menu-toggle:after,
.header .menuBox .elementor-menu-toggle:before { 
    text-transform: uppercase;
    color: #fff;
    font-family: 'Tungsten';
    font-weight: 600;
    letter-spacing: 3px;
    margin-left: 20px;
    font-size: 24px;
    transition: all .5s;
    transition-delay: .2s;
} 
.header .menuBox .elementor-menu-toggle:after { 
    position: absolute;
    left: 0px;
    top: 11px;
    opacity: 0;
    transition-delay: 0s;
}

.menu-active .header .menuBox .elementor-menu-toggle:before {
    opacity: 0;
    transition-delay: 0s;
}
.menu-active .header .menuBox .elementor-menu-toggle:after {
    opacity: 1;
    transition-delay: .2s;
}
.header .menuBox .elementor-menu-toggle span {
    display: block;
    height: 4px;
    width: 34px;
    background: #f58976;
    position: absolute;
    top: 23px;
    right: 12px;
    transition: all .5s;
}
.header .menuBox .elementor-menu-toggle span:nth-child(3) {
    top: 12px;
}
.header .menuBox .elementor-menu-toggle span:nth-child(5) {
    top: 34px; 
}
.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(3) {
    transform: rotate(45deg);
    top: 22px;
}
.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(4) {
    display: none;
}
.menu-active .header .menuBox .elementor-menu-toggle span:nth-child(5) {
    transform: rotate(-45deg);
    top: 22px;  
}
.menu-active .header .menuBox .elementor-menu-toggle {
    position: fixed;
    top: 30px;
    left: 30px;
}
 

.header nav.elementor-nav-menu--dropdown {
    position: fixed !important;
    top: 0px !important;
    left: 0;
    width: 560px !important;
    height: 100vh;
    max-height: 100vh !important;
    z-index: 99 !important;
    opacity: 0;
    visibility: hidden;
    animation: inherit !important;
    transform: translateX(-100%) !important;
    transition: .3s;
    transition-delay: 0s;
    overflow: hidden;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    padding: 116px 20px 65px 30px;
    background: #395a5f !important; 
    box-shadow: 0px 14px 65px 17px rgba(0, 0, 0, 0.28);
}
.menu-active .header nav.elementor-nav-menu--dropdown {
    opacity: 1;
    transform: translateX(0%) !important;
    visibility: visible;  
    transition-delay: 0s;  
}



.header .menuBox nav.elementor-nav-menu--dropdown:after {
    content: '';
    display: inline-block; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; 
    pointer-events: none;
    opacity: 0; 
    transition: opacity 1s;    
}
.menu-active .header .menuBox nav.elementor-nav-menu--dropdown:after {  
    opacity: 1; 
    transition-delay: .5s;
} 
  
.header .menuBox nav.elementor-nav-menu--dropdown .inner {
    overflow-x: hidden;
    opacity: 0;
    transition: opacity .5s;
    transition-delay: 0s;
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}  
.menu-active .header .menuBox nav.elementor-nav-menu--dropdown .inner { 
    opacity: 1;
    transition-delay: .3s;
}  

.header .menuBox nav.elementor-nav-menu--dropdown .inner .mobmenu {
    overflow: hidden;
}

.header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li a {
    font-size: 28px;
    line-height: 34px;
    background-color: transparent !important;
    text-transform: uppercase;
    color: #fff; 
    justify-content: flex-start;
    border-bottom: 2px solid rgba(255, 255, 255, .46);
    font-family: 'Tungsten';
    font-weight: 600;
    letter-spacing: 3px;
}

.header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li a svg {
    fill: #fff;
    transition: all .5s;
}

.header .menuBox .elementor-nav-menu--dropdown .mobmenu a:hover svg, 
.header .menuBox .elementor-nav-menu--dropdown .mobmenu .current-menu-parent>a svg, 
.header .menuBox .elementor-nav-menu--dropdown .mobmenu a.elementor-item-active svg,
.header .menuBox .elementor-nav-menu--dropdown .mobmenu a.highlighted svg {
    fill: #f58976 !important; 
}  
/*.header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li {
    display: table;
    margin: 0 0 15px;
} */ 
.header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li:last-child {
    margin-bottom: 0;
}
.header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul.sub-menu {
    background-color: transparent !important;
   margin-left: 15px;
}
.header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul li a {
    font-size: 26px;
    line-height: 32px;  
    border-left: none;
}
.header .menuBox nav.elementor-nav-menu--dropdown .outer {
    overflow-y: auto;
}
/*.header .menuBox nav.elementor-nav-menu--dropdown .row {
    overflow: hidden;
}*/
.header .menuBox nav.elementor-nav-menu--dropdown .outer:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .menuBox .elementor-nav-menu--dropdown .mobmenu .current-menu-parent>a, 
.header .menuBox .elementor-nav-menu--dropdown .mobmenu a:hover, 
.header .menuBox .elementor-nav-menu--dropdown .mobmenu a:focus,
.header .menuBox .elementor-nav-menu--dropdown .mobmenu li>a.elementor-item-active,
.header .menuBox .elementor-nav-menu--dropdown .mobmenu a.highlighted,
.header .menuBox .elementor-menu-toggle:hover,
.header .menuBox .elementor-menu-toggle:focus {
    color: #f58976 !important; 
} 
 
.header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .bigBtn {
    display: block;
    text-align: left;
    padding: 30px 0 !important; 
}
  
.header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .infoBox {
  display: block;  
}
.header .menuBottom .infoBox ul li {
    list-style: none;
}
.header .menuBottom .infoBox ul li .elementor-icon-list-text {
    font-family: 'Tungsten';
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 32px;
}
.header .menuBottom .infoBox ul li .elementor-icon-list-text span {
    color: #F58976;
}
.header .menuBottom .infoBox ul li a {
    padding: 0 !important;
}

.header .menuBox ul li a .sub-arrow {
    padding: 0px 0px 0 8px;
    margin: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
} 
.header .menuBox ul li .has-submenu {
    padding-right: 30px !important;
}
.header .menuBox nav.elementor-nav-menu--dropdown .socialBox {
    position: absolute;
    top: 44px;
    right: 30px;
}
.header .menuBox nav.elementor-nav-menu--dropdown .socialBox .elementor-grid-item a {
    background: transparent;
    padding: 0;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 26px;
}
.header .menuBox nav.elementor-nav-menu--dropdown .socialBox .elementor-grid-item svg {
    fill: #f58976;
}
.header .menuBox nav.elementor-nav-menu--dropdown .socialBox .elementor-grid-item {
    margin-left: 15px;
}
.header .menuBox nav.elementor-nav-menu--dropdown .socialBox .elementor-grid-item:first-child {
    margin-left: 0;
}


 

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       ADDITIONAL 1 STYLE --- MAIN CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

.bannerWrap .elementor-background-slideshow__slide {  
    overflow: hidden; 
    border-radius: 25px; 
}
.bannerWrap .elementor-background-slideshow__slide .elementor-background-slideshow__slide__image {
    background-repeat: no-repeat;
}

.bannerWrap .title .elementor-heading-title {
    font-family: 'Tungsten';
    font-weight: 600; 
    font-size: 80px;
    line-height: normal;  
    position: relative;
    display: inline-block;
    text-shadow: 0.5px 0px 118px rgba(0, 0, 0, 0.25), 0.1px 0px 32px rgba(0, 0, 0, 0.25), -0.9px 0px 49px rgba(0, 0, 0, 0.25);
}
.bannerWrap .title .elementor-heading-title:after {
    content: '';
    display: block;
    background: #f58976;
    width: calc(100% + 40px);
    height: 30px;
    border-radius: 8px;
    position: absolute;
    bottom: 3px;
    left: -20px;
    z-index: -1;
}
.bannerWrap .hmContent p {
/*  text-shadow: 0.2px 0px 12px #000, 0.1px 0px 18px rgba(0, 0, 0, 0.66), 0.16px 0px 0px rgba(0, 0, 0, 0.66), 26px 0px 53px rgba(0, 0, 0, 0.66), 0px 0px 0px rgba(0, 0, 0, 0.66), 0px 0px 70px rgba(0, 0, 0, 0.66), 0px 0px 63px rgba(0, 0, 0, 0.66), 0px 0px 41px rgba(0, 0, 0, 0.66);
*/    
    font-size: 24px;    
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);

} 
.bannerWrap .overlayimg2,     
.bannerWrap .overlayimg1 {
    z-index: -1 !important;
}

/* welcomeWrap */
 
.welcomeWrap .bigTitle .elementor-heading-title {
    opacity: .77;
}
.welcomeWrap:before {
    top: -100px !important;
    height: calc(100% + 300px) !important;
}
.expertTitle .elementor-heading-title {
    font-family: 'Tungsten';
    font-weight: 500;
    font-size: 32px;
    line-height: normal;
}

/* serviceWrap */ 

.serviceWrap .bigTitle .elementor-heading-title {
    opacity: .7;
}
.serviceWrap .box .elementor-cta__bg-wrapper {
    height: 400px;
    position: relative;
}
.serviceWrap .box .elementor-cta {
    background: #3a5a5e;
    position: relative;
    overflow: hidden;
}
.serviceWrap .box .elementor-cta:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}
.serviceWrap .box .elementor-cta__content { 
    min-height: inherit;
}
.serviceWrap .box .elementor-cta__content .elementor-cta__title { 
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 40px;
    transition: all .5s;
}  
.serviceWrap .box .elementor-cta:hover .elementor-cta__content .elementor-cta__title {
    color: #f58976;
}
.serviceWrap .elementor-swiper-button {
    margin-top: -58px;
}
.serviceWrap:before {

}
/*clientsWrap*/

.clientsWrap .textBox p {
    font-weight: 500;
    font-family: 'Roboto Lt';
}
.clientsWrap .bigTitle .elementor-heading-title {
    opacity: .63;
    font-size: 152px;
    position: relative;
    left: -8px;
    letter-spacing: .5px;
}
.clientsWrap .scnTitle .elementor-heading-title {
    letter-spacing: .5px; 
}
.clientsWrap .clientTitle .elementor-heading-title {
    font-size: 54px;
    line-height: 54px;
}
.clientsWrap .textContent p:last-child {
    padding-bottom: 0;
}
.clientsWrap .textContent p {
    font-size: 18px;
}


.clientsWrap .swiper-slide {
    opacity: 0;
    visibility: hidden;  
    transition-delay: 0s !important; 
}
/*.clientsWrap .swiper-slide.swiper-slide-next ~ .swiper-slide,
,*/
/*.clientsWrap .swiper-slide.swiper-slide-prev,*/

.clientsWrap .swiper-slide.swiper-slide-active ~ .swiper-slide.swiper-slide-next ~ .swiper-slide,
.clientsWrap .swiper-slide.swiper-slide-active ~ .swiper-slide.swiper-slide-next,
.clientsWrap .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;  
    transition: all 0.5s;
    transition-delay: .3s !important; 
} 
.clientsWrap .swiper { 
    overflow: visible;
}
.clientsWrap .slideBox>.e-con-inner {
    margin: 0;
}

.clientsWrap .slideBox .e-widget-swiper {
    position: static;
}
.clientsWrap .slideBox .elementor-swiper-button-prev {
    left: auto !important;
    right: 83px;
    top: -166px !important;
}
.clientsWrap .slideBox .elementor-swiper-button-next {
    top: -166px !important;  
}
.clientsWrap .slideBox .elementor-swiper-button {
    transition: all .5s !important;
}

/* processWrap */ 

.processWrap:before {
    height: calc(100% + 300px) !important;
}
.processWrap .bigTitle .elementor-heading-title {
    /*-webkit-text-stroke-width: 2px;*/
    opacity: .7;
} 
.processWrap .freeTitle .elementor-heading-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 50px;
} 
.processWrap .box .numberTitle {
    min-height: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.processWrap .box .numberTitle .elementor-heading-title {
    font-family: 'Tungsten';
    font-weight: 600;
    font-size: 44px;
    transform: rotate(-135deg); 
} 
.processWrap .freeTitle .elementor-heading-title:after {
    content: '';
    display: block;
    background: #fff;
    width: 84px;
    height: 3px;
    margin: 18px auto 25px; 
}

.processWrap .optionalBox:before {
    width: calc(100% - 81px);
    left: 40px;
}
.processWrap .optionalBox .box .colorBox {
    opacity: 0;
    -webkit-transform: translate(0px, 20px); 
    -o-transform: translate(0px, 20px); 
    -moz-transform: translate(0px, 20px); 
    transform: translate(0px, 20px); 
    transition: all 1s !important;
}
.processWrap .optionalBox .box.in-viewport-once .colorBox {
    opacity: 1;
    -webkit-transform: translate(0px, 0px); 
    -o-transform: translate(0px, 0px); 
    -moz-transform: translate(0px, 0px); 
    transform: translate(0px, 0px);  
}   
.processWrap .optionalBox .box.in-viewport-once:nth-child(odd) .colorBox { 
    transition-delay: .5s !important;
}
.processWrap .optionalBox .box.in-viewport-once:nth-child(even) .colorBox { 
    transition-delay: .8s !important;
}
 








/* testimonialWrap */ 

.testimonialWrap .testimonialContent .elementor-testimonial__text {
    font-style: normal;
    font-family: 'Tungsten';
    font-weight: 500;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 64px;
}
.testimonialWrap .testimonialContent .elementor-main-swiper {
    width: 100% !important;
} 
.testimonialWrap .testimonialContent .elementor-testimonial__content {
    padding-right: 200px;
    margin-bottom: 25px;
} 
.testimonialWrap .testimonialContent .elementor-testimonial__footer {
    position: static;
}
.testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image { 
    position: absolute;
    right: -60px;
    top: 120px;
    width: auto;
    margin: 0;
    transform: rotate(90deg);
}
.testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image img {
    width: 262px;
    height: 60px;
    border-radius: 0;
    object-fit: initial;
    transform: rotateX(180deg); 
}
.testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__cite {
    margin-top: 0 !important;
}
.testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__name {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 22px;
}

.testimonialWrap .testimonialContent .elementor-swiper-button {
    background: #f58976 !important;
    width: 60px;
    height: 66px;
    border-radius: 10px;
    position: absolute;
    top: -120px !important;
    left: auto !important;
    right: 0 !important;
    transition: all .5s;
}
.testimonialWrap .testimonialContent .elementor-swiper-button:hover {
    background: #3A5A5F !important;  
}
.testimonialWrap .testimonialContent .elementor-swiper-button svg {
    display: none;
}
.testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev {
    right: 78px !important;
}
.testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-next {
    
}
.testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev:after,
.testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-next:after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.orText .elementor-heading-title {
    font-family: 'Tungsten';
    font-weight: bold;
    letter-spacing: 1px;
}


/* preloader css start */

.prelaoder {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;  
  z-index: 9999;   
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  display: none;   
  
}       
.home .prelaoder {
    display: block;
}
.page-loaded .prelaoder {
    opacity: 0;
    visibility: hidden;
    transition-delay: 3s;      
}
.prelaoder:after {
    content: '';
    /*background: #3A5A5F; */
    background: #f58976;
    transform: translateY(100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; 
    left: 0;
    transition: all .5s;
}
.page-loaded .prelaoder:after {
    transform: translateY(0%);
} 
 
.prelaoder .innerBox {
  flex-direction: column;
  justify-content: center;
  display: flex;
  text-align: center;
  height: 100%;
}
.prelaoder .innerBox .logo { 
    width: 240px; 
    margin: 0 auto;
    z-index: 1; 
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
}
.page-loaded .prelaoder .innerBox .logo {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    animation: preloadeffect 2.3s linear;
    animation-delay: .3s;  
}  
@keyframes preloadeffect {  
    0% {
        -webkit-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    10% {
        opacity: 0;
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -o-transform: translateY(50px);
        -moz-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.prelaoder .innerBox .logo-image {
    width: 100%;
    height: 213px; 
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;     
}

/*prelaoder - end*/    


 

.scnTitle .elementor-heading-title {
    opacity: 0;
    -webkit-text-stroke-color: #3A5A5F;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(135deg, #3A5A5F 0%, #3A5A5F 50%, transparent 35.1%);
    background-size: 0% 100%;
    transition: opacity 1s, background-size 1s;
}   
.whiteTitle .elementor-heading-title {
    -webkit-text-stroke-color: #fff;
    background-image: linear-gradient(135deg, #fff 0%, #fff 50%, transparent 35.1%); 
} 
.scnTitle.in-viewport-once .elementor-heading-title {
    background-size: 300% 100%; 
    opacity: 1;
    transition-delay: .5s, 1s;     
}



.bannerWrap .title .elementor-heading-title {
transform: translate(0px, 15px);
    opacity: 0;
    transition: transform 1s, opacity .5s;
}

.page-loaded .bannerWrap .title .elementor-heading-title {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform 1s, opacity .5s; 
    transition-delay: 3.3s, 3.5s;
}
 
 
.supportWrap .scnTitle .elementor-heading-title span,
.supportWrap .scnTitle .elementor-heading-title label {
    opacity: 0;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: .5px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(135deg, #fff 0%, #fff 50%, transparent 35.1%);
    background-size: 0% 100%; 
    transition: opacity 1s, background-size 1s;
}   

.supportWrap .scnTitle.in-viewport-once .elementor-heading-title span,
.supportWrap .scnTitle.in-viewport-once .elementor-heading-title label { 
    opacity: 1;
    background-size: 300% 100%;   
    transition-delay: .5s, 1s;     
}     

.supportWrap .scnTitle.in-viewport-once .elementor-heading-title label {
    background-size: 300% 100%; 
    opacity: 1;
    transition-delay: .8s, 1.3s;      
}
  
.supportWrap .scnTitle .elementor-heading-title label:after { 
    transform: translate(0px, 15px);
    opacity: 0;
    transition: transform 1s, opacity .5s;
}

.supportWrap .scnTitle.in-viewport-once .elementor-heading-title label:after { 
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform 1s, opacity .5s; 
    transition-delay: 1.5s, 1.7s;
} 
.supportWrap .scnTitle .elementor-heading-title { 
    opacity: 1;
    background: transparent;
    transition: all 0s;
    -webkit-text-stroke-width: 0;
}

.serviceWrap .box .elementor-cta .elementor-cta__bg-wrapper .elementor-cta__bg {
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    transition: all .5s linear;
    transform: translate3d(0px, 0, 0) scale(1);
}
.serviceWrap .box .elementor-cta:hover .elementor-cta__bg-wrapper .elementor-cta__bg {
    transform: translate3d(-20px,0,0) scale(1.12); 
}


/* privacy */

.innrBnner .readText p {
    text-shadow: 0 0 0;
} 
.page-loaded .bannerWrap.innrBnner .title .elementor-heading-title {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: transform 1s, opacity .5s;
    transition-delay: .3s, .5s;
} 
.commonPerWrap .supportWrap {
    border-top: none !important;
}

.privacyContent .privacyText h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; 
}
.privacyContent .privacyText h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; 
}
.privacyContent .privacyText h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; 
}
.privacyContent .privacyText h5 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; 
}
.privacyContent .privacyText h6 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px; 
}
.privacyContent .privacyText ol li:last-child,
.privacyContent .privacyText ul li:last-child {
    margin-bottom: 0;
}
.privacyContent .privacyText ol li p,
.privacyContent .privacyText ul li p {
    padding-bottom: 10px;
}

/*appointmentWrap*/

body .appointmentWrap:before {
    background-position: center bottom -100px !important;
}
.appointmentWrap .readyBox .expertTitle .elementor-heading-title { 
    font-size: 42px; 
}
.formWrap.appointmentWrap .elementor-form-fields-wrapper .elementor-field-textual {
    background: #3a5a5f;
}
.appointmentWrap .readyBox:before {
    top: -100px;
    height: calc(100% + 100px);
}
.formWrap.appointmentWrap .elementor-form-fields-wrapper .elementor-field-type-submit .dbtn, 
.formWrap.appointmentWrap .elementor-form-fields-wrapper .elementor-field-type-submit .btnWrp {
    width: auto;
}

.button3 .dbtn {
    border-color: #f58976 !important;
}
 
.mapWrap .gm-style .gm-style-cc a, .mapWrap .gm-style .gm-style-cc button, .mapWrap .gm-style .gm-style-cc span,
.mapWrap .gm-control-active, 
.mapWrap .gm-style .gm-style-iw-tc, 
.mapWrap .gm-style .gm-style-iw-c { 
    display: none !important;
}
  
/*worksWrap*/

body .worksWrap:before {
    top: -75px;
    height: calc(100% + 230px) !important;
}

.mapWrap .expertTitle .elementor-heading-title {
    font-size: 26px;
}
.mapWrap .scnTitle .elementor-heading-title {
    font-size: 60px; 
    line-height: 56px;
}
.mapWrap .mapBox .topText p {
    font-size: 16px;
    line-height: 28px; 
    padding-bottom: 15px;
} 
.mapWrap .mapBox .bottomText p {
    font-size: 14px;
    line-height: 22px !important; 
} 





/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                   ADDITIONAL 1 STYLE --- RESPONSIVE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

@media (min-width: 1600px) and (max-width: 1725px) {

    .processWrap .box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .processWrap .box .colorBox {
        padding: 80px 20px 30px;
    }
    .processWrap .freeTitle .elementor-heading-title { 
        font-size: 44px;
        line-height: 46px;
    }
    .processWrap .box .numberTitle .elementor-heading-title {
        font-size: 40px;
    }
    .processWrap .box .numberTitle {
        min-height: 60px; 
        width: 60px !important;
        left: calc(50% - 30px) !important;
        top: -30px !important;
    } 

    .serviceWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -80px !important;
    }
    .serviceWrap .elementor-swiper-button.elementor-swiper-button-next {
        right: -80px !important;
    } 


}

@media (min-width: 1441px) and (max-width: 1599px) {

    .welcomeWrap .textBox {
        padding-right: 0;
        padding-left: 0;
    }
    .serviceWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -70px !important;
    }
    .serviceWrap .elementor-swiper-button.elementor-swiper-button-next {
        right: -70px !important;
    } 
    .serviceWrap .box .elementor-cta__content .elementor-cta__title {
        font-size: 30px; 
        line-height: 36px; 
    }
    .serviceWrap:before {
        height: calc(100% - 13%) !important;
    }
    .clientsWrap {
        margin-top: -139px !important;
    }

    .clientsWrap .slideBox {
        --content-width: 800px !important;
    }

    .processWrap .box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .processWrap .box .colorBox {
        padding: 80px 20px 30px;
    }
    .processWrap .freeTitle .elementor-heading-title { 
        font-size: 44px;
        line-height: 46px;
    }
    .processWrap .box .numberTitle .elementor-heading-title {
        font-size: 40px;
    }
    .processWrap .box .numberTitle {
        min-height: 60px; 
        width: 60px !important;
        left: calc(50% - 30px) !important;
        top: -30px !important;
    } 

    .testimonialWrap .testimonialContent .elementor-testimonial__text {
        font-size: 58px;  
        line-height: 58px;
    }

    .clientsWrap .bigTitle .elementor-heading-title {
        font-size: 132px;
    }
    .clientsWrap .slideBox .elementor-swiper-button-next, 
    .clientsWrap .slideBox .elementor-swiper-button-prev { 
        top: -195px !important;
    }


}

@media (min-width: 1200px) and (max-width: 1440px) {

    .bannerWrap .title .elementor-heading-title {
        font-size: 64px;
    }
    .bannerWrap .hmContent p {
        font-size: 22px;
    } 

    .expertTitle .elementor-heading-title {
        font-size: 30px;
    } 
    .welcomeWrap:before { 
        height: calc(100% + 164px) !important;
    }

    .serviceWrap .elementor-swiper-button.elementor-swiper-button-prev {
        left: -40px !important;
    }
    .serviceWrap .elementor-swiper-button.elementor-swiper-button-next {
        right: -40px !important;
    } 
    .serviceWrap .box .elementor-cta__content .elementor-cta__title {
        font-size: 30px; 
        line-height: 36px; 
    }
    .serviceWrap:before {
        height: calc(100% - 21.8%) !important;
    } 
    .serviceWrap .box .elementor-cta__bg-wrapper {
        height: 368px; 
    }

    .clientsWrap .clientTitle .elementor-heading-title {
        font-size: 44px;
        line-height: 44px;
    } 
    .clientsWrap .slideBox .elementor-swiper-button-prev {
        right: 66px;
    }
    .clientsWrap .textContent p {
        font-size: 16px;
    }

    .processWrap .freeTitle .elementor-heading-title { 
        font-size: 39px;
        line-height: 42px;
    }
    .processWrap .box .numberTitle .elementor-heading-title {
        font-size: 34px;
    }
    .processWrap .box .numberTitle {
        min-height: 60px;  
    } 

    .testimonialWrap .testimonialContent .elementor-testimonial__text {
        font-size: 54px;  
        line-height: 54px;
    } 
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__name {
        font-size: 20px;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image img {
        width: 230px;
        height: 50px; 
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev:after, 
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-next:after {
        width: 26px;
        height: 26px; 
        top: calc(50% - 13px);
        left: calc(50% - 13px);
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button { 
        width: 50px;
        height: 56px;  
        top: -76px !important;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev {
        right: 66px !important;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image {
        top: 110px;   
        right: -54px;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__content {
        padding-right: 140px; 
    }

    .clientsWrap .bigTitle .elementor-heading-title {
        font-size: 116px;
        letter-spacing: 0;
    }

  

}

/* Laptop screen */
@media (min-width: 1025px) and (max-width: 1199px) { 

    .header .menuBox .elementor-nav-menu--toggle { 
        top: 10px;
    } 
    .header .logoimage:before, .header .logoimage:after {
        top: 80px;
        height: 3px;
    }
    .header .menuBox .elementor-menu-toggle {
        left: -18px;
        top: -5px;
        transform: scale(.8);
    }
    .header { 
        padding-top: 10px !important;
    } 
    .header .bigBtn .dbtn {  
        font-size: 20px !important; 
        padding: 10px 12px 11px !important;
        min-width: 130px;
    }
    .menu-active .header .menuBox .elementor-menu-toggle { 
        left: 12px;
    }

    .bannerWrap .title .elementor-heading-title {
        font-size: 58px;
        line-height: 1;
    }
    .bannerWrap .hmContent p {
         font-size: 20px;
        line-height: 28px;
    } 
    .bannerWrap .title .elementor-heading-title:after {
        height: 22px;
    }

    .expertTitle .elementor-heading-title {
        font-size: 28px;
    } 
    .welcomeWrap:before { 
        top: -60px !important;
        height: calc(100% + 120px) !important;
    }

    .serviceWrap .box .elementor-cta__content .elementor-cta__title {
        font-size: 30px; 
        line-height: 36px; 
    }
    .serviceWrap:before {
        height: calc(100% - 21.8%) !important;
    } 
    .serviceWrap .box .elementor-cta__bg-wrapper {
        height: 320px; 
    }
    .serviceWrap .box .elementor-cta:after {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }      

    .clientsWrap .clientTitle .elementor-heading-title {
        font-size: 44px;
        line-height: 44px;
    } 
    .clientsWrap .slideBox .elementor-swiper-button-prev {
        right: 66px;
    }                                                                                       
    .clientsWrap .textContent p {
        font-size: 16px;
    }

    .processWrap .freeTitle .elementor-heading-title { 
        font-size: 35px;
        line-height: 35px;
    }
    .processWrap .box .numberTitle .elementor-heading-title {
        font-size: 30px;
    }
    .processWrap .box .numberTitle {
        min-height: 50px;  
    }  
    .processWrap .freeTitle .elementor-heading-title:after { 
        width: 64px;
        height: 3px;
        margin: 12px auto 18px; 
    }

    .testimonialWrap .testimonialContent .elementor-testimonial__text {
        font-size: 48px;  
        line-height: 48px;
    } 
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__name {
        font-size: 20px;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image img {
        width: 200px;
        height: 40px;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev:after, 
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-next:after {
        width: 26px;
        height: 26px; 
        top: calc(50% - 13px);
        left: calc(50% - 13px);
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button { 
        width: 50px;
        height: 56px;  
        top: -68px !important;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev {
        right: 66px !important;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image {
        top: 95px;
        right: -40px;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__content {
        padding-right: 116px;
        margin-bottom: 20px;
    }
          
    .clientsWrap .bigTitle .elementor-heading-title {
        font-size: 110px;
        letter-spacing: 0;
    }

    .appointmentWrap .readyBox .expertTitle .elementor-heading-title {
        font-size: 36px;
    }
    .mapWrap .gmp_MapPreview,   
    .mapWrap .gmp_map_opts .gmpMapDetailsContainer {
        height: 580px !important;
    }

    body .worksWrap:before {
        top: -30px;
        height: calc(100% + 150px) !important;
    }

    .mapWrap .scnTitle .elementor-heading-title {
        font-size: 46px;
        line-height: 44px;
    }
    .mapWrap .expertTitle .elementor-heading-title {
        font-size: 22px;
    }
    .mapWrap .mapBox .topText p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 15px;
    } 
    .mapWrap .mapBox .bottomText p {
        font-size: 12px;
        line-height: 19px !important;
    }

}

/* Large desktop */
@media (min-width: 768px) {

    /*.bannerWrap .title .elementor-heading-title {
        opacity: 0;
        -webkit-text-stroke-color: #fff;
        -webkit-text-stroke-width: 1px;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-repeat: no-repeat;
        background-image: linear-gradient(135deg, #fff 0%, #fff 50%, transparent 35.1%);
        background-size: 0% 100%;
        transition: opacity 1s, background-size 1s;
    }   
    .page-loaded .bannerWrap .title .elementor-heading-title {
        background-size: 300% 100%; 
        opacity: 1;
        transition-delay: 3s, 3.5s;     
    }
    .bannerWrap .title .elementor-heading-title:after { 
        transform: translate(0px, 15px);
        opacity: 0;
        transition: transform 1s, opacity .5s;
    }

    .page-loaded .bannerWrap .title .elementor-heading-title:after { 
        transform: translate(0px, 0px);
        opacity: 1;
        transition: transform 1s, opacity .5s; 
        transition-delay: 4s, 4.2s;
    }*/
    	
	 	
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 

    .header { 
        padding-top: 10px !important;
    } 
    .header .bigBtn .dbtn {  
        font-size: 18px !important; 
        padding: 11px 20px 10px !important;
        min-width: inherit;
    }
    .header .menuBox .elementor-nav-menu--toggle { 
        top: 10px;
    } 
    .header .logoimage:before, .header .logoimage:after {
        top: 77px;
        height: 3px;
    }
    .header .menuBox .elementor-menu-toggle {
        left: -28px;
        top: -5px;
        transform: scale(.8);
    }
    .menu-active .header .menuBox .elementor-menu-toggle { 
        left: 12px;
    }

    .bannerWrap .title .elementor-heading-title {
        font-size: 50px;
    }
    .bannerWrap .hmContent p {
         font-size: 20px;
        line-height: 28px;
    } 
    .bannerWrap .title .elementor-heading-title:after {
        height: 18px;
    }


    .expertTitle .elementor-heading-title {
        font-size: 28px;
    } 
    .welcomeWrap:before { 
        top: -60px !important;
        height: calc(100% + 120px) !important;
    }

    .serviceWrap .box .elementor-cta__content .elementor-cta__title {
        font-size: 30px; 
        line-height: 36px; 
    }
    .serviceWrap:before {
        height: calc(100% - 17.8%) !important;
    } 
    .serviceWrap .box .elementor-cta__bg-wrapper {
        height: 320px; 
    }
    .serviceWrap .box .elementor-cta:after {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    } 

    .clientsWrap .clientTitle .elementor-heading-title {
        font-size: 34px;
        line-height: 36px;
    } 
    .clientsWrap .slideBox .elementor-swiper-button-prev {
        right: 54px;
    }  
    .clientsWrap .textContent p {
        font-size: 16px;
    }

    .processWrap .freeTitle .elementor-heading-title { 
        font-size: 32px;
        line-height: 32px;
    }
    .processWrap .box .numberTitle .elementor-heading-title {
        font-size: 30px;
    }
    .processWrap .box .numberTitle {
        min-height: 50px;  
    }  
    .processWrap .freeTitle .elementor-heading-title:after { 
        width: 48px;
        height: 3px;
        margin: 12px auto 18px; 
    }  
 
    .testimonialWrap .testimonialContent .elementor-testimonial__text {
        font-size: 40px;  
        line-height: 40px;
    } 
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__name {
        font-size: 18px;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image img {
        width: 160px;
        height: 32px;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev:after, 
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-next:after {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button { 
        width: 40px;
        height: 40px;  
        border-radius: 7px;  
        top: -60px !important;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev {
        right: 54px !important;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image {
        top: 74px;
        right: -30px;  
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__content {
        padding-right: 82px;
        margin-bottom: 20px;
    } 

    .clientsWrap .bigTitle .elementor-heading-title {
        font-size: 88px;
        letter-spacing: 0;
    }

    .appointmentWrap .readyBox .expertTitle .elementor-heading-title {
        font-size: 32px;
    }
    .mapWrap .gmp_MapPreview,   
    .mapWrap .gmp_map_opts .gmpMapDetailsContainer {
        height: 580px !important;
    } 
    .appointmentWrap .readyBox p {
        padding-bottom: 15px;
    }
    .appointmentWrap .enquiryBox .scnTitle .elementor-heading-title {
        letter-spacing: 1px;
    }

    body .worksWrap:before {
        top: -30px;
        height: calc(100% + 150px) !important;
    }

    .mapWrap .scnTitle .elementor-heading-title {
        font-size: 38px;
        line-height: 36px;
    }
    .mapWrap .expertTitle .elementor-heading-title {
        font-size: 20px;
    }
    .mapWrap .mapBox .topText p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 12px;
    } 
    .mapWrap .mapBox .dbtn {
        font-size: 16px !important;
        padding: 9px 15px 11px !important;
    }
    .mapWrap .mapBox .bottomText p {
        font-size: 12px;
        line-height: 19px !important;
    }
     
	
}

@media (min-width: 768px) and (max-width: 842px) {

    .serviceWrap:before {
        height: calc(100% - 22.2%) !important; 
    } 

}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
 
    .header { 
        padding-top: 10px !important;
    } 
    .header .menuBox .elementor-nav-menu--toggle { 
        top: 10px;
    } 
    .header .logoimage:before, .header .logoimage:after {
        top: 68px;
        height: 2px;
    } 
    .header .menuBox .elementor-menu-toggle {
        left: -47px;
        top: -11px;
        transform: scale(.6);
    }

    .header .bigBtn .dbtn {  
        font-size: 15px !important;
        min-width: inherit;
        padding: 9px 8px 8px !important;
        letter-spacing: 2px;
    }
    .header .bigBtn .dbtn label {
        display: none;
    }

    .header nav.elementor-nav-menu--dropdown {
        width: 360px !important;
        padding: 70px 10px 45px 20px; 
    }
    .menu-active .header .menuBox .elementor-menu-toggle { 
        top: 10px;
        left: -16px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .elementor-nav-menu li a {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 2px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul li a {
        font-size: 20px;
        line-height: 26px; 
    }
    .header .menuBottom .infoBox ul li .elementor-icon-list-text { 
        letter-spacing: 1px;
        font-size: 22px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .menuBottom .bigBtn { 
        padding: 20px 0 !important;
    }	

    .header .menuBox nav.elementor-nav-menu--dropdown .socialBox .elementor-grid-item a {
        font-size: 20px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .socialBox .elementor-grid-item {
        margin-left: 10px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .socialBox {  
        top: 27px;
        right: 20px;
    }
    .header .menuBox nav.elementor-nav-menu--dropdown .inner .menuBottom .dbtn {
        padding: 9px 18px 8px !important;
    } 
    .header .menuBox nav.elementor-nav-menu--dropdown .inner .menuBottom .dbtn label {
        display: inline-block;
    }

    .bannerWrap .title .elementor-heading-title {
        font-size: 40px;
        line-height: 44px;
    }
    .bannerWrap .hmContent p {
        font-size: 17px;
        line-height: 25px;
    } 
    .bannerWrap .title .elementor-heading-title:after {
        height: 18px;
        display: none;
    }
    .bannerWrap .title .elementor-heading-title span {
        display: table;
        position: relative;
        margin: 0 auto;
    }
    .bannerWrap .title .elementor-heading-title span:after {
        content: '';
        display: block;
        background: #f58976;
        width: calc(100% + 20px);
        height: 14px;
        border-radius: 8px;
        position: absolute;
        bottom: 0px;
        left: -10px;
        z-index: -1;  
    }

    .expertTitle .elementor-heading-title {
        font-size: 24px;
    } 
    .welcomeWrap:before { 
        top: -30px !important;
        height: calc(100% + 60px) !important;
    }

    .serviceWrap .box .elementor-cta__content .elementor-cta__title {
        font-size: 25px; 
        line-height: 26px; 
    }
    .serviceWrap:before {
        height: calc(100% - 18.8%) !important;
    } 
    .serviceWrap .box .elementor-cta__bg-wrapper {
        height: 320px; 
    }
    .serviceWrap .box .elementor-cta:after {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }   
    .serviceWrap .box .elementor-cta__content {
        min-height: 100px;
    }

    .processWrap .optionalBox .colorBox {
        margin: 0 auto;
    } 
 
    .clientsWrap .clientTitle .elementor-heading-title {
        font-size: 28px;
        line-height: 32px;
    } 
    .clientsWrap .textContent p {
        font-size: 15px;
    }
     .clientsWrap .slideBox .elementor-swiper-button-prev {
        top: -58px !important;
        right: auto !important;
        left: calc(50% - 45px) !important;
    }  
    .clientsWrap .slideBox .elementor-swiper-button-next {
        top: -58px !important;
        right: calc(50% - 45px) !important;
    }

    .processWrap .freeTitle .elementor-heading-title { 
        font-size: 30px;
        line-height: 30px;
    }
    .processWrap .box .numberTitle .elementor-heading-title {
        font-size: 30px;
    }
    .processWrap .box .numberTitle {
        min-height: 50px;  
    }  
    .processWrap .freeTitle .elementor-heading-title:after { 
        width: 48px;
        height: 3px;
        margin: 12px auto 18px; 
    }  

    .processWrap .optionalBox .box.in-viewport-once:nth-child(1) .colorBox { 
        transition-delay: .5s !important;
    }
    .processWrap .optionalBox .box.in-viewport-once:nth-child(2) .colorBox { 
        transition-delay: .7s !important;
    }
    .processWrap .optionalBox .box.in-viewport-once:nth-child(3) .colorBox { 
        transition-delay: .9s !important;
    }
    .processWrap .optionalBox .box.in-viewport-once:nth-child(4) .colorBox { 
        transition-delay: 1.2s !important;
    }
   

    .testimonialWrap .testimonialContent .elementor-testimonial__text {
        font-size: 32px;  
        line-height: 32px;
    } 
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__name {
        font-size: 16px;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image img {
        width: 146px;
        height: 32px;
        transform: inherit;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev:after, 
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-next:after {
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button { 
        width: 40px;
        height: 40px;  
        border-radius: 7px;  
        top: 30px !important;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-prev {
        right: auto !important;
        left: calc(50% - 45px) !important;
    }
    .testimonialWrap .testimonialContent .elementor-swiper-button.elementor-swiper-button-next {
        right: calc(50% - 45px) !important;
    } 
    .testimonialWrap .testimonialContent .elementor-testimonial__footer .elementor-testimonial__image {
        position: static;
        transform: inherit;
        margin: 10px auto 6px;
    }
    .testimonialWrap .testimonialContent .elementor-testimonial__content {
        padding-right: 0;
        margin-bottom: 10px;
    }   

    .prelaoder .innerBox .logo {
        width: 190px;
    }
    .prelaoder .innerBox .logo-image {
        height: 168px;
    }  

    .bigTitle {
        transform: inherit !important; 
    }

    .clientsWrap .bigTitle .elementor-heading-title {
        font-size: 108px;
        letter-spacing: 0;
        left: 0;
    }

    .bannerWrap.innrBnner .title .elementor-heading-title:after {
        height: 14px;
        display: block;
        width: calc(100% + 20px);
        left: -10px;
    }


    .appointmentWrap .readyBox .expertTitle .elementor-heading-title {
        font-size: 32px;
    }

    .mapWrap .gmp_MapPreview,   
    .mapWrap .gmp_map_opts .gmpMapDetailsContainer {
        height: 300px !important;    
    }   
    .appointmentWrap .readyBox p {
        padding-bottom: 15px;
    }  
    .appointmentWrap .readyBox .rightBox:before {
        content: '';
        display: block;
        background: #F58976;
        width: 120px;
        height: 2px;
        margin: 28px auto;
        position: static;
    }
    .appointmentWrap .enquiryBox .scnTitle .elementor-heading-title {
        letter-spacing: 1px;
    }
    .formWrap.appointmentWrap .elementor-form-fields-wrapper .elementor-field-type-submit {
        margin-bottom: 0 !important;
        margin-top: 0;
    }
    .formWrap.appointmentWrap .elementor-form-fields-wrapper .elementor-field-textual {
        padding-right: 48px;
    }

    .mapWrap .mapBox {
        position: static !important;
        margin: 40px auto 0 !important;
    }

    body .worksWrap:before { 
        height: calc(100% + 170px) !important;
    }
    
    .mapWrap .scnTitle .elementor-heading-title {
        font-size: 38px;
        line-height: 36px;
    }
    .mapWrap .expertTitle .elementor-heading-title {
        font-size: 20px;
    }
    .mapWrap .mapBox .topText p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 12px;
    } 
    .mapWrap .mapBox .dbtn {
        font-size: 16px !important;
        padding: 9px 15px 11px !important;
    }
    .mapWrap .mapBox .bottomText p {
        font-size: 12px;
        line-height: 19px !important;
        letter-spacing: 0;
    }   


	
}

     
/* Landscape phones and down */
@media (max-width: 480px) { 

    .serviceWrap .box .elementor-cta__content {
        min-height: inherit;
    }
    .serviceWrap:before {
        height: calc(100% - 20.3%) !important;
    }


}