/*
Theme Name: Consultancy
Theme URI: https://www.theconsultancy.co.uk
Author: The Consultancy
Author URI: https://www.theconsultancy.co.uk/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: consultancy
 */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
}

h1 {
    font-size: 5em;
    line-height: 0.9em;
    font-weight: 400;
    margin: 0px 0px 15px;
}

h2 {
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0px 0px 15px;
}

h3 {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0px 0px 15px;
}

h4 {
    font-weight: 400;
    margin: 0px 0px 15px;
}

p {
    color: #707070;
    line-height: 1.8em;
    margin: 0px 0px 15px;
}

ul, ol {
    padding-left: 20px;
    margin: 0px 0px 15px;
}

li {
    line-height: 1.8em;
}

table {
    margin: 0px 0px 15px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.centertxt, .centertxt * {
    text-align: center;
}

.whitetxt, .whitetxt * {
    color: #ffffff !important;
}

.wrapper {
    width: 1200px;
    margin: 0px auto;
}
















/*-------------------------------------------
Header
--------------------------------------------- */

header.header1 {
    width: 100%;
    float: left;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 10;
}

header.header1 .navigation {
    width: 100%;
    float: left;
}

header.header1 .navigation div {
    width: 100%;
    float: left;
}

header.header1 .navigation div > ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

header.header1 .navigation div > ul > li {
    position: relative;
}

header.header1 .navigation div > ul > li.mobilelink {
    display: none;
}

header.header1 .navigation div > ul > li > a {
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    line-height: 60px;
    padding: 0px 30px;
}

header.header1 .navigation div > ul > li.menu-item-has-children > a:after {
    width: auto;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: '\f0d7';
    font-weight: 600;
    line-height: 1em;
    margin-left: 15px;
}

header.header1 .navigation div > ul > li:hover > a {
    color: #ffffff !important;
}

header.header1 .navigation div > ul > li > a:hover {
    text-decoration: none;
}

header.header1 .navigation div > ul > li > ul {
    width: 300px;
    display: none;
    position: absolute;
    top: 65px;
    left: -1px;
    list-style: none;
    background: #ffffff;
    z-index: 1;
    padding: 0px;
    border: 1px solid #dfe2e1;
    margin: 0px;
}

header.header1 .navigation div > ul > li:hover > ul {
    display: inline-block;
}

header.header1 .navigation div > ul > li > ul > li {
    width: 100%;
    float: left;
    font-size: 0.9em;
    line-height: 45px;
    border-top: 1px solid #dfe2e1;
}

header.header1 .navigation div > ul > li > ul > li:first-child {
    border: 0px;
}

header.header1 .navigation div > ul > li > ul > li > a {
    width: 100%;
    float: left;
    color: #ffffff !important;
    padding: 0px 15px;
}

header.header1 .navigation div > ul > li > ul > li > a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

header.header1 .headertop > div.mobilenav {
    width: auto;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.header1 .headertop > div.mobilenav a {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    border-left: 1px solid #dfe2e1;
}

header.header1 .headertop > div.mobilenav a i {
    line-height: 80px;
}

header.header1 .headertop {
    width: 100%;
    float: left;
    position: relative;
}

header.header1 .headertop .navigation div > ul > li > a {
    color: #ffffff !important;
}

header.header1 .headertop .navigation div > ul > li > ul {
    top: 60px;
}

header.header1 .socialbox {
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.header1 .socialbox a {
    width: 60px;
    height: 60px;
    border-left: 1px solid #a3aeb5;
    margin: 0px;
}

header.header1 .socialbox a:hover {
    background: #333333;
}

header.header1 .socialbox a i {
    line-height: 60px;
}

header.header1 .headerbot {
    width: 100%;
    float: left;
    position: relative;
}

header.header1 .headerbot .logo {
    width: 210px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

header.header1 .headerbot .logo:after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: -40px;
    content: '';
    border-top: 79px solid;
    border-right: 40px solid transparent;
    z-index: 1;
}

header.header1 .headerbot .logo img {
    display: block;
    padding: 5px;
}

header.header1 .headerbot .navigation div > ul > li > a {
    line-height: 79px;
}

header.header1 .headerbot .navigation div > ul > li > ul {
    top: 79px;
}

header.header1 .headerbot .headquote {
    width: 210px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 79px;
    text-align: center;
    color: #ffffff !important;
    z-index: 1;
    transition: all 0.5s ease;
}

header.header1 .headerbot .headquote:hover {
    background: #333333 !important;
    text-decoration: none;
}

header.header1 .headerbot .headquote:after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: -40px;
    content: '';
    border-bottom: 79px solid;
    border-left: 40px solid transparent;
    z-index: 1;
    transition: all 0.5s ease;
}

header.header1 .headerbot .headquote:hover:after {
    border-bottom-color: #333333;
}

header.header1 .mobilenav {
    width: auto;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

header.header1 .mobilenav a {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    border-left: 1px solid #dfe2e1;
}

header.header1 .mobilenav a i {
    line-height: 80px;
}

@media (max-width: 1199px){
    header.header1 {
        border-bottom: 1px solid #dfe2e1;
    }

    header.header1 .headertop {
        display: none;
    }

    header.header1 .headertop > div.mobilenav {
        display: inline-block;
    }

    header.header1 .navigation {
        width: 300px;
        position: fixed;
        top: 81px;
        right: -300px;
        bottom: 0px;
        z-index: 10;
        border-bottom: 0px;
        border-left: 1px solid #dfe2e1 !important;
        transition: all 1s ease;
    }

    header.header1 .navigation.open {
        right: 0px;
    }

    header.header1 .navigation div > ul > li {
        width: 100%;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #dfe2e1 !important;
    }

    header.header1 .navigation div > ul > li.mobilelink {
        display: inline-block;
    }

    header.header1 .navigation div > ul > li > a {
        width: 100%;
        color: #ffffff !important;
        line-height: 50px !important;
        padding: 0px 15px;
    }

    header.header1 .navigation div > ul > li > ul {
        width: 100%;
        float: left;
        display: none;
        position: static;
        border: 0px;
        border-top: 1px solid #dfe2e1;
    }

    header.header1 .navigation div > ul > li.open > ul {
        display: inline-block;
    }

    header.header1 .navigation div > ul > li > ul > li {
        line-height: 35px !important;
    }

    header.header1 .headerbot .logo {
        position: static;
    }

    header.header1 .headerbot .logo img {
        height: 80px;
    }

    header.header1 .headerbot .logo:after {
        display: none;
    }

    header.header1 .headerbot .headquote {
        display: none;
    }

    header.header1 .mobilenav {
        display: inline-block;
    }

}

@media (max-width: 767px){
    header.header1 .headerbot .logo {
        width: 155px;
    }

    header.header1 .headerbot .logo img {
        height: 60px;
    }

    header.header1 .headerbot > div.mobilenav a {
        width: 60px;
        height: 60px;
    }

    header.header1 .headerbot > div.mobilenav a i {
        line-height: 60px;
    }

    header.header1 .navigation {
        top: 61px;
    }

}


















/*-------------------------------------------
Footer
--------------------------------------------- */

footer.footer1 {
    width: 100%;
    float: left;
}

footer.footer1 .footercta {
    width: 100%;
    float: left;
    padding: 45px 0px;
}

footer.footer1 .footercta .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

footer.footer1 .footercta .wrapper > h3 {
    width: auto;
    margin: 0px;
}

footer.footer1 .footercta .wrapper > div {
    width: auto;
    padding: 20px 0px 20px 35px;
    border-left: 1px solid #ffffff;
    margin-left: 35px;
}

footer.footer1 .footercta .wrapper > div i {
    width: auto;
    display: inline-block;
    font-size: 65px;
    vertical-align: middle;
    margin-right: 25px;
}

footer.footer1 .footercta .wrapper > div p {
    width: auto;
    display: inline-block;
    font-size: 1.1em;
    margin: 0px;
    vertical-align: middle;
}

footer.footer1 .footercta .wrapper > div p a {
    color: #ffffff !important;
}

footer.footer1 .footertop {
    width: 100%;
    float: left;
}

footer.footer1 .footertop .footerwidget {
    width: auto;
    float: left;
    padding: 60px 30px;
}

footer.footer1 .footertop h3 {
    font-size: 1em;
    font-weight: bold;
}

footer.footer1 .footertop .footerwidget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer.footer1 .footercontact {
    width: 600px;
    float: right;
    text-align: right;
    background-image: url(images/footer-bg.png);
    background-position: left;
    background-size: 100% 100%;
    padding: 60px 30px 60px 250px;
}

footer.footer1 .footercontact .socialbox a {
    margin: 0px 0px 0px 10px;
}

footer.footer1 .footerbot {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

footer.footer1 .footerbot a {
    color: #ffffff;
}

footer.footer1 .footerbot a:hover {
    color: #ffffff !important;
}

footer.footer1 .footerbot p {
    font-size: 0.9em;
    color: #ffffff;
    margin: 0px 0px 5px;
}

footer.footer1 .footerbot ul {
    width: 100%;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer.footer1 .footerbot ul li {
    width: auto;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1em;
    padding: 0px 10px;
    border-right: 1px solid #ffffff;
}

footer.footer1 .footerbot ul li:last-child {
    border-right: 0px;
}

@media (max-width: 1199px){
    footer.footer1 .footercta .wrapper > h3 {
        width: 100%;
        text-align: center;
        margin: 0px 0px 20px;
    }

    footer.footer1 .footercta .wrapper > div {
        border-right: 1px solid #ffffff;
        border-left: 0px;
        padding: 20px;
        margin: 0px;
    }

    footer.footer1 .footercta .wrapper > div:last-child {
        border-right: 0px;
    }

    footer.footer1 .footercta .wrapper > div i {
        font-size: 50px;
        margin-right: 15px;
    }

    footer.footer1 .footercta .wrapper > div p {
        font-size: 1em;
    }

    footer.footer1 .footertop {
        background: #ebebeb;
    }

    footer.footer1 .footertop .footerwidget {
        display: none;
    }

    footer.footer1 .footercontact {
        width: 100%;
        text-align: center;
        background: none;
        padding: 30px 0px;
    }

    footer.footer1 .footercontact .socialbox a {
        margin: 0px 5px;
    }
}

@media (max-width: 959px){
    footer.footer1 .footercta {
        display: none;
    }
}

@media (max-width: 767px){
    footer.footer1 .footerbot {
        padding: 10px 0px;
    }

    footer.footer1 .footerbot p,
    footer.footer1 .footerbot ul li {
        font-size: 0.7em;
    }
}




/*-------------------------------------------
Cookie Message
--------------------------------------------- */

.cookiebar {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    line-height: 1.4em;
    background: #ffffff;
    padding: 15px 0px;
    border-top: 7px solid;
    z-index: 99999999999;
    box-sizing: border-box;
}

.cookiebar p {
    width: auto;
    float: left;
    font-size: 0.85em;
    margin: 0px !important;
}

.cookiebar p a {
    color: #9d8e87;
    font-weight: 600;
}

.cookiebar .links {
    width: auto;
    float: right;
}

.cookiebar .links a.cookieaccept {
    width: 175px;
    display: inline-block;
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    padding: 15px 15px 15px 27px;
}

.cookiebar .links a.cookieaccept:hover {
    color: #ffffff !important;
}

.cookiebar .links a.cookieaccept i {
    float: right;
    line-height: 15px;
}

@media (max-width: 767px){
    .cookiebar {
        line-height: 1.1em;
        text-align: center;
        padding: 5px 0px;
        border-top: 3px solid;
    }

    .cookiebar p {
        width: 100%;
        font-size: 0.7em;
    }

    .cookiebar .links {
        width: 100%;
    }

    .cookiebar .links a.cookieaccept {
        width: 150px;
        font-size: 0.8em;
        padding: 10px 10px 10px 21px;
        margin-top: 5px;
    }
}

/*-------------------------------------------
Blog
--------------------------------------------- */

.blogcontainer .blog-list {
    width: 66%;
    float: left;
}

.postlistbox {
    width: 100%;
    display: inline-block;
    padding: 45px;
    border: 1px solid #d0d0d0;
    margin-bottom: 35px;
}

.postlistbox h2 {
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}

.postlistbox p {
    margin: 0px !important;
}

.postlistbox p.by {
    font-size: 0.9em;
}

.postlistbox .excerpt {
    width: 100%;
    display: inline-block;
    font-size: 1.1em;
    margin: 45px 0px 0px;
}

.postlistbox .postimg {
    width: 100%;
    height: 360px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
}

.postlistbox .postimg.noimg {
    background-size: auto;
    border: 1px solid #d7d7d7;
}

.blogcontainer .blogpagination {
    width: 100%;
    display: inline-block;
}

.blogcontainer .blogpagination .past-page {
    width: auto;
    float: left;
}

.blogcontainer .blogpagination .next-page {
    width: auto;
    float: right;
}

.blogcontainer .blogsidebar {
    width: 31%;
    float: right;
}

.blogcontainer .blogsidebar > div > div {
    width: 100%;
    display: inline-block;
    padding: 20px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.blogcontainer .blogsidebar h3 {
    font-size: 1em;
    color: #171717;
    font-weight: 600 !important;
}

.blogcontainer .blogsidebar ul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px !important;
}

.blogcontainer .blogsidebar ul li {
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 400;
}

.blogcontainer .blogsidebar ul li a {
    width: 100%;
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    margin: 3px 0px;
}

.blogcontainer .blogsidebar ul li a:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.blog-post .wrapper {
    max-width: 900px;
}

.blog-post h1 {
    font-size: 2.8em;
    margin: 0px 0px 10px;
}

.blog-post h1,
.blog-post h2,
.blog-post h3 {
    text-transform: none;
}

.blog-post p.published {
    font-size: 0.9em;
}

.blog-post .alignnone {
    display: block;
}

.blog-post .aligncenter {
    display: block;
    margin: 0px auto 15px;
}

.blog-post .alignleft {
    max-width: 50%;
    float: left;
    margin: 0px 15px 15px 0px;
}

.blog-post .alignright {
    max-width: 50%;
    float: right;
    margin: 0px 0px 15px 15px;
}

@media (max-width: 1199px) {
    .postlistbox {
        padding: 25px;
        margin-bottom: 25px;
    }
    
    .blogcontainer .blogsidebar {
        width: 33%;
    }
}

@media (max-width: 959px) {
    .blogcontainer .blog-list {
        width: 60%;
        float: left;
    }

    .postlistbox {
        padding: 15px;
        margin-bottom: 25px;
    }

    .blogcontainer .blogsidebar {
        width: 39%;
    }

    .blogcontainer .blogsidebar > div > div {
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .blogcontainer .blog-list {
        width: 100%;
    }

    .blog-post h1 {
        font-size: 2em;
    }

    .postlistbox .excerpt {
        font-size: 0.9em;
        margin: 15px 0px 0px;
    }

    .blog-post .alignleft {
        width: 100%;
        max-width: 100%;
        margin: 0px 0px 15px;
    }

    .blog-post .alignright {
        width: 100%;
        max-width: 100%;
        margin: 0px 0px 15px;
    }

    .blogcontainer .blogsidebar {
        width: 100%;
        margin-top: 15px;
    }
}














/*-------------------------------------------
Page Layout
--------------------------------------------- */
.contentbox {
    width: 100%;
    float: left;
}

.lgreybg {
    background-color: #ebebeb;
}

.contentpadding {
    padding: 100px 0px !important;
}

.contentpaddingtop {
    padding-top: 100px !important;
}

.contentpaddingbot {
    padding-bottom: 100px !important;
}

.contentmargin {
    margin: 100px 0px !important;
}

.contentmargintop {
    margin-top: 100px !important;
}

.contentmarginbot {
    margin-bottom: 100px !important;
}

.elementor-button-wrapper {
    text-align: center;
}

.elementor-button-wrapper a.elementor-button-link {
    width: 265px;
    max-width: 100%;
    line-height: 55px;
    padding: 0px 15px;
    border-radius: 0px;
}

.elementor-button-wrapper a.elementor-button-link:hover * {
    color: #ffffff !important;
}

.innerbanner1 {
    padding-top: 260px;
}

.innerbanner1 section {
    max-width: 610px;
    background: #ffffff;
    padding: 30px 65px;
}

.innerbanner1 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.innerbanner1 h1 {
    font-size: 2.8em;
}

.innerbanner1 .elementor-button-wrapper {
    text-align: left;
}

.innerbanner2 {
    padding: 100px 0px;
}

.innerbanner2 section {
    width: 100%;
    max-width: 610px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    padding: 30px 40px;
    margin: 0px auto;
}

.innerbanner2 h1 {
    font-size: 2.8em;
    color: #ffffff;
}

.innerbanner2 p {
    color: #ffffff;
}

.innerbanner3 .elementor-row {
    flex-direction: row-reverse;
}

.innerbanner3 .elementor-row > div:last-child {
    padding: 125px 50px;
    border-right: 10px solid #ffffff;
}

.innerbanner3 h1 {
    font-size: 2.8em;
    color: #ffffff;
    margin: 0px;
}

.innerbanner3 p {
    color: #ffffff;
    margin: 15px 0px 0px;
}

.intro {
    text-align: center;
}

.intro h1, .intro h2, .intro h2, .intro h4 {
    font-size: 3.4em;
    margin: 0px;
}

.intro p {
    font-size: 1.2em;
    margin: 30px 0px 0px;
}

.intro .elementor-button-wrapper {
    margin-top: 25px;
}

.intro.bordered h1, .intro.bordered h2, .intro.bordered h3, .intro.bordered h4 {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

.intro.bordered h1:before, .intro.bordered h2:before, .intro.bordered h3:before, .intro.bordered h4:before {
    width: 486px;
    height: 4px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    margin-left: -243px;
}

.elementor-section-wrap .showcase:nth-of-type(2n+0) .elementor-row {
    flex-direction: row-reverse;
}

.showcase section .elementor-row > .elementor-element:last-child {
    padding: 0px 25px;
}

.promo .elementor-widget-wrap {
    background: #ffffff;
}

.promo .elementor-widget {
    margin-bottom: 0px !important
}

.promo .elementor-text-editor {
    padding: 20px;
}

.promo .elementor-button-wrapper {
    padding: 0px 15px 15px;
}

.ctaboxes1 {
    padding: 5px;
}

.ctaboxes1 .elementor-row > .elementor-element > .elementor-column-wrap {
    padding: 5px !important;
}

.ctaboxes1 .primarybg {
    transition: all 0.5s ease;
}

.ctaboxes1 .primarybg:hover {
    background-color: #333333 !important;
}

.ctaboxes1 .elementor-row > .elementor-element > .elementor-column-wrap .elementor-column-wrap {
    padding: 25px 5px !important;
}

.ctaboxes1 .elementor-row .elementor-row > .elementor-element:first-child {
    background: url(images/ctaboxes1-bg.png) right;
    background-size: 100% 100%;
}

.ctaboxes1 .elementor-element i {
    width: 75%;
    font-size: 40px;
    text-align: center;
}

.ctaboxes1 .elementor-element p {
    margin: 0px;
}

.ctaboxes1 .elementor-element p a {
    width: 100%;
    display: inline-block;
}

.ctaboxes2 {
    text-align: center;
}

.ctaboxes2 .elementor-row .elementor-column-wrap {
    padding: 0px 20px !important;
}

.ctaboxes2 section {
    padding: 30px !important;
}

.ctaboxes2 .elementor-row .elementor-row .elementor-column-wrap {
    border: 1px solid #ffffff;
    padding: 0px 15px 25px !important;
}

.ctaboxes2 .primarybg, .ctaboxes2 .secondarybg {
    transition: all 0.5s ease;
}

.ctaboxes2 .primarybg:hover,
.ctaboxes2 .secondarybg:hover,
.ctaboxes2 .primarybg:hover .elementor-text-editor p:first-child,
.ctaboxes2 .secondarybg:hover .elementor-text-editor p:first-child {
    background-color: #333333 !important;
}

.ctaboxes2 .elementor-text-editor {
    margin-top: -15px;
}

.ctaboxes2 .elementor-text-editor p {
    width: 100%;
    display: inline-block;
    margin: 15px 0px 0px;
}

.ctaboxes2 .elementor-text-editor p:first-child {
    width: auto;
    background: red;
    padding: 0px 25px;
    margin: 0px;
    transition: all 0.5s ease;
}

.ctaboxes2 .elementor-text-editor h3 {
    margin: 15px 0px 0px;
}

.ctaboxes2 .elementor-text-editor i {
    width: 100%;
    font-size: 50px;
    margin-top: 15px;
}

.socialbox {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.socialbox a {
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}

.socialbox a.twitter {
    background: #1da1f2;
}

.socialbox a.youtube {
    background: #ff0000;
}

.socialbox a.facebook {
    background: #1877f2;
}

.socialbox a.instagram {
    background: #c32aa3;
}

.socialbox a.pinterest {
    background: #bd081c;
}

.socialbox a:hover {
    color: #ffffff !important;
    background: #333333;
}

.socialbox a i {
    line-height: 45px;
}

.contacttop {
    background: url(images/contactcontainer-bg.jpg) right no-repeat;
    background-size: 50% 100%;
}

.contacttop .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contacttop .wrapper > div {
    width: 50%;
    padding: 0px 50px;
}

.formbox p {
    margin: 15px 0px 0px !important;
}

.formbox .input input,
.formbox .textarea textarea {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #3a4144;
    line-height: 20px;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #cccccc;
    margin-top: 2px;
}

.formbox .textarea textarea {
    height: 130px;
}

body.contact-us .formbox .textarea textarea {
    height: 75px;
}

.formbox .checkboxes span.wpcf7-list-item {
    width: 32.3333333%;
    display: inline-block;
    font-size: 0.9em;
    margin: 2px 0px 0px !important;
}

.formbox .checkboxes input {
    margin-right: 5px;
}

form .privacy {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 0.8em;
    font-weight: 400;
    padding-bottom: 25px !important;
}

form .privacy * {
    position: static;
}

form .privacy .wpcf7-list-item-label {
    display: none;
}

form .privacy .wpcf7-list-item {
    margin: 0px;
}

form .privacy span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.submitbox {
    width: 100%;
    display: inline-block;
    text-align: right;
    margin-top: 15px;
}

.submitbox input[type=submit] {
    width: 265px;
    max-width: 100%;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 30px 0px;
    border: 0px;
    border-radius: 0px;
    cursor: pointer;
}

.submitbox input[type=submit]:hover {
    color: #ffffff;
    text-decoration: none;
}

.submitbox p.note {
    font-size: 0.8em;
    color: #4e4e4e;
    text-align: left;
    margin: 0px !important;
}

span.wpcf7-not-valid-tip {
    font-size: 15px !important;
    font-style: italic;
}

div.wpcf7-response-output {
    font-size: 0.9em;
    color: #808080;
    text-align: center;
    padding: 10px !important;
    margin: 25px 0px 0px !important;
}

.wpcf7-form.sent .formbox,
.wpcf7-form.sent .submitbox {
    display: none;
}

.contactmap h2 {
    margin-bottom: 35px;
}

.contactmap iframe {
    width: 100% !important;
    height: 550px !important;
}

.quoteform form {
    width: 100%;
    display: inline-block;
}

.quoteform h4 {
    width: 100%;
    display: inline-block;
    font-size: 1.3em;
    padding-bottom: 15px;
    border-bottom: 1px solid #1b2d46;
    margin: 0px 0px 20px;
}

.quoteform p {
    width: 100%;
    float: left;
    margin: 0px 0px 4px !important;
}

.quoteform p.textarea.address {
    margin: 40px 0px 0px !important;
}

.quoteform .wpcf7 {
    width: 100%;
    display: inline-block;
    background: #efefef;
    padding: 25px 0px;
}

.quoteform .formbox {
    display: inline-block;
    padding: 0px 30px;
}

.quoteform .formbox.floatleft {
    width: 40%;
    float: left;
}

.quoteform .formbox.floatright {
    width: 60%;
    float: right;
}

.quoteform .formbox .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}

.quoteform .formbox .wpcf7-checkbox {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
}

.quoteform .formbox .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
    float: left;
    padding: 2px;
    margin: 0px;
    vertical-align: top;
}

.quoteform .formbox .wpcf7-checkbox label {
    width: 100%;
    height: 35px;
    float: left;
    position: relative;
}

.quoteform .formbox .wpcf7-checkbox label .wpcf7-list-item-label {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Arial, sans-serif;
    font-size: 0.8em;
    color: #919191;
    font-weight: 400;
    line-height: 35px;
    background: #ffffff;
    padding: 0px 15px;
    z-index: 1;
}

.quoteform .formbox .wpcf7-checkbox label input[type="checkbox"]:checked + .wpcf7-list-item-label {
    color: #ffffff;
}

.quoteform .formbox .input input,
.quoteform .formbox .textarea textarea {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    color: #919191;
    font-weight: 400;
    line-height: 1.8em;
    border: 0px;
}

.quoteform .formbox p.textarea.address textarea {
    height: 250px;
}

.quoteform .formbox p.textarea.notes textarea {
    height: 250px;
}

.quoteform .submitbox {
    margin-top: 35px;
}

.quoteform .submitbox > div {
    width: 50%;
    float: left;
    padding: 0px 50px;
}

.quoteform .submitbox .floatleft {
    text-align: left;
}

.quoteform .submitbox input[type="submit"] {
    width: 450px;
    max-width: 100%;
    color: #ffffff;
}

@media (max-width: 1199px){
    .contacttop .wrapper > div {
        padding: 0px 25px;
    }

    .elementor-section-wrap > section.elementor-element.innerbanner1 > .elementor-container .elementor-row,
    .elementor-section-wrap > section.elementor-element.innerbanner2 > .elementor-container .elementor-row,
    .elementor-section-wrap > section.elementor-element.innerbanner3 > .elementor-container .elementor-row {
        max-width: 100% !important;
    }

    .innerbanner3 .elementor-row > div {
        width: 50% !important;
    }

    .quoteform .formbox .wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
    }

    .elementor-section-wrap > section.elementor-element.ctaboxes1 > .elementor-container .elementor-row {
        max-width: 100%;
        margin: 0px auto;
    }

    .ctaboxes1 .elementor-row > .elementor-element {
        width: 50%;
    }

    .ctaboxes1 .elementor-row .elementor-row > .elementor-element:first-child {
        width: 33%;
    }

    .ctaboxes1 .elementor-row .elementor-row > .elementor-element:last-child {
        width: 67%;
    }
}

@media (max-width: 959px) {
    .quoteform .wpcf7 {
        padding: 15px 0px;
    }

    .quoteform .formbox {
        padding: 0px 15px;
    }

    .quoteform .formbox.floatleft, .quoteform .formbox.floatright {
        width: 50%;
    }

    .quoteform .formbox .wpcf7-checkbox {
        margin-bottom: 15px;
    }

    .quoteform .submitbox > div {
        padding: 0px 15px;
    }
}

@media (max-width: 767px){
    body {
        text-align: center;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.6em;
    }

    p {
        font-size: 0.9em;
    }

    .contentpadding {
        padding: 50px 0px !important;
    }

    .contentpaddingtop {
        padding-top: 50px !important;
    }

    .contentpaddingbot {
        padding-bottom: 50px !important;
    }

    .contentmargin {
        margin: 50px 0px !important;
    }

    .contentmargintop {
        margin-top: 50px !important;
    }

    .contentmarginbot {
        margin-bottom: 50px !important;
    }

    .elementor-button-wrapper a.elementor-button-link {
        line-height: 40px;
    }

    .socialbox a {
        width: 35px;
        height: 35px;
    }

    .socialbox a i {
        line-height: 35px;
        vertical-align: top;
    }

    .innerbanner1 .elementor-button-wrapper {
        text-align: center;
    }

    .innerbanner2 {
        padding: 50px 0px;
    }

    .innerbanner2 section {
        padding: 25px 15px;
    }

    .innerbanner2 h1 {
        font-size: 2em;
        color: #ffffff;
    }

    .innerbanner3 .elementor-row > div {
        width: 100% !important;
    }

    .innerbanner3 .elementor-row > div:first-child {
        height: 250px;
    }

    .innerbanner3 .elementor-row > div:last-child {
        padding: 50px 15px;
        border-right: 0px;
        border-top: 10px solid #ffffff;
    }

    .intro h1, .intro h2, .intro h2, .intro h4 {
        font-size: 2.4em;
    }

    .intro p {
        font-size: 1em;
        margin: 20px 0px 0px;
    }

    .intro .elementor-button-wrapper {
        margin-top: 15px;
    }

    .ctaboxes1 .elementor-row > .elementor-element {
        width: 100%;
    }

    .ctaboxes1 .elementor-row .elementor-row > .elementor-element:first-child {
        width: 33%;
    }

    .ctaboxes1 .elementor-row .elementor-row > .elementor-element:last-child {
        width: 67%;
    }

    .ctaboxes1 .elementor-row > .elementor-element > .elementor-column-wrap .elementor-column-wrap {
        padding: 15px 5px !important;
    }

    .ctaboxes1 .elementor-element i {
        width: 75%;
        float: left;
        font-size: 35px;
    }

    .ctaboxes2 .elementor-row .elementor-column-wrap {
        padding: 5px !important;
    }

    .ctaboxes2 section {
        padding: 20px !important;
    }

    .contacttop {
        background: none;
    }

    .contacttop .wrapper > div {
        width: 100%;
    }

    .contactform {
        background: url(images/contactcontainer-bg.jpg);
        padding: 25px 15px !important;
        margin-top: 50px;
    }

    .submitbox {
        text-align: center;
    }

    .contactmap iframe {
        height: 250px !important;
        padding: 0px 15px;
    }

    .quoteform .formbox.floatleft, .quoteform .formbox.floatright {
        width: 100%;
    }

    .quoteform .formbox .input input, .quoteform .formbox .textarea textarea {
        text-align: center;
    }

    .quoteform .formbox p.textarea.notes textarea, .quoteform .formbox p.textarea.address textarea {
        height: 150px;
    }

    .quoteform .submitbox > div {
        width: 100%;
    }

}





/*-------------------------------------------
Media Queries
--------------------------------------------- */

@media (max-width: 1199px){
    body {
        padding-top: 81px !important;
    }

    .wrapper {
        width: 100%;
        padding: 0px 15px;
    }



}






@media (max-width: 959px) {
    .wrapper {
    }

}






@media (max-width: 767px){
    body {
        padding-top: 61px !important;
    }

    .wrapper {
    }

}






@media (max-width: 479px) {
    .wrapper {
    }

}