/*******************************************************
				<=/ Main CSS File \=>
			<=/ On The Map Marketing \=>
		<=/ http://onthemapmarketing.com \=>
********************************************************/
body {
	-webkit-font-smoothing:antialiased!important;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/*******************************************************
</ \>			<=/ General && Typography \=>
********************************************************/
img {
	max-width: 100%;
}

button {
	outline: 0;
}

a, .btn, .button, button {
	-webkit-transition: all .3s;
	transition: all .3s;
}

ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
}

a:hover {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
	font-size: 50px;
	line-height: 55px;
}

h2 {
	font-size: 45px;
	line-height: 60px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 15px;
}

p {
	margin: 0;
}

a {
	outline: none;
}

a img {
	outline: none;
}



/*******************************************************
</ \>				<=/ Inner Page \=>
********************************************************/

#content {
	margin-bottom: 20px;
}

#content p {
	margin: 15px 0;
}

#content h1 {
	margin: 30px 0;
}

#content h2 {
	font-size: 25px;
	line-height: 35px;
}

#content li {
	position: relative;
}

#content li::before {
	color: #fc0e0b;
	font-family: "FontAwesome";
	content: '\f0da';
	margin-right: 10px;
	margin-left: 10px;
}

#content a {
	color: #000;
}

#content a:hover {
	color: #fc0e0b;
}

/*******************************************************
</ \>				<=/ Header \=>
********************************************************/

.site-header {
	background: url('../img/bg-header.jpg') no-repeat top center;
	background-size: cover;
}

.topbar a {
	color: #fff;
	font-weight: 400;
}

.topbar a:hover {
	color: #fc0e0b;
}

.navbar {
	padding: 0;
}

.navbar-nav > li:last-child a.nav-link {
	color: #000000;
	border-radius: 100px;
	background-image: linear-gradient(135deg, #c3c3c3 0%, #fefefe 28%, #eaeaea 53%, #fefefe 75%, #b6b8bb 100%);
	margin-left: 8px;
	padding-left: 1rem;
	padding-right: 1rem;
}

.navbar-nav > li:last-child a.nav-link:hover {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.navbar .active > a {
	color: #fc0e0b;
	font-weight: 700;
}

.dropdown-menu li.active a {
	font-weight: 400;
}

.navbar-toggler {
	width: 40px;
	height: 30px;
	position: relative;
	background: transparent;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	outline: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #fff;
	border-radius: 7px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.navbar-toggler span:nth-child(1) {
		top: 0px;
}
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
		top: 12px;
}
.navbar-toggler span:nth-child(4) {
		top: 24px;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
		top: 15px;
		width: 0%;
		left: 50%;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(4) {
		top: 15px;
		width: 0%;
		left: 50%;
}
.navbar-toggler:not(.collapsed) span {
		background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
}

a.dropdown-item {
	color: #000;
}

.dropdown-item {
  padding: .5rem 1.5rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #f8f9fa;
}

.dropdown-toggle::after {
  vertical-align: .155em;
}

.navbar .menu-item-has-children > .dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0;
}

/*******************************************************
</ \>				<=/ Footer \=>
********************************************************/

.map-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	padding: 10px;
}

.map-wrapper iframe {
	display: block;
}

.site-footer-top {
	background: url('../img/bg-footer.jpg') no-repeat bottom center;
	background-size: cover;
}

.site-footer .bottom-row a {
	color: #fff;
}

.site-footer .bottom-row a:hover {
	color: #fc0e0b;
}

.phone-large {
	font-size: 40px;
	font-weight: 500;
	line-height: 50px;
}

.copy-branding-wrapper p,
.copy-branding-wrapper a {
	line-height: 15px;
	color: #000;
}

.copy-branding-wrapper p a:hover {
	color: #000;
	text-decoration: underline;
}

.branding img {
	max-width: 130px;
}

.otm-form-response {
	color: #fff;
  text-align: center;
	padding-top: 8px;
	font-weight: 400;
}

/*******************************************************
</ \>				<=/ Sections \=>
********************************************************/

.hero .cta {
	color: #fff;
}

.hero .cta a {
	color: #fff;
	font-weight: 400;
}

.hero .cta h2 {
	font-size: 50px;
	line-height: 55px;
}

.hero .cta p {
	font-size: 20px;
	line-height: 25px;
}

.single-tile {
	position: relative;
}

.single-tile .tile-link {
	display: block;
	height: 115px;
	width: 115px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3px;
	left: 0;
	margin: auto;
}

.single-tile .tile-link.hover {
	background-color: rgba(255, 43, 6, 0.75);
	-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .3);
}

.single-tile .text-link {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-weight: 400;
}

.badges {
	background: url('../img/bg-ratings.jpg') no-repeat center center;
	background-size: cover;
}

.badges a:hover {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.about a {
	max-width: 250px;
	color: #000;
	font-weight: 400;
}

.about,
.testimonials {
	padding-top: 60px;
	padding-bottom: 90px;
}

.testimonials {
	background: url('../img/testimonials-bg.jpg') no-repeat center center;
	background-size: cover;
}

.single-testimonial {
	padding-top: 36px;
	height: 100%;
}

.single-testimonial hr {
	border: none;
	display: block;
	width: 100%;
	margin: 0;
	height: 10px;
	background-image: linear-gradient(135deg, #c3c3c3 0%, #fefefe 28%, #eaeaea 53%, #fefefe 75%, #b6b8bb 100%);
}

.single-testimonial img {
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.single-testimonial .testimonial-rating {
	color: #cbab65;
	font-size: 16px;
}

.single-testimonial .testimonial-rating i {
	line-height: 20px;
}

.single-testimonial .name {
	color: rgba(28, 29, 31, 0.95);
	font-size: 14px;
	font-weight: 700;
}

.single-testimonial-inner {
	height: 100%;
}

.contact-us-info {
	font-size: 20px;
	font-weight: 400;
}

.contact-us-info h6 {
	font-size: 30px;
}

/*******************************************************
</ \>				<=/ Forms \=>
********************************************************/

.input-wrapper {
	position: relative;
}

.input-wrapper .form-icon {
	position: absolute;
	color: #767676;
	font-size: 20px;
	line-height: 45px;
	left: 15px;
}

.input-wrapper .form-icon-right {
	left: auto;
	right: 15px;
	top: 2px;
}

.input-wrapper input,
.input-wrapper textarea {
	padding-left: 45px;
	height: 45px;
	border-radius: 0;
}

.input-wrapper textarea {
	padding-top: 10px;
}

.form-wrapper {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 20px 10px 10px;
}

.form-wrapper h2 {
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
}

.form-wrapper h2 .large {
	font-size: 40px;
	line-height: 50px;
}

.contactform .form-btn {
	border-radius: 100px;
	background-image: linear-gradient(135deg, #c3c3c3 0%, #fefefe 28%, #eaeaea 53%, #fefefe 75%, #b6b8bb 100%);
	display: block;
	text-transform: uppercase;
	line-height: 45px;
	border: none;
	width: 100%;
	padding: 0;
	-webkit-transition: all .3 ease-in;
	transition: all .3 ease-in;
}

.contactform .form-btn:hover {
	cursor: pointer;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}


/*******************************************************
</ \>			<=/ Other Layout Elements \=>
********************************************************/

.phone::before {
  content: '\f095';
  font-family: FontAwesome;
  padding-right: 5px;
	color: #fc0e0b;
	font-size: 25px;
}

.address {
  position: relative;
  padding-left: 25px;
}

.address::before {
  content: '\f041';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  line-height: 30px;
  font-size: 25px;
	color: #fc0e0b;
}

.social-icons i {
	font-size: 25px;
}



/*******************************************************
</ \>			<=/ Utilities \=>
********************************************************/

.btn-rounded-large {
	line-height: 45px;
	border-radius: 100px;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
}

.btn-rounded-large:hover {
	border: 1px solid #ff2b06;
	background-color: #ff2b06;
}

.btn-rounded-large-black {
	border-color: #000;
}

.color-red {
	color: #fc3222;
}

/*------------404 Error------------*/

.alert-warning {
	color: #fc3222;
	background-color: #ffeaea;
	border-color: #fc3222;
	margin: 25px 0;
	text-align: center;
}

/*******************************************************
</ \>		<=/ Responsive Media Queries \=>
********************************************************/
	/*---------------------------------------------------
		.a. -> Large Screens Size
	---------------------------------------------------*/
	@media screen and (min-width: 1200px) {
		.container {
		    max-width: 1170px;
		}
	}

	/*---------------------------------------------------
		.b. -> Medium Screens Size
	---------------------------------------------------*/
	@media screen and (max-width: 1199px) {

		.navbar-nav  {
			font-size: 14px;
		}

		.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .25rem;
	    padding-left: .25rem;
		}

		.navbar-nav > li:last-child a.nav-link {
	    padding-left: 0.5rem;
	    padding-right: 0.5rem;
		}

		.nav-col {
			padding: 0;
		}

	}

	/*---------------------------------------------------
		.c. -> Small Screens Size
	---------------------------------------------------*/
	@media screen and (max-width: 991px) {

		.navbar {
			width: 100%;
		}

		.navbar-nav > li:last-child a.nav-link {
			padding-right: .25rem;
    	padding-left: .25rem;
			background: none;
			color: #fff;
			margin: 0;
		}

		.navbar-nav > li:last-child a.nav-link:hover {
    	-webkit-transform: none;
    	        transform: none;
			color: #fc0e0b;
		}

		.navbar-expand-lg .navbar-nav .nav-link {
	    text-align: center;
			font-size: 20px;
		}

		.navbar-nav  {
			padding: 15px 0;
		}

		/*TEST*/

		.navbar-collapse {
			position: absolute;
			top: 40px;
			left: 0;
			right: 0;
			background: rgba(0,0,0,.9);
			z-index: 10;
		}

		.navbar {
			position: relative;
		}

		.navbar-nav > li {
			border-bottom: 1px solid rgba(255,255,255,.2);
		}

		.navbar-nav > li:last-child {
			border-bottom: none;
		}

		.copy-branding-wrapper p {
			line-height: 25px;
		}

		.navbar .menu-item-has-children:hover > .dropdown-menu a {
			text-align: center;
		}
	}
	/*---------------------------------------------------
		6.d. -> Extra-Small Screens Size
	---------------------------------------------------*/
	@media screen and (max-width: 767px) {

		.single-tile .text-link {
			padding: 0 15px;
		}

		.single-tile .tile-link.hover {
    	background: none;
		}

		.about, .testimonials {
	    padding-top: 30px;
	    padding-bottom: 45px;
		}

		.site-footer .social-icons a i {
			font-size: 35px;
		}

		.topbar .phone {
			font-size: 25px
		}


	}

	/*---------------------------------------------------
		6.e. -> Mini Screens Size
	---------------------------------------------------*/
	@media screen and (max-width: 479px) {



	}


	@media screen and (min-width: 992px) {
		.navbar .menu-item-has-children:hover > .dropdown-menu {
			display: block;
		}
	}



/*******************************************************
				<=/ End Main CSS File \=>
********************************************************/
