/**
 *	Project: R.F. Symon;
 *	Custom Stylesheets
 *	Author: Ionut Tatu - Back9 Creative;
 *	Version: 1.0;
 *	Date: 21.07.2020
 */


/**
 *
Tisa Pro Bold
font-family: ff-tisa-web-pro, serif;
font-weight: 400/700;

Open Sans Bold
font-family: open-sans, sans-serif;
font-weight: 400/600/700;
 */



/* General */
body {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.page:not(.home) #content {
	padding: 0;
}
#page {
	overflow: hidden;
}
.has-sidebar:not(.error404) #primary {
	float: none;
	width: 100%;
}
.site-content {
	padding: 0;
}


/*.grecaptcha-badge {
	display: none !important;
}*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #707070;
  	font-weight: 400;
  	font-size: 16px;
  	font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  	color: #707070;
  	font-weight: 400;
  	font-size: 16px;
  	font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #707070;
  	font-weight: 400;
  	font-size: 16px;
  	font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  	color: #707070;
  	font-weight: 400;
  	font-size: 16px;
  	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    font-family: ff-tisa-web-pro, serif;
    padding: 40px 0 0;
	font-weight: 700;
    letter-spacing: 0;
}
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
}
.pageWrapper {
	padding: 0 0 50px 0;
	position: relative;
    overflow-anchor: none;
}
.pageWrapper .pageTitle {
    font-size: 40px;
    line-height: 48px;
    color: #981B1E;
    font-weight: 500;
    padding: 0;
    margin: 0 0 30px 0;
}



.desc ol,
.desc ul {
	margin: 0 0 20px 20px;
}
.desc ol li,
.desc ul li,
.desc p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
    margin: 0 0 15px 0;
}
.desc ol li,
.desc ul li {
    margin: 0 0 5px 0;
}
.desc a {
	transition: all .6s;
	font-weight: 600;
}
.desc a:hover,
.desc a:active,
.desc a:focus {
	opacity: .7;
	transition: all .6s;
}
.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
    color: #47526A;
    margin: 20px 0;
    padding: 0;
    font-weight: 400;
}

/* Header */
/*.sticky-wrapper {*/
    /*z-index: 1000 !important;*/
/*}*/
.site-header {
	background-color: #fff;
	z-index: 1000 !important;
	transition: all .6s;
}
#top {
    border-bottom: 4px solid #EE3A43;
    height: 50px;
}
#top ul {
    list-style-type: none;
    margin: 0;
}
#top ul li {
    display: inline-block;
    margin-right: 25px;
}
#top ul li a {
    color: #47516a;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 50px;
}
#top ul li.selected a {
    color: #EE3A43;
}
#top .right {
    text-align: right;
}
#top .right a {
    color: #47516a;
    font-size: 14px;
    display: inline-block;
    line-height: 50px;
}
#top .right a i {
    color: #EE3A43;
}
#top .right img {
    max-height: 30px;
    margin-right: 15px;
    position: relative;
    top: -3px;
}


header.site-header {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#logo {
	height: 80px;
	transition: all .3s;
	margin: 30px 0;
}
header #services {
    margin-top: 20px;
}
header #services .item {
    width: calc(25% - 20px);
    float: right;
    text-align: center;
}
header #services .item .wrapper {
    width: 65px;
    height: 65px;
    border: 1px solid #47516a;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    margin: 0 auto 10px auto;
    transition: all .6s;
}
header #services .item img {
    line-height: 50px;
}
header #services .item .wrapper .original {
    display: block;
}
header #services .item .wrapper .hover {
    display: none;
}

header #services .item p {
    font-size: 16px;
    color: #47516a;
    text-transform: uppercase;
    transition: all .6s;
}
header #services a.selected .item p,
header #services a:hover .item p {
    transition: all .6s;
    color: #EE3A43;
}
header #services a.selected .item .wrapper,
header #services a:hover .item .wrapper {
    transition: all .6s;
    border: 1px solid #EE3A43;
}
header #services a.selected .item .wrapper .original {
    display: none;
}
header #services a.selected .item .wrapper .hover {
    display: block;
}

/* Navigation */
.navigation-top {
	position: relative;
	background: transparent;
	border: none;
}
#top-menu {
	text-align: left;
}
.main-navigation a {
	color: #47516a;
	font-size: 15px;
    line-height: 15px;
	font-weight: 400;
	position: relative;
    padding: 0;
    /*line-height: 110px;*/
	transition: all .6s;
    display: inline-block;
}
.main-navigation li {
    display: inline-block;
}
.main-navigation a span {
    display: none;
}
.main-navigation a svg {
	display: none !important;
}
.main-navigation a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.main-navigation a::after {
    margin-right: -1px;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a,
.main-navigation a:hover,
.main-navigation a:active,
.main-navigation a:focus {
	text-decoration: none;
	transition: all .6s;
	color: #EE3A43 !important;
}
.navigation-top .current-menu-item > a span, .navigation-top .current_page_item > a span,
.main-navigation a:hover span,
.main-navigation a:active span,
.main-navigation a:focus span {
	transition: all .6s;
	opacity: 1;
}


/* Breadcrumbs */
ul.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
    color: #ACACAC;
}
ul.breadcrumbs li:after {
    content: '>';
    display: inline-block;
    margin: 0 10px;
}
ul.breadcrumbs li:last-child:after {
    display: none;
}
ul.breadcrumbs li a {
    color: #ACACAC;
    font-weight: 500;
}


/* Banner */
#banner {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 50px;
}
#banner .overlay {
    background: rgba(71, 82, 106, .55);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    flex-direction: column;
}

body.home #banner .overlay {
    background: transparent;
}

#banner .overlay h2 {
    font-size: 56px;
    line-height: 56px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-shadow: 0px 0px 2px #000;
}
#banner .overlay a {
    display: inline-block;
    background: #FFFFFF;
    color: #47526A;
    font-size: 30px;
    line-height: 30px;
    padding: 15px 25px;
    margin-top: 50px;
    transition: all .6s;
}
#banner .overlay a:hover {
    transition: all .6s;
    background: #47526A;
    color: #fff;
}
.homePage #banner h2 {
    color: #47526A;
    text-shadow: none;
}



/* Home Page */
.homePage .services .item h4 {
    font-size: 26px;
    line-height: 36px;
    color: #47526A;
    font-weight: 400;
    padding: 0;
    margin: 15px 0;
}
.homePage .services .item .desc p {
   color: #707070;
}
.homePage .divider {
    margin: 50px 0;
}
.homePage #quote h3 {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    color: #47526A;
    padding: 0;
    margin: 0 0 50px 0;
    font-weight: 400;
}
.homePage .latestBlog {
    margin-bottom: 50px;
}
.homePage .latestBlog h5 {
    font-size: 40px;
    line-height: 58px;
    color: #47526A;
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px;
    text-transform: inherit;
}
.homePage .latestBlog a.actionButton {
    margin-top: 15px;
}


/* About Page */
.aboutPage .content {
    margin-bottom: 50px;
}
.aboutPage .content .desc h1:first-child,
.aboutPage .content .desc h2:first-child,
.aboutPage .content .desc h3:first-child,
.aboutPage .content .desc h4:first-child,
.aboutPage .content .desc h5:first-child,
.aboutPage .content .desc h6:first-child {
    margin-top: 0;
}
.squareBorderedImage {
    border: 1px solid rgba(168, 168, 168, .5);
    padding: 3px;
}

.aboutPage .gallery {
    margin-bottom: 50px;
}
.aboutPage .gallery img {
    margin: 0 13px 15px 13px;
}

.aboutPage .team {
    margin-bottom: 50px;
}
.divider {
    width: 100%;
    height: 1px;
    background: rgba(168, 168, 168, .5);
}
.aboutPage .values h2,
.aboutPage .team h2 {
    font-size: 40px;
    line-height: 58px;
    margin: 50px 0;
    padding: 0;
    font-weight: 400;
    color: #47526A;
    display: block;
    text-align: center;
}
.aboutPage .team .items .item {
    margin-bottom: 30px;
    text-align: center;
}
.aboutPage .team .items .item img {
    border-radius: 50%;
    max-width: 150px;
}
.aboutPage .team .items .item h4 {
    font-size: 16px;
    line-height: 24px;
    color: #47526A;
    margin: 20px 0 5px 0;
    padding: 0;
}
.aboutPage .team .items .item p.position {
    font-size: 14px;
    line-height: 21px;
    color: #47526A;
    margin: 0;
    font-family: ff-tisa-web-pro, serif;
}
.aboutPage .team a.actionButton {
    margin-top: 15px;
}




.aboutPage .values .divider {
    width: 100%;
    height: 1px;
    background: #A8A8A8;
}
.aboutPage .values .items .item {
    text-align: center;
}
.aboutPage .values .items .item .wrapper {
    background: #47526A;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    margin: 0 auto 10px auto;
}
.aboutPage .values .items .item p {
    font-family: ff-tisa-web-pro, serif;
    font-size: 14px;
    line-height: 21px;
    color: #47526A;
}

.actionButton {
    background: #F7F7F7;
    color: #47526A;
    font-size: 16px;
    padding: 15px 75px;
    display: inline-block;
    transition: all .6s;
}
.actionButton:hover {
    transition: all .6s;
    background: #47526A;
    color: #F7F7F7;
}



/* Services Page */
.servicesPage .divider {
    width: 100%;
    height: 1px;
    background: rgba(168, 168, 168, .5);
    margin: 50px 0;
}
.servicesPage .items .item {
    margin-bottom: 50px;
}
.servicesPage .items .item h3 {
    color: #47526A;
    font-size: 40px;
    line-height: 58px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px 0;
}
.servicesPage .items .item a.actionButton {
    margin-top: 15px;
}


/* Service Page */
.servicePage .section.bottom h4,
.servicePage .section h3 {
    font-size: 40px;
    line-height: 58px;
    color: #47526A;
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px 0;
}
.servicePage .section a.actionButton {
    padding: 10px 40px;
    margin-top: 10px;
    margin-right: 10px;
}
.servicePage .section.bottom {
    margin-top: 75px;
}
.servicePage .section.bottom h4 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.servicePage .section.bottom ul {
    list-style-type: none;
    text-align: center;
}
.servicePage .section.bottom ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.servicePage .section.bottom ul li .overlay {
    width: 155px;
    padding: 0 5px;
    text-align: center;
}
.servicePage .section.bottom ul li .wrapper {
    width: 100px;
    height: 100px;
    background: #47526A;
    border-radius: 50%;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    margin: 0 auto 10px auto;
}
.servicePage .section.bottom ul li p {
    font-size: 14px;
    line-height: 21px;
    color: #47526A;
    font-family: ff-tisa-web-pro, serif;
    margin: 0;
}
.servicePage .divider {
    margin-top: 75px;
    margin-bottom: 75px;
}



.loader {
    position: fixed;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
    z-index: 1000;
    transition: all .3s;
}
.loader.active {
    top: 0;
}

/* Blog Listing Page */
.blogPage .items .item h3 {
    font-size: 20px;
    line-height: 27px;
    color: #707070;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 5px;
}
.blogPage .items .item .desc p {
   color: #707070;
}
.blogPage .loadMore {
    display: inline-block;
    margin-top: 50px;
    background: #47526A;
    color: #F7F7F7;
}
.blogPage .loadMore:hover {
    background: #F7F7F7;
    color: #47526A;
}


/* Article Page */
body.single-post header {

}
.articlePage img.articleImage {
    width: 100%;
    margin-top: 50px;
}
.articlePage ul.breadcrumbs {
    margin: 15px 0 0 0;
}
.articlePage h1.pageTitle {
    font-size: 40px;
    line-height: 58px;
    font-weight: 400;
    color: #47526A;
    padding: 0;
    margin: 20px 0 30px 0;
}



/* FAQ Page */
.faqPage .items .item {
    padding-bottom: 75px;
}
.faqPage .items .item h4 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.faqPage .items a.contactUs {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #676767;
    margin-top: 30px;
    text-transform: uppercase;
    padding-top: 10px;
    border-top: 1px solid rgba(168, 168, 168, 0.5);
}
.faqPage .items .item:nth-child(1n+8) {
    display: none;
}
.faqPage a.loadMore {
    color: #F7F7F7;
    background: #47526A;
}
.faqPage a.loadMore:hover {
    background: #F7F7F7;
    color: #47526A;
}



/* Contact Page */
.contactWrapper {
    position: relative;
    min-height: 570px;
    margin-bottom: 50px;
}
.contactWrapper .container-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 570px;
}
.contactWrapper .container-fluid .left {
    background: rgba(228, 228, 228, 0.45);
    min-height: 570px;
}
.contactWrapper .container-fluid .right {
    background: rgba(116, 124, 142, 0.49);
    min-height: 570px;
}


.contactPage .left h3,
.contactPage .right h3 {
    font-size: 40px;
    line-height: 58px;
    color: #47526A;
    font-weight: 400;
    padding: 0;
    margin: 40px 0 20px;
}
.contactPage .right {
    padding: 0 50px;
}
.contactPage .right i {
    font-size: 36px;
    color: #47526A;
    position: relative;
    top: 5px;
}
.contactPage .right p {
    font-size: 24px;
    line-height: 32px;
    color: #47526A;
    font-family: ff-tisa-web-pro, serif;
}
.contactPage .right iframe {
    margin-top: 30px;
    height: 260px;
    border-radius: 30px;
}


.contactPage .left p {
    font-size: 24px;
    line-height: 32px;
    color: #47526A;
    font-family: ff-tisa-web-pro, serif;
    margin: 0 0 20px;
}
.contactPage .left p a {
    color: #47526A;
}
.contactPage .left p i {
    font-size: 32px;
    display: inline-block;
    width: 50px;
}

.contactPage .contact--links > div {
    padding: 0;
}
.contactPage .contact--links > div:first-child a {
    padding-left: 250px;
}
.contactPage .contact--links a {
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #47526A;
    padding: 15px;
    padding-left: 50px;
}
.contactPage .contact--links a.selected {
    background: #F7F7F7;
    border-radius: 0px 30px 0px 0px;
    -moz-border-radius: 0px 30px 0px 0px;
    -webkit-border-radius: 0px 50px 0px 0px;
}
.contactPage .contact--links > div:last-child a.selected {
    border-radius: 50px 0px 0px 0px;
    -moz-border-radius: 50px 0px 0px 0px;
    -webkit-border-radius: 50px 0px 0px 0px;
}
.contactPage .forms {
    background: #F7F7F7;
    padding: 50px 0;
}
.contactPage .forms #quote,
.contactPage .forms #enquiry {
    display: none;
}

#quote .item {
}
#quote .item .wrapper {
    background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    min-height: 515px;
    border: 1px solid #fff;
}
#quote .item.has-errors .wrapper {
    border: 1px solid #f00;
}
#quote .item .wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(168, 168, 168, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
}
#quote .item.active .wrapper .overlay {
    display: none;
}

#quote .item .wrapper h6 {
    font-size: 20px;
    line-height: 29px;
    color: #47526A;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 15px;
}
#quote .item .wrapper h6 span {
    font-weight: 700;
}
#quote .item .wrapper label i {
    font-size: 42px;
    color: #D3462D;
    display: block;
}
#quote .item .wrapper label span {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}
#quote a.next {
    background: #47526A;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
    transition: all .6s;
    width: 120px;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 60px);
}
#quote a.next:hover {
    transition: all .6s;
    color: #47526A;
    background: #F7F7F7;
}
#quote .radio label {
    padding-left: 0;
}

#quote .item[data-id="2"] label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
    display: block;
    margin-top: 30px;
}
#quote .item[data-id="2"] .radio label {
    margin-top: 0;
}
#quote .item[data-id="2"] p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-top: 20px;
}
#quote .item[data-id="3"] textarea,
#quote .item[data-id="3"] input[type="text"],
#quote .item[data-id="3"] input[type="email"],
#quote .item[data-id="2"] input[type="text"] {
    height: 40px;
    border: 1px solid #A8A8A8;
    border-radius: 0;
}
#quote .item[data-id="3"] textarea{
    height: 75px;
}
#quote .overlayLabel {
    cursor: pointer;
}
#quote .alert {
    display: none;
}
#quote .loader {
    width: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: none;
    height: 100px;
    background: transparent;
}
#quote .loader.active {
    display: block;
}
#quote .radio {
    margin-bottom: 0;
}

.homePage #quote .wrapper {
    background: #F5F5F5;
}
#quote .label--email {
    margin-top: 10px;
    font-weight: 500;
    display: block;
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-bottom: 0;
}





.wpcf7 label {
	width: 100%;
	margin: 0 0 30px 0;
	position: relative;
}

.wpcf7 label input[type="text"],
.wpcf7 label input[type="email"],
.wpcf7 label input[type="phone"],
.wpcf7 label textarea {
	color: #000;
	font-weight: 400;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	border: none;
	background: #fff;
	padding: 15px;
}
.wpcf7 label input[type="text"],
.wpcf7 label input[type="email"],
.wpcf7 label input[type="phone"] {
	height: 45px;
}
.wpcf7 label textarea {
	height: 200px;
}
.wpcf7 input[type="submit"] {
    background: #47526A;
    border: 1px solid #47526A;
	font-size: 20px;
	font-weight: 400;
	transition: all .6s;
	color: #F7F7F7;
	padding: 15px 75px;
	display: block;
	margin: 15px auto 0 auto;
    border-radius: 0;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
	transition: all .6s;
    background: #F7F7F7;
    color: #47526A;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.wpcf7 p.text-info {
	text-align: left;
	color: #000;
	font-size: 14px;
	font-style: italic;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
	color: #ff0000;
	padding: 0;
	margin: 0;

	text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
}
span.wpcf7-not-valid-tip {
	color: #f00 !important;
	text-transform: initial !important;
    font-size: 16px;
}
.selectric {
    border: none;
    height: 45px;
    background: #fff;
    font-weight: 400;
}
.selectric .button {
    background-color: transparent;
    width: 43px;
    height: 43px;
    line-height: 43px;
}
.selectric .label {
    color: #707070;
    font-style: italic;
    text-align: left;
    line-height: 43px;
    height: 43px;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
}
.selectric-items li {
    color: #000;
    font-weight: 400;
}
#quote .selectric {
    border: 1px solid #A8A8A8;
}


/* Not Found Page */
.notFoundPage {
    padding: 150px 0;
    text-align: center;
}
.notFoundPage h1 {
    font-size: 44px;
    line-height: 44px;
    color: #707070;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.notFoundPage p {
    font-size: 18px;
    line-height: 22px;
    color: #707070;
    font-weight: 500;
    margin: 25px 0 50px 0;
    padding: 0;
}
.notFoundPage p.cst {
    font-size: 16px;
    margin: 100px 0 15px 0;
}
.notFoundPage a {
    color: #47516a;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 15px;
}
.notFoundPage ul {
    list-style-type: none;
}
.notFoundPage ul li {
    display: inline-block;
}
.notFoundPage ul li a {
    color: #47516a;
    font-weight: 600;
}
.notFoundPage ul li a i {
    font-size: 32px;
}



/* Pop up */
.modal-content {
    border: none;
}




/* Footer */
.site-footer {
	margin: 0;
	border: none;
	width: 100%;
	padding: 50px 0 0 0;
	background: #47516a;
    position: relative;
    border-top: 4px solid #EE3A43;
}

footer .contactDetails,
footer .icons {
    margin-bottom: 50px;
}
footer .icons .item {
    width: calc(20% - 50px);
    margin: 0 25px;
    float: left;
    text-align: center;
}
footer .icons .item img {
    display: block;
    margin: 0 auto 15px auto;
}
footer .icons .item .desc p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}
footer .icons .item .overlay {
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    flex-direction: column;
}
footer .icons .item .overlay img {
    max-width: 25px;
    margin: 0 auto;
}
footer .icons .item .overlay p.text,
footer .icons .item .overlay p.number {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}
footer .icons .item .overlay p.number {
    font-size: 48px;
    line-height: 42px;
}




footer .contactDetails h6 {
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 600;
}
footer .contactDetails ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    text-align: right;
}
footer .contactDetails ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 25px;
}
footer .contactDetails ul li:last-child {
    margin-right: 0;
}
footer .contactDetails ul li a {
    color: #fff;
    font-size: 16px;
}
footer .contactDetails ul li i {
    color: #f9e151;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}


footer .copyright {
	text-align: center;
}
footer .copyright p {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}
footer .copyright p a,
footer .copyright p a:hover,
footer .copyright p a:active,
footer .copyright p a:focus {
	color: #fff;
    text-decoration: underline;
}


/* Media Queries */
/* Mobile First */
@media screen and (min-width: 320px) {

}

/* Mobile Only */
@media screen and (min-width: 320px) and (max-width: 767px) {
	.navContainer {
		padding: 0;
	}
	.js .menu-toggle i {
		font-size: 28px;
		color: #47516a;
		line-height: 40px;
	}
	.js .menu-toggle {
		padding: 0;
		color: #47516a;
		margin: 0;
		text-align: right;
		position: absolute;
		top: -45px;
		left: 15px;
        z-index: 1;
	}
	.js .menu-toggle:hover,
	.js .menu-toggle:focus,
	.js .menu-toggle:active,
	.customMobileIcon:hover,
	.customMobileIcon:focus,
	.customMobileIcon:active {
		outline: none;
	}
	.navWrapper {
		padding: 0 !important;
		height: 0;
	}
	.main-navigation ul {
		background: transparent;
		border: none;
	}
    .main-navigation ul li {
        border-bottom: 1px solid #ACACAC;
        display: block !important;
        margin-right: 0 !important;
    }
	.main-navigation a {
		line-height: 52px;
		color: #000;
		padding: 0 15px;
		font-weight: 300;
	}
	.main-navigation a span {
		display: none;
	}
    .main-navigation a i.fa-plus {
        display: none;
    }
	#top-menu {
		position: relative;
		text-align: center;
		padding: 0;
		background: #fff;
		z-index: 1000;
		border-top: none;
		margin-top: 0;

        -webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.16);
        -moz-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.16);
        box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.16);
	}
    .navigation-top {
        position: absolute;
        width: 100%;
        top: 50px;
    }
	.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
		border-bottom: none;
		border-radius: 0;
		background: transparent;
        color: #931224;
	}
	.dropdown-toggle {
	    top: 0;
	    width: 100%;
	    right: 0;
	    padding: 0;
	    height: 50px;
	}

    .desc ol li, .desc ul li, .desc p {
        font-size: 15px;
    }

    #logo {
        height: 50px;
        margin: 30px auto;
        display: block;
    }
    header #services {
        margin-top: 0;
        margin-bottom: 15px;
    }
    header #services .item {
        width: 25%;
    }
    header #services .item p {
        font-size: 12px;
    }
    header #services .item img {
        max-width: 35px;
    }


    #banner {
        min-height: 300px;
    }
    body:not(.home) #banner {
        min-height: 200px;
        text-align: center;
    }
    .homePage #banner h2 {
        font-size: 36px;
        line-height: 36px;
    }
    #banner .overlay a {
        font-size: 16px;
        padding: 10px 20px;
    }
    #banner .overlay h2 {
        font-size: 36px;
        line-height: 36px;
    }
    body:not(.home) #banner .overlay a {
        margin-top: 30px;
    }




    /* Home Page */
    .homePage .services .item {
        margin-bottom: 30px;
    }
    a.actionButton {
        width: 100%;
        text-align: center;
    }

    .homePage #quote h3 {
        font-size: 30px;
        line-height: 48px;
    }
    .homePage .latestBlog h5 {
        font-size: 32px;
        line-height: 42px;
    }
    .homePage .services .item h4 {
        font-size: 22px;
        line-height: 34px;
    }

    #quote .item {
        margin-bottom: 50px;
    }
    #quote .item:last-child {
        margin-bottom: 0;
    }
    #quote .item .wrapper {
        min-height: 460px;
    }

    #quote .item[data-id="3"] .wrapper {
        min-height: 480px;
    }
    #quote .item[data-id="2"] .wrapper {
        min-height: 520px;
    }


        /* Services */
    .servicesPage .items .item h3 {
        font-size: 30px;
        line-height: 48px;
    }
    .servicesPage .items .item img {
        margin-top: 15px;
    }
    .servicePage .section.bottom h4, .servicePage .section h3 {
        font-size: 30px;
        line-height: 48px;
    }
    .servicePage .section img.squareBorderedImage {
        margin-top: 15px;
    }
    .servicePage .section.bottom ul li {
        margin-bottom: 15px;
    }


    /* About */
    .aboutPage .gallery img {
        margin: 0 4px 15px 4px;
        max-width: 75px;
    }
    .aboutPage .values h2, .aboutPage .team h2 {
        font-size: 30px;
        line-height: 48px;
    }
    .aboutPage .values .items .item {
        margin-bottom: 15px;
    }


    /* Blog Page */
    .blogPage .items .item {
        margin-bottom: 30px;
    }
    .articlePage h1.pageTitle {
        font-size: 30px;
        line-height: 48px;
    }


    /* FAQ Page */
    .faqPage .items .item {
        padding-bottom: 50px;
    }
    .faqPage .items .item h4 {
        font-size: 22px;
        line-height: 30px;
    }


    /* Contact Page */
    .contactPage .right {
        padding: 0 15px;
    }
    .contactPage .left h3, .contactPage .right h3 {
        font-size: 30px;
        line-height: 48px;
    }
    .contactPage .right p,
    .contactPage .left p {
        font-size: 20px;
        line-height: 28px;
    }
    .contactWrapper .container-fluid .left {
        min-height: 800px;
    }
    .contactWrapper .container-fluid .right {
        min-height: 0;
    }
    .contactPage .contact--links > div:first-child a {
        padding-left: 15px;
    }
    .contactPage .contact--links a {
        font-size: 14px;
    }


    /* Contact Page */
    .wpcf7 input[type="submit"] {
        width: 100%;
        margin: 0;
    }




    /* Footer */
    footer .icons .item {
        width: 50%;
        margin: 10px 0;
    }
    footer .icons .item:nth-child(5) {
        margin-left: 25%;
    }
    footer .icons .item img {
        max-width: 75px;
    }
    footer .icons .item .desc p {
        font-size: 13px;
    }
    footer .icons .item .overlay {
        width: 75px;
        height: 75px;
    }
    footer .icons .item .overlay p.text, footer .icons .item .overlay p.number {
        font-size: 12px;
        line-height: 16px;
    }
    footer .icons .item .overlay p.number {
        font-size: 20px;
        line-height: 22px;
    }

    footer .contactDetails h6 {
        font-size: 26px;
        letter-spacing: 1px;
        text-align: center;
        margin: 0 0 30px;
    }
    footer .footerLogo {
        margin: 0 0 30px;
    }
    footer .contactDetails ul {
        text-align: center;
    }
    footer .contactDetails ul li {
        margin-bottom: 15px;
    }

    footer .copyright {
		text-align: center;
	}
	footer .copyright p {
		font-size: 14px;
		line-height: 21px;
	}
}

@media screen and (min-width: 320px) and (max-width: 375px) {

}

/* Table Portrait */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #logo {
        height: 70px;
    }
	.main-navigation a {
		padding: 0;
	}
	#top-menu {
		text-align: left;
	}


    header #services .item {
        width: 25%;
    }
    header #services .item p {
        font-size: 14px;
    }

    #banner {
        min-height: 300px;
    }
    body:not(.home) #banner {
        min-height: 200px;
        text-align: center;
    }
    #banner .overlay h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .homePage #banner h2 {
        font-size: 46px;
        line-height: 46px;
    }
    #banner .overlay a {
        font-size: 20px;
        line-height: 20px;
    }
    .homePage .services .item a.actionButton {
        padding: 15px 50px;
        width: 100%;
        text-align: center;
    }

    .contactPage .left h3, .contactPage .right h3,
    .articlePage h1.pageTitle,
    .aboutPage .values h2, .aboutPage .team h2,
    .servicePage .section.bottom h4, .servicePage .section h3,
    .homePage .latestBlog h5,
    .homePage #quote h3 {
        font-size: 30px;
        line-height: 48px;
    }
    #quote .item {
        margin-bottom: 50px;
    }
    #quote .item .wrapper {
        padding: 30px 15px;
    }
    .servicePage .section.bottom ul li {
        margin-bottom: 15px;
    }
    .servicePage .section a.actionButton {
        padding: 10px 25px;
    }

    .aboutPage .gallery img {
        margin: 0 5px 15px 5px;
        max-width: 125px;
    }


    .servicesPage .items .item h3 {
        font-size: 30px;
        line-height: 48px;
    }

    .blogPage .items .item {
        margin-bottom: 30px;
    }


    .contactPage .right {
        padding: 0 15px;
    }

    .contactPage .contact--links > div:first-child a {
        padding-left: 15px;
    }
    .contactPage .contact--links a {
        font-size: 16px;
    }

    .blogPage .items .item:nth-child(2n+3) {
        clear: both;
    }

    #quote .item .wrapper {
        min-height: 540px;
    }


    footer .contactDetails h6 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    footer .footerLogo {
        margin: 25px 0 0 0;
    }
    footer .contactDetails ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer .icons .item img {
        max-width: 100px;
    }
    footer .icons .item {
        width: calc(20% - 20px);
        margin: 0 10px;
    }
    footer .icons .item .overlay p.text, footer .icons .item .overlay p.number {
        font-size: 16px;
    }
    footer .icons .item .overlay {
        width: 100px;
        height: 100px;
    }
    footer .icons .item .overlay p.number {
        font-size: 34px;
        line-height: 34px;
    }
}
/* Table Portrait */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #logo {
        height: 70px;
    }
    #banner {
        min-height: 300px;
    }
    body:not(.home) #banner {
        min-height: 200px;
        text-align: center;
    }
    #banner .overlay h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .homePage #banner h2 {
        font-size: 46px;
        line-height: 46px;
    }
    #banner .overlay a {
        font-size: 20px;
        line-height: 20px;
    }


    .blogPage .items .item {
        margin-bottom: 30px;
    }
    .blogPage .items .item:nth-child(2n+3) {
        clear: both;
    }

    .contactPage .contact--links > div:first-child a {
        padding-left: 15px;
    }
    .contactPage .contact--links a {
        font-size: 22px;
    }

    footer .contactDetails ul li {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
    }
    footer .contactDetails h6 {
        font-size: 34px;
    }
    footer .footerLogo {
        margin: 25px 0 0 0;
    }
}

/* Small Screen */
@media screen and (min-width: 1200px) and (max-width: 1400px) {

}
/* Medium Screen */
@media screen and (min-width: 1401px) and (max-width: 1600px) {

}
@media screen and (min-width: 1601px) and (max-width: 1700px) {
	
}
@media screen and (min-width: 1701px) and (max-width: 1800px) {
    .contactPage .contact--links > div:first-child a {
        padding-left: 280px;
    }
}
/* Large Screen */
@media screen and (min-width: 1801px) and (max-width: 1900px) {
    .contactPage .contact--links > div:first-child a {
        padding-left: 330px;
    }
}
@media screen and (min-width: 1901px) and (max-width: 2000px) {
    .contactPage .contact--links > div:first-child a {
        padding-left: 370px;
    }
}
@media screen and (min-width: 2001px) and (max-width: 2200px) {
    .contactPage .contact--links > div:first-child a {
        padding-left: 430px;
    }
}
@media screen and (min-width: 2201px) {
    .contactPage .contact--links > div:first-child a {
        padding-left: 520px;
    }
}
@media screen and (min-width: 1024px) {

}
@media screen and (min-width: 1200px) {
    .blogPage .items .item {
        margin-bottom: 30px;
    }
    .blogPage .items .item:nth-child(3n+4) {
        clear: both;
    }
}

