@media (max-width: 1500px) {
	/*== == SITE WIDE == == */
	.content-fold-j .row-container {
 	   padding: 0px 20px;
}
	/*== == SITE WIDE  END == == */
}

@media (max-width: 1400px) {
	/*== == SITE WIDE == == */
	body .row-container, .header-row-container  {
    padding: 0 20px;
}
	

	/*== == SITE WIDE  END == == */

	.footer-block .footer-block-item#middle {
	    width: 55%;
	    margin-right: 0%;
}
	.footer-block .footer-block-item {
	    width: 40%;
}

	
	/*== == MWM FOOTER == == */
	#footer .privacy-text {
	    left: 20px;
}
	
	#footer .privacy-text, #footer .socials {
		padding-right: 20px;
	}
	
	/*== == MWM FOOTER END == == */
}
@media (max-width: 1300px){
div.logo::before {
    width: 200%;
}
	div.logo * {
    height: 80px;
}
	div.logo img {
    width: 280px;
}
}
@media (max-width: 1200px){
/*== == HEADER ==== ===*/
	
	ul#primary-menu > li > a {
    color: white;
    font-size: 20px;
    line-height: 20px;
}

ul#primary-menu {
    justify-content: space-evenly;
}
	
	div.logo {
	    flex: 0 0 calc(25% + 100px);
}
	
		/*=== == HEADER END == ==*/
	
	/*== == CONTENT FOLDJ == ==*/
	
	.content-fold-j-labels::after {
	    background-size: 80px;
}

.content-fold-j-content .title span, .content-fold-c-content .title span {
    font-size: 40px;
    line-height: 48px;
}

.content-fold-j-content .title, .content-fold-c-content .title, .subtitle {
    font-size: 32px;
    line-height: 32px;
}
	
		/*== == CONTENT FOLDJ END == ==*/
}


@media (max-width: 1024px) {
	

	/*=== MOBMENU ===*/

.mob-menu-header-holder.mobmenu.navbar-fixed-top {
    height: 40px;
    padding-top: 0px;
}

.navbar-fixed-top .mobmenul-container, .mobmenur-container {
    top: 10px;
}

.mob-standard-logo {
    height: 50px !important;
    transition: all 300ms ease;
}

.navbar-fixed-top .mob-standard-logo {
    height: 40px !important;
    top: 5px;
    position: relative;
}
	
.mobile-icon-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
}

.mob-menu-header-holder.mobmenu {
    background: white;
    padding: 10px 0px;
    border-bottom: solid 1px #cecece;
    transition: all 500ms ease;
}

.mobmenul-container i {
    color: black;
}

.mobmenul-container, .mobmenur-container {
    top: 20px;
    transition: all 500ms ease;
}

.mobile-icon-wrapper a {
    font-size: 32px;
    color: black;
}

.mob-menu-logo-holder {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

	body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 70px;
}
	
		/*=== MOBMENU END ===*/
	/*== == ADVANTEC RAIL == ==*/

.page-template-service-template .mob-menu-logo-holder a {
    position: relative;
    display: block;
}



	.rail .mob-menu-logo-holder a::before, .marine .mob-menu-logo-holder a::before, .sensor .mob-menu-logo-holder a::before  {
	content: '';
	height: 100%;
    width: 100%;
    background-size: 120px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    pointer-events: none;
    transition: all .3s ease;
    left: 50%;
    transform: translatex(-50%);

	}




.rail .mobmenul-container i, .marine .mobmenul-container i, .sensor .mobmenul-container i {
}


.page-template-service-template .navbar-fixed-top .mob-menu-logo-holder a::before {
    background-size: 80px;
    transition: all .3s ease;
    left: 50%;
    transform: translatex(-50%);
}

a.mobmenu-left-bt {
    display: block;
    z-index: 9999;
    position: relative;
}	
		/*== == ADVANTEC RAIL END == ==*/
	
		/*== == MOBMENU END == ==*/

	/*== GENERAL ==*/
		.fold1 h1 {
    font-size: 60px;
    line-height: 60px;
}
	main#primary {
    padding-top: 0px;
}
		/*== GENERAL END ==*/

}

@media (max-width: 980px) {

/*== == FOOTER BLOCK == ==*/
	
	.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;
}
	.footer-block .readmore-container {
	    flex-direction: column;
	    margin-top: 20px;
	    column-gap: 0px;
	    row-gap: 20px;
}
	/*== == FOOTER BLOCK END == ==*/
	
	/* == == MWM FOOTER == == */
	
	.privacy-site.moduletable {
    right: auto;
    width: auto;
    position: relative;
    float: none;
    top: auto;
    width: 200px;
    transform: none;
    -webkit-transform: none;
    text-align: center;
		margin: 0px auto 20px;
}
	
	#footer .socials i{
		margin-bottom: 10px;
	}
	#footer .socials{
		float: none;
		clear: both;
		margin: auto;
		/* right: 50%; */
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
	}
	#footer .privacy-text{
		    position: relative;
		    right: auto;
		    top: auto;
		    transform: none;
		    -webkit-transform: none;
		    text-align: center;
		    float: none;
		    margin: auto;
		    clear: both;
		    right: unset;
		    left: unset;
		    margin-bottom: 15px;
		    width: auto;
		    line-height: 12px;
		    padding: 0px;
	}
	
	div#ebook-fold::after {
	    display: none;
}
	
	.date-sitename{
		position: relative;
		margin: 0px auto 0px;
		width: auto !important;
		display: block;
		left: 0px;
		text-align: center;
	}
	.readmore-container {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 0px;
}

	.footer-block .readmore-container {
	    flex-direction: column;
	    margin-top: 20px;
}
	.readmore-container .readmore ~ a {
		font-size: 20px;
	}
	
/* == == EBOOK FOLD == == */
	
	div#ebook-fold{
		padding: 70px 0px;
	}
	
	div#ebook-fold .ebook-image{
		width: 100%;
		max-width: 540px;
		margin: 0px auto;
		float: none;
	}
	
	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 == ==*/

.contact-section {
    flex-direction: column;
	text-align: center;
}
	

.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;
    margin: 20px auto;
}

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



}

@media (max-width: 767px) {


}


@media (max-width: 640px) {

}

@media (max-width: 540px) {
	

	/*== == GENERAL == ==*/
	
	.title {
 	   font-size: 40px;
    	line-height: 48px;
}
	
	
.content-fold-j-content .title, .content-fold-c-content .title, .subtitle {
    font-size: 24px;
    line-height: 24px;
}

.content-fold-j-content .title span, .content-fold-c-content .title span {
    font-size: 32px;
    line-height: 40px;
}
	
	.form-field.half {
   	 flex: 0 0 100%;
}
	
	.fold1 h1 {
 	   font-size: 42px;
    	line-height: 50px;
}
	
	#sgpb-popup-dialog-main-div h3 {
    font-size: 19px;
    line-height: 27px;
    padding: 25px 10px 30px 10px;
}

#sgpb-popup-dialog-main-div h3 span {
    font-size: 25px;
    line-height: 33px;
}


		/*== == GENERAL END == ==*/
    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;
	}
	.footer-block::after {
    	background-size: 150px;
	}
	
/*EBOOK FOLD*/

/*EBOOK FOLD END*/	

}

@media (max-width: 480px) {
	/* == == EBOOK FOLD == == */
	
	/* == == EBOOK FOLD END == == */	
	
#contact-details > ul {
    width: 100%;
}
	
}
@media (max-width: 400px) {
.multi-web-footer {
    font-size: 10.5px;
}
	.title {
    font-size: 32px;
    line-height: 40px;
}
}