@charset "utf-8";
/* CSS Document */

/*===================== 
	CSS reset/normalize 
=======================*/

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,
.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,
.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12 {
		padding-left: 0; padding-right: 0;
}
h1, h2, h3, h4, h5, h6 {margin: 0;}
.container-fluid {box-sizing: border-box;}

/*===================== 
	default styles 
=======================*/

html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}
.clear { clear: both;}

a:focus, a:hover {text-decoration: none; outline:none!important; color: #4d4d4d; cursor: pointer;}
button:focus {outline: none;}
dl, ol, ul {margin: 0; padding: 5px 0 7px 30px;}
dl li, ol li, ul li {font-size: 15px;}



/*---------------------NAVIGATION------------------*/
.header-bg {background: transparent;}
.header-wrap {padding: 0 10%; box-sizing: border-box;}

.nav-contact {display: inline-block;}
.nav-contact a {color: #fff!important; font-family: 'Roboto Condensed',sans-serif; font-size: 18px; font-weight: 700;}
.nav-contact a:hover {background-color: #3a7d88;}

.head-logo {width: 100%;max-width: 200px; padding: 10px; transition: .3s ease-out; box-sizing: border-box;}
.head-logo:hover {opacity: .85;}

/*---------HOME HEADER----------*/

.home-header {position: absolute;z-index: 5;}
.default-header {background-color: #3a7d88;}


/*----BOOTSTRAP NAV STYLES-----*/

.navbar {float: right; padding: 28px 0 0 0; box-sizing: border-box;}
.navbar-nav {padding: 0;}
.dropdown{border-radius:0;border:0;}
.dropdown-menu{
    background: #fff;
    border-top: solid 3px #265159;
	border-left: none;
	border-right: none;
	border-bottom: none;
    top:92%;
	border-radius: 0 0 10px 10px;
	padding: 0;
	width: auto;
	min-width: 135px;
	left: 0;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 6px 15px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 6px 15px 0px rgba(50, 50, 50, 0.5);
}
.dropdown-item {
	padding: 10px 20px; 
	font-family: 'Roboto Condensed',sans-serif; 
	font-weight: 500; 
	color: #191919;	
	font-size: 15px;
	box-sizing: border-box;
}
.dropdown-item:hover{
    background:#ebebeb;
	color: #191919;
}
.dropdown-menu a{color:#191919;} 
.dropdown-menu a:hover {color:#265159;} 
.ddlast:hover {border-radius: 0 0 10px 10px;}

.navbar .nav-item .nav-link {
	color:#fff;
	font-family: 'Roboto Condensed',sans-serif; 
	font-size: 16px; 
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 20px 12px 20px;
	border-radius: 10px;
	transition: .2s ease-out;
	box-sizing: border-box;
}
.navbar .nav-item .dropdown-toggle {border-radius: 10px 10px 0 0; min-width: 115px;box-sizing: border-box;}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {background-color: RGBA(38,81,89,0.85);}

.menu-hover {color: #fff; background-color: RGBA(38,81,89,0.85)!important;}


/*---------------------DEFAULT SUBPAGE NAV------------------*/

.default-header .header-wrap .right-nav .right-nav-section .nav-phone-wrap .head-phone-box {background-color: #265159;}
.default-header .header-wrap .right-nav .right-nav-section div .col-12 .navbar .navbar-collapse .nav-item .nav-link {border-radius: 10px 10px 0 0;}

/*--------------------------------------------------------------
## Mobile Navigation
--------------------------------------------------------------*/


.navbar-toggler {
    font-size: 20px;
    line-height: 1;
	color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 0px;
	padding: 0 0 40px 3%;
	box-sizing: border-box;
}
.navbar-toggler-icon {color: #fff;}

/*--------------------------------------------------------------
## Navigation Right
--------------------------------------------------------------*/

.right-nav-section {margin: 0;}
.form-wrap {display: inline-block; width: calc(100% - 100px);}
.social-wrap {display: inline-block; width: 85px;}

.nav-icon-wrap {padding: 20px 0 15px 0; text-align:right; box-sizing: border-box;}

.social-wrap i {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 9px;
	border: solid 2px #6fcad8;
    background: #6fcad8;
    border-radius: 37px;
    width: 37px;
	transition: .3s ease-out;
	margin-left: 2px;
	box-sizing: border-box;
}
.social-wrap i:hover {
	border-color: #fff;
	background: rgba(58, 125, 136, 0.50);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------Phone Section-----------*/


.head-phone-box  {
	max-width: 215px; 
	background: #3a7d88;	
	border-radius: 0 0 15px 15px;
	padding: 10px 15px;
	text-align: center;
	display:block;
	margin:auto;
	transition: .3s ease-out;
	box-sizing: border-box;
}

.head-phone a {color: #fff!important; font-size: 20px;}
.head-phone a:hover  {
	color: #6fcad8!important;
}

/*--------------------------------------------------------------
## Navigation Search
--------------------------------------------------------------*/

.search-section {
    box-sizing: border-box;
    padding: 5px 1%!important;
    text-align: center;
	box-sizing: border-box;
}
.form-wrap .formfield input {
	border: solid 2px #ccc!important;
    padding: 8px 20px!important;
	box-sizing: border-box;
    border-radius: 40px!important;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	font-style: italic;
	height: auto!important;
	line-height: 10px!important;
}
.formfield input:focus {outline: none!important; border-color: #6fcad8!important;}
.formfield .nav-search-btn {
	border: none!important; 
	background: transparent!important;
	color: #6fcad8!important;
	height: auto!important;
	padding: 0!important;
	line-height: 10px!important;
	position: absolute; 
	top: 10px; 
	right: 20px;
}
.nav-search-btn:hover {
	color: #3a7d88!important;
	cursor: pointer;
}

/*===================== 
	Footer Edits
=======================*/

.footer-top {background: #3a7d88; padding: 0 10%; box-sizing: border-box;}
.footer-btm {background: #265159; padding: 15px 10%; box-sizing: border-box;}
.foot-logo {width: 100%;max-width: 175px;transition: .3s ease-out;}
.foot-logo:hover {opacity: .85;}

.foot-contact {display: inline-block;}
.foot-contact a {color: #fccf3d!important; font-family: 'Roboto Condensed',sans-serif; font-size: 18px; font-weight: 800;}
.foot-contact a:hover {color: #fff!important;}

.copyright-txt {
	font-family: 'Mulish',sans-serif;
	font-size: 10px; 
	text-transform: uppercase; 
	letter-spacing: 2px; 	
	line-height: 14px;
	color: #fff;
}
.copyright-txt a {color: #fff;}
.copyright-txt a:hover {color: #fccf3d;}

.left-foot {border-right: 1px #90b7be solid; padding: 50px 2% 50px 0; box-sizing: border-box;}
.middle-foot, .right-foot {padding: 50px 2%; box-sizing: border-box;}
.contact-item-wrap {display: inline-block; width: 45%;}

ul.foot-list {list-style-type: none; margin: 0; padding: 10px 0 0 0;}
ul.foot-list li a {color: #fff; font-family: 'Mulish',sans-serif; line-height: 30px; font-size: 14px; letter-spacing: .5px;transition: .3s ease-out;}
ul.foot-list li a:hover {cursor: pointer; font-weight: 800;}

.foot-icon {font-size: 18px; color: #fccf3d; padding-left: 15px; transition: .3s ease-out; box-sizing: border-box;}
ul.foot-list li a:hover .foot-icon {padding-left: 25px;}


/*===================== 
	carousel styles 
=======================*/
.overlay {position: absolute; bottom:0; left:0;}
.overlay img {width: 100%; height: auto;}

.carousel-control-next, .carousel-control-prev {width: 5%!important;}
.carousel-icon {font-size: 20px;}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

/*==========================================
	FIGCAPTIONS
============================================*/

figcaption {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.3em;
}

/*==========================================
	Fade Sections
============================================*/
.hideme {opacity:0;}

/*==========================================
	Call to Action Buttons Homepage
============================================*/

.cta-btn-row {padding: 0 10%; margin-top: -6vw;}
.cta-btn-wrap {padding: 2.5px;}
.cta-btn {
	background: #265159;
	padding: 30px;
	transition: .3s ease-out;
	text-align: center;
}
.cta-btn:hover {background: #3a7d88;}
.cta-head {color: #fff; transition: .3s ease-out; font-size: 50px; line-height: auto;}

.cta-icon{font-size: 40px; padding-bottom: 10px; color: #fff;}
.cta-btn:hover .cta-head {color: #fccf3d;}
.cta-btn:hover .cta-icon {color: #265159;}

/*==========================================
	Animated Border Button
============================================*/

.brand-space {padding: 1% 2%;}
.brand-img {
	width: 100%; 
	max-width: 175px; 
	height: auto; 
	display: block; 
	margin: auto;
	transition: transform .4s; 
}
.borderBtn:hover .brand-img {transform: scale(1.1);}
.borderBtn{
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 30px;
}
.borderBtn:before{
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  left: 0;
  bottom: 0;
  border: 2px solid transparant;
  box-sizing: border-box;
}
.borderBtn:hover:before{
  width: calc(100% / 2);
  height: 100%;
  border: 2px solid #fccf3d;
  border-right: none;
  border-bottom: none;
  transition: height 0.3s linear, 
              width 0.3s linear 0.3s;
}
.borderBtn:after{
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  border: 2px solid transparant;
  box-sizing: border-box;
}
.borderBtn:hover:after{
  width: calc(100% / 2);
  height: 100%;
  border: 2px solid #fccf3d;
  border-left: none;
  border-top: none;
  transition: height 0.3s linear, 
              width 0.3s linear 0.3s;
}

/*==========================================
	About Home Section
============================================*/

.about-bg {
	background-color: #000;
	background-image: url('/siteart/dealer-bg.jpg'); 
	background-size: cover; 
	background-position: center;
	background-attachment: fixed;
	padding: 75px 10%;	
}

/*==========================================
	Testimonial Section
============================================*/

.testimonial-bg {
	background-image: url('/siteart/bg-pattern.jpg'); 
	background-size: cover; 
	background-position: center;
	padding: 75px 10%;	
}
#testimonialSlider .carousel-item {min-height: 10vw;}
#testimonialSlider .carousel-inner {padding: 0 3%;}
.testimonial-indicators {position: relative; padding-top: 20px;}
.carousel-testimonial {padding: 30px 0;}
.carousel-testimonial p {max-width: 800px; display: block; margin: auto;}
.carousel-indicators .active {background-color: #fccf3d;}
.carousel-indicators li {background-color:#3a7d88; width: 25px;} 
.carousel-indicators li:hover {cursor: pointer;}

.quote img {width: 100%; max-width: 115px; height: auto; display: block; margin: auto;}

/*==========================================
	Service Page
============================================*/

.border-box {
	border: solid 2px #dedede;
	padding: 30px;
	border-radius: 15px;
	max-width: 350px;
	background-image: url("/siteart/bg-pattern.jpg");
	background-size: cover;
	background-position: center;
}
.border-box img {width: 100%; max-width: 250px; height: auto;}
.contact-txt {line-height: 25px;}
.contact-txt a {padding: 0 2%;}

/*==========================================
	About Page
============================================*/

.staff-wrap {
  padding: 10px;
  display: flex;
  justify-content: center;
}
.staffsection {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;          
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}
/*==========================================
	FAQs
============================================*/

.faq-wrap {padding-bottom: 20px;}
.faq-box {
	border: solid 2px #dedede;
	padding: 30px;
	border-radius: 15px;
	background-image: url("/siteart/bg-pattern.jpg");
	background-size: cover;
	background-position: center;
}

/*==========================================
	Storage Page
============================================*/

.bg-pattern {
	background-image: url('/siteart/bg-pattern.jpg'); 
	background-size: cover; 
	background-position: center;
}


/*==========================================
	Contact Page
============================================*/

.map {
	width: 100%; height: 300px;	border: none; border-radius: 10px;
}

.contact-box {
	border: solid 2px #dedede;
	padding: 30px;
	border-radius: 15px;
	background-image: url("/siteart/bg-pattern.jpg");
	background-size: cover;
	background-position: center;
}


/*===================== 
	form styles 
=======================*/

.input-wrap {padding: 5px 2.5px; display: inline-block; float: left;}

.field {width: 100%; padding: 5px 15px; font-family: 'Mulish',sans-serif; font-size: 15px; border-radius: 30px; border: solid 2px #f1f1f1; background: #f1f1f1;}
.datefield {width: 100%; padding: 4px 15px; font-family: 'Mulish',sans-serif; font-size: 15px; border-radius: 30px; border: solid 2px #f1f1f1; background: #f1f1f1;}
.textfield {width: 100%; padding: 5px 15px; height: 125px; font-size: 15px; font-family: 'Mulish',sans-serif; border-radius: 20px; border: solid 2px #f1f1f1; background: #f1f1f1;}

.field:focus, .datefield:focus, .textfield:focus {border-color: #fccf3d; outline:none;}

.formcontent {
	display: inline;
	font-family: 'Mulish',sans-serif;
	font-weight: 500;
}

input#CaptchaAnswer {border-radius: 30px; padding: 5px 15px; border-color: #ccc;}
input#CaptchaAnswer:focus {outline: none; border-color: #fccf3d;}
.CaptchaWhatsThisPanel a {color: #4c4c4c;}
.CaptchaWhatsThisPanel a:hover {color: #191919;}

/*===================== 
	Gallery Modal	
=======================*/

.modal-dialog {top: 2%; max-width: 800px;}
.modal-content {border: none; border-radius: 0px;}

.modal-body {
  position:relative;
  padding:0px;
  height: 100%;
  max-height: 800px;
}
.gallery-dialog {max-height: 50vw;}

.carousel-control-next, .carousel-control-prev {width: 8%;}

.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.g-img {padding: 5px; border-radius: 15px;}
.g-img:hover {opacity: .80; cursor: pointer;}

.galleryItem {padding: 0!important;}
.close {right: 10px; padding: 15px; color: #000; text-shadow: none;}
.close:focus, .close:hover {color: #265159;}
.close-btn {
	border: none;
	border-radius: 0px; 
	width: 100%; 
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 16px; 
	font-weight: 500;
	background: #265159;
	color: #fff;
	text-align: center;
	padding: 10px;	
	text-transform: uppercase;
}
.close-btn:hover {
	cursor: pointer;
	background: #3a7d88;	
}
.gal-flex{display: flex; flex-wrap: wrap}

/*===================== 
	Symbols
=======================*/

.flag-img {
	display: block; 
	margin: auto; 
	width: 100%; 
	max-width: 300px;
	height: auto;	
}

.tiny-flag {
	width: 100%;
	max-width: 30px; 
	height: auto;
	display: inline;	
}

.guarantee-img {
	display: block; 
	margin: auto; 
	width: 100%; 
	max-width: 250px;
	height: auto;	
}

.flag-inline {
	width: 49%; 
	max-width: 250px; 
	height: auto; 
	display: inline-block;	
}

.flag-logo {
	width: 100%; 
	max-width: 115px; 
	padding: 10% 10px 10px 10px;
	height: auto; 
	display: inline-block;	
}

.sm-quote {
	width: 100%; 
	max-width: 100px; 
	height: auto;	
}

/*===================== 
	typography styles 
=======================*/

h1 {
	font-family: 'Amatic SC',sans-serif; 
	font-size: 50px; 
	margin: 0; 
	font-weight: 700; 	
	line-height: auto;
}

h2 {
	font-family: 'Amatic SC',sans-serif; 
	font-size: 40px; 
	margin: 0; 
	font-weight: 700; 	
	letter-spacing: 1px;
	line-height: auto;
}

h3 {
	font-family: 'Amatic SC',sans-serif;
	font-size: 30px; 
	font-weight: 700;
	text-transform: uppercase; 
	line-height: auto; 
	margin: 0; 	
}

h4 {
	font-family: 'Roboto Condensed',sans-serif;
	font-size: 18px; 
	font-weight: 700;
	text-transform: uppercase; 
	margin: 0; 	
	line-height: auto;
}

h5 {
	font-family: 'Mulish',sans-serif; 
	font-size: 20px; 
	margin: 0; 
	text-transform: uppercase;
	font-weight: 600; 
	letter-spacing: 2px;
	line-height: auto;	
}

h6 {
	font-family: 'Mulish',sans-serif; 
	font-size: 15px; 
	margin: 0; 
	font-weight: 600; 	
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: auto;
}

p {
	font-family: 'Mulish',sans-serif;
	font-size: 15px; 
	font-weight: 500;
	margin: 0; 
	line-height: auto;
	letter-spacing: .5px;
}
.headTxt {font-size: 65px; line-height: auto;}

.white {color: #fff;}
.grey {color: #4c4c4c;}
.lblue {color: #579DA8;}
.blue {color: #3a7d88;}
.dblue {color: #265159;}
.black {color: #191919;}
.yellow {color: #FCB400;}

.bold {font-weight: 900;}
.italic {font-style:italic;}
.center {display: block; margin: auto; text-align: center;}

p a {font-weight: 800; color: #265159;}
p a:hover {color: #3a7d88;}

.smtxt {font-size: 12px;}

.pledge-txt {
	font-weight: 800; 
	text-transform: none; 	
	letter-spacing: 1px;
	font-size: 16px; 
	color: #265159;
	font-style: italic;
}


/*===================== 
	button styles 
=======================*/

.blue-btn{
  display:inline-block;
  cursor:pointer;
  background:#6fcad8;  
  border: solid 3px #6fcad8;  
  border-radius: 30px;
  color:#265159; 
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; 
  font-size: 15px;
  font-weight: 800; 
  padding: 8px 25px;
  transition: .3s ease-out;
}
.blue-btn:hover {
	background-color: transparent;
	border-color: #fccf3d;
	color: #fccf3d;
}

/*===================== 
	Fixed Text Message Icon
=======================*/

.txt-btn {
	position: fixed; 
	bottom: 15px; 
	left: 15px; 
	padding: 12px 30px; 
	border: none; 
	border-radius: 50px; 
	font-family: 'Roboto Condensed',sans-serif; 
	font-weight: 800; 
	background: #fccf3d; 
	transition: .2s ease-out;
	font-size: 16px;
	text-transform: uppercase;
	color: #265159;
	-webkit-box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.85);
	-moz-box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.85);
	box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.85);
}
.txt-btn:hover {
	cursor: pointer;
	transform: scale(1.05);
}

/*===================== 
	Default Styles
=======================*/

/*-----------Page Headers--------------*/

.header-row {
	box-sizing: border-box; 
	background-size: cover; 
	background-position: center;
}
.header-spacing {padding: 6% 10% 6% 10%; box-sizing: border-box;}
.wave-border img {width: 100%; height: auto;}


/*-----------Common Styles---------------*/

.pad-row {padding: 50px 10%!important; box-sizing: border-box;}
.pad-top {padding-top: 15px;}
.pad-btm {padding-bottom: 15px;}
.btm-30 {padding-bottom: 30px;}
.top-30 {padding-top: 30px;}
.notop {padding-top: 0;}
.nobtm {padding-bottom: 0;}
.left-half {padding-right: 2%;}
.right-half {padding-left: 2%;}

.pad-20 {padding: 20px;}
.bg-grey {background: #ebebeb;}



/*==========================================================================
	MEDIA QUERIES
==========================================================================*/

@media only screen and (max-width: 1500px) {
	
	/*------FONT CHANGES-----*/
	p {font-size: 14px; line-height: 18px;}
	.cta-head {font-size: 40px;}
	.headTxt {font-size: 55px;}
	h1 {font-size: 40px;}
	h2 {font-size: 35px;line-height: 35px;}
	h5 {font-size: 18px;}
	dl li, ol li, ul li {font-size: 14px;}
}

@media only screen and (max-width: 1400px) {
	/*------LAYOUT CHANGES-----*/
	.pad-row {padding: 30px 5%;}
	.header-wrap {padding: 0 5%;}
	.cta-btn-row {padding: 0 5%; margin-top: -10vw;}
	.about-bg, .testimonial-bg {padding: 40px 5%;}
	.footer-top {padding: 0 5%;}
	.footer-btm {padding: 15px 5%;}
	.header-spacing {padding: 30px 5% 40px 5%; box-sizing: border-box;}
	.contact-box, .faq-box, .border-box {padding: 20px;}
}


/*----Large Screens----*/
@media only screen and (max-width: 1199px) {
	/*------NAV CHANGES-----*/
	.navbar .nav-item .nav-link {padding: 10px 15px; font-size: 15px;}
	.navbar {padding: 35px 0 0 0;}
	.dropdown-item {padding: 10px 15px; font-size: 14px;}
	
	/*------FOOTER CHANGES-----*/
	.middle-foot {padding: 30px 2% 30px 8%;}
	.right-foot {padding: 30px 2% 30px 2%;}
	.left-foot {padding: 30px 5% 30px 0;}
	
	/*------FONT CHANGES-----*/
	.cta-head {font-size: 35px;}
	.headTxt {font-size: 45px;}
	h5 {font-size: 15px;}
	.footer-btm .text-right {text-align: center!important;}
	.copyright-txt {font-size: 9px; line-height: 12px;}
	
	/*------LAYOUT CHANGES-----*/
	.btm-30 {padding-bottom: 20px;}
	.top-30 {padding-top: 20px;}
	.remove-pad {padding:0;}
	#testimonialSlider .carousel-item {min-height: auto;}
	
	.pad-row {padding: 30px 3%!important; box-sizing: border-box;}
	.header-wrap {padding: 0 3%; box-sizing: border-box;}
	.cta-btn-row {padding: 0 3%; margin-top: -10vw;}
	.about-bg, .testimonial-bg {padding: 40px 3%;}
	.footer-top {padding: 0 3%;}
	.footer-btm {padding: 15px 3%;}
	.header-spacing {padding: 30px 3% 40px 3%;}
	
	.cta-icon {font-size: 30px;}
	.borderBtn {padding: 20px;}
	.cta-btn {padding: 20px;}
	.blue-btn {font-size: 14px;}
	
	.about-bg .right-half {padding: 0; border-left: none!important; text-align: center;}
	.flag-inline {padding-bottom: 20px;}
}

/*----Medium Screens----*/
@media only screen and (max-width: 991px) {
	
	/*----Fix Nav for mobile devices-------*/
	.home-header {position: relative; background: #3a7d88;}
	.header-wrap {padding: 10px 0 0 0; box-sizing: border-box;}
	.right-nav {padding-right: 3%;z-index:30000; box-sizing: border-box;}
	.left-nav {z-index:30001;}
	.head-logo {max-width: 115px; display: block; margin: auto;}
	.foot-logo {max-width: 115px;}
	.nav-icon-wrap, .left-nav {padding: 0;}
	.form-wrap {width: 100%; padding-bottom: 10px;}
	.formfield input {padding: 6px 12px!important; box-sizing: border-box;}
	.formfield .nav-search-btn {top: 8px; right: 15px;}
	.social-wrap {width: 100%;}
	.navbar {float: none; padding: 0; margin-top: -55px;}
	
	.navbar-collapse {background: #fff;}
	.navbar .nav-item .nav-link {color: #265159; padding: 8px 20px; font-size: 14px; text-align: center; border-bottom: solid 1px #ccc; border-radius: 0px;}
	.dropdown-menu {border: none; background: #ebebeb; margin: 0;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
	.dropdown-item {text-align: center; border-bottom: solid #fff 1px; padding: 5px 20px; box-sizing: border-box;}
	.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {background-color: #ccc;}
	
	.contact-item-wrap {width: 100%;}
	.cta-btn-row {margin-top: 0; padding: 2.5px 2.5px 0 2.5px;}
	.overlay img {display: none;}
	.header-spacing {padding: 30px 3%; box-sizing: border-box;}
	.left-half {padding-right: 0!important;}
	.right-half {padding: 30px 0 0 0!important;}
	.flag-inline {padding-bottom: 0;}
	.flag-logo {max-width: 100px;}
}

/*----Small Screens----*/
@media only screen and (max-width: 767px) {
	.social-wrap {width: 100%; padding-top: 20px;}
	.form-wrap {width: calc(100% - 135px);}
	.left-foot {padding: 0; border-right: none; text-align: center;}
	.footer-top {padding: 30px 3%; box-sizing: border-box;}
	.flag-logo {padding: 4% 2% 2% 2%;}
	
}


/*----Extra Small Screens----*/
@media only screen and (max-width: 500px) {
	.social-wrap i {font-size: 10px; padding: 8px; width: 30px;}
	.head-logo {max-width: 100px;}
	.navbar {margin-top: -45px;}
	.carousel-control-next, .carousel-control-prev {width: 8%!important;}
	.quote img {max-width: 75px;}
	.brand-img {max-width: 125px;}
	.carousel-icon {font-size: 15px;}
	
	/*------FONT CHANGES-----*/
	.cta-head {font-size: 30px;}
	.headTxt {font-size: 40px;}
	h5, h6 {font-size: 14px;}
	h2 {font-size: 30px;line-height: 30px;}
	
}

/*----Tiny Screens----*/
@media only screen and (max-width: 450px) {
	.mob-btn-mar button {margin: 3px 0; width: 100%;}
}