/*
Theme Name: Masada Prestige
Description: Custom theme for Masada Prestige Paint and Panel
Version: 2.0
Text Domain: masada
*/

/* Open Sans — variable font (300–800, normal + italic, latin) */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url('/fonts/OpenSans/OpenSans-Variable.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300 800;
	font-display: swap;
	src: url('/fonts/OpenSans/OpenSans-Italic-Variable.woff2') format('woff2');
}

/* Open Sans Condensed (300, 300i, 700, latin) */
@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 300;
	font-display: optional;
	src: url('/fonts/OpenSansCondensed/OpenSansCondensed-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans Condensed';
	font-style: italic;
	font-weight: 300;
	font-display: optional;
	src: url('/fonts/OpenSansCondensed/OpenSansCondensed-300-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	font-display: optional;
	src: url('/fonts/OpenSansCondensed/OpenSansCondensed-700.woff2') format('woff2');
}

/* ============= Bootstrap Replacement — Grid, Utilities, Nav ============= */

/* Box-sizing reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Container */
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container::before,
.container::after {
	content: " ";
	display: table;
}
.container::after {
	clear: both;
}
@media (min-width: 768px)  { .container { width: 750px; } }
@media (min-width: 992px)  { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }

/* Row */
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row::after {
	content: "";
	display: table;
	clear: both;
}

/* Column base */
[class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

/* xs columns (default, no media query) */
.col-xs-12 { width: 100%; }
.col-xs-offset-0 { margin-left: 0; }

/* sm columns — ≥768 px */
@media (min-width: 768px) {
	.col-sm-2  { width: 16.6667%; }
	.col-sm-3  { width: 25%; }
	.col-sm-4  { width: 33.3333%; }
	.col-sm-6  { width: 50%; }
	.col-sm-7  { width: 58.3333%; }
	.col-sm-8  { width: 66.6667%; }
	.col-sm-9  { width: 75%; }
	.col-sm-10 { width: 83.3333%; }
	.col-sm-12 { width: 100%; }
	.col-sm-offset-0 { margin-left: 0; }
	.col-sm-offset-1 { margin-left: 8.3333%; }
	.col-sm-offset-2 { margin-left: 16.6667%; }
}

/* md columns — ≥992 px */
@media (min-width: 992px) {
	.col-md-2 { width: 16.6667%; }
	.col-md-3 { width: 25%; }
	.col-md-8 { width: 66.6667%; }
	.col-md-9 { width: 75%; }
}

/* lg columns — ≥1200 px */
@media (min-width: 1200px) {
	.col-lg-2  { width: 16.6667%; }
	.col-lg-3  { width: 25%; }
	.col-lg-4  { width: 33.3333%; }
	.col-lg-6  { width: 50%; }
	.col-lg-8  { width: 66.6667%; }
	.col-lg-9  { width: 75%; }
	.col-lg-12 { width: 100%; }
}

/* Utilities */
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-circle { border-radius: 50%; }
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.pull-right { float: right; }
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	border: 1px solid transparent;
	background: none;
}

/* Links — Bootstrap 3 provided text-decoration: none globally */
a {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}

/* Nav base (Bootstrap 3 equivalent) */
.nav {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	display: block;
	text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
}
.nav::after {
	content: "";
	display: table;
	clear: both;
}

/* Navbar-nav — horizontal on desktop, stacked on mobile */
.navbar-nav {
	margin: 0;
}
@media (min-width: 768px) {
	.navbar-nav > li {
		float: left;
	}
}

/* ============= End Bootstrap Replacement ============= */

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	overflow-x: hidden;
}
li{
	list-style-image: none;
}
div.border_shadow img{
	max-width:100%;
	margin-bottom:30px;
}
/* =============Header============== */

/* Top bar */
.header-top__row {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 30px 0 20px;
}
.header-logo img {
	max-height: 96px;
	width: auto;
}
.header-tagline {
	flex: 1;
	min-width: 0;
	font-size: clamp(17px, 2vw, 26px);
	color: #0153a7;
	margin: 0;
	text-align: center;
}
.header-contact {
	flex-shrink: 0;
	text-align: center;
}
.header-phone {
	display: block;
	color: #12477D;
	font-weight: 700;
	font-size: clamp(18px, 2vw, 27px);
	margin-bottom: 8px;
}
.header-cta {
	display: inline-block;
	background: #13487E;
	color: #fff;
	font-weight: 700;
	font-size: clamp(18px, 2vw, 27px);
	padding: 8px 20px;
	white-space: nowrap;
}
.header-cta:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	.header-top__row {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.header-logo {
		width: 100%;
		text-align: center;
	}
	.header-tagline {
		width: 100%;
		text-align: center;
		white-space: normal;
		overflow: visible;
	}
	.header-contact {
		width: 100%;
	}
}
.shadow_line {
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	min-height: 20px;
}

/* Navigation */
.site-nav {
	padding-bottom: 40px;
	padding-top: 15px;
	background-image: url(/images/line_top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.site-nav__list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav__list > li {
	flex: 1;
	text-align: center;
}
.site-nav__list > li > a {
	display: block;
	padding: 10px 0;
	font-size: clamp(18px, 1.8vw, 28px);
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #737272;
	border-right: 1px solid #dedede;
	border-bottom: 4px solid transparent;
}
.site-nav__list > li:last-child > a {
	border-right: none;
}
.site-nav__list > li > a:hover,
.site-nav__list > li.current-menu-item > a {
	border-bottom-color: #12487e;
}

/* Mobile nav toggle */
.nav-toggle {
	display: none;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #13487E;
	cursor: pointer;
}
.nav-toggle__bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}
.nav-toggle__bar + .nav-toggle__bar {
	margin-top: 4px;
}
.nav-collapse {
	display: block;
}
@media (max-width: 767px) {
	.nav-toggle {
		display: block;
	}
	.nav-collapse {
		display: none;
	}
	.nav-collapse.is-open {
		display: block;
	}
	.site-nav {
		padding-bottom: 9px;
		padding-top: 0;
	}
	.site-nav__list {
		flex-direction: column;
	}
	.site-nav__list > li > a {
		border-right: none;
		font-size: 20px;
		padding: 10px 20px;
		text-align: left;
	}
}
/* =============Hero Carousel=========== */
.hero-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.8s ease;
}
.carousel-slide:first-child {
	position: relative;
}
.carousel-slide.is-active {
	opacity: 1;
	z-index: 1;
}
.customNavigation {
	position: relative;
	z-index: 2;
}
.carousel-slide img {
	display: block;
	width: 100%;
	height: auto;
}

/* =============Home Page=========== */
.hero_content {
	bottom: 61px;
	position: absolute;
	text-align: center;
	width: 98%;
}
.carousel-slide .container {
	position: relative;
}
.hero_content h1 {
	color: #fff;
	font-size: 45px;
	padding: 0 173px;
	overflow: hidden;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.hero_content h1 span {
	float: left;
}
.hero_content h1 span img {
	vertical-align: middle;
	margin-top: 37px;
}
.hero_content h2 {
	font-size: 46px;
	color: #FFF;
	font-weight: 800;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
.hero_content .title_1, .hero_content .title_2{
	text-transform:uppercase;
}
.hero_content h1{
	text-transform:uppercase;
}
.hero_content .title_1{
	font-size:52px;
	padding-left:10px;
	padding-right:10px;
}
.hero_content h1{
	font-size:52px;
}
.hero_section .customNavigation .container {
	position: relative;
}
.customNavigation .btn.prev {
	left: 0;
	position: absolute;
	top: -305px;
}
.customNavigation .btn.next {
	right: 0;
	position: absolute;
	top: -305px;
}
.section2 {
	text-align: center;
	padding: 50px 0;
}
.section2 h3 {
	font-size: 35px;
	margin-bottom: 20px;
}
.section2 .img {
	overflow: hidden;
	padding: 50px 0;
	text-align: center;
	padding: 50px 14%;
}
.section2 .img img {
	float: left;
	margin: 0 23px;
	text-align: center;
}
.section3 {
	text-align: center;
}
.section3 .line {
	border-top: 1px dashed #9A9EA7;
}

.section3 .service_content{
	margin-top:12px;
	margin-bottom:12px;
}
.section3 p{
	font-size:24px;
}
.section3 h2 {
	font-size: 50px;
	color: #13487E;
	font-weight: 700;
	text-transform: uppercase;
}
.section3 .nav {
	width: 80%;
	margin: 0 auto;
	background-color: transparent;
	overflow:hidden;
	list-style-image:url(/images/tick.webp);
}
ul.navbar_list {
  margin: 0 auto;
  padding: 0 10%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 0;
}
.navbar_list > li {
  list-style-image: url("/images/tick.webp");
  font-size: 20px;
  text-align: left;
}
#key_feature.navbar_list {
  grid-template-columns: 1fr;
}
.section3 .nav > li {
	display: inline-block;
	font-size: 20px;
	text-align: left;
	padding: 3px 65px;
	width: 324px;
	list-style-image: url(/images/li_icon.webp);
}
.section3 .contactLink {
	margin: 52px 0;
}
.section3 .contactLink a {
	display: inline-block;
	background-color: #336290;
	padding: 14px 73px;
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
}
.section3 .contactLink a:hover {
	text-decoration: none;
}
.sectoin4 {
	padding:0;
	background-image:url(/images/bg_img.webp);
	background-repeat:no-repeat;
	background-size:cover;
}
.sectoin4 #left {
	background-color: #ECF0F9;
	text-align: center;
	padding: 16px 50px 36px 50px;
min-height:364px;
}
.sectoin4 #left h1 {
	color: #0062CC;
	text-align: center;
	font-weight: 600;
	font-size: 42px;
}
.sectoin4 a.more:hover{
	text-decoration:none;
}
.sectoin4 p{
	font-size:20px;
	padding:14px 0;
	font-weight:400;
}
.sectoin4 #right p{
	font-size:22px;
	color: #fff;
}
.sectoin4 #left a.more {
	background-color: #1E4D73;
	display: inline-block;
	padding: 4px 45px;
	color: #FFF;
	font-size: 25px;
	text-transform: uppercase;
}
.sectoin4 #right {
	background-color: #11457E;
	text-align: center;
	padding: 16px 50px 36px 50px;
	color: #fff;
min-height:364px;
}
#key_feature.navbar_list {
  padding-left: 102px;
}
#key_feature.navbar_list > li {
  margin-right: 32px;
  width:100%;
}
.sectoin4 #right h1 {
	text-align: center;
	font-weight: 600;
	font-size: 42px;
	color: #fff;
}
.sectoin4 #right a.more {
	background-color: #0074CC;
	display: inline-block;
	padding: 4px 45px;
	color: #FFF;
	font-size: 25px;
	text-transform: uppercase;
}
.sectoin4 a.more:hover {
	text-decoration: none;
}
.section5 {
	background-image: url(/images/map.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.section5 .box {
	text-align: center;
}
.section5 .contact-heading {
	font-size: 20px;
	font-style: italic;
	margin: 0;
}
.section5 .box img {
	margin: 25px 0;
}
.section5 .box p {
	font-size: 18px;
}
.section5 .contactInfo .box p a{
	color:#333;
}
.section5 .contactInfo .box p a:hover{
	text-decoration:none;
}
.testimonials {
	padding:50px 0;
}
.testimonials .row > div{
	text-align:center;
}
.testimonials .row > div a{
	display:inline-block;
}
.testimonials .row > div img{
	max-width:100%;
}
/* ============About Page======= */
#inner_page .hero_section .hero_layer{
	background-image:url(/images/hero_image2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#inner_page .hero_section .hero_content{
	position:inherit;
	padding:60px 0;
}
#inner_page .hero_section .hero_content h1{
	text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 46px;
  font-weight:800;
}
#inner_page .section2 h3.our_story{
	font-size:40px;
	color:#124981;
	text-transform:uppercase;
	font-weight:800;
	margin-top:50px;
}
#inner_page .section2 h5{
	font-size:27px;
	font-weight:700;
}
#inner_page .section2 p{
	font-size:24px;
	font-weight:400;
}
#inner_page .story_section{
	background-image:url(/images/About-us_img2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
#inner_page .story_section .row{
	padding:28px 0;
}
#inner_page .story_section #content_box{
	margin-top:278px;
}
#inner_page .story_section #content_box p{
	color:#FFF;
	font-size:25px;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	padding:12px 0;
}

#inner_page .sectoin4{
	background-color:#ECF0F9;
	overflow:hidden;
	padding:5% 0;
	background-image:none;
}
#inner_page .sectoin4 .info_row{
	margin-bottom:50px;
	overflow:hidden;
	padding:40px 0;
	border-bottom:1px dashed #9A9EA7;
}
#inner_page .sectoin4 div.info_row:last-child{
	border:none;
}
#inner_page .sectoin4 p{
	font-size:16px;
	margin:14px 0;
	padding:0;
}
#inner_page .sectoin4 .title{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
#inner_page .story_section #content_box p {
  font-size: 19px;
}
#inner_page .story_section #content_box {
  margin-top: 230px;
}
#inner_page .story_section .row {
  padding: 10px 0;
}	
/* ===========Contact Page======= */
#inner_page .sectoin4 #map{
	text-align:center;
	border-bottom:1px dashed #9A9EA7;
}
#inner_page .sectoin4 #map div{
	overflow:hidden;
}
#inner_page .sectoin4 #map div img{
	border:2px solid #11457E;
	max-width:100%;
}
#inner_page .sectoin4 #map iframe{
	border:2px solid #11457E;
	width:929px;
}
#inner_page .sectoin4 #map h5{
	float:right;
	margin-right:8%;
	font-size:20px;
	color:#305E8F;
	margin-bottom:2%;
	font-weight:300;
}
#inner_page .section2 .row div{
	padding:20px 0;
	width:414px;
	margin:0 auto;
	border-bottom:1px dashed #9A9EA7;
}
/* ============Footer=========== */
.side_getintouch {
  height: 222px;
  margin-top: 192px;
  position: absolute;
  right: 0;
  width: 238px;
  display: inline-block;
   -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	display:block;
	z-index:999;
}
.side_getintouch a{
	background-color:#13487E;
	font-size:20px;
	color:#FFF;
	font-weight:600;
	padding:9px 45px;
}
.side_getintouch a:hover{
	text-decoration:none;
}
.footer {
	background-color: #13487E;
	padding: 20px 0;
}
.footer .nav {
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footer .nav li a {
	color: #FFF;
	font-size: 22px;
	padding: 10px 31px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	white-space: nowrap;
}
.footer .nav li a:hover {
	background-color: transparent;
	text-decoration: none;
}
.footer #footer_logo {
	text-align: right;
}
.footer #footer_logo img {
	float: right;
}
.footer .copy_right {
  color: #8EC8FF;
  font-size: 15px;
  margin-left: 25px;
  font-weight: 600;
}
.footer .copy_right a{
  color: #8EC8FF;
  font-size: 15px;
  font-weight: 600;
  text-decoration:none;
}
.footer .copy_right a:hover{
  color: #8EC8FF;
  text-decoration:none;
}
@media screen and (min-width: 1400px){
.footer .nav li a {
  font-size: 26px;
  padding: 10px 38px;
}
#inner_page .story_section #content_box p {
  font-size: 19px;
}
#inner_page .story_section #content_box {
  margin-top: 230px;
}
#inner_page .story_section .row {
  padding: 10px 0;
}
}
@media screen and (min-width: 1440px){
.footer .nav li a {
  font-size: 26px;
  padding: 10px 38px;
}
#inner_page .story_section #content_box {
  margin-top: 266px;
}
#inner_page .story_section .row {
  padding: 0px 0;
}
	
}
@media screen and (min-width: 1600px){
.footer .nav li a {
  font-size: 26px;
  padding: 10px 38px;
}
#inner_page .story_section #content_box {
  margin-top: 266px;
}
#inner_page .story_section .row {
  padding: 10px 0;
}	
}
@media screen and (min-width: 1680px){
.footer .nav li a {
  font-size: 26px;
  padding: 10px 38px;
}
#inner_page .story_section .row {
  padding: 16px 0;
}
	
}
@media screen and (min-width: 1920px){
.footer .nav li a {
  font-size: 26px;
  padding: 10px 38px;
}
#inner_page .story_section #content_box {
  margin-top: 299px;
}	
#key_feature.navbar_list {
  padding-left: 263px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 35px;
  width: 100%;
}
}

@media screen and (min-width: 1366px) and (max-width: 1399px){
	.customNavigation .btn.prev {
	top: -221px;
}
.customNavigation .btn.next {
	top: -221px;
}
#key_feature.navbar_list {
  padding-left: 263px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 35px;
  width: 100%;
}	
}
@media screen and (min-width: 1200px) and (max-width: 1365px) {
.section3 .navbar_list > li {
  width: 246px;
}
.customNavigation .btn.prev {
	top: -236px;
}
.customNavigation .btn.next {
	top: -236px;
}
.hero_content {
	width: 98%;
}
.hero_content h1 {
	font-size: 37px;
	text-align:center;
}
.hero_content h2 {
	font-size: 29px;
}
.hero_content h1 span img {
	margin-top: 29px;
}
#inner_page .hero_section .hero_content h1 {
	text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 40px;
}
.section2 .img {
	padding: 50px 13%;
}
.section3 p {
  font-size: 22px;
}
.section3 .nav > li {
	padding: 3px 29px;
	width: 276px;
}
#inner_page .story_section #content_box p {
  font-size: 16px;
}
#inner_page .story_section #content_box {
  margin-top: 200px;
}
#inner_page .story_section .row {
  padding: 15px 0;
}	
#key_feature.navbar_list {
  padding-left: 172px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 35px;
  width: 100%;
}
.footer .nav li a {
	color: #fff;
	font-size: 22px;
	padding: 10px 31px;
}
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
.customNavigation .btn.prev {
	top: -192px;
}
.customNavigation .btn.next {
	top: -192px;
}
.hero_content {
	width: 98%;
}
.hero_content h1 {
	font-size: 33px;
	text-align:center;
}
.hero_content h2 {
	font-size: 29px;
}
.hero_content h1 span img {
	margin-top: 29px;
}
#inner_page .hero_section .hero_content h1 {
	text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 37px;
}
.section2 .img {
	padding: 50px 13%;
}
.section3 p {
  font-size: 21px;
}
.section3 .nav > li {
	padding: 3px;
	width: 227px;
}
.section3 .navbar_list > li {
  font-size: 18px;
  width: 226px;
}
.section3 ul.navbar_list {
  padding-left: 30px;
  width: 82%;
}
.sectoin4 #left h1 {
	font-size: 33px;
}
.sectoin4 #right h1 {
	font-size: 33px;
}
.sectoin4 #left a.more {
	font-size: 17px;
}
.sectoin4 #right a.more {
	font-size: 17px;
}
#inner_page .story_section #content_box p {
  font-size: 13px;
}
#inner_page .story_section #content_box {
  margin-top: 180px;
}
#inner_page .story_section .row {
  padding: 20px 0;
}
#key_feature.navbar_list {
  padding-left: 93px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 35px;
  width: 100%;
}
.footer .nav li a {
	font-size: 21px;
	padding: 10px 19px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
.customNavigation .btn.prev {
	top: -192px;
}
.customNavigation .btn.next {
	top: -192px;
}
.hero_content {
	width: 98%;
}
.hero_content h1 {
	font-size: 33px;
	text-align:center;
}
ul.navbar_list {
  padding-left: 46px;
}
.navbar_list > li {
 width: 245px;
}
.hero_content h2 {
	font-size: 29px;
}
.hero_content h1 span img {
	margin-top: 29px;
}
#inner_page .hero_section .hero_content h1 {
	text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 37px;
}
.section2 .img {
	padding: 50px 13%;
}
.section3 p {
  font-size: 22px;
}
#inner_page .section2 p {
  font-size: 22px;
}
#inner_page .section2 h5 {
  font-size: 24px;
}
.section3 .nav > li {
	padding: 3px;
	width: 227px;
}
.sectoin4 #left h1 {
	font-size: 33px;
}
.sectoin4 #right h1 {
	font-size: 33px;
}
.sectoin4 #left a.more {
	font-size: 17px;
}
.sectoin4 #right a.more {
	font-size: 17px;
}
#inner_page .story_section #content_box p {
  font-size: 13px;
}
#inner_page .story_section #content_box {
  margin-top: 180px;
}
#inner_page .story_section .row {
  padding: 20px 0;
}
#key_feature.navbar_list {
  padding-left: 93px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 35px;
  width: 100%;
}
.footer .nav li a {
	font-size: 20px;
	padding: 10px 22px;
}
}
@media screen and (min-width: 900px) and (max-width: 999px) {
.customNavigation .btn.prev {
	top: -192px;
}
.customNavigation .btn.next {
	top: -192px;
}
.hero_content {
	width: 100%;
	bottom: 18px;
}
.hero_content h1 {
	font-size: 25px;
	padding: 0 6px;
}
.hero_content h2 {
	font-size: 20px;
}
.hero_content h1 span img {
	margin-top: 15px;
}
#inner_page .hero_section .hero_content h1 {
  padding: 0 ;
  text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 32px;
}
.section2 .img {
	padding: 50px 13%;
}
#inner_page .section2 p {
  font-size: 18px;
}
#inner_page .section2 h5 {
  font-size: 22px;
}
#inner_page .section2 h3.our_story {
  font-size: 32px;
}
.section2 h3 {
	font-size: 27px;
}
.section3 p {
  font-size: 18px;
}
.section3 h2 {
	font-size: 29px;
}
.section3 .nav > li {
  padding: 3px;
  width: 177px;
  font-size:16px;
}
.section3 ul.navbar_list {
  padding-left: 93px;
  width: 85%;
}
.section3 .navbar_list > li {
  font-size: 18px;
  width: 244px;
}
.section3 .contactLink a {
  font-size: 20px;
  padding: 6px 47px;
}
.sectoin4 #left h1 {
  font-size: 25px;
  margin-top: 0;
}
.sectoin4 #right h1 {
	font-size: 25px;
	margin-top: 0;
}
.sectoin4 #left a.more {
  font-size: 16px;
  padding:4px  40px;
}
.sectoin4 #right a.more {
	font-size: 16px;
	padding:4px  40px;
}
.footer .nav li a {
  font-size: 18px;
  padding: 10px 10px;
}
#inner_page .story_section #content_box p {
  font-size: 13px;
}
#inner_page .story_section #content_box {
  margin-top: 140px;
}
#inner_page .story_section .row {
  padding: 20px 0;
}
#key_feature.navbar_list {
  padding-left: 31px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 15px;
  width: 100%;
}

.footer .copy_right {
  margin-left: 5px;
}
}
@media screen and (min-width: 800px) and (max-width: 899px) {
.customNavigation .btn.prev {
	top: -192px;
}
.customNavigation .btn.next {
	top: -192px;
}
.hero_content {
	width: 98%;
	bottom: 18px;
}
.hero_content h1 {
	font-size: 25px;
	text-align:center;
}
.hero_content h2 {
	font-size: 20px;
}
.hero_content h1 span img {
	margin-top: 15px;
}
#inner_page .hero_section .hero_content h1 {
  padding: 0;
  text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 32px;
}
.section2 .img {
	padding: 50px 13%;
}
.section2 h3 {
	font-size: 27px;
}
.section3 p {
  font-size: 18px;
}
.section3 h2 {
	font-size: 29px;
}
#inner_page .section2 p {
  font-size: 18px;
}
#inner_page .section2 h5 {
  font-size: 20px;
}
#inner_page .section2 h3.our_story {
  font-size: 29px;
}
.section3 .nav > li {
  padding: 3px;
  width: 177px;
  font-size:16px;
}
.section3 ul.navbar_list {
  padding-left: 36px;
  width: 80%;
}
.section3 .navbar_list > li {
  font-size: 17px;
  width: 258px;
}

.section3 .contactLink a {
  font-size: 20px;
  padding: 6px 47px;
}
.sectoin4 #left h1 {
  font-size: 25px;
  margin-top: 0;
}
.sectoin4 #right h1 {
	font-size: 25px;
	margin-top: 0;
}
.sectoin4 #left a.more {
  font-size: 16px;
  padding:4px  40px;
}
.sectoin4 #right a.more {
	font-size: 16px;
	padding:4px  40px;
}
.section5 .box h3{
	font-size:20px;
}
.section5 .box p {
  font-size: 15px;
}
#inner_page .story_section #content_box p {
  font-size: 13px;
}
#inner_page .story_section #content_box {
  margin-top: 106px;
}
#inner_page .story_section .row {
  padding: 21px 0;
}
#key_feature.navbar_list {
  padding-left: 31px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 15px;
  width: 100%;
}
.footer .nav li a {
  font-size: 18px;
  padding: 10px 10px;
}
.footer .copy_right {
  margin-left: 5px;
}
}
@media screen and (min-width: 768px) and (max-width: 799px) {
.customNavigation .btn.prev {
	top: -135px;
}
.customNavigation .btn.next {
	top: -135px;
}
.hero_content {
	width: 98%;
	bottom: 42px;
}
.hero_content h1 {
	font-size: 25px;
	text-align:center;
}
.hero_content h2 {
	font-size: 20px;
}
.hero_content h1 span img {
	margin-top: 15px;
}
ul.navbar_list {
  padding-left: 127px;
  width: 100%;
}
ul.navbar_list > li {
  width: 280px;
}
#inner_page .hero_section .hero_content h1 {
  padding: 0 0px;
  text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 32px;
}
.section2 .img {
	padding: 50px 13%;
}
.section2 h3 {
	font-size: 27px;
}
.section3 p {
  font-size: 18px;
}
#inner_page .section2 p {
  font-size: 18px;
}
#inner_page .section2 h5 {
  font-size: 20px;
}
#inner_page .section2 h3.our_story {
  font-size: 29px;
}
.section3 h2 {
	font-size: 29px;
}
.section3 .nav > li {
  padding: 3px;
  width: 177px;
  font-size:16px;
}
.section3 .contactLink a {
  font-size: 20px;
  padding: 6px 47px;
}
.sectoin4 #left h1 {
  font-size: 25px;
  margin-top: 0;
}
.sectoin4 #right h1 {
	font-size: 25px;
	margin-top: 0;
}
.sectoin4 #left a.more {
  font-size: 16px;
  padding:4px  40px;
}
.sectoin4 #right a.more {
	font-size: 16px;
	padding:4px  40px;
}
.section5 .box h3{
	font-size:20px;
}
.section5 .box p {
  font-size: 14px;
}
#inner_page .story_section #content_box p {
  font-size: 13px;
}
#inner_page .story_section #content_box {
  margin-top: 98px;
}
#inner_page .story_section #content_box p {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #fff;
  font-size: 11px;
  padding: 12px 0;
}
#inner_page .story_section .row {
  padding: 20px 0;
} 
#key_feature.navbar_list {
  padding-left: 31px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 15px;
  width: 100%;
}	
.footer .nav li a {
  font-size: 18px;
  padding: 10px 10px;
}
.footer .copy_right {
  margin-left: 5px;
}
}
@media screen and (min-width: 500px) and (max-width: 767px) {
.side_getintouch{
	display:none;
}
.customNavigation .btn.prev, .customNavigation .btn.next {
	top: -90px;
}
.customNavigation .btn.prev img, .customNavigation .btn.next img{
	width:34px;
}
.hero_content {
	width: 98%;
	bottom: 18px;
}
.hero_content h1 {
	font-size: 20px;
	padding: 0 6px;
}
.hero_content h1 span:nth-of-type(1), .hero_content h1 span:nth-of-type(3) {
	display:none;
}
.hero_content h2 {
	font-size: 14px;
}
.hero_content h1 span{
	float:none;
}

.hero_content h1 span img {
	margin-top: 15px;
}
#inner_page .hero_section .hero_content h1 {
  padding: 0;
  text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 19px;
}
.section3 .service_content{
	padding:0;
}
.section2 {
  padding: 18px 0;
}
.section2 .img {
	padding: 50px 13%;
}
.section2 h3 {
	font-size: 21px;
}
.section3 p {
  font-size: 18px;
}
#inner_page .section2 p {
  font-size: 18px;
}
#inner_page .section2 h5 {
  font-size: 20px;
}
#inner_page .section2 h3.our_story {
  font-size: 24px;
}
#inner_page .story_section .row{
	padding-bottom:0;
}
#inner_page .story_section #content_box {
  margin-top: 126px;
}
.story_section #content_box{
	background-color:#0496F6;
	padding:12px 0 0 0;
}
#inner_page .story_section #content_box p {
  font-size: 17px;
  padding:10px 10px;
}
.section3 h2 {
	font-size: 21px;
}
.section3 .nav > li {
  padding: 3px;
  width:auto;
  font-size:15px;
}
.section3 ul.navbar_list {
  grid-template-columns: 1fr;
  padding-left: 34px;
  width: 80%;
}
.section3 ul.navbar_list li{
	font-size:16px;
}
.section3 .contactLink a {
  font-size: 20px;
  padding: 6px 47px;
}
.sectoin4 #left h1 {
  font-size: 25px;
  margin-top: 0;
}
.sectoin4 #right h1 {
	font-size: 25px;
	margin-top: 0;
}
.sectoin4 #left a.more {
  font-size: 16px;
  padding:4px  40px;
}
.sectoin4 a.more:hover{
	text-decoration:none;
}
.sectoin4 #right a.more {
	font-size: 16px;
	padding:4px  40px;
}
.section5 .box h3{
	font-size:20px;
}
.section5 .box p {
  font-size: 14px;
}
#key_feature.navbar_list {
  padding-left: 31px;
  width:100%;
}
#key_feature.navbar_list > li {
  margin-right: 30px;
   width: 100%;
}
.footer .nav li a {
  font-size: 18px;
  padding: 10px 10px;
}
.footer .copy_right {
  margin-left: 5px;
}
}
@media screen and (min-width: 400px) and (max-width: 499px) {
.side_getintouch{
	display:none;
}
.customNavigation .btn.prev, .customNavigation .btn.next {
	top: -90px;
}
.customNavigation .btn.prev img, .customNavigation .btn.next img{
	width:34px;
}
.hero_content {
	width: 98%;
	bottom: 18px;
}
.hero_content h1 {
	font-size: 20px;
	padding: 0 6px;
}
.hero_content h1 span:nth-of-type(1), .hero_content h1 span:nth-of-type(3) {
	display:none;
}
.hero_content h2 {
	font-size: 14px;
}
.hero_content h1 span{
	float:none;
}
.hero_content h1 span img {
	margin-top: 15px;
}
#inner_page .hero_section .hero_content h1 {
  padding: 0;
  text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 19px;
}
.section2 {
  padding: 18px 0;
}
.section2 .img {
	padding: 50px 13%;
}
.section2 h3 {
	font-size: 21px;
}
.section3 h2 {
	font-size: 21px;
}
.section3 .service_content{
	padding:0;
}
.section3 p {
  font-size: 16px;
}
#inner_page .section2 p {
  font-size: 16px;
}
#inner_page .section2 h5 {
  font-size: 18px;
}
#inner_page .section2 h3.our_story {
  font-size: 21px;
}
.section3 .nav > li {
  padding: 3px;
  width:auto;
  font-size:15px;
}
.section3 ul.navbar_list {
  grid-template-columns: 1fr;
  padding-left: 34px;
  width: 78%;
}
.section3 ul.navbar_list li{
	font-size:16px;
}
.section3 .contactLink a {
  font-size: 20px;
  padding: 6px 47px;
}
.sectoin4 #left h1 {
  font-size: 25px;
  margin-top: 0;
}
.sectoin4 #right h1 {
	font-size: 25px;
	margin-top: 0;
}
.sectoin4 #left a.more {
  font-size: 16px;
  padding:4px  40px;
}
.sectoin4 a.more:hover{
	text-decoration:none;
}
.sectoin4 #right a.more {
	font-size: 16px;
	padding:4px  40px;
}
.section5 .box h3{
	font-size:20px;
}
.section5 .box p {
  font-size: 14px;
}
#inner_page .story_section .row{
	padding-bottom:0;
}
#inner_page .story_section #content_box {
  margin-top: 126px;
}
#inner_page .story_section #content_box p {
  font-size: 15px;
  padding:10px 10px;
}
.story_section #content_box{
	background-color:#0496F6;
	padding:12px 0 0 0;
}
.footer .nav li a {
  font-size: 18px;
  padding: 10px 10px;
}
.footer .copy_right {
  margin-left: 5px;
}

#key_feature.navbar_list {
  padding-left: 30px;
}

.pull-right, .pull-left{
	float:none !important;
}
.footer #footer_logo img {
  float: none;
  margin: auto;
}
.container ul.nav {
  text-align: center;
}

}
@media screen and (min-width: 0px) and (max-width: 399px) {

#key_feature.navbar_list {
  padding-left: 30px;
}

.pull-right, .pull-left{
	float:none !important;
}
.footer #footer_logo img {
  float: none;
  margin: auto;
}
.container ul.nav {
  text-align: center;
}


.side_getintouch{
	display:none;
}
.customNavigation .btn.prev, .customNavigation .btn.next {
	top: -73px;
}
.customNavigation .btn.prev img, .customNavigation .btn.next img{
	width:24px;
}
.hero_content {
	width: 98%;
	bottom: 18px;
}
.hero_content h1 {
	font-size: 20px;
	text-align:center;
	padding:0;
}
.hero_content h1 span:nth-of-type(1), .hero_content h1 span:nth-of-type(3) {
	display:none;
}
.hero_content h2 {
	font-size: 14px;
}
.hero_content h1 span{
	float:none;
}
.hero_content h1 span img {
	margin-top: 15px;
}
#inner_page .hero_section .hero_content h1 {
  padding: 0;
  text-align:center;
}
#inner_page .hero_section .hero_content h2 {
  font-size: 19px;
}
.section2 {
  padding: 18px 0;
}
.section2 .img {
	padding: 50px 13%;
}
.section2 h3 {
	font-size: 21px;
}
.section3 h2 {
	font-size: 21px;
}
.section3 .nav > li {
  padding: 3px;
  width:auto;
  font-size:15px;
}
.section3 ul.navbar_list {
  grid-template-columns: 1fr;
  padding-left: 34px;
  width: 78%;
}
.section3 ul.navbar_list li{
	font-size:16px;
}
.section3 .service_content{
	padding:0;
}
.section3 p {
  font-size: 16px;
}
#inner_page .section2 p {
  font-size: 16px;
}
#inner_page .section2 h5 {
  font-size: 18px;
}
#inner_page .section2 h3.our_story {
  font-size: 21px;
}
.section3 .contactLink a {
  font-size: 20px;
  padding: 6px 47px;
}
.sectoin4 #left h1 {
  font-size: 25px;
  margin-top: 0;
}
.sectoin4 #right h1 {
	font-size: 25px;
	margin-top: 0;
}
.sectoin4 #left a.more {
  font-size: 16px;
  padding:4px  40px;
}
.sectoin4 a.more:hover{
	text-decoration:none;
}
.sectoin4 #right a.more {
	font-size: 16px;
	padding:4px  40px;
}
#inner_page .section2 .row div {
  width: 98%;
}
.section5 .box h3{
	font-size:20px;
}
.section5 .box p {
  font-size: 14px;
}
#inner_page .story_section .row{
	padding-bottom:0;
}
#inner_page .story_section #content_box {
  margin-top: 126px;
}
.story_section #content_box{
	background-color:#0496F6;
	padding:12px 0 0 0;
}
#inner_page .story_section #content_box p {
  font-size: 15px;
  padding:10px 10px;
}
.footer .nav li a {
  font-size: 18px;
  padding: 10px 10px;
}
.footer .copy_right {
  margin-left: 5px;
}
}

/* =============Lightbox=========== */
.masada-lightbox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}
.masada-lightbox.is-visible {
	opacity: 1;
	visibility: visible;
}
.masada-lightbox-img {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
}
.masada-lightbox-close {
	position: absolute;
	top: 16px;
	right: 24px;
	background: none;
	border: none;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	line-height: 1;
}
