@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #444;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
}

a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

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

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 2;
    margin-bottom: 0;
    font-weight: 500;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.status,
.status-mes {
    background-image: url(../img/status.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.status-mes h4 {
    color: #333;
    margin-top: 30px;
}

.no-padding {
    padding: 0
}

/*END PRELOADER DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
    background: #008ad1 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 3px 12px;
    position: fixed;
    right: 5px;
    line-height: 31px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}

.topcontrol:hover {
    background: #222;
    color: #fff;
}

/*END SCROLL TO TOP*/
.section-padding {
    padding: 50px 0 50px 0;
}

/*START SECTION TITLE DESIGN*/
.section-title {
    margin-bottom: 30px;
    margin-left: 0;
}

.section-title h2 {
    color: #005477;
    text-align: center;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
}

@media only screen and (max-width:768px) {
    .section-title h2 {
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .section-title h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:360px) {
    .section-title h2 {
        font-size: 24px
    }
}

.section-title span {
    background: #008ad1 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 70px;
    position: relative;
}

.section-title-white {
    color: #fff !important;
    position: relative;
}

.section-title p {
    margin: auto;
    width: 70%;
}

@media only screen and (max-width:768px) {
    .section-title p {
        padding: 0 20px;
        width: 100%;
    }
}

/*END SECTION TITLE DESIGN*/
/*START BTN STYLE*/
.btn-light-bg {
    background: #ff9000 none repeat scroll 0 0;
    border: 2px solid #ff9000;
    border-radius: 3px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.btn-light-bg:hover,
.btn-light-bg:focus {
    background: #03aad7;
    color: #fff;
    border: 2px solid #03aad7;
}

/*END BTN STYLE*/
/*SECTION OVERLAY*/
.overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0
}

/*END SECTION OVERLAY*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 45px 0 21px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff !important;
    background-color: #ff9000;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #ff9000 !important;
    background-color: transparent;
}

.navbar-brand {
    padding: 0px
}

.navbar-brand img {
    margin-left: 10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff
}

.menu-top {
    background: #fff
}

.menu-top li a {
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-top li a:hover {
    color: #fff !important;
    background: #ff9000
}

.sd-header-top {
    line-height: 30px
}

.sd-header-top {
    border-bottom: 1px solid #fff;
    line-height: 35px;
    width: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    background: #003c46;
}

.sd-header-left-options {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.sd-header-left-options li {
    color: #fff;
    float: left;
    font-size: 15px;
    height: 35px;
}

.sd-header-left-options li {
    border-left: 1px solid #fff;
    padding: 0 15px;
}

.sd-header-left-options li i {
    margin-right: 5px;
}

.sd-header-left-options li:last-child span {
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-top: 14px;
    padding: 0 5px;
}

.sd-news-span {
    background-color: #fff;
    color: #30b9ec;
}

.sd-news-content-span {
    background-color: #30b9ec;
}

.sd-header-social {
    border-left: 1px solid #e9e9e9;
    float: right;
}

.sd-header-social a {
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    float: left;
    padding: 0;
    text-align: center;
    width: 42px;
}

.sd-social-icons-widget a {
    color: #868685;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    width: 42px;
}

.sd-header-social a:hover,
.sd-social-icons-widget a:hover {
    color: #fff;
}

.sd-header-facebook:hover {
    background-color: #3b5998;
}

.sd-header-twitter:hover {
    background-color: #00aced;
}

.sd-header-linkedin:hover {
    background-color: #007bb6;
}

.sd-header-google-plus:hover {
    background-color: #dd4b39;
}

.sd-header-youtube-play:hover {
    background-color: #bb0000;
}

.sd-header-vimeo-square:hover {
    background-color: #aad450;
}

.sd-header-pinterest:hover {
    background-color: #cb2027;
}

.sd-header-instagram:hover {
    background-color: #517fa4;
}

.sd-header-flickr:hover {
    background-color: #ff0084;
}

.sd-header-rss:hover {
    background-color: #ff8a00;
}

@media only screen and (max-width:768px) {
    .navbar-default .navbar-nav>li>a {
        margin-top: 10px;
        padding: 8px;
    }
}

@media only screen and (max-width:480px) {
    .menu-top {
        background-color: #fff
    }

    .navbar-default .navbar-nav>li>a {
        color: #313131 !important
    }
}

.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}

@media only screen and (max-width:480px) {
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}

.navbar-default.menu-shrink li a {
    color: #fff !important
}

.navbar-default.menu-shrink li a:hover {
    color: #fff !important
}

.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff9000
}

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 560px;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto
}

.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../img/slide1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../img/slide2.jpg) scroll 0 0;
    background-size: cover;
}

.slide-3 {
    background: url(../img/slide3.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.single-slide-item h2 {
    color: #f8f8f8;
    font-size: 40px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-slide-item h2 span {
    font-weight: 400
}

.single-slide-item p {
    color: #fff;
    margin: auto auto 30px;
    width: 60%;
    font-size: 19px;
}

@media only screen and (max-width:768px) {
    .single-slide-item p {
        width: 100%
    }
}

.carousel-indicators-slider {
    bottom: 30px !important
}

.btn-home-bg {
    background: #008ad1 none repeat scroll 0 0;
    border: 2px solid #016fa9;
    border-radius: 0;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.btn-home-bg:hover,
.btn-home-bg:focus {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}

/*START TEXT SLIDER*/
.text_slider {
    position: relative;
    height: 700px;
}

.text_slider:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

/*START TEXT SLIDER*/

/*START HTML5 VIDEO*/
.html-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-caption {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.slider-caption p {
    width: 60% !important;
}

video {
    min-width: 100%
}

/*END HTML5 VIDEO*/
/*START YOUTUBE HOME DESIGN*/
.youtube_bg {
    position: relative;
    height: 700px;
}

.youtube_bg:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_text h2 {
    color: #f8f8f8;
    font-size: 40px;
    padding-top: 250px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home_text p {
    color: #fff;
    margin: auto auto 30px;
    width: 70%;
}

@media only screen and (max-width:768px) {
    .home_text p {
        width: 100%
    }
}

/*END YOUTUBE HOME DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.about_single {
    padding: 20px 30px;
    text-align: center;
    transition: all 0.2s ease 0s;
    margin: 0px 0 30px 0;
    border-radius: 6px;
    height: 354px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 14%);
    overflow: hidden;
}

.about_single img {
    width: 100px;
    margin: 20px 0 20px 0;
}

.about_single p{
    font-size: 13px;
    color: #424242;
}

@media only screen and (max-width:768px) {
    .about_single {
        margin-bottom: 20px
    }
}

.about_single i {
    border: 1px solid #008ad1;
    border-radius: 100px;
    box-shadow: 0 0 0 7px transparent;
    color: #008ad1;
    font-size: 26px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 80px;
}

.about_single:hover i {
    color: #fff;
    box-shadow: 0 0 0 0px #008ad1;
    background: #008ad1;
    border: 1px solid #036ca2;
}

.about_single span {
    background: #008ad1 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 54px;
    margin-bottom: 15px;
}

.about_single h4 {
    font-weight: 600;
    margin-top: 10px;
    color: #2b2d2e;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.about_single:hover h4 {
    color: #008ad1;
    font-size: 16px;
}

@media only screen and (max-width:480px) {
    .about_single {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:768px) {
    .about_single h4 {
        font-size: 15px
    }
}

/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.START PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.buy_now {
    background: #008ad1 none repeat scroll 0 0;
    padding: 40px 0;
}

.buy_now_title {
    color: #fff;
    font-family: montserrat, sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 1.3em;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (max-width:768px) {
    .buy_now_title {
        font-size: 22px
    }
}

@media only screen and (max-width:360px) {
    .buy_now_title {
        font-size: 15px
    }
}

.btn-promotion-bg {
    background: #003c46 none repeat scroll 0 0;
    border: 1px solid #222;
    border-radius: 2px;
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.06);
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin-top: 10px;
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width:480px) {
    .btn-promotion-bg {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (max-width:414px) {
    .btn-promotion-bg {
        margin-left: 10px;
        margin-top: 10px;
    }
}

.btn-promotion-bg:hover,
.btn-promotion-bg:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 06.START PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.grid figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
}

.grid figure figcaption {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.grid figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h4,
.grid figure p {
    margin: 0
}

.grid figure p {
    font-size: 16px;
    letter-spacing: 1px;
}

.grid figure p a {
    color: #fff
}

figure.effect-sadie figcaption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 174, 22, 0) 0%, rgba(48, 48, 48, 0.8) 75%);
    background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.9) 75%);
    background: linear-gradient(to bottom, rgba(48, 48, 480, 0) 0%, rgba(48, 48, 48, 0.9) 75%);
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h4 {
    background: #fff none repeat scroll 0 0;
    color: #222;
    font-size: 18px;
    left: 20%;
    letter-spacing: 1px;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    -webkit-transition: -webkit-transform 0.35s ease 0s, color 0.35s ease 0s;
    transition: transform 0.35s ease 0s, color 0.35s ease 0s;
    width: 60%;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media only screen and (max-width:768px) {
    figure.effect-sadie h4 {
        font-size: 12px
    }
}

@media only screen and (max-width:480px) {
    figure.effect-sadie h4 {
        font-size: 18px
    }
}

@media only screen and (max-width:320px) {
    figure.effect-sadie h4 {
        font-size: 14px
    }
}

figure.effect-sadie figcaption:before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption:before,
figure.effect-sadie:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*project modal*/
.modal-title {
    color: #333;
    margin: 0;
    text-transform: uppercase;
}

.modal-content {
    padding: 10px 30px;
    border-radius: 0px;
}

.modal-body {
    margin-bottom: 15px
}

.modal-body p {
    margin: 15px 0 0
}

.project-list {
    margin-top: 30px
}

.project-list label {
    color: #333;
    margin-bottom: 0;
    margin-right: 20px;
    width: 100px;
}

.project-list li {
    padding: 7px 0;
    font-size: 14px;
}

.project-list li a {
    color: #333;
    margin-bottom: 0;
    margin-right: 7px;
    width: 125px;
}

.project-list li a:hover {
    color: #ff9000
}

/*End project modal*/
.portfolio_btn {
    padding-top: 60px
}

.btn-pricing-bg {
    background: #ff9000 none repeat scroll 0 0;
    border: 2px solid #ff9000;
    border-radius: 3px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.btn-pricing-bg:hover,
.btn-pricing-bg:focus {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}

/*
 * ----------------------------------------------------------------------------------------
 * 06.END PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 07.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */
.client-testimonial {
    position: relative
}

.client-testimonial:before {
    background: rgba(0, 0, 0, 0) linear-gradient(135deg, rgba(0, 84, 119, 1) 0%, rgba(0, 84, 119, 1) 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.single_testimonial {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 40px;
}

@media only screen and (max-width:360px) {
    .single_testimonial {
        padding: 20px
    }
}

.single_testimonial img {
    border: 4px solid #ff9000;
    border-radius: 50px;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100px;
}

.single_testimonial h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 10px;
    text-transform: uppercase;
}

.single_testimonial p {
    color: #333;
}

.single_testimonial i {
    color: #ffc107
}

/*
 * ----------------------------------------------------------------------------------------
 * 07.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 08.START TEAM DESIGN
 * ----------------------------------------------------------------------------------------
 */
.single_team {
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .single_team {
        margin-bottom: 30px;
    }
}

.single_team li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.single_team figure {
    margin: 0;
    position: relative;
}

.single_team figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.single_team figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 191, 243, 0.8);
    color: #ed4e6e;
}

.single_team figcaption h4 {
    color: #fff;
    margin-bottom: 5px;
    text-align: right;
    text-transform: uppercase;
}

.single_team figcaption p {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
}

.portfolio_project li {
    -webkit-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

.portfolio_project figure {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.portfolio_project figure>div {
    overflow: hidden
}

.portfolio_project figure img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .portfolio_project figure:hover img,
.portfolio_project figure.cs-hover img {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
}

.portfolio_project figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .portfolio_project figure:hover figcaption,
.portfolio_project figure.cs-hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.team_social {}

.team_social ul {
    list-style: outside none none
}

.team_social ul li {
    float: left
}

.team_social ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #333;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin: 4px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 45px;
}

@media only screen and (max-width:768px) {
    .team_social ul li a {
        font-size: 12px
    }
}

@media only screen and (max-width:360px) {
    .team_social ul li a {
        font-size: 14px
    }
}

.team_social ul li a:hover {
    color: #ff9000
}

/*
 * ----------------------------------------------------------------------------------------
 * 08.END TEAM DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
* ----------------------------------------------------------------------------------------
* 09.START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner {
    text-align: center
}

.partner img {
    border: 1px solid #eee;
    padding: 30px;
}

.partner img:hover {
    border: 1px solid #ff9000
}

@media only screen and (max-width:480px) {
    .partner img {
        padding: 0px
    }
}

/*
* ----------------------------------------------------------------------------------------
* 09.END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START CONTACT FORM AND MAP
* ----------------------------------------------------------------------------------------
*/
.contact_area {
    padding-top: 60px
}

#map {
    height: 500px
}

.contact {
    background: #6394a0;
    position: absolute;
    top: 14%;
    right: 9%;
    padding: 27px 30px 30px 30px;
    box-shadow: 1px 1px 9px #193341;
}

@media only screen and (max-width:768px) {
    .contact {
        padding: 60px 60px 60px 50px
    }
}

.contact input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    height: 38px;
    padding: 10px;
    font-weight: 300;
    border-radius: 0;
}

@media only screen and (max-width:768px) {
    .contact input {
        width: 100%
    }
}

.contact textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: none;
    height: 113px !important;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding: 10px;
    background: #fff;
    border-radius: 0;
}

@media only screen and (max-width:768px) {
    .contact textarea {
        width: 100%
    }
}

.contact input:hover,
.contact input:focus {
    border: 1px solid #ff9000;
    box-shadow: none;
    outline: 0 none;
}

.contact textarea:hover,
.contact textarea:focus {
    border: 1px solid #ff9000;
    box-shadow: none;
    outline: 0 none;
}

.btn-contact-bg {
    background: #193341 none repeat scroll 0 0 !important;
    border: 2px solid #193341 !important;
    border-radius: 3px;
    box-shadow: none;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #333 !important;
    color: #fff;
    border: 2px solid #333 !important;
}

/*
* ----------------------------------------------------------------------------------------
* 10.END CONTACT FORM AND MAP
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START CONTACT ADDRESS
* ----------------------------------------------------------------------------------------
*/
.misscall {
    left: -30%;
    position: fixed;
    top: 420px;
    z-index: 80000;
    transform: rotate(810deg);
}

.contact-address {
    background: #f2f2f2;
    padding: 30px 0;
}

.single_address {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 20px 0;
    margin-top: 40px;
}

@media only screen and (max-width:768px) {
    .single_address {
        margin-bottom: 30px
    }
}

.single_address i {
    color: #005376;
    font-size: 40px;
    margin-right: 20px;
    float: left;
}

.single_address p {
    color: #222;
    font-weight: 700;
    line-height: 1.5em
}

@media only screen and (max-width:768px) {
    .single_address p {
        font-size: 15px
    }
}

@media only screen and (max-width:480px) {
    .single_address p {
        font-size: 14px
    }
}

/*
* ----------------------------------------------------------------------------------------
* 11.END CONTACT ADDRESS
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
    background: #005376;
    padding: 30px 0 0 0;
}

.footer_logo img {
    margin-bottom: 30px;
    width: 250px;
}

/*START FOOTER SOCIAL DESIGN*/
.footer_social {
    margin-bottom: 10px
}

.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer_social ul li {
    display: inline-block
}

.footer_social ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #222;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin: 2px;
    padding: 9px 12px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}

@media only screen and (max-width:768px) {
    .footer_social ul li a {
        font-size: 12px
    }
}

@media only screen and (max-width:360px) {
    .footer_social ul li a {
        font-size: 14px
    }
}

.footer_social ul li a:hover {
    color: #fff
}

.f_facebook:hover {
    background: #5D82D1;
    border: 1px solid #5D82D1;
}

.f_twitter:hover {
    background: #40BFF5;
    box-shadow: 0 0 0 0px #40BFF5;
    border: 1px solid #40BFF5;
}

.f_google:hover {
    background: #EB5E4C;
    box-shadow: 0 0 0 0px #EB5E4C;
    border: 1px solid #EB5E4C;
}

.f_linkedin:hover {
    background: #238CC8;
    box-shadow: 0 0 0 0px #238CC8;
    border: 1px solid #238CC8;
}

.f_youtube:hover {
    background: #CC181E;
    box-shadow: 0 0 0 0px #CC181E;
    border: 1px solid #CC181E;
}

.f_skype:hover {
    background: #00AFF0;
    box-shadow: 0 0 0 0px #00AFF0;
    border: 1px solid #00AFF0;
}

/*END FOOTER SOCIAL DESIGN*/
.copyright p {
    font-size: 14px;
    color: #eee;
    margin-bottom: 0;
    padding: 15px 0 15px 0;
    line-height: 1.5em;
    font-weight: 400;
    margin: 20px 0 0px 0;
    background: #00415c;
}

.copyright a {
    color: #f2f2f2;
    font-weight: 400;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #fff
}

/*
* ----------------------------------------------------------------------------------------
* 12.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.banner {
    background: #24201f url("../img/page-title.png") repeat scroll center center;
}

.page-banner {
    padding: 50px 0 45px;
    position: relative;
}

.page-banner h1 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.page-banner.white h1 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 7px;
    text-shadow: 1px 1px 1px #666;
}

.page-banner .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 5px 0 7px;
    text-align: right;
}

.breadcrumb>li {
    font-weight: 600;
}

.breadcrumb>li+li::before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 5px;
}

.page-banner .breadcrumb a {
    color: #fff;
}

.breadcrumb>.active {
    color: #32aade;
}

.page-banner.white .breadcrumb a {
    color: #fff;
}

.innerpage {
    text-align: justify;
    min-height: 400px;
}

.innerpage h1 {
    color: #005477;
}

.innerpage .section-title span {
    margin: 15px 5px !important;
}

.innerpage h3 {
    color: #005477;
}

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

h3.plan_title {
    background: #4385f4 none repeat scroll 0 0 !important;
    color: #fff !important;
    /* margin: -10px 0 1px !important; */
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 15px;
}

.price {
    background: #444 none repeat scroll 0 0;
    display: table;
    height: 70px;
    color: #fff;
    width: 100%;
}

.price_figure {
    display: table-cell;
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
}

.price_number {
    display: block;
    font-weight: bold;
}

.price_tenure {
    font-size: 11px;
}

.features {
    background: #dff1f9 none repeat scroll 0 0;
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.features li {
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 8px 15px;
}

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

.text-center:hover .price {
    background: #FF9000;
}

.text-center h5 {
    background: #003769;
    color: #fff;
    padding: 10px;
}

.red {
    color: red;
    font-size: 16px !important;
}

.innerpage .btn-promotion-bg:hover {
    background: #FF9000;
    color: #fff;
}

.innerpage ul {
    margin-left: 20px;
}

.innerpage ul li {
    list-style-type: square;
    padding: 6px;
    font-size: 15px;
}

.margin-l15 {
    margin-left: 15px;
}

.widget {
    margin-bottom: 30px;
    font-size: 14px;
}

.widget ul {
    margin-bottom: 0px;
}

.widget-title {
    font-size: 18px;
}

.widget-tags a {
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #eee;
    color: #7c8182;
    padding: 7px 13px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

.widget-tags a:hover {
    background-color: #c45d3c;
    color: #fff;
    border: 1px solid #c45d3c;
}

.widget-address address {
    margin-bottom: 0px;
    line-height: 1.8;
    margin-left: 28px;
}

.widget-schedule ul li {
    margin-bottom: 10px;
    list-style-type: none;
}

.widget-schedule ul li strong {
    color: #2e3233;
}

.widget-address i,
.widget-schedule i,
.widget-phone i {
    color: #FF9000;
    float: left;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 4px;
}

.well-bg {
    background-color: #f9f8f4;
    padding: 20px;
}

.well-inner {
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(231, 229, 222, 1);
    padding: 30px;
}

.well-inner h3 {
    color: #222;
    font-size: 20px;
    margin-top: 0;
}

.listnone li {
    list-style-type: none !important;
}

.map {
    height: 350px;
}

ul.tabs {
    border-bottom: 1px solid #fff;
    float: left;
    list-style: outside none none;
    margin: 1% 0 0;
    padding: 0;
    width: 97.5%;
}

ul.tabs li {
    background: #f2f2f2;
    color: #444;
    cursor: pointer;
    float: left;
    font: 700 15px/1.5em 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0;
    overflow: hidden;
    padding: 7px 35px;
    position: relative;
    border-right: 1px solid #fff
}

ul.tabs li:hover {
    background: #FF9000;
    color: #FFFFFF;
}

ul.tabs li.active {
    background: #FF9000;
    color: #FFFFFF;
}

.tab_container {
    background: #fff;
    float: left;
    width: 97.5%;
    margin: 0;
    padding-bottom: 10px;
}

.tab_content {
    display: none;
    padding: 20px 0px;
}

.tab_content ul {
    float: left;
    margin: 0 0px;
    padding: 0 10px
}

.tab_content ul li {
    padding: 3px 0;
    background: url("../images/arrow2.html") no-repeat scroll 8px 11px rgba(0, 0, 0, 0);
    padding-left: 17px;
    color: #444;
    list-style-type: none
}

.tab_content ul li a {
    color: #444;
    font-weight: bold
}

.tab_content ul li a:hover {
    color: #098adc
}

.tab_container h6 {
    font: 700 15px/1.5em 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #00af4f
}


.hostingPack b {
    color: #333;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    width: 1000px;
}

.hostingPack .border {
    border: 1px solid #dfdfdf;

    margin-bottom: 20px;
    min-height: 450px;

}

.hostingPack div h3 {
    border-bottom: 1px dotted #ccc;
    color: #ccc;

    font-size: 26px;
    font-weight: normal;

    line-height: 70px;
    margin: 0;

    text-shadow: 1px 1px 1px #fff;

}

.hostingPack div ul {
    float: left;
    height: auto;
    min-height: 50px;
    padding: 0;
    width: 318px;
}

.hostingPack div hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #dfdfdf;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    float: left;
    height: 2px;
    margin: 10px 0 0;
    width: 339px;
}

.hostingPack div dl {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #dfdfdf;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    float: right;
    margin: 0;
    padding: 5px 5px;
    width: 120px;
}

.hostingPack div dl dd {
    float: left;
    font-size: 20px;
    height: 25px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 30px;
}

.hostingPack div dl dt.dt {
    text-align: center;
    width: 50px;
}

.hostingPack div dl dt {
    color: #b1b1b1;
    float: left;
    font-size: 12px;
    height: 19px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

table.sample {
    border-collapse: collapse;
    padding-left: 0.2cm;
    padding-right: 0.2cm;
    background-color: white;
    margin: 8px 0;
    border-width: 1px;
    border-color: #9f9f9f;
    border-style: solid;
}

table.sample th {
    padding: 5px;
    background-color: #f2f2f2;
    font: bold 13px/1.5em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #222;
    text-align: center;
}

table.sample td {
    text-align: justify;
    padding: 6px;
}

table.sample td a {
    color: #444
}

table.sample td a:hover {
    color: #222
}

table.sample tr:nth-child(even) {
    background: #fff;
    color: #222;
}

table.sample tr:nth-child(odd) {
    background: #f2f2f2;
    color: #222;
}

.ceyPack .border {
    border: 1px solid #dfdfdf;

    margin-bottom: 20px;
    min-height: 597px;

}

.ceyPack h3 {
    border-bottom: 1px dotted #ccc;
    float: left;
    font-size: 30px;
    font-weight: normal;
    line-height: 72px;
    margin: 0;
    padding: 0 5px;
    text-shadow: 1px 1px 1px #fff;
    width: 523px;
}

.col1 {
    color: #ff7a22 !important;
    text-shadow: 1px 1px 1px #fff !important;
}

.col2 {
    color: #89c541 !important;
    text-shadow: 1px 1px 1px #fff !important;
}

.col3 {
    color: #6d6e72 !important;
    text-shadow: 1px 1px 1px #fff !important;
}

.col4 {
    color: #ecec00 !important;
    text-shadow: 1px 1px 1px #666 !important;
}

.col5 {
    color: #00adef !important;
    text-shadow: 1px 1px 1px #fff !important;
}

.col6 {
    color: #ec0089 !important;
    text-shadow: 1px 1px 1px #fff !important;
}

.ceyPack div hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #dfdfdf;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    float: left;
    height: 2px;
    margin: 10px 2px 0;
    width: 522px;
}

.ceyPack div dl {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #dfdfdf;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    float: right;
    height: 66px;
    margin: 0;
    padding: 8px 5px;
    width: 100px;
}

.ceyPack div dl dd {
    float: left;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100px;
}

.ceyPack div dl dt {
    color: #b1b1b1;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100px;
}

.ceyPack div span {
    color: #da2f10;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    line-height: 35px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
    width: 238px;
    padding-left: 15px;
}

.ceyPack div b {
    float: none !important;
    font-size: 12px;
    height: 30px;
    line-height: 35px;
    width: auto;
}

.ceyPack b {
    color: #333;
    float: left;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}

.about_single a:hover {
    color: #ff9000;
}

.section-title p a:hover {
    color: #ff9000;
}

ul.flexnav {
    padding: 0px;
}

.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    float: right;
    max-height: 0;
    margin-top: 12px;
    z-index: 9999
}

.flexnav.opacity {
    opacity: 0;
}

.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px;
}

.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li a {
    position: relative;
    display: block;
    padding: 10px 18px;
    z-index: 2;
    overflow: hidden;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.flexnav li a:hover {
    color: #fff;
    background-color: #FF9000;
}

.flexnav li ul {
    width: 242px;
    padding: 0px;
    z-index: 999;
}

.flexnav li ul li {
    font-size: 100%;
    position: relative;
    overflow: hidden;
}

.flexnav li ul.flexnav-show li {
    overflow: visible;
}

.flexnav li ul li a {
    display: block;
    background: #FF9000;
    padding: 9px 20px;
    line-height: 1.5em;
    color: #fff !important;
}

.flexnav li ul li a:hover {
    background: #005477
}

.flexnav ul li ul li a {
    background: #375b63;
}

.flexnav ul li ul li ul li a {
    background: #375b63;
}

.flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 9px;
    right: 3px;

    display: inline-block;
    color: #fff;
    text-align: center;
}

.flexnav .touch-button:hover {
    cursor: pointer;
}

.flexnav .touch-button .navicon {
    position: relative;
    top: 1.4em;
    font-size: 12px;
    color: #acc4ca;
}

.menu-button {
    position: relative;
    display: block;
    padding: 1em;
    cursor: pointer;
    border-bottom: 1px solid rgba(55, 90, 99, 1);
    font-size: 12px;
    font-weight: 600;
    color: #acc4ca;
    text-transform: uppercase;
}

.menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px;
}

.menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #375b63;
    color: #acc4ca;
    line-height: 1.6;
    font-size: 36px;
}

.menu-button .touch-button .navicon {

    position: relative;
    top: 1em;
    color: #666;
}

@media all and (min-width: 800px) {
    body.one-page {
        padding-top: 70px;
    }

    .flexnav {
        overflow: visible;
    }

    .flexnav.opacity {
        opacity: 1;
    }

    .flexnav.one-page {
        top: 0;
        right: auto;
        max-width: 1080px;
    }

    .flexnav li {
        position: relative;
        list-style: none;
        float: left;
        display: block;

        overflow: visible;
    }

    .flexnav li.active a {
        background-color: #00a7e7;
    }

    .flexnav li a {

        margin-right: -1px;
    }

    .flexnav li>ul {
        position: absolute;
        top: auto;
        left: 0;
    }

    .flexnav li>ul li {
        width: 100%;
    }

    .flexnav li ul li>ul {
        margin-left: 100%;
        top: 0;
    }

    .flexnav li ul li a {
        border-bottom: 1px solid #fff;
    }

    .flexnav li ul.open {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px;
    }

    .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0;
    }

    .menu-button {
        display: none;
    }
}

.oldie body.one-page {
    padding-top: 70px;
}

.oldie .flexnav {
    overflow: visible;
}

.oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
}

.oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible;
}

.oldie .flexnav li:hover>ul {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li:hover>ul li {
    width: 100%;
    float: none;
}

.oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible;
}

.oldie .flexnav li>ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 1;
    overflow: visible;
}

.oldie .flexnav li ul li ul {
    top: 0;
}

.oldie .flexnav li ul li a {
    border-bottom: none;
}

.oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav li ul.open li {
    width: 100%;
}

.oldie .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
    display: block;
    width: 100%;
    overflow: visible;
}

.oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0;
}

.oldie .menu-button {
    display: none;
}

.oldie.ie7 .flexnav li {
    width: 19.9%;
}