/*Reset*/
body {
    font-family: 'Lato', sans-serif;
    color: #464646;
}

h1, h2, h3 {
    margin: 0;
}

a {
    color: #464646;
}

a:hover {
    text-decoration: none;
    color: #a63605;
}

a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #902d02;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-size: 15px;
    line-height: 1.5em;
    color: #464646;
}

.ptb-1em {
    padding: 1em 0;
}

.ptb-2em {
    padding: 2em 0;
}

.ptb-3em {
    padding: 3em 0;
}

.ptb-4em {
    padding: 4em 0;
}

.ptb-5em {
    padding: 5em 0;
}

.ptb-6em {
    padding: 6em 0;
}

.pt-1em {
    padding-top: 1em;
}

.pt-2em {
    padding-top: 2em;
}

.pt-3em {
    padding-top: 3em;
}

.pt-4em {
    padding-top: 4em;
}

.pt-5em {
    padding-top: 5em;
}

.pt-6em {
    padding-top: 6em;
}

.pb-1em {
    padding-bottom: 1em;
}

.pb-2em {
    padding-bottom: 2em;
}

.pb-3em {
    padding-bottom: 3em;
}

.pb-4em {
    padding-bottom: 4em;
}

.pb-5em {
    padding-bottom: 5em;
}

.pb-6em {
    padding-bottom: 6em;
}

.mr-8 {
    margin-right: 8px;
}

.ml-8 {
    margin-left: 8px;
}

.relative {
    position: relative;
}

/*header*/
header.topnav .navbar {
    margin-bottom: 0;
    border: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 15px 0;
}

header.fixedheader .navbar {
    background: #40484C;
}

.topnav .navbar-nav {
    float: right;
}

.topnav .navbar-nav > li > a {
    text-transform: capitalize;
    font-weight: 300;
    color: #ef4e23;
    font-family: 'Poppins', sans-serif;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    -webkit-transform: color 0.5s ease;
    -ms-transform: color 0.5s ease;
    transform: color 0.5s ease;
}

.topnav .navbar-nav > li > a:hover {
    color: #ef4e23 !important;
}

.topnav .navbar-nav > li:last-child > a {
    font-weight: 600;
}

.topnav .navbar-brand {
    height: auto;
    padding: 19px 10px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
}

/*li.dropdown.open>a { border-bottom: solid 5px rgba(0,0,0,0.8) !important; border-color: rgba(0,0,0,0.8) !important }*/

.topnav.fixedheader .nav > li.current-menu-item > a, .topnav.fixedheader .nav > li.current-menu-parent > a {
    color: #ef4e23 !important;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 110;
}

.topnav ul.dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(155, 87, 64, 0.8);
    position: absolute;
    left: 50px;
    top: -5px;
}

.topnav.fixedheader ul.dropdown-menu:before {
    display: none;
}

/*banner*/
.banner {
    min-height: 654px;
    position: relative;

    /*background: url('../img/fl-fox-bg.jpg') no-repeat top center;*/

    background-size: cover;
}

.banner.container {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 57%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 585px;
    padding-right: 10px;
}

.banner-text h1 {
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
    font-size: 3.2em;
    line-height: 1.3em;
}

.banner .underline {
    height: 1px;
    max-width: 76px;
    background: #fff;
    margin: 1.5em 0;
}

.banner-text h2 {
    font-family: 'roboto slab', serif;
    color: #fff;
    font-weight: 300;
    font-size: 1.99em;
    max-width: 560px;
    line-height: 1.4em;
}

/*about us short text*/
.about-us-short-text {
    background: #EDEBEB;
}

.about-us-short-text h3 {
    font-size: 1.6em;
    color: #a63605;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 0.7em;
    max-width: 970px;
    position: relative;
    padding-left: 40px;
}

.about-us-short-text h3:before, h3.header-title:before, .how-we-work h3:before, .post_categories h4:before, .sidebar_widget h4:before, .who-we-are-content h2.header-title:before {
    content: '';
    height: 25px;
    background: url("../img/lin-line-orange.svg") no-repeat 0 0;

    /*background: #902d02;*/

    width: 27px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;

    /*-ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); transform: rotate(45deg);*/
}

.page-title-and-description h3.header-title {
    padding-left: 25px !important;
}

.page-title-and-description h3.header-title:before {
    background: url("../img/lin-line-white.svg") no-repeat 0 0;
    width: 20px !important;
}

#changeText:before {
    top: 24px;
}

.about-us-short-text h3:before {
    top: 15px;
}

.about-us-short-text a {
    font-size: 1.15em;
    color: #000;
    margin-left: 40px;
    font-weight: 600;
}

.about-us-short-text a:hover, .about-us-short-text a:focus {
    color: #a63605;
}

/*our services on frontPage*/
.our-services {
    border-bottom: solid 1px #B6B6B6;
}

/*h3.header-title { color: #8F2D01; font-size: 1.2em; text-transform: uppercase; font-weight: 700; position: relative; padding-left: 40px; line-height: 1.33em }*/
h3.header-title {
    color: #ef4e23;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    line-height: 1.33em;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
}

.services-blocklists {
    padding: 2em 1em 1.65em;
    background: #eeedeb;
}

.services-blocklists h4 {
    margin-bottom: 0;
}

.services-blocklists h4 {
    color: #ef4e23;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
    display: block;
    padding: 20px 1.2em 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/*.services-blocklists h4 a { color: #9A3904; font-weight: 700; font-size: 0.9em; line-height: 1.3em; display: inline-block; padding: 0 1.2em; text-align: center; text-transform: uppercase }*/
a.see_more_work {
    text-transform: lowercase;
    color: #000 !important;
    font-weight: 600;
    font-size: 0.75em;
}

a.see_more_work:hover {
    color: #a63605 !important;
}

.services-blocklists span {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    color: #ab8f82;
    font-size: 13px;
}

/*work on frontpage*/
.work-showcase {
    padding: 0;
    padding: 1px;
}

a.work-holder {
    position: relative;
    display: block;
    height: 100%;
}

a.work-holder {
    color: #fff;
}

.hoverbox {
    /*background: rgba(0,0,0, 0.2) no-repeat center;*/

    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 50px;
}

.project-content {
    position: absolute;
    bottom: 40px;
    width: 80%;
}

.project-content img {
    height: 60px;
    width: auto;
    max-width: 65%;
}

.project-content h3 {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2.1em;
    position: relative;
    padding-left: 35px;
    margin-top: 1em;
    max-width: 85%;
    text-transform: uppercase;
}

.project-content h3:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    padding: 0 5px 0 7px;
    line-height: 60px;
    border: solid 1px #fff;
    min-width: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.similar-projects .project-content h3 {
    padding-left: 50px;
}

.similar-projects .project-content h3:before {
    min-width: 32px;
}

.work-showcase a:hover .hoverbox {
    /*background: rgba(0,0,0,.85);*/

    opacity: 0.85;
}

.header-title a {
    color: #ef4e23;
}

/*happy-clients-and-partners on frontPage*/
.happy-clients-and-partners {
    background: #EBEBEB;
}

.headertitles p {
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 10px;
    padding-left: 40px;
}

.logoblock {
    height: 145px;
}

.logoblock figure {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    padding: 0 25px;
}

.logoblock img {
    max-height: 90px;
    max-width: 85%;
}

/*client testimonial*/
.client-testimonial, .who-we-are {
    border-bottom: solid 1px #D6D6D6;
}

.client-testimonial p, .projectinfo p {
    font-size: 1.3em;
    font-weight: 300;
}

.owl-dots {
    margin-top: 1.5em;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #454545;
    margin-right: 4px;
    border-radius: 10px;
}

.owl-dot.active span {
    background: #ef4e23;
}

.who-we-are .owl-prev, .who-we-are .owl-next {
    display: block !important;
}

.who-we-are .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    color: #454545;
    font-weight: 900;
    font-size: 2.5em;
}

.who-we-are .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #454545;
    font-weight: 900;
    font-size: 2.5em;
}

.who-we-are .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
}

.who-we-are .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
}

.who-we-are .owl-dots {
    text-align: center;
}

.who-we-are-slider {
    padding-left: 30px;
    padding-right: 30px;
}

.happy-clients-testimonial small {
    font-size: 95%;
}

/*featured project frontpage*/
.project_details h3 {
    font-weight: 300;
    margin-bottom: 1.6em;
}

.projectinfo h2, .projectinfo h5 {
    color: #902d02;
    font-weight: 700;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.projectinfo h2 {
    font-size: 1.4em;
}

.projectinfo h3.header-title {
    margin-top: 1.3em;
    font-weight: 700;
    text-transform: lowercase;
}

/*footer*/
footer {
    background: #353D41;
    font-family: "Open Sans";
    font-weight: lighter;
    font-size: 13px;
}

.foxandlee_logo {
    padding-bottom: 1em;
}

.footerwidget {
    max-width: 650px;
}

.footerwidget > div {
    padding-top: 1.5em;
}

.footerwidget * {
    color: #fff;
}

.phonenumber i, .emailaddress i {
    display: inline-block;
    text-align: center;
    min-width: 30px;
    color: #ef4e23;
    font-size: 1.6em;
}

.phonenumber a {
    font-size: 1.45em;
    font-weight: 700;
}

.emailaddress a {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.phonenumber a:hover, .phonenumber a:focus, .emailaddress a:hover, .emailaddress a:focus, .social-networks a:hover, .social-networks a:focus, .terms-privacy a:hover, .terms-privacy a:focus {
    color: #fff;
}

.social-networks a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    border-radius: 50px;
    background: #454E51;
    text-align: center;
    font-size: 1.3em;
    margin-right: 6px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.associated_logos span {
    display: inline-block;
    width: 45%;
    margin-bottom: 20px;
}

.footerwidget .social-networks a:hover {
    background: #ef4e23;
}

.footerwidget.third p {
    font-size: 13px;
    font-weight: 300;
    padding-top: 8px;
}

footer > .container {
    position: relative;
}

.scrollToTop {
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 42px;
    font-size: 2.5em;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #454545;
    border-radius: 50px;
    right: 15px;
    top: -90px;
    border: solid 1px #353d41;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active, .download_catalogue:hover, .download_catalogue:focus, .download_catalogue:active {
    color: #454545;
    top: -95px;
}

.fox-paw-icon {
    position: relative;
    top: -2px;
    left: -4px;
}

#changeText {
    color: #D0D0D0 !important;
    font-family: 'Lato', serif;
    font-style: italic;
    padding-bottom: 1.5em;
    position: relative;
    padding-left: 80px;
    font-weight: 400;
}

/*innerpages background*/
.innerbanner {
    position: relative;
    min-height: 155px;
    z-index: 0;
    background: #ebebeb;
}

.light_orange {
    content: "";
    display: block;
    position: absolute;
    right: 58%;
    width: 42%;
    height: 100%;
    background: #353d41;
    z-index: -1;
}

.light_orange:before {
    right: -108px;
    position: absolute;
    display: block;
    content: "";
    width: 250px;
    height: 100%;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    background: #353d41;
    z-index: -1;
}

.innerbanner > .container {
    padding-top: 77px;

    /*120px*/
}

body.logged-in .innerbanner > .container {
    padding-top: 65px;
}

.breadcrumbs {
    text-align: right;
}

.innerbanner .breadcrumbs {
    position: relative;
    top: -33px;
}

.breadcrumbs {
    color: #958580;
    text-transform: capitalize;
}

.breadcrumbs span, .breadcrumbs a {
    color: #958580;
    font-size: 12px;
}

.page-title-and-description h3.header-title, .melbourne-activities h3.header-title {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.page-title-and-description h3.header-title {
    font-size: 20px;
    font-weight: 300;
    padding-left: 0 !important;
    font-family: "Poppins", sans-serif !important;
}

.page-title-and-description h3.header-title:before {
    background: none !important;
}

.melbourne-activities h3.header-title:before {
    top: 7px;
    width: 35px;
    left: -5px;
}

.page-title-and-description h4 {
    font-family: 'roboto slab', serif;
    color: #a6a6a6;
    max-width: 440px;
    font-weight: 300;
    line-height: 1.4em;
    font-size: 21px;
}

.footerwidget.second p {
    font-size: 13px;
}

.terms-privacy span {
    font-weight: 300;
    font-size: 13px;
}

/*melbourne activities*/
.melbourne-activities {
    position: relative;
}

.melbourne-activities h3.activities-title {
    color: #fff;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 80px;
}

.melbourne-activities h3.activities-title:before, #changeText:before, .support-page article > h1:before {
    content: '';
    background: #ef4e23;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
}

.support-page article > h1:before {
    top: 15px;
}

.support-page article > h1 {
    position: relative;
    padding-left: 85px;
}

#changeText:before {
    top: 23px;
}

.upside_down_fox {
    width: 30px;
    position: absolute;
    top: 0;
    z-index: 1;

    /*text-align: right; right: 125px*/

    opacity: 0;
}

.upside_down_fox img {
    width: 30px;
}

/*isotope css*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity, -o-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

/*work*/
.folio-filters li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    color: #8F2D01;
}

.folio-filters li a {
    color: #8F2D01;
}

.folio-filters li a.selected {
    font-weight: 600;
}

.folio-filters li i {
    font-size: 28px;
    color: #B13715;
    display: inline-block;
    position: relative;
    top: 3px;
}

/*.portfolio li { float: left; width: 33.30% }*/
/*.portfolio li:nth-child(5n+4), .portfolio li:nth-child(5n+5) { width: 70%; }*/
.filter-folio input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.filter-folio label {
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.our-work-summary {
    padding: 20px 0 30px;
}

.our-work-summary p {
    font-size: 20px;
    font-weight: 300;
    color: #203f4e;
    font-family: 'Poppins', sans-serif;
}

.diagonal-underline {
    content: '';
    height: 1px;
    background: #353d41;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 40px;
}

/*custom logo size for particular work folio*/
.title-130 img {
    max-width: 55%;
}

/*futureforce*/
.title-146 img, .title-543 img, .title-131 img, .title-803 img {
    height: 75px;
}

/*anla, bottomsup, poochtreats*/
.title-158 img {
    height: 90px;
}

/*natto*/
.project-131 img {
    height: 100px;
}

/*pooch treats single page*/
.project-555 img {
    max-width: 200px !important;
}

/*nym branding*/
.project-556 img {
    height: 120px;
    margin-right: 4em;
}

/*scope building link icon*/

.portfolio .hoverbox {
    padding: 0 20px;
}

.portfolio .project-content h3 {
    font-size: 1.26em;
    line-height: 1.3em;
    text-transform: uppercase;
    max-width: 83%;
    letter-spacing: 1px;
}

.portfolio .project-content h3:before {
    top: 2px;
    line-height: 37px;
}

.client-testimonial.border-top {
    border-top: solid 1px #B6B6B6;
}

.melbourne-activities {
    background: #242424;
    margin-bottom: 1px;
}

.melbourne-activities .container {
    /*background: url('../img/fl-map-clock.svg') no-repeat 97% center; background-size: 186px*/

    min-height: 166px;
    position: relative;
}

.australia-map-icon figure {
    position: relative;
    margin: 0 auto;
    width: 220px;
}

/* pulse animation on australia map*/
.pulse {
    background: #ef4e23;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 80%;
    bottom: 25px;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 0;
}

.pulse:before {
    content: "";
    border-radius: 50%;
    height: 26px;
    width: 26px;
    position: absolute;
    margin: -6px 0 0 -13px;
    border: solid 1px rgba(224, 87, 64, 0.85);
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -20px;
    -webkit-animation: pulsate 2s ease-out;
    animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
    -webkit-box-shadow: 0 0 1px 2px #E05740;
    box-shadow: 0 0 1px 2px #E05740;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }
}

p#quote, #changeText, #clock {
    color: #fff;
    font-size: 16px;
    margin-left: 60px;
    padding-top: 10px;
}

#changeText {
    margin-left: 0px;
    font-size: 18px;
}

#clock {
    margin-left: 0;
    padding-left: 80px;
    padding-top: 0;
    position: relative;
    margin-bottom: 20px;
}

.clock-flash {
    opacity: 1;
}

/*work single*/
a.back_to_work {
    border: solid 1px #999;
    line-height: 32px;
    display: inline-block;
    padding: 0 1.5em;
    float: right;
    background: #FFF;
    border-radius: 100px;
    position: relative;
    z-index: 2;
    top: 5px;
}

a.back_to_work:hover {
    color: #ef4e23;
}

h3.page-title {
    font-weight: 700;
    color: #ef4e23;
    padding-bottom: 10px;
}

.overview_left h4 {
    font-weight: 700;
    color: #ef4e23;
    text-transform: uppercase;
}

.overview_left.overview h4 {
    color: #3d3d3d;
}

.overview p {
    line-height: 1.55em;
    color: #666565;
    margin-bottom: 20px;
}

.services-lists {
    background: #F3F3F3;
}

.work-single-lists li {
    list-style: none;
    color: #353D41;
    padding: 8px 0;
    position: relative;
    padding-left: 30px;
}

.work-single-lists li:before {
    content: '';
    height: 1px;
    background: #ef4e23;
    width: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 18px;
}

.visit-site {
    border-top: solid 1px #A0A0A0;
    margin-top: 2em;
    padding-top: 2em;
}

.visit-site h5 {
    color: #ef4e23;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.visit-site > div > span, .easy_navigate_header > p, .mini_content p {
    display: block;
    font-size: 20px;
    font-weight: 300;
}

.btn-go {
    background: #fff;
    border: solid 8px #ef4e23;
    font-weight: 800;
    text-transform: uppercase;
    color: #ef4e23;
    display: inline-block;
    line-height: 32px;
    padding: 0 13px;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 12px;
}

.btn-go i {
    font-weight: bold;
    margin-left: 3px;
}

.btn-go:hover {
    color: #ef4e23;
}

.easy_navigate_header h3, .mini_content h3 {
    font-weight: 700;
    font-size: 18px;
    color: #ef4e23;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.mini_content p > span, .easy_navigate_header p > span, .postid-158 .img_dtl_text p {
    font-weight: 400;
    font-size: 15px;
    display: block;
    line-height: 23px;
}

.right_align_text {
    margin-top: 3em;
}

.right_align_text h1, .left_align_text h1, .right_align_text h2, .left_align_text h2, .analytics-content h2, .bloxrepeation .blockcontent h2 {
    font-size: 24px;
    color: #b97e64;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 34px;
}

.right_align_text h3, .left_align_text h3, .analytics-content h3, .bloxrepeation .blockcontent h3 {
    font-weight: 700;
    color: #ef4e23;
    font-size: 18px;
    padding-bottom: 1em;
}

.right_align_text p, .left_align_text p {
    font-size: 20px;
    color: #353D41;
    font-weight: 300;
}

.visit_main_site .visit-site {
    border: none;
    margin: 0;
    padding-top: 0;
}

.visit_main_site .back_to_work {
    margin: 0;
    float: none;
    margin-left: 10px;
}

.visit_main_site {
    border: none;
    background: #F3F3F3;
}

.project-slider .project-content img {
    width: auto !important;
}

.project-slider .owl-dots, .related-projects-slider .owl-dots {
    display: none !important;
}

.project-slider .owl-prev, .project-slider .owl-next, .related-projects-slider .owl-prev, .related-projects-slider .owl-next {
    position: absolute;
    top: 48%;
    height: 25px;
    width: 15px;
    text-indent: -9999pt;
}

.project-slider .owl-prev, .related-projects-slider .owl-prev {
    left: 0;
    background: url(../img/left-arrow.svg) no-repeat;
}

.project-slider .owl-next, .related-projects-slider .owl-next {
    right: 0;
    background: url(../img/right-arrow.svg) no-repeat;
}

.similar-projects .container > h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ef4e23;
    font-weight: 700;
}

.similar-projects .container > p {
    font-size: 20px;
    font-weight: 300;
    color: #464646;
    padding-bottom: 10px;
}

.project-logo-svg {
    margin-bottom: 2.6em;
}

.project-logo-svg img {
    max-width: 185px;
}

figure.rarecase_logo {
    margin: 0 auto 20px;
    width: 85%;
}

.extraimg_blocks > div {
    margin-bottom: 20px;
}

/*particular work css*/
.postid-146 .visit-site {
    display: none;
}

.postid-146 .services-lists, .postid-158 .services-lists, .postid-164 .services-lists, .postid-555 .services-lists, .postid-561 .services-lists, .postid-775 .services-lists {
    margin-bottom: 15px;
}

.postid-152 .easy-to-navigate .first_img_block, .postid-559 .first_extra_img {
    width: 100% !important;
}

/* only for new york minute shop design*/
.postid-158 .left_align_text h1, .postid-164 .left_align_text h1, .postid-161 .right_align_text h1, .postid-158 .left_align_text h2, .postid-164 .left_align_text h2, .postid-161 .right_align_text h2 {
    font-size: 25px;
}

.postid-789 .incase_white, .postid-804 .incase_white {
    background: #fff !important;
}

.postid-789 .extra_images {
    background: #f3f3f3 !important;
    margin-bottom: 15px;
}

.postid-803 .breadcrumbs {
    text-transform: none;
}

.postid-775 figure.rarecase_logo {
    width: 65%;
}

.project-content.title-822 img, .project-content.title-559 img, .project-content.title-556 img {
    max-width: 52%;
}

.project-content.title-128 img {
    max-width: 53%;
}

.project-content.title-804 img {
    height: 90px;
}

.project-content.title-789 img {
    max-width: 59%;
}

/*read more css*/
span.more a, span.less a {
    display: block;
    margin-top: 20px;
    color: #902d02;
    font-weight: bold;
    cursor: pointer;
}

/*page*/
article.page p {
    color: #666565;
}

article.page h1, article.page h2, article.page h3, article.page h4 {
    color: #ef4e23;
    font-weight: 600;
}

article.page h4 {
    font-size: 17px;
    text-transform: uppercase;
}

article.page h1.page-title, h2.page-title, .support-page h1 {
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #ef4e23;
}

.overview h1 {
    font-size: 18px !important;
}

article.page span.red-text {
    color: #902d02;
}

article.page a {
    color: #2641b5;
    text-decoration: underline;
    font-weight: 700;
}

a.button-red-round {
    background: #353d41;
    color: #ef4e23 !important;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 40px;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
}

a.button-red-round:hover {
    color: #902d02;
}

a.button-red-round .fa {
    margin-left: 5px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

/* 404 page */
.page-404 {
    background: #230938;
    font-family: "Roboto Slab";
    color: #FFF;
    font-weight: lighter;
    font-size: 18px;
}

.page-404 a {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

/* contact us page */
.contact-page a {
    color: #353d41;
    text-decoration: none;
    font-weight: bold;
}

.contact-page a:hover {
    color: #5c1717;
}

.contact-page p {
    color: #555555;
}

.contact-page p a {
    text-decoration: underline;
    font-weight: normal;
}

.contact-page p a:hover {
    color: #5c1717;
}

/*.contact-page p.red { color:#b23815; }*/
.contact-page .phone-number {
    font-size: 24px;
    color: #ef4e23;
    font-weight: bold;
    text-decoration: none;
}

.contact-page .fa-phone {
    color: #ef4e23;
}

.contact-page .phone-number:hover {
    color: #ef4e23;
}

.contact-page h1, .contact-page h2, .contact-page h3, .contact-page h4 {
    color: #353d21;
    font-weight: bold;
}

.contact-page .dark {
    color: #ef4e23;
}

.contact-page .social-networks a {
    color: #fff;
    background: #8c8c8c;
}

.contact-page .social-networks a:hover {
    color: #FFF;
    background: #353d41;
}

.contact-page a.button-red-round.with-border {
    background: #FFF;
    border: 8px solid #ef4e23;
    padding: 8px 13px;
}

p.emailaddress a {
    color: #555;
    text-decoration: none;
}

.contact-form fieldset {
    margin-top: 12px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    border: solid 1px #82746A;
    height: 40px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    padding: 10px;
}

.contact-form textarea {
    height: 120px;
}

.contact-form input[type="submit"], a.black-red-button {
    background: #353d41;
    border: none;
    border-radius: 30px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
}

.captcha-submit .wpcf7-form-control-wrap {
    display: inline-block;
}

.captcha-submit p {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 15px;
}

.acf-map {
    height: 500px;
}

/*support page*/
.support-page p > a, .otherissues p > a {
    color: #902b02;
    font-weight: 700;
}

.support-page article {
    padding: 3em 0;
    border-bottom: solid 8px #ccc;
}

.email-tr {
    padding: 15px 0;
}

.email-tr.black h2 {
    color: #000;
}

.email-tr h2, .otherissues h2 {
    font-size: 23px;
    color: #2D7FD2;
    font-weight: 700;
    padding-bottom: 10px;
}

.otherissues h2 {
    color: #902b02;
}

.otherissues {
    padding: 3em 0 2em;
}

.email-tr > p > span {
    display: block;
    padding-top: 8px;
    color: #1E9506;
}

.email-tr > p > span a, .email-tr > p > span a:hover, .email-tr > p > span a:focus, .email-tr > p > span a:active {
    color: #1E9506;
}

span.blue {
    color: #2D7FD2;
}

span.red {
    color: #E54D46;
}

span.orange {
    color: #F2B116;
}

span.green {
    color: #48B10F;
}

.thankyou h1 {
    padding-top: 20px;
    font-size: 26px;
}

.thankyou p {
    font-size: 17px;
}

a.go_home, .form-steps input[type="submit"] {
    border: solid 8px #ef4e23;
    border-radius: 45px;
    display: inline-block;
    line-height: 35px;
    padding: 0 1.5em;
    color: #ef4e23 !important;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    background: #fff;
}

.page-id-276 h1.page-title {
    display: none;
}

.web-trouble li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 8px;
}

/*web form*/
.form-steps {
    padding: 2em 0;
    max-width: 580px;
}

.form-steps h1.page-title {
    padding-bottom: 35px;
}

.form-steps p, .page-web-form p {
    font-size: 15px;
}

.form-steps small {
    font-weight: 700;
    font-size: 15px;
    color: #ef4e23;
    display: block;
    margin-top: -8px;
}

.form-steps > fieldset {
    margin-bottom: 15px;
}

.form-steps > fieldset > label {
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 15px;
}

.form-steps span.iconbox {
    margin-right: 10px;
}

.form-steps input[type="text"], .form-steps input[type="email"], .form-steps textarea {
    border: solid 1px #82746A;
    height: 40px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    padding: 10px;
}

.form-steps textarea {
    height: 90px;
}

.form-steps input:focus {
    outline: none !important;
}

input.website_name {
    margin-bottom: 15px;
}

.form-steps fieldset > h3 {
    font-weight: 700;
    color: #ef4e23;
    font-size: 17px;
}

.form-steps span.wpcf7-list-item {
    margin-left: 5px;
    margin-right: 2em;
}

.form-steps span.wpcf7-list-item-label {
    padding-left: 6px;
    font-weight: normal;
    font-size: 15px;
}

.form-steps .wpcf7-list-item {
    padding-left: 0;
}

.form-steps .WebsitePages span.wpcf7-list-item {
    display: inline-block;
    width: 44%;
    margin-top: 10px;
}

.form-steps .WebsitePages span.wpcf7-list-item.last {
    margin-left: 20px;
    width: 100%;
}

.form-steps .Payment_Process span.wpcf7-list-item.last {
    display: block;
    margin: 10px 0 10px 5px;
}

.form-steps .DesignOptions span.wpcf7-list-item {
    display: block;
    margin-top: 12px;
    margin-right: 0;
    width: 100%;
}

/*who we are*/
.creative-thinkers h3, .creative-thinkers h2 {
    color: #ef4e23;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    line-height: 1.33em;
    font-family: 'Poppins', sans-serif;
}

.services-title.creative-thinkers h3, .services-title.creative-thinkers h2 {
    font-size: 1.3em;
}

.who-we-are-content h2.header-title {
    color: #ef4e23;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    line-height: 1.33em;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.creative-thinkers h5, span.lightbold {
    font-size: 19px;
    color: #000;
    font-weight: 300;
    display: block;
}

.creative-thinkers p {
    color: #676767;
    text-align: left;
}

.creative-thinkers .diagonal-underline {
    margin-top: 35%;
    margin-left: 35%;
}

.who-we-are-page .who-we-are {
    border-bottom: none;
}

.who-we-are-content {
    border-top: solid 8px #D6D6D6;
    margin-top: 3em;
}

.two_colour_box {
    position: relative;
}

.lightbrown {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    width: 50%;
    height: 100%;
    background: #353d41;
    border-right: solid 1px white;
}

.darkbrown {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #ef4e23;
    border-left: solid 1px white;
}

.color_box header {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 15px;
}

.color_box a {
    display: inline-block;
    line-height: 32px;
    border: solid 8px #fff;
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #ef4e23;
    padding: 0 1.4em;
    border-radius: 50px;
    margin-top: 0.8em;
    font-weight: 600;
}

.gallery-static {
    margin-top: 2px;
}

.gallery-static ul {
    margin: 0 auto;
    max-width: 2000px;
}

.gallery-static li {
    float: left;
    list-style: none;
    width: 20%;
}

.inspiration-section .diagonal-underline {
    margin-bottom: 70px;
}

.inspiration-section .creative-thinkers p {
    text-align: left;
}

.who-we-are-content h3.header-title {
    margin-bottom: 1em;
}

.who-we-are-content h5 {
    font-size: 22px;
    color: #000;
    font-weight: 300;
    padding: 15px 0;
    line-height: 1.3em;
}

.who-we-are {
    visibility: hidden;
}

/*Our services*/
.meet-and-greet {
    border-top: solid 8px #D6D6D6;
    border-bottom: solid 8px #D6D6D6;
    position: relative;
    text-align: center;
}

.greet-content h2 {
    font-family: 'roboto slab', sans-serif;
    font-size: 23px;
    color: #353d41;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 30px;
    text-align: left;
}

.greet-content h3 {
    font-family: 'roboto slab', sans-serif;
    font-size: 24px;
    color: #353d41;
    font-weight: 300;
    line-height: 29px;
    text-align: left;
}

.web-trouble p strong.pt-1em {
    display: block;
}

/*.down-arrow { display: inline-block; border: solid 7px #E8DAD0; background: #fff; border-radius: 100px; height: 45px; width: 45px; text-align: center; font-size: 2.2em; margin: 0 auto; }*/
.down-arrow {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -25px;
}

.down-arrow i {
    display: inline-block;
    color: #ef4e23;
    border: solid 7px #d6d6d6;
    background: #fff;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 2.2em;
    line-height: 33px;
}

.header_title_box > div {
    float: left;
}

.web_design_services .img-blox.inline-block img {
    min-width: 155px;
}

.services-title h3 {
    max-width: 200px;
    padding-top: 15px;
}

.img-blox {
    margin-right: 15px;
}

.service-features-list li {
    position: relative;
    padding: 0 0 14px 30px;
}

.page-id-315 .service-features-list li {
    text-transform: capitalize;
}

.service-features-list li:before {
    content: '';
    height: 1px;
    background: #ef4e23;
    width: 15px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 9px;
}

.website-design-development .color_box.light_brown h1 {
    margin: 0 auto;
    max-width: 350px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.3em;
}

.website-design-development .color_box.light_brown h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto;
    max-width: 350px;
    line-height: 23px;
}

.logo-design-development {
    background: #EBEBEB;
}

.how-we-work h3 {
    position: relative;
    font-size: 21px;
    color: #000;
    padding-left: 50px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 1em;
}

.how-we-work p {
    padding-left: 50px;
}

.logo-design-development {
    position: relative;
}

.down-arrow-top {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}

.down-arrow-bottom {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 4px;
}

span.anchor {
    display: block;
    height: 76px;
    margin-top: -76px;
    visibility: hidden;
}

/*placeholder color css*/
::-webkit-input-placeholder {
    color: #555;
}

:-moz-placeholder {
    color: #555;
}

::-moz-placeholder {
    color: #555;
}

:-ms-input-placeholder {
    color: #555;
}

/*extra misceallanesou*/
.postid-128 .right_align_text {
    padding-left: 1em;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    outline: none;
}

/* wp admin logo */
#login h1 a {
    background: url("../img/wp_logo.png") !important;
    width: 172px;
    height: 32px;
}

/*blog single*/
.back-to-blog a {
    border: solid 4px #E8DAD0;
    display: inline-block;
    color: #8B6D60;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

.sidebar_widget {
    margin-bottom: 20px;
    background: #ebebeb;
    padding: 25px 18px;
}

.popular_blog h4 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}

.sidebar_widget h4 {
    margin-top: 0;
}

.popular_blog li img {
    float: left;
    max-width: 120px;
    margin: 0 15px 0 0;
}

.popular_blog li span {
    display: block;
    font-weight: 600;
    font-size: 15px;
}

header.pageheader {
    padding: 20px 0 0;
    position: relative;
}

header.pageheader h2 {
    font-weight: 600;
    color: #4B413D;
    padding-right: 90px;
    padding-top: 15px;
}

.posted_date_month {
    background: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 34px;
    border-radius: 100px;
    vertical-align: middle;
    border: solid 1px #ccc;
}

.posted_date_month span {
    display: block;
    color: #989695;
}

span.current_post_date {
    display: block;
    font-size: 21px;
    font-weight: 700;
    padding-top: 3px;
}

span.current_post_month {
    border-top: solid 1px #989695;
    display: inline-block;
    font-size: 12px;
    padding-top: 2px;
}

small.posted-date:before, #comments .comment-meta:before {
    content: '//';
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    letter-spacing: 1px;
}

.related_post_cat span {
    margin-right: 11px;
    font-size: 11px;
    color: #909090;
    text-transform: uppercase;
}

.related_post_cat span a {
    color: #909090;
}

.catlinks a {
    font-size: 13px;
}

.related_post_cat span:before {
    content: '// ';
    letter-spacing: 1px;
    margin-right: 5px;
}

.single p {
    margin-bottom: 30px;
}

.comment_blox_circle {
    background: url("../img/comment_icon.svg") no-repeat;
    width: 164px;
    height: 64px;
    text-align: center;
    position: relative;
    line-height: 50px;
    margin-top: 8px;
}

.comment_blox_circle span {
    display: inline-block;
    color: #fff;
    text-align: center;
}

span.comment_number {
    font-size: 25px;
    font-weight: 700;
}

span.comment_txt {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    line-height: 52px;
    padding-left: 7px;
}

.share_it_online span, .share_it_online strong {
    display: block;
    color: #514741;
}

.social_icons a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    border: solid 2px #D6D6D6;
    text-align: center;
    border-radius: 100px;
    font-size: 18px;
    margin-right: 4px;
}

.social_icons a.fb {
    color: #3E6893;
}

.social_icons a.tt {
    color: #00D8FF;
}

.social_icons a.el {
    color: #E40B58;
}

.social_icons a.pt {
    color: #FF0000;
}

.social_icons a.li {
    color: #189DDA;
}

a.back_button {
    background: #fff;
    border: solid 1px #77A19F;
    display: inline-block;
    line-height: 34px;
    color: #65554D;
    font-size: 13px;
    padding: 0 35px;
    border-radius: 100px;
}

.back-to-news a {
    font-weight: normal;
    font-size: 13px;
    padding: 0 25px;
}

.back_to_news.read_more_btn_outline {
    margin-top: 0;
    line-height: 36px;
    border: solid 1px #7FA7A5;
    text-transform: inherit;
    padding: 0 30px;
    color: #65554D;
    font-size: 13px;
}

h4.instagram-feed-txt {
    background: url("../img/instagram.svg") no-repeat top right;
    background-size: 33px 33px;
    padding: 10px 35px 10px 0;
}

article.other_news_block {
    background: #EBEBEB;
    padding: 10px;
    margin-bottom: 20px;
}

.all-news-lists article {
    margin-bottom: 25px;
}

.blogimg figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blogimg a {
    display: block;
}

.blogimg figure {
    height: 250px;
}

.blog_content_box header {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.blog_content_box header a:hover {
    color: #000;
}

.blog_content_box {
    padding: 0 5px;
    position: relative;
    min-height: 370px;
}

.blog_content_box header {
    padding-right: 75px;
}

.blog_content_box .posted_date_month {
    top: 7px;
    right: 5px;
}

.blog_content_box p {
    margin-bottom: 15px;
}

.other-news-lists {
    border-top: solid 1px #A1A1A1;
    margin-top: 15px;
}

.other-news-lists > h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #8F2D01;
    font-weight: 600;
    padding-bottom: 25px;
}

.blog_additional_footer {
    border-top: solid 1px #D6D6D6;
}

/*comments section*/
.share-and-comments {
    border-top: solid 1px #A1A1A1;
}

#comments {
    padding-top: 1.8em;
    border-top: solid 1px #A1A1A1;
    margin-top: 1em;
}

h2.comments-title {
    font-size: 15px;
    color: #A1A1A1;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 1.8em;
}

#comments .panel {
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#comments .panel-heading {
    border: none;
    background: none !important;
    border-radius: 0;
    padding: 0 10px;
}

#comments .panel-body {
    padding: 0 10px;
}

#comments h5.media-heading {
    display: inline-block;
    font-weight: 700;
    color: #514741;
    font-size: 14px;
}

#comments h5.media-heading cite {
    font-style: normal;
}

#comments .comment-meta {
    display: inline-block;
}

#comments footer.comment-reply {
    display: none;
}

#respond textarea, #respond input[type="text"], #respond input[type="email"] {
    background: #fff;
    border: solid 1px #BFBEBE;
    padding: 6px 0 6px 15px;
    border-radius: 100px;
    width: 100%;
    max-width: 385px;
    font-size: 14px;
}

#respond textarea:focus, #respond input[type="text"]:focus, #respond input[type="email"]:focus, #respond input[type="submit"]:focus {
    outline: none;
}

#respond input[type="submit"] {
    display: inline-block;
    border: solid 7px #E8DAD0;
    border-radius: 100px;
    line-height: 38px;
    text-align: center;
    padding: 0 25px;
    color: #8F2D01;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
}

#respond textarea {
    border-radius: 20px;
    height: 135px;
}

#respond p {
    margin-bottom: 20px;
}

h3.comment-reply-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #A1A1A1;
    font-weight: 600;
    padding-bottom: 4px;
}

p.comment-notes, p.logged-in-as a {
    color: #ABABAB;
    font-size: 14px;
}

.other_blog_post > div {
    margin-bottom: 20px;
}

.other_blog_post article {
    background: #fff;
    padding: 20px;
}

.other_blog_post article span {
    display: block;
    width: 165px;
    height: 130px;
    background-position: center center;
    float: left;
    margin: 0 15px 0 0;
    background-size: cover;
}

.other_blog_post article h4 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    min-height: 78px;
}

a.read_more_btn_outline {
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #ef4e23;
    text-transform: uppercase;
    border: solid 1px #ef4e23;
    line-height: 28px;
    padding: 0 25px;
    margin: 12px 0 15px;
    background: #fff;
}

.post-meta small {
    color: #909090;
}

a.avatar_bg {
    background: url("../img/avatar.svg") no-repeat;
    height: 52px;
    width: 64px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    color: #fff;
    padding-left: 5px;
}

a.avatar_bg:hover {
    color: #fff;
}

p.comment-awaiting-moderation {
    padding-left: 10px;
}

.other_stories .owl-prev, .other_stories .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
}

.other_stories .owl-prev {
    right: 47px;
}

.other_stories .owl-next:before, .other_stories .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f105";
    display: inline-block;
    border: solid 3px #E8DAD0;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    color: #8F2D01;
}

.other_stories .owl-prev:before {
    content: "\f104";
}

.other_stories .owl-dots {
    display: none !important;
}

/*news archive*/
.news-archives article {
    background: #EBEBEB;
    padding: 12px;
    margin-bottom: 20px;
}

.news-archives article figure {
    float: left;
    margin: 0 20px 0 0;
    display: block;
    width: 397px;
    height: 365px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #9A9897;
    position: relative;
    z-index: 15;
}

.blog-minicontent header {
    font-size: 18px;
    color: #4B413D;
    font-weight: 600;
    line-height: 24px;
    padding-right: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-minicontent header {
    position: relative;
}

.blog-minicontent .posted_date_month {
    top: 0;
}

.color_divider span {
    display: block;
    height: 7px;
    margin: 15px 0 22px 0;
}

.divider-color {
    height: 7px;
    margin: 15px 0;
}

/*blog sidebar*/
.post_categories header, .sidebar_widget header {
    color: #353d41;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom: solid 4px #cdcdcd;
    position: relative;
}

.post_categories li {
    padding: 12px 0 0 0;
    position: relative;
}

.post_categories li:before {
    content: "//";
    color: #ef4e23;
    margin-right: 8px;
    letter-spacing: 2px;
}

.post_categories li > a {
    color: #4B413D;
    font-size: 12px;
    text-transform: uppercase;
}

.instagram_feed h4 {
    background: url("../img/instagram.svg") no-repeat 100% 0;
    background-size: 20px;
    padding-right: 22px;
}

.post_tags h4 {
    border: none;
    padding-bottom: 25px;
}

.post_tags a {
    display: inline-block;
    padding: 4px 8px;
    background: #b6b6b6;
    color: #fff;
    border-radius: 100px;
    margin: 0 5px 5px 0;
}

.latest-work-sidebar {
    background: #EBEBEB;
}

.latest-work-sidebar header {
    font-size: 18px;
    color: #EF4E23;
    font-weight: 600;
    padding-bottom: 12px;
}

.latest-work-sidebar a, .web-form-sidebar a {
    font-weight: 600;
    padding: 0 20px;
    font-size: 13px;
}

.web-form-sidebar {
    background: #EBEBEB;
}

.web-form-sidebar header, .web-form-sidebar p {
    color: #353D41;
    font-size: 18px;
    margin-bottom: 15px;
}

.web-form-sidebar header {
    font-weight: 600;
}

.web-form-sidebar p {
    font-size: 15px;
}

.news_archive h4 > a {
    display: block;
    background: url("../img/iconplus.svg") no-repeat 100% 0;
    background-size: 20px;
    padding: 4px 0;
    color: #353d41;
}

.news_archive h4 > a.hideplus {
    background: url("../img/iconminus.svg") no-repeat 100% 0;
    background-size: 20px;
}

.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
}

/*blog pagination*/
.navigation.pagination h2 {
    display: none;
}

.nav-links span, .nav-links a {
    display: inline-block;
    background: #fff;
    color: #AE9B8E;
    line-height: 36px;
    height: 42px;
    width: 42px;
    text-align: center;
    font-weight: 600;
    margin-right: 5px;
    border-radius: 100px;
    border: solid 4px #E8DAD0;
}

.nav-links span.current {
    background: #fff;
    color: #932C00;
    border: solid 4px #932C00;
}

.nav-links a.next, .nav-links a.prev {
    display: none;
}

/*misc*/
.postid-540 .extraimg_blocks, .postid-555 .extraimg_blocks, .postid-131 .extraimg_blocks, .postid-84 .extraimg_blocks, .postid-130 .extraimg_blocks, .postid-146 .extraimg_blocks, .postid-152 .extraimg_blocks, .postid-155 .extraimg_blocks, .postid-158 .extraimg_blocks, .postid-161 .extraimg_blocks, .postid-164 .extraimg_blocks, .postid-543 .extraimg_blocks, .postid-556 .extraimg_blocks, .postid-561 .extraimg_blocks, .postid-559 .extraimg_blocks {
    padding-top: 0 !important;
}

.postid-540 .easy-to-navigate {
    padding-bottom: 2em !important;
}

.postid-84 .mini_content, .postid-130 .mini_content, .postid-152 .mini_content, .postid-155 .mini_content, .postid-161 .mini_content, .postid-540 .mini_content, .postid-543 .mini_content, .postid-556 .mini_content, .postid-559 .mini_content, .postid-749 .mini_content, .postid-789 .mini_content, .postid-822 .mini_content {
    padding-bottom: 0;
}

.postid-155 .breadcrumbs span[property="name"] {
    max-width: 185px;
}

.postid-555 .overview-section .overview_featured_img img {
    max-width: 80%;
}

.postid-84 .overview-section .overview_featured_img img {
    max-width: 90%;
}

a.work-holder {
    overflow: hidden;
}

/*web-services*/
.section-custom-designed, .payment-integration {
    background: #F3F3F3;
}

.customdesign-content {
    padding-top: 3em;
}

.customdesign-content header, .headingcontent header, .bloxrepeation header {
    color: #B87F65;
    font-size: 17px;
    font-weight: 600;
}

.customdesign-content header.focus, .headingcontent header.focus, .bloxrepeation header.focus {
    color: #8F2D01;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.paymentcontent .headingcontent {
    position: relative;
    background: url("../img/cart.svg") no-repeat 0 0;
    padding-left: 85px;
    min-height: 70px;
}

.user-experience {
    border-bottom: solid 5px #E7D9D1;
    position: relative;
}

.user-experience .down-arrow i {
    line-height: 36px;
    border-width: 5px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

.more-of-projects .services-blocklists h4 {
    display: block;
}

.more-of-projects .services-blocklists span {
    background: #C7957F;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    margin-top: 15px;
}

.bloxrepeation {
    padding: 4em 0;
}

.horizontal_divider {
    position: relative;
    border-bottom: solid 5px #E7D9D1;
}

/*new homepage edit css*/
.fox-award {
    position: relative;
    background: #2E383C;
    margin-top: 1px;
}

.lightgrey {
    position: absolute;
    content: '';
    left: 72%;
    background: #525759;
    height: 100%;
    width: 28%;
}

.lightgrey:before {
    left: -40px;
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 100%;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    background: #525759;
}

.fox-award a {
    color: #fff;
    font-family: 'roboto slab', sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    background: url("../img/award-icon.svg") no-repeat 0 40%;
    background-size: 29px 55px;
    padding: 1.3em 0 1.3em 45px;
}

.nympage {
    margin-bottom: 10px;
}

.nympage p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: inline-block;
    background: url("../img/award-icon.svg") no-repeat 0 40%;
    background-size: 29px 55px;
    padding: 1.3em 0 1.3em 45px;
    margin-bottom: 0;
    max-width: 620px;
    font-size: 15px;
}

.hover-content {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    top: 47%;
    padding: 0 20px;
    -webkit-transform: translate(0, -47%);
    -ms-transform: translate(0, -47%);
    transform: translate(0, -47%);
}

.hover-content h3 {
    position: relative;
    opacity: 0;
    margin-bottom: 20px;
    font-weight: 800;
}

.hover-content header {
    position: relative;
    opacity: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hover-content i {
    height: 42px;
    width: 42px;
    border: solid 1px #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin: 25px 0;
    font-size: 26px;
    opacity: 0;
    display: inline-block;
}

/*FL Services*/
.service-intro-img-slider {
    visibility: hidden;
}

a.img-popover:after, div.img-popover:after {
    content: "";
    border-radius: 50%;
    height: 65px;
    width: 65px;
    position: absolute;
    margin: -10px 0px 0 -49px;
    -webkit-animation: pulsate1 2s ease-out;
    animation: pulsate1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
    -webkit-box-shadow: 0 0 1px 2px #8F2D01;
    box-shadow: 0 0 1px 2px #8F2D01;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }

    35% {
        opacity: 0;
    }

    65% {
        opacity: 0.8;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }

    35% {
        opacity: 0;
    }

    65% {
        opacity: 0.8;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity = 0);
    }
}

.service-content-listings {
    position: relative;
    min-height: 440px;
    background: #f3f3f3;
}

.service-content-img {
    width: 50%;
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
    min-height: 440px;
    position: absolute;
    left: 0;
    height: 100%;
}

.service-lists-blox {
    width: 50%;
    background: #f3f3f3;
    position: absolute;
    right: 0;
    height: 100%;
}

.service-lists-blox:before {
    content: '';
    width: 150px;
    height: 100%;
    background: #f3f3f3;
    display: block;
    position: absolute;
    left: -72px;
    border-left: solid 10px #C39078;
    z-index: 100;
    -webkit-transform: skew(18deg);
    -ms-transform: skew(18deg);
    transform: skew(18deg);
}

.service-lists-blox:after {
    content: '';
    width: 10px;
    background: #AA5F3A;
    height: 100%;
    position: absolute;
    left: -82px;
    top: 0;
    z-index: 101;
    -webkit-transform: skew(18deg);
    -ms-transform: skew(18deg);
    transform: skew(18deg);
}

.overviewblox {
    position: relative;
    z-index: 102;
    padding: 3em 0;
}

.bloxrepeation .blockcontent h3 {
    line-height: 24px;
    font-size: 20px;
}

.bloxrepeation h3.header-title {
    font-size: 17px;
    color: #9A705D;
    padding-top: 1em;
    padding-bottom: 2em;
}

.bloxrepeation h3.header-title:before {
    top: 35%;
    background: #9A705D;
}

.bloxrepeation.colored h3.header-title:before {
    top: 35%;
    background: #8F2D01 !important;
}

.colored p {
    color: #fff;
}

.img-section, .related-projects-slider {
    position: relative;
}

.related-projects-slider {
    background: #353D41;
}

.related-folio-showcases {
    visibility: hidden;
}

.related-projects-slider .downarrow {
    position: absolute;
    top: -21px;
    width: 100%;
    text-align: center;
    z-index: 101;
}

.related-projects-slider .owl-carousel .owl-item, .related-projects-slider .owl-carousel .owl-item img {
    overflow: hidden;
}

.related-projects-slider .work-showcase {
    padding: 0;
}

.related-folio-showcases > h3 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 4px;
    font-weight: 600;
}

.related-folio-showcases > p {
    color: #B3ABAB;
    font-weight: 300;
    font-size: 20px;
}

.related-projects-slider .hoverbox {
    padding: 0 25px;
}

.related-projects-slider .project-content h3 {
    font-size: 1.35em;
    line-height: 22px;
}

.related-projects-slider .project-content h3:before {
    line-height: 38px;
}

.related-projects-slider .project-content img {
    width: auto !important;
}

.blockimage {
    position: relative;
}

.blockimage > figure {
    position: relative;
    display: inline-block;
}

.popover {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.glow-point, .glow-point .point {
    overflow: visible;
    cursor: pointer !important;
    z-index: 2;
    position: absolute;
}

.glow-point {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin: 11px 0 0 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.9;
}

.glow-point .point {
    padding: 0;
    background: #902d02;
    -webkit-box-shadow: 0 0 9.5px 0.5px rgba(143, 45, 1, 0.2);
    box-shadow: 0 0 9.5px 0.5px rgba(143, 45, 1, 0.2);
    width: 9px;
    height: 9px;
    margin: 7px 0 0 7px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    -webkit-transition: opacity .5s ease-out, -webkit-transform .25s;
    transition: opacity .5s ease-out, -webkit-transform .25s;
    -o-transition: opacity .5s ease-out, transform .25s;
    transition: opacity .5s ease-out, transform .25s;
    transition: opacity .5s ease-out, transform .25s, -webkit-transform .25s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 100%;
    pointer-events: none;
}

.glow-point .point:after,
.glow-point .point:before {
    content: "";
    position: absolute;
    background: rgba(143, 45, 1, 0.5);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #46acf3;
    -webkit-animation: glow-animation 1.7s infinite ease-out;
    animation: glow-animation 1.7s infinite ease-out;
    top: -55px;
    left: -55px;
    z-index: -1;
}

.glow-point .point:after {
    width: 120px;
    height: 120px;
    top: -55px;
    left: -55px;
    -webkit-animation: glow-animation-inner 1.7s infinite ease-out;
    animation: glow-animation-inner 1.7s infinite ease-out;
}

.text-slide-in img, .text-slide-in span {
    display: inline-block;
}

.text-slide-in span {
    margin-left: 20px;
}

@-webkit-keyframes glow-animation {
    0% {
        opacity: .65;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes glow-animation {
    0% {
        opacity: .65;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes glow-animation-inner {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    24%,
    90% {
        opacity: 0;
    }

    25% {
        opacity: .65;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes glow-animation-inner {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    24%,
    90% {
        opacity: 0;
    }

    25% {
        opacity: .65;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

#slideshow {
    position: relative;
    background: url("../img/web-service-computer.jpg") no-repeat 0 0;
    width: 100%;
    max-width: 502px;
    min-height: 487px;
    background-size: contain;
    margin: 0 auto;
}

/*#slideshow img { position: absolute; top: 2px; right: 8px; }*/
.service-intro-img-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 2px 0 0 34px;
}

.service-intro-img-slider .owl-dots {
    margin-top: 12.5em;
}

/*#slideshow > div { position: absolute; top: 2px; left: 23px; right: -5px; bottom: 15px; }*/
.text-slide-in img {
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.text-slide-in span {
    opacity: 0;
    left: 0;
    position: absolute;
    width: 200px;
    z-index: 1;
    text-align: left;
    top: 10px;
    -webkit-transition: opacity 0.3s ease, left 0.3s ease;
    -o-transition: opacity 0.3s ease, left 0.3s ease;
    transition: opacity 0.3s ease, left 0.3s ease;
}

.text-slide-in span.slide_left {
    opacity: 1;
    left: 40px;
}

.colored .text-slide-in span, .colored .text-slide-in span > a {
    color: #fff;
}

/*webform budget slider*/
#BudgetMoney {
    background: #EECFC2;
    border: none;
}

.ui-widget-header {
    background: #ef4e23;
}

.ui-slider .ui-slider-handle {
    top: -8px;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}

.ui-slider-handle::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-top: 5px;
    background: #ef4e23;
}

.ui-slider-handle .slider-tooltip {
    background: #ef4e23;
    top: -45px !important;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: -20px;
}

.ui-slider-handle .slider-tooltip:before {
    content: '$';
}

.ui-slider-handle .slider-tooltip::after {
    border-color: #ef4e23 transparent;
    left: 0;
}

.plr-2em {
    padding-left: 2em;
    padding-right: 2em;
}

.logo-form-block small {
    margin-top: 0 !important;
}

.uploadfilebox {
    border: solid 1px #ddd;
    padding: 2em 1em;
    margin-top: 1em;
    background: #f7f7f7;
}

/* horizontally center the video */
.banner {
    overflow: hidden;
}

#video-background {
    position: absolute;

    /*  making the video fullscreen  */

    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

iframe.my-video body {
    background-color: transparent !important;
}

.videobg {
    position: absolute;
    width: 100%;

    /* Set video container element width here */

    height: 100%;

    /* Set video container element height here */

    overflow: hidden;
    background: url("../img/fl-video-back.jpg") no-repeat top center #ef4e23;

    /* bg color, if video is not high enough */

    background-size: cover;
}

.videobg-width {
    position: absolute;
    width: 100%;

    /* Change width value to cover more area*/

    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
    display: none;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;

    /* 16:9 ratio */

    overflow: hidden;
}

.videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.videobg-hide-controls {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 55px 97.7777px;

    /* Vimeo timeline and play button are ~55px high */

    /* 16:9 ratio */

    top: -55px;
    left: -97.7777px;

    /* 16:9 ratio */
}

.videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
}

.home .topnav .navbar-nav > li > a {
    color: #fff;
}

.new-banner-text {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.new-banner-text h1, .new-banner-text p {
    color: #fff;
    font-family: 'poppins', sans-serif;
}

.new-banner-text p, .new-banner-text header {
    margin: 0 auto;
    max-width: 680px;
    font-size: 1.85em;
    font-weight: 300;
    color: #fff;
    font-family: 'poppins', sans-serif;
}

.our-services .col-sm-6.col-md-3.text-center:first-child img {
    width: 208px !important;
}

.our-services h3.header-title {
    margin: 0 auto;
    max-width: 205px;
    padding-left: 0;
    text-align: center;
    font-size: 1.75em;
}

.our-services h3.header-title:before {
    background: none;
}

.circle-lines-center {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.folio_short_info {
    padding: 0 20px;
}

.folio_short_info header {
    font-family: 'Poppins', sans-serif;
    color: #203f4e;
    font-weight: 600;
    font-size: 1.4em;
    padding-bottom: 7px;
}

.folio_short_info p {
    font-size: 1.4em;
    color: #203f4e;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}

#latest-works {
    position: relative;
    padding-bottom: 4em;
}

#latest-works:after {
    content: '';
    background: #e7e7e7;
    position: absolute;
    width: 100%;
    height: 824px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#latest-works .container.folio-showcases {
    background: #fff;
}

.see_more_link a.orange_button {
    display: inline-block;
    line-height: 45px;
    padding: 0 1.5em;
    color: #fff;
    text-transform: uppercase;
    background: #EF4E23;
    font-weight: 700;
}

/*new homepage testimonial style*/
.testimonial_fading figure img {
    display: inline-block !important;
    opacity: 0.5;
}

.new_testimonial_slider .owl-carousel .owl-item img {
    width: auto;
}

.testimonial_fading p {
    font-size: 1.8em;
    margin: 0 auto;
    padding: 0 20px 1em;
}

.testimonial_fading p, .testimonial_fading strong {
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: center;
    font-weight: 300;
    color: #acacac;
}

.testimonial_fading strong {
    color: #7d7d7d;
    font-size: 1em;
}

/*latest updates*/
.breadcrumbs, .page-title-and-description h4 {
    display: none;
}

.new_testimonial_slider .owl-controls {
    display: none;
}

/*GRAVITY FORMS STYLES*/
.gform_body {
    max-width: 640px;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 14px !important;
    min-width: 140px;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    vertical-align: top;
}

.gform_wrapper [type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.gform_wrapper [type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 28px !important;
}

.gform_wrapper [type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: solid 1px #ef4e23;
    position: absolute;
    left: 0;
    top: 1px;
}

.gform_wrapper [type="checkbox"]:hover + label:before {
    background: #ef4e23;
}

.gform_wrapper [type="checkbox"]:focus + label:before {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.01);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.01);
}

.gform_wrapper [type="checkbox"]:checked + label:before {
    background: #ef4e23;
}

.gform_wrapper [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gform_wrapper [type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.gform_wrapper [type="radio"]:checked + label,
.gform_wrapper [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px !important;
    cursor: pointer !important;
    line-height: 20px !important;
    display: inline-block !important;
    color: #666;
}

.gform_wrapper [type="radio"]:checked + label:before,
.gform_wrapper [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ef4e23;
    border-radius: 100%;
    background: #fff;
}

.gform_wrapper [type="radio"]:checked + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ef4e23;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gform_wrapper [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #ef4e23;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.gform_wrapper [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*new inner page heading styles*/
.innerHeader h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #bbb;
}

.innerHeader h1:after {
    content: '';
    background: #949B9F;
    height: 4px;
    width: 35px;
    display: block;
    margin-top: 15px;
}

.innerHeader h1 a.back_to_work {
    font-size: 12px;
}

@media (min-width: 320px) and (max-width: 767px) {}

@media (max-width: 350px) {
    .banner {
        min-height: 500px;
    }

    .img-blox img {
        width: 80px;
        height: 60px;
    }

    .project-content h3, .portfolio .project-content h3 {
        max-width: 100%;
        font-size: 1.1em !important;
        line-height: 23px;
    }

    .banner-text h1 {
        font-size: 2em !important;
    }

    .banner-text h2 {
        font-size: 1.6em !important;
    }

    .hidden_on_small {
        display: none;
    }
}

@media (max-width: 415px) {
    small.posted-date {
        display: block;
    }

    small.posted-date:before {
        margin-left: 0;
    }
}

@media (min-width: 351px) {
    .verysmall {
        display: none;
    }
}

@media (max-width: 450px) {
    .navbar-brand img {
        max-width: 140px;
    }

    .gallery-static ul {
        max-width: 400px;
    }

    .gallery-static li {
        width: 100%;
    }

    .page-title-and-description h3.header-title {
        max-width: 79%;
    }
}

@media (max-width: 480px) {
    /*single blog page*/
    header.pageheader h1 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    a.back_button {
        padding: 0 12px;
    }

    .other_blog_post article span {
        max-width: 115px;
        height: 91px;
    }

    .other_blog_post article h4 {
        min-height: 0;
    }

    .news-archives article figure {
        height: 300px;
    }

    .fox-award a {
        background-position: 0 25%;
    }

    .nympage p {
        background-position: 0 18%;
    }

    .project-content img {
        height: 50px;
        max-height: 50px;
    }

    .project-content.title-158 img {
        height: 70px;
        max-height: 70px;
    }

    .service-intro-img-slider.owl-carousel .owl-item img {
        margin-left: 27px;
    }

    /*particular css*/
    .postid-943 .service-overview-content.ptb-4em {
        padding-bottom: 0;
    }

    .innerHeader h1 a.back_to_work {
        display: none;
    }
}

@media (max-width: 590px) {
    .page-title-and-description h4 {
        font-size: 1.5em;
        max-width: 260px !important;
    }

    .light_orange:before {
        right: -140px;
        width: 350px;
    }

    .diagonal_line.inline-block {
        display: none;
    }

    .project-logo-svg.project-556 {
        text-align: center;
    }

    .project-556 img {
        margin: 0 !important;
    }

    .innerbanner {
        overflow: hidden;
    }

    .blog_content_box {
        min-height: auto !important;
    }

    .service-intro-img-slider.owl-carousel .owl-item img {
        width: 91%;
    }

    .our-work-summary p {
        padding: 0 !important;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .logoblock {
        height: 115px !important;
    }

    .project-content h3 {
        max-width: 63%;
    }
}

@media (max-width: 479px) {
    .banner {
        background-position: left top !important;
    }

    .new-banner-text p, .new-banner-text header {
        font-size: 1.35em;
        padding: 0 1.5em !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .project-content h3 {
        max-width: 100%;
    }

    .portfolio {
        margin: 0 auto;
        max-width: 560px;
    }

    .banner {
        background-position: 70% 0 !important;
    }

    .new-banner-text header {
        padding: 0 2em;
    }
}

@media (max-width: 767px) {
    /*work homepage*/
    .navbar-toggle {
        margin-top: 15px !important;
    }

    .banner-text h1 {
        font-size: 2.5em;
    }

    .work-showcase {
        margin: 0 auto;
        max-width: 565px;
    }

    .project-content h3 {
        font-size: 1.1em;
        line-height: 21px;
        vertical-align: top;
    }

    .hover-content h3 {
        font-size: 19px;
    }

    .project-content h3:before {
        line-height: 36px;
    }

    .hoverbox {
        padding: 0 15px;
    }

    .logoblock {
        height: 95px;
    }

    .logoblock figure {
        padding: 0 15px;
    }

    /*innerpage titles*/
    .page-title-and-description h4 {
        font-size: 1.4em;
        max-width: 390px;
    }

    .melbourne-activities {
        padding: 3em 15px;
    }

    /*.melbourne-activities .container { background-position: 50% bottom; padding-bottom: 175px }*/
    /*webform*/
    .form-steps span.wpcf7-list-item, .form-steps .Payment_Process span.wpcf7-list-item.last {
        margin-left: 5px;
    }

    .form-steps .DesignOptions span.wpcf7-list-item {
        padding: 0 15px 0 0;
        width: 100%;
        margin-top: 0;
    }

    .form-steps .WebsitePages span.wpcf7-list-item {
        display: block;
        width: 100%;
    }

    .form-steps .WebsitePages span.wpcf7-list-item.last {
        margin-left: 5px !important;
        width: 95%;
    }

    .form-steps .WebsitePages span.wpcf7-list-item {
        margin-top: 0;
    }

    .wpcf7-list-item span.wpcf7-list-item-label {
        display: block;
        margin-left: 15px;
    }

    /*who we are*/
    .two_colour_box .container {
        overflow: hidden;
        padding-right: 0;
        padding-left: 0;
    }

    .color_box.light_brown {
        background: #C7957F;
    }

    .color_box.dark_brown {
        background: #B5491B;
    }

    /*our services*/
    .color_box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fullName > div:first-child {
        margin-bottom: 12px;
    }

    /*blog single*/
    .comment_blox_circle {
        float: none !important;
        margin-top: 15px;
    }

    .similar-projects .project-content h3 {
        padding-left: 35px;
    }

    .similar-projects .project-content h3:before {
        min-width: 22px;
    }

    /*banner*/
    body.home .videobg {
        display: none;
    }

    .banner {
        min-height: 550px;
        background: url("../img/fl-fox-bg.jpg") no-repeat top center;
    }

    .folio_short_info header, .folio_short_info p {
        font-size: 1.05em !important;
    }

    .new-banner-text h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .our-work-summary p {
        font-size: 16px;
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .navbar-toggle .icon-bar {
        background: #454545;
    }

    body.home .navbar-toggle .icon-bar {
        background: #fff;
    }

    header.fixedheader .navbar-toggle .icon-bar {
        background: #fff;
    }

    .light_orange {
        right: 60%;
        width: 40%;
    }

    .topnav .dropdown-menu {
        text-align: right;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 450px !important;
    }

    .innerbanner > .container {
        padding-bottom: 10px;
    }

    .topnav .current-menu-item > a {
        color: #ef4e23 !important;
    }

    /*reset*/
    .mmb-3em {
        margin-bottom: 3em;
    }

    .mmb-2em {
        margin-bottom: 2em;
    }

    /*Only for collapsing earlier navigation*/
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 15px;
        margin-right: 0;
    }

    .navbar-collapse {
        background: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        text-align: right;
        padding-right: 10px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        position: relative;
        z-index: 100;
    }

    .collapsing {
        overflow: hidden !important;
    }

    /* up to here collapsing earlier navigation must work */
    /*collapsing animation*/
    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 1px;
    }

    .navbar-toggle .icon-bar:nth-of-type(4) {
        top: 2px;
    }

    .navbar-toggle .icon-bar {
        position: relative;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        background-color: transparent !important;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(4) {
        top: -6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*up to here collapsing hamburger menu animation and add some javascript on footer */
    .topnav .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
    }

    .topnav.fixedheader .navbar-collapse {
        background: none;
    }

    .topnav .navbar-nav > li > a {
        color: #fff;
    }

    .topnav .container #navbar-collapse {
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    /*work*/
    .folio-filters li {
        margin: 8px 15px;
    }

    .project-slider, .related-folio-showcases .portfolio-showcase {
        padding: 0 2em;
    }

    .innerbanner .breadcrumbs {
        color: #B3826B;
        top: -8px;
        text-align: left;
    }

    .breadcrumbs span, .breadcrumbs a {
        color: #83553F;
    }

    span.anchor {
        display: block;
        height: 70px;
        margin-top: -70px;
        visibility: hidden;
    }

    .project-556 img {
        margin-right: 0;
        margin-left: 4em;
    }

    /*melbourne activities*/
    .upside_down_fox {
        text-align: center;
        right: 0;
    }

    .who-we-are .owl-nav {
        display: none;
    }

    .other_stories .owl-nav {
        display: block;
    }

    .who-we-are-slider {
        padding-left: 0;
        padding-right: 0;
    }

    /*single blog page*/
    .comment_blox_circle {
        float: right;
    }

    .share_it_online {
        padding-top: 30px;
    }

    .news-archives article figure {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .tab-center {
        text-align: center;
    }

    .folio_short_info p {
        line-height: 26px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (min-width: 451px) and (max-width: 991px) {
    .gallery-static ul {
        max-width: 800px;
    }

    .gallery-static li {
        width: 50%;
    }

    .gallery-static li:nth-child(4) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .portfolio .col-sm-6 {
        width: 49.5%;
    }

    .navbar .container {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .project-content h3 {
        font-size: 1.65em;
        line-height: 32px;
        max-width: 100%;
    }

    .banner {
        min-height: 525px;
    }

    .folio_short_info, .our-work-summary p {
        padding: 0 90px;
    }
}

@media (max-width: 991px) {
    #latest-works {
        padding-bottom: 1px;
    }

    .our-services {
        padding-bottom: 3em;
    }
}

@media (max-width: 1023px) {
    .folio_short_info header, .folio_short_info p {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    .two_colour_box .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .hidden_on_small {
        display: none;
    }
}

@media (min-width: 992px) {
    /*header*/
    header.fixedheader .navbar-nav > li > a {
        color: #fff;
    }

    .topnav .navbar-nav > li > a {
        padding-top: 28px;
        padding-bottom: 0;
    }

    .topnav .navbar-nav > li:last-child a {
        padding-right: 0;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: none;
    }

    .project_details, footer .third {
        padding-left: 3em;
    }

    /*grey color logos*/
    /*.logoblock img {  filter: gray; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
    .logoblock img:hover {  -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%);  }*/
    .logoblock img:hover {
        opacity: 0.85;
    }

    /*header dropdown menu*/
    .topnav .navbar-nav > li > .dropdown-menu {
        min-width: 265px;
        background: rgba(155, 87, 64, 0.8);
    }

    .topnav.fixedheader .navbar-nav > li > .dropdown-menu {
        min-width: 265px;
        background: rgba(0, 0, 0, 0.8);
    }

    .topnav .dropdown-menu {
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .topnav .dropdown-menu li a {
        padding: 10px 10px 10px 25px;
        white-space: normal;
        color: #fff;
        font-weight: 300;
    }

    /* .topnav .dropdown-menu>.active>a, .topnav .dropdown-menu>.active>a:focus, .topnav .dropdown-menu>.active>a:hover { background: #9D4F2B; } */
    .topnav.fixedheader .dropdown-menu > .active > a, .topnav.fixedheader .dropdown-menu > .active > a:focus, .topnav.fixedheader .dropdown-menu > .active > a:hover {
        background: #000;
    }

    .topnav .dropdown-menu li a:hover, .topnav .dropdown-menu li a:focus, .topnav .dropdown-menu li a:active {
        color: #fff !important;
    }

    /*work*/
    /*.our-work-summary p { padding-right: 50px }*/
    /*work single*/
    .overview_left {
        padding-right: 2em;
    }

    .right_align_text, .analytics-content, .bloxrepeation .blockcontent.rightalign {
        padding-left: 3em;
        text-align: right;
    }

    .featured_img {
        text-align: right;
    }

    .fl-service-img-slider {
        text-align: center;
    }

    .visit_main_site .back_to_work {
        float: right;
        margin-top: 20px;
    }

    .project-slider .owl-prev, .related-projects-slider .owl-prev {
        left: -25px;
    }

    .project-slider .owl-next, .related-projects-slider .owl-next {
        right: -25px;
    }

    /*misc projects*/
    .postid-158 .img_dtl_text p {
        margin-bottom: 20px;
        padding-right: 60px;
    }

    .postid-161 .overview, .postid-543 .overview {
        width: 45% !important;
        padding-right: 1em;
    }

    .postid-161 .overview_featured_img, .postid-543 .overview_featured_img {
        width: 55% !important;
        padding-top: 4em;
    }

    .postid-555 .overview_featured_img, .postid-822 .overview_featured_img {
        padding-top: 5em;
    }

    .postid-556 .overview_featured_img, .postid-789 .overview_featured_img, .postid-804 .overview_featured_img {
        padding-top: 3em;
    }

    .postid-84 .overview_featured_img {
        padding-top: 8em;
    }

    .postid-749 .right_align_text {
        padding-left: 0;
    }

    .postid-84 .services-lists.incase_white .col-md-7 img {
        margin-left: 95px;
    }

    .topnav .navbar-brand {
        margin-left: -18px !important;
    }

    /*our-services*/
    .greet-content {
        max-width: 550px;
        padding-left: 3em;
    }

    .service-blox-content {
        max-width: 380px;
    }

    /*footer*/
    .footerwidget.second {
        margin-top: -46px;
    }

    /*blog archive*/
    .news-archives article {
        padding-right: 25px;
    }

    .color_divider span {
        margin-left: 417px;
    }

    /*web services*/
    .analytics-content h2 span, .bloxrepeation .blockcontent h2 span {
        display: block;
    }

    .similar-projects .project-slider .hoverbox {
        width: 101%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .light_orange {
        right: 62%;
    }

    .postid-84 .services-lists.incase_white .col-md-7 img {
        margin-left: 70px;
    }

    .service-intro-img-slider.owl-carousel .owl-item img {
        width: 91%;
    }

    .service-lists-blox:before {
        width: 180px;
        left: -82px;
    }

    .service-lists-blox:before {
        left: -92px;
    }

    .folio_short_info {
        padding: 0 130px;
    }
}

@media (max-width: 1199px) {
    .lightgrey {
        display: none;
    }

    .portfolio .project-content h3 {
        letter-spacing: 0;
    }
}

@media (min-width: 1200px) {
    .who-we-are .owl-next {
        position: absolute;
        right: -30px;
        top: 47%;
    }

    .who-we-are .owl-prev {
        position: absolute;
        left: -30px;
        top: 47%;
    }

    .who-we-are-slider {
        padding-left: 2px;
        padding-right: 1px;
    }

    /*work*/
    .folio-filters li {
        margin: 0 15px;
    }

    .folio-filters li:first-child {
        margin-left: 0;
    }

    .postid-775 .services-lists .overview_left {
        max-width: 350px;
    }

    .postid-775 .services-lists .featured_img {
        min-width: 800px;
    }

    /*web services*/
    .customdesign-content {
        padding-right: 4em;
    }

    .two_colour_box .container {
        width: 1152px;
    }
}

@media (min-width: 1220px) {
    .postid-775 .easy-to-navigate .extraimg_blocks {
        margin-left: -35px;
        margin-right: -35px;
    }
}

@media (min-width: 1300px) {
    /*work*/
    .filter-folio .container.folio-showcases, .home .container.folio-showcases {
        width: 1280px;
        margin: 0 auto;
        overflow: hidden;
    }

    .container {
        width: 1280px;
    }

    #latest-works .container.folio-showcases {
        width: 1300px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .project-slider .owl-prev, .related-projects-slider .owl-prev {
        left: -35px;
    }

    .project-slider .owl-next, .related-projects-slider .owl-next {
        right: -35px;
    }

    .postid-822 .easy-to-navigate .extraimg_blocks {
        margin-left: -65px;
        margin-right: -65px;
    }

    .overview-section .overview_left {
        width: 47%;
    }

    .overview-section .overview_featured_img {
        width: 53%;
        padding-left: 0;
        padding-right: 0;
    }

    /*banner*/
    .new-banner-text h1 {
        font-size: 3.0em;
        font-weight: 600;
    }

    .banner {
        min-height: 754px;
    }
}

@media (min-width: 1800px) {
    .cover {
        background-size: cover !important;
    }
}

div.contact-page h2 {
    font-size: 18px !important;
    margin: 10px 0 !important;
}