@media (min-width: 576px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 540px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 720px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile .navbar_wrap {
        max-width: 660px;
        display: block;        
        position: relative;        
        margin: auto;        
        padding-top: 8px;
    }
    
}

@media (min-width: 992px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 960px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile {
        display: none;
    }


    .navbar_mobile { 
        padding :0;
    }
    
    .elementor-element-cc95505 .elementor-container .elementor-container .elementor-row  {
        /* padding: 0!important */
        margin-left: -35px;
        margin-right: -35px;
        width: calc(100% + 70px);
    }
    
}

@media (min-width: 1200px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}




@media (max-width: 1200px) {
    .service-wrap .service-content {
        min-height: 125px;
    }
    #NavbarMainHeader a.link {
        font-size: 0;
        display: none !important
    }
    
    .mobileCtaIcon {
        position: fixed;
        bottom: 30px;
        right: 30px;
        display: block;
        height: 70px;
        width: 70px;
        background-color: #00adc6;
        border-radius: 100%;
        text-align: center;
        color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        z-index: 9999;
    }

    .mobileCtaIcon i {
        position: relative;
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 70px;
        margin: 0;
    }
    .mobileCtaIcon img {
        height: 30px;
        max-width: 30px;
        position: relative;
        top: 20px;
        fill: #fff;
    }
	.custom_margin_section  {
		margin-bottom: -50px !important
	}
}

/* @media (max-width: 992px) and (min-width: 767px ) {
    .Front-Header-form .elementor-widget-container {
        padding: 20px 10px !important
    }
} */



@media (max-width: 992px) {
    
    html , body {
        height: 100%;
    }

    #masthead {
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }
    #masthead .navbar.bg-transparent {
        padding:0;
        min-height: 90px;
    }
    
    #masthead+* {
        margin-top : 90px
    }
    
    #masthead .navbar_mobile {
        position: absolute;        
    }

    #masthead .navbar-toggler {
        position: relative;
        z-index: 9999;
        color: #20363e;
        border: 0;
    }
    #masthead .navbar-toggler:focus {
        outline: none;
    }
    #masthead .navbar-toggler[aria-expanded="true"]{
        color: #fff;
        /* position: fixed;
        top: 40px;
        right: 30px; */
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    #masthead .navbar_mobile #NavbarMainHeaderMobile .navbar_wrap {
        max-width: 660px;
        display: block;
        margin: auto;
        padding-top: 8px;
        max-height: 100vh;
        overflow: auto;
        padding-bottom: 50px
    }
   
    
    #NavbarMainHeaderMobile.collapse:not(.show) {
        display: block !important;
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile.navbar-collapse.collapse {
        display: block;
        /* left: 101%; */
        height: 100%;
        /* transition: all ease 0.3s; */
        opacity: 0;
        position: fixed;
        top: 0;
        left: 101%;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        /* transition: all ease 0.1s; */
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile.navbar-collapse.collapsing {
        display: block !important;
        height: 100%;
        opacity: 1;
        position: fixed !important;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        transition: all ease 150ms;
        overflow: none !important;
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile.navbar-collapse.collapse.show {
        display: block;
        height: 100%;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        transition: all ease 150ms;
        
    }
    
    #masthead .navbar_mobile #NavbarMainHeaderMobile.navbar-collapse .background_wrap {
        position: fixed;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        min-height: 150vh;
        background-color: #20363e;
        z-index: -1;
        transition: all ease 0.3s;
    }
    
    #masthead .navbar_mobile #NavbarMainHeaderMobile.navbar-collapse.collapse.show .background_wrap {
        left: 0;
    }
    
    #masthead .navbar_mobile #NavbarMainHeaderMobile .nav-link {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 300;
    }

    #masthead .navbar_mobile #NavbarMainHeaderMobile .navbar-brand-link {
        margin-bottom: 50px;
        display: block
    }
    
    #masthead .navbar_mobile #NavbarMainHeaderMobile .navbar-nav {
        margin-bottom: 40px;
    }
    
    #masthead .navbar_mobile #NavbarMainHeaderMobile .contact_wrapper {
        color: #fff;
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile .contact_wrapper p{
        margin-bottom: 0;
    }

    #masthead .navbar_mobile #NavbarMainHeaderMobile .contact_wrapper p span{
        font-size: 1.5rem;
        font-weight: 700;
    }
    #masthead .navbar_mobile #NavbarMainHeaderMobile .contact_wrapper p>a {
        font-weight: 500;
    } 
    .cta_desktop {
        display: flex;
    }
    .cta_desktop li a{
        height: 100%;
        align-items: center;
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }
    .cta_desktop li a i {
        margin-left: 5px;
    }
    .info-wrap {
        padding: 15px;
        text-align: center;
    }
    
    
    .menu-icon span
    {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        
        background: #20363e;
        border-radius: 0px;
        
        z-index: 1;
        
        transform-origin: 4px 0px;
        
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    .menu-icon span:first-child {
        transform: translateX(5px);
    }
    .menu-icon span:last-child  {
        transform-origin: 0% 0%;
        transform: translateX(-5px);
    }
    
    .menu-icon span:nth-last-child(2)
    {
        transform-origin: 100% 100%;
    }
    
    #masthead .navbar-toggler[aria-expanded="true"] .menu-icon span {
        opacity: 1;
        transform: rotate(45deg) translate(0px, -20px);
        background: #fff;
    }
    
    /*
    * But let's hide the middle one.
    */
    #masthead .navbar-toggler[aria-expanded="true"] .menu-icon span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    
    /*
    * Ohyeah and the last one should go the other direction
    */
    #masthead .navbar-toggler[aria-expanded="true"] .menu-icon span:nth-last-child(2) {
        transform: rotate(-45deg) translate(8px, -1px);
    }

    /* .custom_margin_s ection {    
        margin-top: -600px;
        margin-top: -70vh !important;
        min-height: 70vh;
    } */

    .service-wrap {
        padding: 15px 15px 30px;
    }
    .service-wrap .service-title {
        font-size: 21px;
        min-height: 87px;
    }

    .service-wrap .service-content {
        min-height: 169px;
    }

    .section-title {
        font-size: 35px;
    }

    .case-studies-section {
        padding: 50px 0;
    }
   
    .footer_wrapper .theme-logo {
        margin-bottom: 15px;
    }

	.custom_margin_section {
		margin-bottom: 0 !important;
	}
}



@media (max-width: 768px) {    

    #testimonial-section {
        padding: 50px 0;;
    }

    #masthead .navbar_mobile #NavbarMainHeaderMobile .navbar_wrap {
        max-width: 480px;
        display: block;
        margin: auto;
        padding-top: 8px;
    }

    /* .Front-Header-form {
        margin-lefT: 0 ;
    } */
     /* .service-wrap .service-content{
        min-height: 0;
    } */

    .entry-header-section {
        padding: 60px 0 10px    
    }
    .entry-header-section .entry-title {
        line-height: 67px;
    }
    
    .cs_wrap {
        margin-bottom: 50px;
        /* min-height: 340px; */
    }
    .service-wrap .service-content {
        min-height: 170px;
    }
	.elementor-29 .elementor-element.elementor-element-e5398be:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-e5398be > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: none !important
	}
	
    
}

@media (max-width: 768px) and (orientation: landscape) {
    .custom_margin_section {
        margin-top: -500px !important
    }
    .wp-image-80 {
        margin-bottom: 2rem;
    }
    .site-info {
        margin-top: 0;
    }
    .service-wrap {
        padding: 15px 10px 30px;
    }
    .service-wrap .service-title {
        font-size: 14px;
    }
    .service-wrap .service-content {
        font-size: 12px;
        min-height: 0 !important;
    }
    .service-wrap  a.link {
        font-size: 12px;
    }
}


@media (max-width: 767px) {
    .case-studies-section {
        padding: 30px 0;
    }
    .service-wrap .service-title , .service-wrap .service-content{
        min-height: 0;
    }
    .cta_desktop li:last-child {
        display: none;
    }
    .cta_desktop li {
        width: 100% !important;
    }
    .cta_desktop li:first-child a {
        background-color: #E94734!important;
    }
}

@media (max-width: 766px) and (orientation: landscape){
	.custom_margin_section  {
		margin-top: 0 !important;
	}
}

@media (max-width: 576px) {
    #masthead .navbar_mobile #NavbarMainHeaderMobile .navbar_wrap {
        max-width: 85%;
    }
    .Front-Header-form {
        margin: auto;
    }
    .testimonial-user-review {
        padding: 60px 0 30px;
        border: 0;
    }
    #testimonial-section {
        padding: 30px 0;
    }
    .info-wrap {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .menu-menu-1-container {
        display: none;
    }
    .footer_wrapper .textwidget + img {
        margin-bottom: 30px;
    }
    
    .footer_wrapper .custom-html-widget:last-child {
        margin-bottom: 0;
    }
    
    .footer_wrapper .social-links-wrap {
        padding: 30px 0 0;
        border-top: 1px solid #fff;
        justify-content: center;
        /* border-bottom: 1px solid #fff; */
        
    }
    .footer_wrapper .social-links-wrap p {
        font-size: 1.2rem;
    }
    .site-footer {
        min-height: 0;
        padding: 30px 0;
        
    }
    .site-info {
        margin-top: 5px;
    }
    .section-title {
        font-size: 30px;
    }
    .cs_wrap {
        margin-bottom: 50px;
        min-height: 0;
    }

    .cs_wrap .cs_content  {
        min-height: 0;
    }
    .service-wrap {
        padding: 40px;
    }

    .service-wrap .service-title {
        font-size: 25px;
    }

    .service-wrap .service-content {
        min-height: 0;
    }

    .custom_margin_section {
        margin-top: 0 !important;
		margin-bottom: 0 !important;
    }
    .Front-Header-form {
        max-width: 100% !important;
        box-shadow: none;
    }

    .elementor-element .elementor-widget-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .elementor-element-305742d>.elementor-column-wrap , 
    .elementor-element-4ff6ca5>.elementor-column-wrap , 
    .elementor-element-175f6fe>.elementor-column-wrap {
        padding: 0 !important;
    }

    .elementor-element-305742d>.elementor-column-wrap , 
    .elementor-element-4ff6ca5>.elementor-column-wrap {
        margin-bottom: 20px;
    }

    .Front-Header-form {
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }

    .elementor-element-e5398be .elementor-widget-container ,
    .elementor-element-cc95505 .elementor-widget-container ,  
    .elementor-element-84edd2a .elementor-container{   
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .elementor-element-a89d2f9 .elementor-widget-container {
        margin-bottom: 0 !important;
    }

    .elementor-element-58a5488 .section-title {
        font-size: 30px;
        text-align: center;
    }

    .block-title span {
        display: block;
    }
    .info-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .info-wrap .info-title {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .info-wrap .info-content {
        padding-right: 0;
    }
    .footer_wrapper .social-links-wrap {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        border-bottom: 1px solid #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        border-color: rgba(255,255,255,0.5)
    }
    .site-info {
        border-top: 0;  
        text-align: center;
        max-width: 300px;
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
    .footer_wrapper .social-links-wrap p , .footer_wrapper .social-links {
        margin-bottom: 0;
    }

    .menu-footer-menu-container {
        display: none;
    }
    .site-footer:before {
        background-color: rgba(43,70,79, 1);
    }

    .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0 !important
    }
    .elementor-29 .elementor-element.elementor-element-df59de2 > .elementor-widget-container  {
        padding: 0 30px !important
    }
    .elementor-29 .elementor-element.elementor-element-7d959ee > .elementor-widget-container {
        padding-left :20px !important
    }

    .column-form-contact {
        margin-bottom: 60px;
    }

    .address-block  .elementor-image-box-wrapper{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .elementor-189 .elementor-element.elementor-element-322dfd0 .elementor-image-box-wrapper .elementor-image-box-img {
        text-align: left;
    }
    .address-block  .elementor-image-box-content {
        text-align: left;
        font-size: 19px;
    }
    .testimonial-section {
        padding-bottom: 30px;
    }
    .testimonial-parent-wrap .testimonial_wrap {
        padding: 60px 0;
        border: 0;
        margin-bottom: 0;
    }
    .testimonial-parent-wrap:nth-child(even) {
        background-color: #F2F2F2
    }
    .testimonial_wrap .testimonial_author_wrap , .testimonial_wrap .testimonial_title .user-post {
        margin-bottom: 0;
    }
    .testimonial-parent-wrap:first-child  .testimonial_wrap{
        padding-top: 0;
    }
    .testimonial_wrap .testimonial_title {
        margin-top: 5px;
    }
    .testimonial_wrap .testimonial_title .user-title {
        opacity: 1;
        color: #666666;
        font-size: 16px;
    }
    .testimonial_wrap .testimonial_title .user-post {
        font-size: 13px;
        font-weight: 800;
    }

    .elementor-element-334b302  .elementor-widget-container {
        padding: 0 !important;
    }
    .elementor-widget-toggle .elementor-toggle .elementor-tab-title , .elementor-widget-toggle .elementor-toggle .elementor-tab-content{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .banner-text p {
        line-height: 56px;
        font-family: 43px;
    }
    .calc-result-table {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .footer_wrapper .social-links {
        margin-top: 0;
    }
}