@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700');

/*font-family: 'Raleway', sans-serif;*/

body {
    font-family: 'Raleway', sans-serif;
    background: #d8d9d1;
    position: relative;
}

.yellow-text {
    color: #f9df74;
}

.m--20 {
    margin: -20px;
}

.bold {
    font-weight: bold;
}


/*============================
preloader
=============================*/

.preloader-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    height: 100%;
}

.preloader {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-size: 196px 130px;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*============================
header section
=============================*/

@media (min-width: 1024px) {
    ul.mini-nav {
        list-style: none;
        position: absolute;
        top: 15px;
        right: 32px;
        z-index: 1;
    }
    ul.mini-nav li {
        display: inline-block;
        margin-right: 10px;
    }
    ul.mini-nav li:last-child {
        margin-right: 0;
    }
    ul.mini-nav li a {
        color: #0d4684;
    }
    /* ul.mini-nav li a span {
        color: red;
    } */
    ul.mini-nav li a.login-btn {
        padding: 5px 10px;
        border-radius: 20px;
        background: #0d4684;
        color: #f9df74 !important;
    }
    .wrapper {
        min-height: 800px;
        position: relative;
    }
    nav.navbar .navbar-brand img.logo {
        width: 150px;
    }
    .nav>li {
        position: relative;
        display: block;
    }
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(255, 255, 255, 1);
        border-bottom: none;
        position: absolute;
        left: 0;
        right: 0;
    }
    nav.navbar.bootsnav ul.nav>li {
        padding: 55px 0px 0 0;
        font-weight: 400;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        padding: 10px 15px;
        font-weight: 400;
    }
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav>ul>li>a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
        color: #212121;
    }
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a.active,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a.active:hover {
        border-bottom: 2px solid #0d4684;
        border-top: 2px solid #0d4684;
        font-weight: 600;
    }
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a:hover {
        /*background: rgba(13, 70, 132, .7) !important;
        color: #fff;
        font-weight: 400;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;*/
        border-bottom: 2px solid #0d4684;
        border-top: 2px solid #0d4684;
        font-weight: 600;
    }
    .navbar-default {
        background-image: none;
        box-shadow: none;
    }
    .tile {
        display: block;
        width: 150px;
        height: 150px;
        transform-style: preserve-3d;
        position: relative;
    }
}

.mini-nav-mbl {
    display: none;
}

.tparrows.tp-rightarrow:before {
    margin-left: 0px;
    margin-bottom: 0px;
}

.custom.tparrows:hover {
    background: none;
}

.custom.tp-leftarrow {
    background: url("../images/home_slider/left-arrow.png") no-repeat;
}

.custom.tp-leftarrow:hover {
    background: url("../images/home_slider/left-arrow.png") no-repeat;
}

.custom.tp-rightarrow {
    background: url("../images/home_slider/right-arrow.png") no-repeat;
}

.custom.tp-rightarrow:hover {
    background: url("../images/home_slider/right-arrow.png") no-repeat;
}

.custom.tp-leftarrow:before {
    content: "" !important;
}

.custom.tp-rightarrow:before {
    content: "" !important;
}

.custom.tparrows:before {
    font-family: fontawesome !important;
}

.caption {
    width: 50%;
}

.caption h1 {
    font-size: 46px;
    color: #a1a09e;
    font-family: 'Playfair Display', serif;
}

.tp-caption.subtitle-big {
    color: #222;
}

.btn-default-1.waves {
    padding: 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #0d4684;
    color: #fff;
}

.tp-bannertimer {
    background: #f9df74;
}


/* home slider */

.home-slider-wrapper {
    position: relative;
    width: 100%;
    height: 800px;
    background: rgba(0, 0, 0, 0.3);
}

.slideshow {
    list-style: none;
    z-index: 1;
    margin-bottom: 0;
}



.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}

.slideshow li h3 {
    position: absolute;
    text-align: center;
    z-index: 2;
    bottom: 150px;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 4.0625em;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-animation: titleAnimation 24s linear 1 0s;
    -moz-animation: titleAnimation 24s linear 1 0s;
    animation: titleAnimation 24s linear 1 0s;
}

@media only screen and (min-width: 768px) {
    .slideshow li h3 {
        bottom: 30px;
        font-size: 8.125em;
    }
}

@media only screen and (min-width: 1024px) {
    .slideshow li h3 {
        font-size: 10.9375em;
    }
}

.slideshow li:nth-child(1) span {
    background-image: url('../images/home_slider/01.JPG');
}

.slideshow li:nth-child(2) span {
    background-image: url('../images/home_slider/02.JPG');
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span {
    background-image: url('../images/home_slider/03.JPG');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    animation-delay: 12s;
}


/* .slideshow li:nth-child(4) span {
    background-image: url(https://www.theworkspace.co.za/wp-content/uploads/2016/11/01-co-working-space-1.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    animation-delay: 18s;
} */

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    12.5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    12.5% {
        opacity: 1;
        -moz-animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    12.5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
    }
    12.5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
    }
    12.5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
    }
    12.5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    37.5% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.no-cssanimations .slideshow li span {
    opacity: 1;
}


/* hover flip panel */

.panel .pad {
    padding: 0 15px;
}

.panel.flip .action {
    display: none;
}

.panel {
    width: 100%;
    height: 235px;
    /* margin: 20px; */
    margin-top: 100%;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    background: transparent;
}

.panel .front {
    z-index: 900;
    width: inherit;
    height: inherit;
    background: #FAFAFA;
    /* -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9); */
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel.flip .front {
    z-index: 900;
    background: #333;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.panel .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    width: inherit;
    height: inherit;
    background: #333;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel.flip .back {
    z-index: 1000;
    background: #80868d;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.hover.panel .front .pad i.material-icons {
    text-align: center;
    display: block;
    font-size: 60px;
    font-weight: 300;
    padding: 25px 0;
    color: #f9df74;
}

.hover.panel .front .pad h4 {
    margin: 0;
}

.hover.panel .front .pad a.card-btn {
    text-align: center;
    display: block;
    padding: 7px 0px;
    background: #51bbb4;
    color: #fff;
    border-radius: 35px;
    font-weight: 600;
}

.hover.panel .front .pad a.card-btn i {
    float: right;
    position: relative;
    top: 5px;
    right: 20px;
    font-weight: 600;
}

.hover.panel .back {
    background: #51bbb4;
}

.hover.panel .back .pad h4 {
    margin: 30px 0 0 0;
    color: #fff;
}

.hover.panel .back .pad p {
    color: #fff;
}

.hover.panel .back .pad a.card-btn {
    text-align: center;
    display: block;
    padding: 7px 0px;
    background: #fff;
    color: #51bbb4;
    border-radius: 35px;
    font-weight: 600;
}

.hover.panel .back .pad a.card-btn i {
    float: right;
    position: relative;
    top: 5px;
    right: 20px;
    font-weight: 600;
}

.slider-card h2 {
    margin-top: 25%;
    z-index: 11;
    color: #fff;
}

.slider-card h4 {
    color: #fff;
}

.ch-item {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 0 auto;
}

.ch-info-wrap,
.ch-info {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}

.ch-info-wrap {
    top: 20px;
    left: 20px;
    /* background: #f9f9f9 url('../images/home_page/work.png'); */
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8);
}

.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    opacity: 0;
    background: #223e87;
    pointer-events: none;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 {
    background-image: url('../images/home_page/work.png');
}

.ch-img-2 {
    background-image: url('../images/home_page/chat.png');
}

.ch-img-3 {
    background-image: url('../images/home_page/office.png');
}

.ch-img-4 {
    background-image: url('../images/home_page/deal.png');
}

.ch-info h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 30px 15px;
    line-height: 1.5;
    padding: 30px 0 0 0;
    height: 80px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
    color: #fff;
    padding: 5px 5px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
    display: block;
    color: #e7615e;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff;
}

.ch-item:hover .ch-info-front {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.gallery-title {
    padding-top: 80px;
}


/*============================
Work process section
=============================*/

.work-process {
    padding: 50px 0;
}

.work-process .contain-wrap {
    padding: 155px 30px 20px;
    background: #c8c9c3;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /*-webkit-transform: translateY(-110px);*/
    /*-moz-transform: translateY(-110px);*/
    /*-ms-transform: translateY(-110px);*/
    /*-o-transform: translateY(-110px);*/
    /*transform: translateY(-110px);*/
}

.work-process .contain-wrap img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.work-process .contain-wrap img.hover {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.work-process .contain-wrap.item-1:hover {
    background: #0d4684;
}

.work-process .contain-wrap.item-2:hover {
    background: #0d4684;
}

.work-process .contain-wrap.item-3:hover {
    background: #0d4684;
}

.work-process .contain-wrap.item-4:hover {
    background: #0d4684;
}

.work-process .contain-wrap p {
    margin-top: 50px;
}

.work-process .contain-wrap.item-1:hover h3,
.work-process .contain-wrap.item-1:hover p,
.work-process .contain-wrap.item-2:hover h3,
.work-process .contain-wrap.item-2:hover p,
.work-process .contain-wrap.item-3:hover h3,
.work-process .contain-wrap.item-3:hover p,
.work-process .contain-wrap.item-4:hover h3,
.work-process .contain-wrap.item-4:hover p {
    color: #fff;
}

.work-process .contain-wrap.item-1:hover img.hover,
.work-process .contain-wrap.item-2:hover img.hover,
.work-process .contain-wrap.item-3:hover img.hover,
.work-process .contain-wrap.item-4:hover img.hover {
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


/*============================
Gallery section
=============================*/

.gallery-title .container {
    position: relative;
    z-index: 1;
}

.gallery-title .container:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 3px;
    top: 40%;
    background: #0d4684;
    z-index: -1;
}

.gallery-title h2 {
    padding: 5px 20px;
    background: #f9df74;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.gallery {
    padding: 50px 0;
}

.btn26 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    background: #f9df74;
}

.btn26 img {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    padding: 5px;
}

.btn26 .ovrly {
    position: absolute;
    background: rgba(249, 223, 116, .5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn26 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn26 .buttons .fa {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.btn26 .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.btn26:hover img {
    background: #f9df74;
}

.btn26:hover .buttons .fa {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn26:hover .ovrly {
    opacity: 1;
}


/*============================
Footer section
=============================*/

.footer-top {
    background: #1f1f1f;
    color: #fff;
}

.footer-top .address-details {
    padding: 0;
    margin-top: 50px;
}

.footer-top .address-details li span {
    float: none;
    color: #e1e1e1;
}

.footer-top .address-details li span a {
    color: #e1e1e1;
    text-decoration: none;
}

.footer-top .address-details li .title {
    width: 40px;
}

.footer-top .address-details .title i {
    display: block;
    border: 1px solid #383838;
    color: #383838;
    width: 30px;
    height: 30px;
    padding: 7px 0 0 10px;
}

.footer-top .address-details .title i.fa-envelope {
    padding: 7px 0 0 8px;
}

.footer-top .form-control:focus {
    /* border-color: #66afe9; */
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 222, 115, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 222, 115, .6);
}

.box-item {
    padding: 70px 0;
    border-right: 1px solid #383838;
}

.right-col .box-item {
    border: none;
    padding-left: 80px;
}

.box-item img.logo {
    margin-bottom: 50px;
}

.underline {
    width: 8%;
    height: 3px;
    background: #f8de73;
}

.box-item h4 i {
    color: #f8de73;
    font-weight: 300;
    margin: 50px 0;
    border-bottom: 1px solid #222222;
}

.box-item h4 {
    margin: 40px 0;
}

.box-item span.timing {
    display: block;
    color: #fff;
}

.footer-top span.footer-title {
    font-size: 22px;
}

.right-col .underline {
    margin-top: 20px;
}

.footer-top .form-control {
    background: #222;
    border: 1px solid #363636;
    padding: 25px 12px;
    border-radius: 0;
    color: #979797;
}


.footer-top .submit-btn {
    background: transparent;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border-color: #f8de73;
    float: right;
    margin-top: 10px;
}

.contact-text {
    color: #696969;
    margin: 25px 0;
    display: block;
}

.footer-bottom {
    background: #181818;
    border-top: 1px solid #383838;
    padding: 25px 0 12px 0;
    color: #979797;
}

.footer-bottom ul.social-icon {
    float: right;
}

.footer-bottom ul.social-icon li {
    display: inline-block;
    padding: 0;
    margin-right: 20px;
}

.footer-bottom ul.social-icon li:last-child {
    margin-right: 0;
}

.footer-bottom a {
    text-decoration: none;
}

.em-white {
    color: #fff
}

.footer-bottom a:hover {
    color: #f9df74;
}


/*============================
about us page
=============================*/

.about-us-wrapper {
    background: #fff;
    padding: 48px 0 0 0;
}

.about-bg {
    background: url("../images/about_us/bg-x.jpg") no-repeat;
    padding: 185px 0;
    background-size: cover;
}

.about-us-wrapper .about-us h1 {
    color: #0d4684;
    font-size: 30px;
    line-height: 28px;
}

.about-us-wrapper .about-us p {
    color: #404041;
}

.about-us-wrapper .about-us p span.large-letter {
    font-size: 28px;
}

.about-us-wrapper .about-us .mission-img {
    margin: 0 auto;
}

.behind-shuru-title .container {
    position: relative;
    z-index: 1;
}

.behind-shuru-title .container:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 3px;
    top: 40%;
    background: #0d4684;
    z-index: -1;
}

.behind-shuru-title h2 {
    padding: 5px 20px;
    background: #0d4684;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.behind-shuru {
    padding: 50px 0;
    background: #fff;
}

.behind-shuru .contain-wrap {
    padding: 155px 30px 20px;
    background: #c8c9c3;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /*-webkit-transform: translateY(-110px);*/
    /*-moz-transform: translateY(-110px);*/
    /*-ms-transform: translateY(-110px);*/
    /*-o-transform: translateY(-110px);*/
    /*transform: translateY(-110px);*/
}

.behind-shuru .contain-wrap img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.behind-shuru .contain-wrap img.hover {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.behind-shuru .contain-wrap.item-1:hover {
    background: #0d4684;
}

.behind-shuru .contain-wrap.item-2:hover {
    background: #0d4684;
}

.behind-shuru .contain-wrap.item-3:hover {
    background: #0d4684;
}

.behind-shuru .contain-wrap.item-4:hover {
    background: #0d4684;
}

.behind-shuru .contain-wrap p.details {
    margin-top: 50px;
}

.behind-shuru .contain-wrap.item-1:hover h3,
.behind-shuru .contain-wrap.item-1:hover p,
.behind-shuru .contain-wrap.item-2:hover h3,
.behind-shuru .contain-wrap.item-2:hover p,
.behind-shuru .contain-wrap.item-3:hover h3,
.behind-shuru .contain-wrap.item-3:hover p,
.behind-shuru .contain-wrap.item-4:hover h3,
.behind-shuru .contain-wrap.item-4:hover p {
    color: #fff;
}


/*============================
Contact Page
=============================*/

.contact-page-wrapper {
    padding: 90px 0 56px 0;
    background: #fff;
}

.contact-bg {
    background: url("../images/contact/contact-bg.jpg") no-repeat;
    padding: 195px 0;
    background-size: cover;
}

.no-padding {
    padding: 0;
}

.contact-us {
    margin-top: 30px;
}

.contact-us .contact-form-wrap {
    padding: 0px;
}

@media(max-width: 414px) {
    .contact-us .contact-form-wrap {
        padding: 5px;
    }
}

.contact-us .contact-form-wrap i {
    font-size: 30px;
    font-weight: 300;
    color: #0d4684;
}

.contact-us .contact-form-wrap h3 {
    color: #0d4684;
    font-family: 'Raleway', sans-serif;
}

.contact-us .contact-form-wrap hr {
    width: 10%;
    border-top: 1px solid #6f6f6f;
    margin: 0 auto;
}

.contact-form {
    margin-top: 50px;
    position: relative;
    padding: 40px 15px 40px 30px;
    border: 1px solid #d9d9d9;
}

.contact-form:after {
    content: "";
    clear: both;
    display: table;
}


/* form starting stylings ------------------------------- */

.group {
    position: relative;
    margin-bottom: 45px;
    /* float: left; */
}

input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 90%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

input:focus {
    outline: none;
}

textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 95%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

textarea:focus {
    outline: none;
}


/* LABEL ======================================= */

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

input:focus~label,
input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #81b216;
}

textarea:focus~label,
textarea:valid~label {
    top: -20px;
    font-size: 14px;
    color: #81b216;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 90%;
}

.bar.textarea {
    position: relative;
    display: block;
    width: 95%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #81b216;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}

textarea:focus~.bar:before,
textarea:focus~.bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

textarea:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.send-button {
    display: block;
    margin-top: 50%;
}

.send-button.career {
    margin-top: 0;
}

.send-button i {
    font-size: 14px !important;
    margin-left: 5px;
}

.button {
    font: inherit;
    font-size: 1em;
    width: 200px;
    padding: 10px;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    color: #6f6f6f;
    border: 1px solid #d9d9d9;
    text-align: center;
    transition: all .25s ease;
}

.button:hover,
.form .button:focus,
.form .button:active {
    width: 200px;
    transition: all .25s ease;
    background-color: #81b216;
    color: #fff;
    font-weight: bold;
}

.button:hover i,
.form .button:focus i,
.form .button:active i {
    color: #fff;
}

.button:active {
    position: relative;
    top: 1px;
    left: 1px;
    transition: all .25s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #81b216;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #81b216;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #81b216;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.address {
    border: 1px solid #d9d9d9;
    min-height: 250px;
    margin-top: 50px;
    padding: 50px 0 0 0;
    min-height: 350px;
}

.address .img {
    float: left;
    /*background-image: url('../images/handshake2.png');*/
    width: 200px;
    height: 230px;
    background-size: cover;
    margin-right: 10px;
}

.address h3 {
    color: #81b216;
    font-family: 'Raleway', sans-serif;
}

.address span {
    font-weight: 400;
}

#map {
    height: 350px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    border: 1px solid #d9d9d9;
}

@media (max-width: 414px) {
    .button {
        width: 130px;
        margin-right: 15px;
    }
    .button:hover,
    .form .button:focus,
    .form .button:active {
        width: 180px;
    }
}

.address-details {
    list-style: none;
    text-decoration: none;
    padding: 25px 10% 50px 36%;
}

.address-details li {
    display: block;
}

.address-details li .title {
    display: inline-block;
    width: 98px;
    font-weight: 600;
}

.address-details li span {
    display: inline-block;
    width: 80%;
    float: right;
}

ul.social-icon {
    padding: 0;
    list-style: none;
}

ul.social-icon li {
    display: inline-block;
    padding: 5% 0 0 0;
    margin-right: 50px;
}

ul.social-icon li a i {
    color: #6f6f6f !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

ul.social-icon li a:hover i.fa-facebook-f {
    color: #3b5999 !important;
}

ul.social-icon li a:hover i.fa-instagram {
    color: #e4405f !important;
}

ul.social-icon li a:hover i.fa-twitter {
    color: #55acee !important;
}

ul.social-icon li a:hover i.fa-linkedin {
    color: #0077B5 !important;
}


/*============================
membership page
=============================*/

.membership-wrapper {
    background: #fff;
}

.membership-bg {
    background: url("../images/membership/membership-bg.png") no-repeat;
    padding: 205px;
    background-size: cover;
}

.membership-details {
    padding: 15px 0;
}

.wrap {
    padding: 20px;
    text-align: center;
}

.wrap a {
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    display: block;
    margin: 20px auto;
    max-width: 180px;
    text-decoration: none;
    border-radius: 4px;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    background: #0d4684;
    margin-bottom: 55px;
}

.wrap a.button {
    color: #fff;
    box-shadow: rgba(249, 223, 116, 0.4) 0 0px 0px 0px inset;
}

.wrap a.button:hover {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(249, 223, 116, .8) 0 0px 0px 40px inset;
}

.wrap a.button2 {
    color: rgba(30, 22, 54, 0.6);
    box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset;
}

.wrap a.button2:hover {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(30, 22, 54, 0.7) 0 80px 0px 2px inset;
}


/*============================
Services page
=============================*/

.divx {
    border: 3px solid #f9df74;
    width: 15em;
    height: 15em;
    -webkit-border-radius: 8em;
    -moz-border-radius: 5em;
    background: #0d4684;
    margin: auto;
    transition: all .3s;
}

.divx:hover {
    cursor: pointer;
    background: #f9df74;
    border: 3px solid #0d4684;
    transition: all .3s;
}

.divx h4 {
    text-align: center;
    margin-top: 3.8em;
    color: #f9df74;
    font-weight: bold;
    transition: all .3s;
}

.divx:hover h4 {
    color: #0d4684;
    transition: all .3s;
}

.services-wrapper {
    background: #fff;
}

.services-bg {
    background: url("../images/services/services-bg.jpg") no-repeat;
    padding: 170px;
    background-size: cover;
}

.services-bg h1 {
    -webkit-transform: translateY(125px);
    -moz-transform: translateY(125px);
    -ms-transform: translateY(125px);
    -o-transform: translateY(125px);
    transform: translateY(125px);
}

.services-content-wrapper {
    padding: 100px 0;
    background: #fff;
}

.services-content-wrapper .service-item {
    position: relative;
    padding: 125px 12px 20px;
    cursor: pointer;
}

.services-content-wrapper .service-item img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.services-content-wrapper .service-item img.hover {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.services-content-wrapper .service-item:hover img.hover {
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.services-content-wrapper .service-item p {
    font-size: 12px;
    line-height: 14px;
    margin-top: -8px;
}

.pricing-wrapper {
    padding: 50px;
    background: #eaeaea;
}

.pricing-title{
    margin-bottom: 50px;
}

.pricing-title .container {
    position: relative;
    z-index: 1;
}

.pricing-title .container:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 3px;
    top: 40%;
    background: #0d4684;
    z-index: -1;
}

.pricing-title h2 {
    padding: 5px 20px;
    background: #fff;
    color: #59595a;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
}

.pricing {
    padding: 0;
}

.pricing .details-text {
    font-size: 23px;
    padding-bottom: 20px;
}

.pricing .contain-wrap {
    padding: 155px 30px 20px;
    background: #404041;
    color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    min-height: 405px;
    /*-webkit-transform: translateY(-110px);*/
    /*-moz-transform: translateY(-110px);*/
    /*-ms-transform: translateY(-110px);*/
    /*-o-transform: translateY(-110px);*/
    /*transform: translateY(-110px);*/
}

.pricing .contain-wrap img {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.pricing .contain-wrap img.hover {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pricing .contain-wrap:hover img.hover {
    opacity: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pricing .contain-wrap p.title {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.pricing .contain-wrap.item-1:hover {
    background: #0d4684;
}

.pricing .contain-wrap.item-2:hover {
    background: #0d4684;
}

.pricing .contain-wrap.item-3:hover {
    background: #0d4684;
}

.pricing .contain-wrap.item-4:hover {
    background: #0d4684;
}

.pricing .contain-wrap p.details {
    margin-top: 00px;
}

.pricing .contain-wrap.item-1:hover h3,
.pricing .contain-wrap.item-1:hover p,
.pricing .contain-wrap.item-2:hover h3,
.pricing .contain-wrap.item-2:hover p,
.pricing .contain-wrap.item-3:hover h3,
.pricing .contain-wrap.item-3:hover p,
.pricing .contain-wrap.item-4:hover h3,
.pricing .contain-wrap.item-4:hover p {
    color: #fff;
}


/* Pricing button css */

.pricing-wrapper .draw-border {
    box-shadow: inset 0 0 0 4px #0d4684;
    color: #0d4684;
    font-size: 16px !important;
    -webkit-transition: color 0.25s 0.08333s;
    transition: color 0.25s 0.08333s;
    position: relative;
    width: 100%;
    margin: 15px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pricing-wrapper .draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}
.pricing-wrapper .draw-border::before {
    border-bottom-width: 4px;
    border-left-width: 4px;
}
.pricing-wrapper .draw-border::after {
    border-top-width: 4px;
    border-right-width: 4px;
}
.pricing-wrapper .draw-border:hover {
    color: #0d4684;
    letter-spacing: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pricing-wrapper .draw-border:hover::before, .draw-border:hover::after {
    border-color: #f9df74;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}
.pricing-wrapper .draw-border:hover::before {
    -webkit-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
}
.pricing-wrapper .draw-border:hover::after {
    -webkit-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
}

.pricing-wrapper .btn {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    font: 700 1.2rem 'Roboto Slab', sans-serif;
    padding: 1em 2em;
    letter-spacing: 0.05rem;
}
.pricing-wrapper .btn:focus {
    outline: 2px dotted #0d4684;
}



/* Tooltip */

.tooltip.in {
    opacity: 1!important;
}

.custom-tooltip+.tooltip>.tooltip-inner {
    background-color: #f9df74;
    color: #0d4684;
    border: 1px solid #0d4684;
    padding: 15px;
    font-size: 15px;
}


/* Tooltip on top */

.custom-tooltip+.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #0d4684;
}


/* new pricing table */

#plans,
#plans ul,
#plans ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pricePlans:after {
    content: '';
    display: table;
    clear: both;
}

#pricePlans {
    zoom: 1;
}

#pricePlans {
    /* max-width: 69em; */
    margin: 0 auto;
}

#pricePlans #plans .plan {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.planContainer .title h2 {
    font-size: 22px;
    font-weight: 800;
    color: #3e4f6a;
    margin: 0;
    padding: .6em 0;
}

ul.planContainer .title p {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 8px 0;
}

.planContainer .title h2.bestPlanTitle {
    background: #3e4f6a;
    background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761);
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.planContainer .price p {
    background: #3e4f6a;
    /* background: -webkit-linear-gradient(top, #475975, #364761);
    background: -moz-linear-gradient(top, #475975, #364761);
    background: -o-linear-gradient(top, #475975, #364761);
    background: -ms-linear-gradient(top, #475975, #364761);
    background: linear-gradient(top, #475975, #364761); */
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 0;
}

.planContainer .price p.bestPlanPrice {
    background: #f9df74;
    color: #3e4f6a;
}

.planContainer .price p span {
    color: #8394ae;
}

.planContainer .options {
    margin-top: 10em;
}

.planContainer .options li {
    font-weight: 700;
    color: #364762;
    line-height: 3.0;
    font-size: 12px;
}

.planContainer .options li span {
    font-weight: 400;
    color: #222;
}

.planContainer .price-button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #3e4f6a;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.8em;
    border: 2px solid #3e4f6a;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    border-radius: 4px;
    margin: 1.5em 0 1.8em;
}

.planContainer .price-button a.bestPlanButton {
    color: #fff;
    background: #f9df74;
    border: 2px solid #f9df74;
}

.mar1 {
    height: 116px;
}

.mar2 {
    height: 78px;
}

.mar3 {
    height: 5px;
}

.mar4 {
    height: 40px;
}

.tar1 {
    transform: translateY(-50px);
}

.tar2 {
    transform: translateY(-50px);
}

/*nav.navbar.bootsnav.martop{*/
/*    transform: translateY(34px) !important;*/
/*    -webkit-transform: translateY(34px)  !important;*/
/*    -moz-transform: translateY(34px)  !important;*/
/*    -ms-transform: translateY(34px)  !important;*/
/*    -o-transform: translateY(34px)  !important;*/
/*    -webkit-transition: all .5s;*/
/*    -moz-transition: all .5s;*/
/*    -ms-transition: all .5s;*/
/*    -o-transition: all .5s;*/
/*    transition: all .5s;*/
/*}*/

nav.navbar.bootsnav.martop{
        margin-top: 0px;
    }

#credits {
    text-align: center;
    font-size: .8em;
    font-style: italic;
    color: #777;
}

#credits a {
    color: #333;
}

#credits a:hover {
    text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    #pricePlans #plans .plan {
        width: 49%;
        margin: 0 2% 20px 0;
    }
    #pricePlans #plans>li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    #pricePlans #plans .plan {
        width: 49%;
        margin: 0 2% 20px 0;
    }
    #pricePlans #plans>li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    #pricePlans {
        margin: 0 auto;
    }
    #pricePlans #plans .plan {
        /* width: 24%; */
        /*margin: 20px 1.33% 20px 0;*/
        margin: 0;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    #pricePlans #plans>li:last-child {
        margin-right: 0;
    }
    #pricePlans #plans .plan:hover {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
    .planContainer .price-button a {
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    .planContainer .price-button a:hover {
        background: #3e4f6a;
        color: #fff;
    }
    .planContainer .price-button a.bestPlanButton:hover {
        background: #ff9c70;
        border: 2px solid #ff9c70;
    }
}

.customNavigation {
    margin-top: 5px;
    margin-right: 11px;
    text-align: right;
}

.customNavigation .btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: -1.9px;
    padding: 0.8em 1.1em;
    border: 0;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 20px;
    cursor: crosshair;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition-property: all .1s ease-in 0s;
    -webkit-font-smoothing: antialiased;
    background: #0d4684;
    border-radius: 0;
}

.customNavigation .btn:hover {
    background: #f9df74;
}

.customNavigation .btn:hover i {
    color: #0d4684;
}

span.pull-right {
    margin-right: 22px;
    color: #fff !important;
    text-shadow: none;
    cursor: pointer;
}


/*============================
Gallery page
=============================*/

.gallery-wrapper {
    background: #fff;
}

.gallery-bg {
    background: url("../images/gallery/layer-12.jpg") no-repeat;
    padding: 170px 0 115px;
    background-size: cover;
}

.gallery-bg h1 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery-wrapper {
    padding-top: 68px;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background: #42B32F;
}

.filter-button.active {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    background: #42B32F;
}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}


/* back to top */


/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(249, 223, 116, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #f9df74;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

.bold {
    font-weight: bold;
}


/**/

.btn-privacy,
.btn-terms,
.btn-refund {
    text-align: left;
    padding: 0px 10px 0px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #f5f5f5;
}

.btn-privacy,
.btn-terms {
    border-right: 2px solid #979797;
}

.btn-privacy {
    padding-left: 0px;
}

.box-item .btn-group a {
    color: #979797;
}
.box-item .btn-group a:hover{
    color: #fff;
}



/* Pricing modals */

.modal-body {
     padding: 0px;
}

