@media (max-width: 1400px) {
	/*== == SITE WIDE == == */
	body .row-container {
    padding: 0 20px;
}
	
	/*== == SITE WIDE  END == == */
	
	
	/*== == MWM FOOTER == == */
	.date-sitename,
	#footer .privacy-text {
		left: 20px;
	}
	
	.privacy-site.moduletable{
		right: 20px;
	}

.footer-block .footer-block-item#middle li a {
    font-size: 14px;
}
	
	/*== == MWM FOOTER END == == */
}

@media (max-width: 1200px){

}


@media (max-width: 1024px) {

	.title, .subtitle {
		font-size: 50px !important;
		line-height: 56px !important;
	}

	div#page {
  	  padding: 0px;
}

.service-fold5 .readmore {
    margin: 20px auto 0px;
}

.module-fold-u-wrapper {
    flex-direction: column;
    text-align: center;
}

	/*== == SERVICE FOLD1 == ==*/
	
	.service-fold1-text {
 	   padding: 170px 0px 70px;
}
	
		/*== == SERVICE FOLD1 END == ==*/


	/*== == MOBMENU == ==*/


.mobmenu-content li > .sub-menu li {
    padding-left: 0px;
}
	
.mob-menu-header-holder.mobmenu {
    background: none;
    height: 60px;
    transition: all 500ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding: 0px;
}

.mob-standard-logo {
    height: 100% !important;
}

.mob-standard-logo > img{
    height: 100% !important;
    transform: scale(0.9);
}

.mobmenu-content #mobmenuleft .sub-menu {
    padding: 0px;
}

.navbar-fixed-top .mob-menu-logo-holder {
    /* background: #00000094; */
    height: 50px;
}

.mob-menu-logo-holder {
    height: 100%;
    transition: all 500ms ease;
}

.mobmenul-container {
    top: 0px;
    transform: translatey(0%);
    height: 100%;
    display: flex;
    align-items: center;
    left: 0px;
}

.mob-menu-header-holder.mobmenu.navbar-fixed-top {
    background: #00000091;
}

	
	/* == == MWM FOOTER == == */
	
	.privacy-site.moduletable {
    right: 0px;
    width: auto;
    position: relative;
    float: none;
    top: 0px;
    width: auto;
    transform: none;
    -webkit-transform: none;
    text-align: center;
    margin: 0px;
}
	
	#footer .socials i{
		margin-bottom: 0px;
	}
	#footer .socials{
		float: none;
	}
	#footer .privacy-text{
		    position: relative;
		    right: auto;
		    top: auto;
		    transform: none;
		    -webkit-transform: none;
		    text-align: center;
		    float: none;
		    clear: both;
		    left: 0px;
		    margin-bottom: 10px;
	}
	
	.date-sitename{
		position: relative;
		margin: auto;
		width: auto !important;
		display: block;
		left: 0px;
		text-align: center;
		top: 0px;
		transform: none;
	}

	div#footer .row-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
}

div#footer {
    padding: 20px 0px;
}
	
/* == == EBOOK FOLD == == */
	
	div#ebook-fold{
		padding: 0px 0px 70px;
	}
	
	div#ebook-fold .ebook-image{
		width: calc(100% + 40px);
		margin: 0px auto;
		float: none;
		position: relative;
		left: -20px;
		margin-bottom: 20px;
	}
	
	div#ebook-fold .ebook-form{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	
	div#ebook-fold .ebook-form input.wpcf7-submit{
		margin: 0px auto;
	}
	
	.ebook-fold-inner {
    display: block;
}
	
.sub-btn {
    display: inline-block;
}
	
	
	.wpcf7 .ajax-loader {
		margin: 0 auto;
		display: block;
	}
	
	/* == == EBOOK FOLD END == == */	
	
	
/*== == Contact Page == ==*/

.map-fold-wrapper {
    flex-direction: column;
}

.site-header-fill .mob-menu-header-holder.mobmenu {
    background: black;
}

.map-fold-wrapper-left {
    display: none;
}
	
.contact-section {
    flex-direction: column;
	text-align: center;
}
	
.form-name, .form-email {
    width: 100%;
}
	
.contact-card,
.address-wrap{
    width: 100%;
}
	
.address-wrap ul {
    padding-left: 0px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
}
	
.contact-card .sub-btn {
    float: none;
    margin-left: 25px;
}
	
.address-wrap ul {
    padding-left: 0px;
    width: 100%;
    max-width: 300px;
}
	
	.address-wrap ul {
    display: flex;
    flex-direction: column;
    margin: 15px auto;
}

.address-wrap ul::before {
    top: -5px !important;
    left: unset;
    position: relative;
    transform: unset;
}

.address-wrap ul.phone::before {
    top: -7.5px !important;
    line-height: 1 !important;
}

/*== == Contact Page END == ==*/

	
.address-wrap ul {
    padding-left: 0px;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
}

	form.wpcf7-form > p {
    display: flex;
    margin: 0px;
    flex-direction: column;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin: 20px auto 0;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-top: 4px;
    display: block;
    box-sizing: border-box;
}

.form-name, .form-email {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-right: 0% !important;
}

body #page .contact-section form.wpcf7-form.init div {
    width: 100%;
}

.wpcf7 textarea {
    box-sizing: border-box;
    margin-top: 5px;
}

.address-wrap h1, h3.contact-title {
    margin: 20px 0px;
}
	
.headline {
    font-size: 22px;
    line-height: 28px;
}
	
	
	.title, .subtitle {
		font-size: 45px !important;
		line-height: 51px !important;
	}

.footer-block .row-container {
    flex-direction: column;
    gap: 20px;
}

.footer-block .socials {
    justify-content: center;
}

	
	.footer-block{
		padding: 30px 0px;
	}
.footer-block .footer-block-item {
    text-align: center;
    width: 100% !important;
    margin-right: 0px !important;
}
	
.footer-block .footer-block-item#middle {
    display: none;
}
	
.footer-block .readmore {
    float: none;
    display: block;
    margin: 20px auto 0px;
}
}


@media (max-width: 767px) {
	
	.footer-block{
		padding: 30px 0px;
	}
.footer-block .footer-block-item {
    text-align: center;
    width: 100% !important;
    margin-right: 0px !important;
}
	
.footer-block .footer-block-item#middle {
    display: none;
}
	
.footer-block .readmore {
    float: none;
    display: block;
    margin: 20px auto 0px;
}

}


@media (max-width: 640px) {

}

@media (max-width: 540px) {
	
	ul.services-list.duo {
		column-count:1;
	}

	ul.services-list{
		width: 100%;
		max-width: 640px;
	}
	
    div#ebook-fold .ebook-form .ebook-form-fields{
        flex-direction: column;
        gap: 10px;
    }
	.footer-block .footer-block-item h5{
		text-align: center;
	}
	
	.footer-block .footer-block-item#middle li {
    float: left;
    width: 100%;
    padding: 8.2px 0px;
    font-size: 17px;
    list-style-type: none;
    text-align: center;
}
	
	.footer-block .footer-block-item{
		text-align: center;
	}
	
	.footer-block .readmore{
		margin: 20px auto 0px;
	}
	
/*EBOOK FOLD*/

/*EBOOK FOLD END*/	
	
	/*CONTACT FORM*/
	.form-field.half {
	    flex: 1 0 100%;
}
	
.popup-form-wrapper h3 span {
	font-size:18px;
	line-height:26px;
}

.popup-inner-header, .pweb-title h3 {
	font-size:24px;
	line-height:32px;
}
		/*CONTACT FORM END*/

}

@media (max-width: 480px) {

	.readmore {
		width:100%;
	}
	
	
	/* == == EBOOK FOLD == == */
	
	/* == == EBOOK FOLD END == == */	
	
#contact-details > ul {
    width: 100%;
}

.home-fold2-readmore .readmore {
	margin:0px;
	width:100%;
}

	.home-fold2-readmore {
		flex-direction:column;
		width:100%;
		margin-top:20px;
	}
	
}

@media (max-width:440px) {

.title, .subtitle {
	font-size:32px !important;
	line-height:42px !important;
}

.jobs-listings-item-header {
	flex-direction:column;
}	

.jobs-listings-item-button-readmore .readmore{
	width:100%;	
}
	
}
@media (max-width: 400px) {
.multi-web-footer {
    font-size: 10.5px;
}
}