﻿.slicknav_menu {
    display: none;
}.circle {
    height: auto;
    min-height: 370px;
}

.bg1 img, .bg2 img, .bg3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_line {
    width: 100%;
    max-width: 366px;
}
.custom_line img {
    width: 100%;
    max-width: 366px;
}


.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-image: url('../images/bgHover1.jpg');
    background-size: cover;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}
.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-image: url('../images/bgHover2.jpg');
    background-size: cover;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}
.overlay3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-image: url('../images/bgHover3.jpg');
    background-size: cover;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.container:hover .overlay1 {
    width: 100%;
}
.container:hover .overlay2 {
    width: 100%;
}
.container:hover .overlay3 {
    width: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
/*************************************************/
.nav_section {
    position: relative;
    z-index: 5;
}


.flip-box {
    display: inline-block;
    background-color: transparent;
    width: 100%;
    height: auto;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    background-color: #555;
    color: white;
    transform: rotateY(180deg);
}

.home_bg {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 0;
}


.circle img {
    width: 100%;
}

body {
    /*padding-bottom: 290px;*/
    position: relative;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: #e4e4e4;
    padding-bottom:30px
}

.footer_bg {
    background-image: url('../../assets/images/bg.jpg');
    z-index: 10000;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 290px;
    background-size: auto;
    background-repeat: repeat;
}

.footer_header {
    font-family: 'TradeGothic LT CondEighteen';
    font-weight: bold;
    color: white;
    font-size: 28px;
    margin: 20px 0px 10px;
    border: 1px solid #ffe000;
    padding: 0px 16px;
    display:inline-block;
    width: 100%;
}

.nav_section {
    background-image: url('../../assets/images/nav_bg_split.png');
    background-repeat: no-repeat;
    background-size: 100% 85px;
    background-position: 0 35px;
}

#nav ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

    #nav ul li a {
        border: 1px solid rgba(0,0,0,0);
        color: #353535;
        font-size: 12px;
        text-decoration: none;
        padding: 7px 15px;
        display: block;
        font-family: 'Futura Book';
        z-index: 9999
    }

#nav {
    background: white;
    height: 85px;
    margin-top: 35px;
}

#nav ul {
margin-top: 26px;
margin-left: 15px;
padding-left: 0;
z-index: 9999
}

#nav ul li a:hover {
    border: 1px solid #ffe000;
    background: #ffe000;
    color:black
}

#nav ul li.active a {
    border: 1px solid #ffe000;
    background: #ffe000;
    color: black
}
#circle_holder {
    margin-top: 5%;
    margin-bottom: 7%;
}
#main_heading {
    margin-top: 1px;
    margin-bottom: 20px;
}
.g-recaptcha {
    margin-top: 10px;
}
.help a {
    display: block;
    color: white;
    background: #3d63ac;
    width: fit-content;
    padding: 3px 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Futura Book';
    font-size: 16px;
    text-decoration: none;
}
.authorFull {
    font-weight: bold;
    font-size: 18px;
}
.footer_content ul li {
    list-style-image: url('../assets/images/bullet.png');
    background: url('../assets/images/bullet.png') no-repeat left top; /* <-- change `left` & `top` too for extra control */
    padding: 0px 0px 3px 30px;
    list-style: none;
    margin: 0 0px 10px -42px;
}
.footer_content {
    color: white;
    font-family: 'Futura Book';
    font-size: 14px;
}
#about_block {
    background: url('../assets/images/darkbg.jpg');
    padding-top: 15px;
    font-family: 'Futura Book';
    color: white;
    font-size: 14px;
    line-height: 20px
}
.inner_bg {
    background: url('../assets/images/aboutbg.png');
    background-color: #3c63ac;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: -10px;
    padding: 0px 32px 0 20px;
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 350px
}
ul.about_list li {
    list-style-image: url(../assets/images/bullet.png);
    background: url(../assets/images/bullet.png) no-repeat left top;
    padding: 0px 0px 1px 30px;
    list-style: none;
}
ul.about_list {
    margin-top: 25px;
}

#bee_image {
    margin-left: -15px;
}

.header h1 {
    font-family: 'TradeGothic LT CondEighteen';
    font-weight: bold;
    font-size: 30px;
    border: 1px solid #ffe000;
    display: inline-block;
    padding: 4px 10px;
    background: #3d63ac;
    color: #fff;
    text-transform: uppercase;
}
.header2 h1 {
    font-family: 'TradeGothic LT CondEighteen';
    font-weight: bold;
    font-size: 30px;
    border: 1px solid #ffe000;
    display: inline-block;
    padding: 4px 10px;
}

.pages-sidebar h3 {
    font-family: 'TradeGothic LT CondEighteen';
    font-weight: bold;
    font-size: 30px;
     border: 1px solid #ffe000; 
    display: inline-block;
    padding: 4px 10px;
    background: #3d63ac;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}
ul.sidebar li {
    list-style: none;
}
ul.sidebar a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Futura Book';
    text-decoration: none;
}
.pages-sidebar {
    background: white;
    padding: 10px;
    width: 149px;
}
.serviceRow {
    margin-bottom: 15px;
    margin-left: -30px;
}

.serviceWords, .offer, .servicesList, .bluePartText, .bottomLinks{
    font-family: 'Futura Book'
}

.Service_content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

    .Service_content .Service_content-overlay {
        background-image: url('../assets/images/service_hover.png');
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        background-size: cover;
        z-index: 100;
    }

    .Service_content:hover .Service_content-overlay {
        opacity: 1;
    }


    .Service_content:hover .blue_bg {
        opacity: 0;
    }

.Service_content-image {
    width: 100%;
}

.Service_content-details {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.Service_content:hover .Service_content-details {
    top: 56%;
    left: 50%;
    opacity: 1;
    z-index: 101;
    height: 90%;
}

.Service_content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.Service_content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.ServiceBlock img {
    width: 100%
}

.ServiceBlock {
    position: relative
}

.blue_bg {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 380px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.icon {
    background: #3c63ac;
}

.block_name {
    background: url(../../assets/images/serviceAngle.png)no-repeat;
    background-size: 100%;
    height: 91px;
}

.inner_name {
    text-align: right;
    border: 1px solid #ffe000;
    display: inline-block;
    float: right;
    margin-right: 18px;
    margin-top: 25px;
    padding: 3px 5px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Futura Book';
}

.hover_title {
    text-align: right;
    border: 1px solid #ffe000;
    display: inline-block;
    float: none;
    margin-top: 25px;
    padding: 3px 5px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Futura Book';
    margin-left: -5px;
}

.hover_content {
    color: white;
    font-size: 14px;
    margin-top: 5px;
    font-family: 'Futura Book';
    width: 230px
}

.hover_icon {
    position: absolute;
    bottom: 30px;
    right: 20px;
}
.view a, .link a, .lightbox_link a {
    color: white;
    font-size: 20px;
}
.view, .link, .lightbox_link {
    display: inline-block;
    margin: 0 8px
}
.item_Name {
    padding: 0px 20px;
    font-family: 'Futura Book';
    color: grey;
    font-size: 14px;
    margin: 7px 0px;
}
.portfolio_nav a {
    display: inline-block;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Futura Book';
    text-decoration: none;
    margin-right: 10px;
}

.portfolio_nav {
    margin-top: 30px;
    margin-left: -20px;
}

.Name.active {
    background: url(../../../assets/images/bullet.png) no-repeat left center;
    list-style: none;
}

.Name {
    padding: 0px 0px 0 30px;
}

.blue_strap {
    background: #3d63ac;
    min-height: 90px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.portfolio_image img {
    width: 100%;
}




.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}


@media screen and (max-width: 640px) {
    .container {
        display: block;
        width: 100%;
    }
}





.Portfolio_content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

    .Portfolio_content .Portfolio_content-overlay {
        background: rgba(0,0,0,0.7);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .Portfolio_content:hover .Portfolio_content-overlay {
        opacity: 1;
    }

.Portfolio_content-image {
    width: 100%;
}

.Portfolio_content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.Portfolio_content:hover .Portfolio_content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.Portfolio_content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.Portfolio_content-details p {
    color: #fff;
    font-size: 0.8em;
}
.blog_item {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    height: 410px;
}

.blog_title {
    font-family: 'TradeGothic LT CondEighteen';
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.blurb {
    font-family: 'Futura Book';
    font-size: 14px;
    display: block;
    height: 100px;
    overflow: hidden;
}
.author {
    font-family: 'Futura Book';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
}
.readmore a {
    color: #3d63ac;
    font-family: 'Futura Book';
    text-decoration: none;
    font-weight: bold;
}
.readmore {
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 2px;
}
.social_icons {
    display: inline-block;
    color: #3c63ac;
    font-size: 18px;
    text-align: right;
    float: right;
    margin-top: 30px;
}
    .social_icons a {
        text-decoration: none;
        color: #808080;
    }
.nav {
    display: inline-block;
}
.content_bg {
    background: white;
    padding:0px 10px
}

div#copyright {
    color: white;
    font-family: 'Futura Book';
}
    div#copyright span {
        color: white;
        font-weight: bold;
        font-family: 'Futura Book';
    }

.content {
    font-family: 'Futura Book';
    font-size: 14px;
}
#form {
    font-family: 'Futura Book';
    margin-bottom: 15px;
}

    #form label {
        display: inline-block;
        width: 110px;
        vertical-align: top;
        padding-top: 5px;
        font-weight: normal;
        font-family: 'Futura Book';
    }
#submit {
    float: right;
    margin-right: 101px;
    background: #3d63ac;
    color: white;
    border: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Futura Book';
}
.field {
    width: 100%;
    max-width: 300px;
    border: 1px solid #3d63ac;
}
.nav li.social {
    display: none !important;
}

.slicknav_nav li.social a {
    display: inline-block;
    width: 30px;
    padding: 5px !important;
    text-align: center;
    margin: 6px;
    margin-right: 0;
    float: left;
    font-size: 20px;
    background: none !important;
    color: #fff !important;
    border:0
}

div#form .submit {
    background: #3d63ac;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    font-weight: bold;
    font-family: 'Futura Book';
    font-size: 16px;
}
div#form .submit:hover {
    background: #ffe000;
    color: #222
}
section.copyright {
    text-align: center;
    margin-top: 10px;
    background: #3d63ac;
    color: white;
    padding: 5px 0;
    font-family: 'Futura Book';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
}

#main_heading h1 {
    color: white;
    text-align: center;
    font-family: 'TradeGothic LT CondEighteen';
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
    border: solid 1px #ffe000;
    display: block;
    margin: 0 auto;
    float: none;
    left: 0;
    right: 0;
    width: fit-content;
    padding: 6px 20px;
    background: #3d63ac;
    max-width: 530px
}

div#contact a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
    div#contact a:hover {
        color: #3d63ac;
    }
.dropdown:hover ul.dropdown-menu.ul--no-style.level1 {
    display: block;
    z-index: 9999;
}
.dropdown ul.dropdown-menu.ul--no-style.level1 {
    margin-top: 0 !important;
    box-shadow: none;
    border: 0;
    margin-left: 0 !important;
    z-index: 9999;
}
.dropdown ul.dropdown-menu.ul--no-style.level1 li {
    width: 100%;
    z-index: 9999
}
.content ul {
    padding-left: 15px;
}
.content h4 {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}






.aboutusHover {
    font-family: 'TradeGothic LT CondEighteen';
    font-size: 27px;
    color: white;
    background: #000000d9;
    text-align: center;
    margin-left: 1033px;
    padding-top: 104px;
    padding-bottom: 104px;
}

.middle {
    display: none;
}

.custom_image:hover .middle {
    transition: .5s ease;
    display: block;
}







@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    #about_block {
        margin-left: 10px;
    }

    /* Safari only override */
    ::i-block-chrome, #about_block {
        margin-left: 0px;
    }
}

@-moz-document url-prefix() {
    #about_block {
        margin-left: 0px;
    }

    .inner_bg {
        margin-bottom:0;
    }
}

@font-face {
    font-family: 'TradeGothic LT CondEighteen';
    src: url('../assets/fonts/TradeGothicLT-BoldCondTwenty.eot');
    src: url('../assets/fonts/TradeGothicLT-BoldCondTwenty.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/TradeGothicLT-BoldCondTwenty.woff2') format('woff2'), url('../assets/fonts/TradeGothicLT-BoldCondTwenty.woff') format('woff'), url('TradeGothicLT-BoldCondTwenty.ttf') format('truetype'), url('../assets/fonts/TradeGothicLT-BoldCondTwenty.svg#TradeGothicLT-BoldCondTwenty') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic LT CondEighteen';
    src: url('../assets/fonts/TradeGothicLT-CondEighteen.eot');
    src: url('../assets/fonts/TradeGothicLT-CondEighteen.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/TradeGothicLT-CondEighteen.woff2') format('woff2'), url('../assets/fonts/TradeGothicLT-CondEighteen.woff') format('woff'), url('../assets/fonts/TradeGothicLT-CondEighteen.ttf') format('truetype'), url('../assets/fonts/TradeGothicLT-CondEighteen.svg#TradeGothicLT-CondEighteen') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic LT';
    src: url('../assets/fonts/TradeGothicLT.eot');
    src: url('../assets/fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/TradeGothicLT.woff2') format('woff2'), url('../assets/fonts/TradeGothicLT.woff') format('woff'), url('../assets/fonts/TradeGothicLT.ttf') format('truetype'), url('../assets/fonts/TradeGothicLT.svg#TradeGothicLT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Book';
    src: url('../fonts/futurabtbook-webfont.eot');
    src: url('../fonts/futurabtbook-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futurabtbook-webfont.woff2') format('woff2'), url('../fonts/futurabtbook-webfont.woff') format('woff'), url('../fonts/futurabtbook-webfont.ttf') format('truetype'), url('../fonts/futurabtbook-webfont.svg#futurabtbook-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}


