@import url('../fonts/template-fonts.css');

* {
	box-sizing: border-box;
}
body {
	height: 100%;
	margin: 0 !important;
    font-family: 't-roboto-condensed', sans-serif !important;
    font-size: 14px;
}
#template-top-wrapper,
#template-bottom-wrapper {
	background-color: #ffffff !important;
}
#template-header .template-wrapper,
#template-footer .template-wrapper {
	max-width: 1920px;
	display: flex;
	margin: auto;
	padding: 20px 0;
}
#template-header a {
    color: #545454;
    text-decoration: none;
	cursor: pointer;
}
#template-header .template-wrapper {
	position: relative;
    justify-content: space-between;
}
#template-header .template-logo img {
	height: 120px;
	transition: 0.5s height;
}
#template-header .section-1 {
}
#template-header  .section-2 {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
 	align-items: flex-end;
	flex-basis: 747px;
	max-width: calc(100% - 225px);
}
#template-header .template-call {
	display: inline-block;
    padding: 2px 1px 1px;
    font-size: 33px;
    color: #1a4e9a;
    text-align: right;
    line-height: 33px;
}
#template-header .template-call .phone-icon {
    margin-right: 8.25px;
    font-family: 't-__FontAwesome_5' !important;
	font-size: 28px;
    font-weight: 400;
    line-height: 28px;
}
#template-header #template-menu {
	width: 100%;
	padding-top: 34px;
	z-index: 2;
}
#template-header #template-menu .template-main-menu {
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
}
#template-header #template-menu .template-main-menu li {
	display: block;
    position: relative;
    flex-basis: 109.2px;
}
#template-header #template-menu .template-main-menu li:not(.menu-contact) {
	top: 1px;
}
#template-header #template-menu .template-main-menu li.active:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #545454;
    border-radius: 4px;
}
#template-header #template-menu .template-main-menu li a {
	display: block;
    padding: 15.5px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	line-height: 19px;
}
#template-header #template-menu .template-main-menu li a:hover {
    color: #e71d25;
}
#template-header #template-menu .template-main-menu li.menu-contact {
    margin-left: 15px;
    margin-right: 2px;
}
#template-header #template-menu .template-main-menu li.menu-contact a {
    width: 184px;
    background-color: #E71D25;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
	transition: 0.5s;
}
#template-header #template-menu .template-main-menu li.menu-contact:hover a {
    background-color: #1A4E9A;
}
#template-header #template-menu .template-main-menu .submenu-wrapper {
	display: none;
	position: absolute;
	top: calc(100% - 5px);
	left: 0;
	width: 240px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#template-header #template-menu .template-main-menu .submenu-wrapper .submenu {
	padding: 0;
}
#template-header #template-menu .template-main-menu .submenu-wrapper li a {
	padding: 11.5px 10px;
    background-color: #1A4E9A;
	color: #ffffff;
    font-weight: 700;
	line-height: 17px;
    text-align: left;
    text-transform: capitalize;
}
#template-header #template-menu .template-main-menu .submenu-wrapper li:hover a {
    background-color: #1D5AAF;
}
#template-header #template-menu .template-main-menu li.has-submenu:after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 12px;
	height: auto;
	width: auto;
	font-family: 't-__FontAwesome_5';
	font-size: 10px;
	color: #545454;
}
#template-header #template-menu .template-main-menu li.has-submenu:hover .submenu-wrapper {
	display: block;
}
#template-header .template-mobile-menu-toggle {
	display: none;
	position: relative;
	bottom: 4px;
	right: 1px;
	height: 27px;
	width: 26px;
	cursor: pointer;
}
#template-header .template-mobile-menu-toggle .template-menu-hamburger {
	position: absolute;
	bottom: 12px;
	right: 0px;
	height: 4px;
	width: 26px;
	border-radius: 2px;
	background-color: #e71d25;
}
#template-header .template-mobile-menu-toggle .template-menu-hamburger:before, 
#template-header .template-mobile-menu-toggle .template-menu-hamburger:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 2px;
	background-color: #e71d25;
}
#template-header .template-mobile-menu-toggle .template-menu-hamburger:after {
	top: 9px;
}


#template-body {
	 min-height: 600px;
}

#template-footer .template-footer-1 {
	color: #727272;
}
#template-footer .template-footer-1 {
    background-color: #1e1e1e;
	border-top: 15px solid #dddddd;
	height: 476px;
}
#template-footer .template-footer-1 .template-wrapper {
	padding: 55px 0;
}
#template-footer  .section-1 {
    flex-basis: 400px;
	margin-left: 100px;
}
#template-footer  .section-2 {
    flex-basis: 17.5%;
    margin-left: calc(31.41% - 500px);
}
#template-footer  .section-3 {
	display: flex;
	flex-direction: column;
    flex-basis: 20.79%;
    margin-left: 2.14%;
}
#template-footer .section-4 {
    flex-basis: 400px;
    margin-left: calc(28.16% - 500px);
	padding-left: 24px;
	padding-right: 26px;
}
#template-footer .section-header {
    padding-bottom: 20px;
	color: #dddddd;
	font-weight: 700;
    text-transform: uppercase;
	line-height: 19px;
}
#template-footer .section-body  a {
	display: block;
	padding: 10.5px 0;
	color: #727272;
	line-height: 19px;
	text-decoration: none;
	transition: color 0.5s;
}
#template-footer .section-body  a:hover {
	color: #f4f4f4;
}
#template-footer .section-1 .section-header {
    padding-bottom: 31px;
}
#template-footer .section-1 .learn-more {
	display: inline-block;
    width: 180px;
	margin-top: 24px;
    padding: 18px;
    background-color: #E71D25;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 1px;
	transition: 0.5s;	
}
#template-footer .section-1 .section-body {
    line-height: 26px;
}
#template-footer .section-1 .learn-more:hover {
    background-color: #1A4E9A;
}
#template-footer .section-2 .section-header {
}

#template-footer .section-3 .section-header {
}
#template-footer .section-3 .section-3b {
	margin-top: 20px;
}
#template-footer .section-3 .section-3b .section-body div {
	line-height: 28px;
}
#template-footer .section-3 .section-3b .section-body a {
	display: inline-block;
	padding: 0;
	line-height: 30px;
}
#template-footer .section-3 .icon-contact1 {
    font-family: 't-__FontAwesome_5' !important;
	font-size: 15px;
    line-height: 28px;
}
#template-footer .section-4 .section-header {
    padding-bottom: 32px;
    text-align: center;
}
#template-footer .section-4 .section-body .review {
	position: relative;
    font-size: 18px;
    text-align: center;
	line-height: 28px;
}
#template-footer .section-4 .section-body .review-quote {
	position: relative;
	bottom: 7px;
    margin-right: 1px;
}
#template-footer .section-4 .section-body .review-name {
	margin-top: 10px;
	color: #dddddd;
	font-weight: 700;
	line-height: 28px;
}
#template-footer .section-4 .review:not(.active) {
	display: none;
}
#template-footer .template-footer-2 {
    background-color: #111111;
}
#template-footer .template-footer-2 .template-wrapper {
    justify-content: space-between;
	padding: 28px 0;
    color: #545454;
}
#template-footer .template-footer-2 .template-wrapper a {
    color: #545454;
}
#template-footer .template-footer-2 .template-wrapper a:first-child {
    margin-right: 12px;
}
#template-footer .template-footer-2 .footer-cr {
    margin-left: 40px;
}
#template-footer .template-footer-2 .footer-sm {
    margin-top: -20px;
	margin-left: -60px;
	margin-right: 39px;
	font-size: 18px;
	line-height: 18px;
}
#template-footer .template-footer-2 .footer-sm .sm-email, 
#template-footer .template-footer-2 .footer-sm .sm-fb {
	display: inline-block;
	font-family: 't-__FontAwesome_5';
}
@media (min-width: 1591px) {
	#template-header .section-1 {
		margin-left: 100px;
	}
	#template-header  .section-2 {
		margin-right: 100px;
	}
	#template-footer .template-footer-2 .footer-cr {
		margin-left: 100px;
	}
	#template-footer .template-footer-2 .footer-sm .sm-fb {
		margin-right: 100px;
	}
}
@media (max-width: 1024px) {
	#template-header #template-menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		height: 0;
		margin-top: -1px;
		padding-top: 0;
		background: #ffffff;
		overflow: hidden;
		transition: height 0.5s;
	}
	#template-header #template-menu:after {
		content: "";
		position: relative;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 0;
		border-bottom: 15px solid #dddddd;
	}
	#template-header .template-mobile-menu-toggle {
		display: block;
	}
	#template-header #template-menu.mobile-active {
		height: 400px;
	}
	#template-header #template-menu .template-main-menu {
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		margin: auto;
	}
	#template-header #template-menu .template-main-menu li {
		flex-basis: 55px;
		margin-top: 1px;
	}
	#template-header #template-menu .template-main-menu li:not(.menu-contact) {
		top: 0;
	}
	#template-header #template-menu .template-main-menu li:first-child {
		flex-basis: 54px;
	}
	#template-header #template-menu .template-main-menu li:not(:first-child) a {
		padding-top: 15px;
		padding-bottom: 16px;
	}
	#template-header #template-menu .template-main-menu li:not(.menu-contact) a {
		background-color: #1A4E9A;
		color: #ffffff;
		font-size: 18px;
		line-height: 24px;
	}
	#template-header #template-menu .template-main-menu li:first-child a {
		line-height: 23px;
	}
	#template-header #template-menu .template-main-menu li.active:after {
		bottom: 9px;
		right: calc(50% - 3px);
		width: 6px;
		height: 6px;
		background-color: #ffffff;
		border-radius: 3px;
	}
	#template-header #template-menu .template-main-menu li.menu-contact {
		margin: 20px 0 20px;
	}
	#template-header #template-menu .template-main-menu li.menu-contact a {
		width: 280px;
		margin: auto;
		padding: 20px 0 21px;
		font-size: 17px;
	}	
	#template-footer .template-footer-2 .footer-sm {
		margin-top: -24px;
		font-size: 30px;
		line-height: 30px;
	}
	#template-footer .template-footer-2 .template-wrapper a:first-child {
		margin-right: 16px;
	}
}
@media (min-width: 1367px) and (max-width: 1590px) {
	#template-header .section-1 {
		margin-left: 40px;
	}
	#template-header  .section-2 {
		margin-right: 39px;
	}
	#template-footer  .section-1 {
		flex-basis: 348px;
		margin-left: 40px;
	}
	#template-footer  .section-2 {
		flex-basis: 17.4868%;
		margin-left: calc(31.21% - 388px);
	}	
	#template-footer  .section-3 {
		flex-basis: 21.89%;
		margin-left: 2.56%;
	}
	#template-footer .section-4 {
		flex-basis: 347px;
		margin-left: calc(26.85% - 387px);
	}
}
@media (min-width: 1025px) and (max-width: 1366px) {
	#template-header .section-1 {
		margin-left: 40px;
	}
	#template-header  .section-2 {
		max-width: calc(38.81% + 170px);
		margin-right: 38px;
	}
	#template-header #template-menu .template-main-menu li.menu-contact {
		margin-left: 7px;
	}
	#template-header #template-menu .template-main-menu li.menu-contact a {
		width: 161px;
	}
	
	#template-footer .template-footer-1 {
		height: 736px;
	}
	#template-footer .template-footer-1 .template-wrapper {
		flex-flow: wrap;
		padding-top: 64px;
	}
	#template-footer .section-1 {
		flex-basis: 54.76%;
		margin-left: 40px;
		order: 1;
	}
	#template-footer .section-2 {
		flex-basis: 29.44%;
		margin-top: 64px;
		margin-left: 2.93%;
		order: 3;
	}
	#template-footer .section-3 {
		flex-direction: row;
		flex-basis: 64.72%;
		margin-top: 64px;
		margin-left: 2.91%;
		order: 4;
	}
	#template-footer .section-3 .section-3a {
		flex-basis: 45.48%;
	}
	#template-footer .section-3 .section-3b {
		flex-basis: 45.48%;
		margin-top: 0;
		margin-left: 4.51%;
	}
	#template-footer .section-4 {
		flex-basis: 402px;
		margin-left: calc(45.24% - 482px);
		order: 2;
		padding-left: 57px;
		padding-right: 57px;
	}
}
@media (min-width: 801px) and (max-width: 1024px) {
	#template-header .section-1 {
		margin-left: 30px;
	}
	#template-header #template-menu .template-main-menu {
		width: 43.95%;
	}	
	#template-header .template-mobile-menu-toggle {
		display: block;
	}	
	#template-header  .section-2 {
		margin-right: 29px;
	}
	#template-footer .template-footer-1 {
		height: 833px;
	}
	#template-footer .template-footer-1 .template-wrapper {
		flex-flow: wrap;
		padding-top: 65px;
		font-size: 18px;
	}
	#template-footer .template-footer-1 .section-body {
		line-height: 29px;
	}
	#template-footer .section-body a {
		padding: 15.5px 0;
	}	
	#template-footer .section-1 {
		flex-basis: 760px;
		margin-left: calc(50% - 381px);
	}
	#template-footer .section-2 {
		flex-basis: 31.74%;
		margin-top: 64px;
		margin-left: 2.93%;
	}
	#template-footer .section-3 {
		flex-basis: 20.81%;
		margin-top: 64px;
		margin-left: 0.88%;
	}
	#template-footer .section-3 .section-3b {
		display: none;
	}
	#template-footer .section-4 {
		flex-basis: 265.011px;
		margin-top: 64px;
		margin-left: calc(43.0493% - 311px);
		padding: 0;
	}
	#template-footer  .template-footer-2 .footer-cr  {
		margin-left: 30px;
		font-size: 18px;
		line-height: 25px;
	}
	#template-footer  .template-footer-2 .footer-cr  .full-cr-2 {
		display: none;
	}
}
@media (min-width: 641px) and (max-width: 800px) {
	#template-header .section-1 {
		margin-left: 20px;
	}
	#template-header  .section-2 {
		margin-right: 19px;
	}
	#template-header #template-menu .template-main-menu {
		width: 56.25%;
	}
	
	#template-footer .template-footer-1 .section-body {
		line-height: 29px;
	}
	#template-footer .section-body a {
		padding: 15.5px 0;
	}	
	#template-footer .template-footer-1 {
		height: 837px;
	}
	#template-footer .template-footer-1 .template-wrapper {
		flex-flow: wrap;
		align-items: stretch;
		padding-top: 65px;
		font-size: 18px;
		height: 100%;
	}
	#template-footer .section-1 {
		flex-basis: 600px;
		margin-left: calc(50% - 300px);
	}
	#template-footer .section-1 .learn-more {
		margin-top: 29px;
	}
	#template-footer .section-2 {
		flex-basis: 44.63%;
		margin-top: 70px;
		margin-left: 23px;
	}
	#template-footer .template-footer-1 .section-2 .section-header {
		line-height: 22px;
	}
	#template-footer .section-3 {
		flex-direction: column;
		flex-basis: 45%;
		margin-top: 70px;
		margin-left: calc(10.37% - 43px);
	}
	#template-footer .section-3 .section-3a {
	}
	#template-footer .section-3 .section-3b {
		display: none;
	}
	#template-footer .section-4 {
		display: none;
	}	
	#template-footer  .template-footer-2 .footer-cr  {
		margin-left: 20px;
		font-size: 18px;
		line-height: 25px;
	}
	#template-footer  .template-footer-2 .footer-cr  .full-cr-2 {
		display: none;
	}
}
@media (max-width: 640px) {
	#template-header .section-1 {
		margin-left: 20px;
	}
	#template-header .template-logo img {
		height: 95px;
	}
	#template-header #template-menu .template-main-menu {
		width: 93.75%;
	}
	#template-header #template-menu .template-main-menu li {
		flex-basis: 46px;
	}	
	#template-header #template-menu .template-main-menu li:first-child {
		flex-basis: 45px;
	}
	#template-header #template-menu .template-main-menu li a {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	#template-header #template-menu .template-main-menu li.active:after {
		bottom: 4px;
	}
	#template-header #template-menu .template-main-menu li:not(:first-child) a {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	#template-header #template-menu .template-main-menu li.menu-contact a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#template-header  .section-2 {
		margin-right: 19px;
	}
	#template-footer .template-footer-1 .section-body {
		line-height: 29px;
	}
	#template-footer .section-body a {
		padding: 15.5px 0;
	}	
	#template-footer .template-footer-1 {
		height: auto;
	}
	#template-footer .template-footer-1 .template-wrapper {
		flex-flow: wrap;
		align-items: stretch;
		padding-top: 63px;
		padding-bottom: 143px;
		font-size: 18px;
	}
	#template-footer .section-1 {
		flex-basis: 93.75%;
		margin-left: 3.13%;
		text-align: center;
	}
	#template-footer .section-1 .learn-more {
		margin-top: 29px;
	}
	#template-footer .section-2 {
		display: none;
	}
	#template-footer .section-3 {
		flex-direction: column;
		flex-basis: 93.75%;
		margin-top: 101px;
		margin-left: 3.13%;
		text-align: center;
	}
	#template-footer .section-3 .section-3a .section-header {
		line-height: 22px;
	}
	#template-footer .section-3 .section-3b {
		display: none;
	}
	#template-footer .section-4 {
		display: none;
	}	
	#template-footer  .template-footer-2 .template-wrapper {
		position: relative;
	}
	#template-footer  .template-footer-2 .footer-cr {
		width: 100%;
		margin-left: auto;
		font-size: 18px;
		line-height: 25px;
		text-align: center;
	}
	#template-footer  .template-footer-2 .footer-cr  .full-cr-1,
	#template-footer  .template-footer-2 .footer-cr  .full-cr-2 {
		display: none;
	}
	#template-footer  .template-footer-2 .footer-sm {
		position: absolute;
		top: -86px;
		left: 50%;
		display: flex;
		justify-content: space-between;
		width: 117px;
		margin-left: -60px;
		font-size: 45px;
		line-height: 45px;
	}
	#template-footer .template-footer-2 .footer-sm .sm-email, 
	#template-footer .template-footer-2 .footer-sm .sm-fb {
		width: auto;
	}
}
