/*
Theme Name:  NMT Landing
Description: Semantic, SEO Optimised, Custom Wordpress Theme
Author: Raccoongang
Author URI: https://raccoongang.com/
Version: 11.0
*/



/* Custom Fonts */


@font-face{font-family:"Barlow Semi Condensed";src:local("Barlow Semi Condensed Regular"),local("BarlowSemiCondensed-Regular"),url("assets/fonts/BarlowSemiCondensed-Regular.woff2") format("woff2");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Barlow Semi Condensed";src:local("Barlow Semi Condensed Medium"),local("BarlowSemiCondensed-Medium"),url("assets/fonts/BarlowSemiCondensed-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Barlow Semi Condensed";src:local("Barlow Semi Condensed SemiBold"),local("BarlowSemiCondensed-SemiBold"),url("assets/fonts/BarlowSemiCondensed-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Barlow Semi Condensed";src:local("Barlow Semi Condensed Bold"),local("BarlowSemiCondensed-Bold"),url("assets/fonts/BarlowSemiCondensed-Bold.woff2") format("woff2");font-weight:bold;font-style:normal;font-display:swap}

/* Special Styles */
.keys {
  background: url(assets/img/bg-keys.jpg) no-repeat 50% 0;
  background-size:cover;
}


.right-col.mob{
	display:none !important;
}

@media all and (max-width:767px){
	.right-col.desktop{
		display:none !important;
	}
    
    .right-col.mob{
		display:block !important;
	}
    
    .right-col.mob img{
    margin-bottom:60px;
    }
    .right-col.mob img:last-child{
    margin-bottom:0;}
}

@media all and (max-width:635px){
	.results .results-grid .el .icon-wrapper img{
    	max-height:80%;
    }
    .results .results-grid .el .icon-wrapper{
    	align-items:center;
    }
}