/*--------------------------------------------------
    [1. General]
---------------------------------------------------- */
.font-main {
    font-family: Microsoft YaHei, FontAwesome,Helvetica, Arial, Tahoma, "\5b8b\4f53", 'Open Sans',sans-serif;
}

.font-secondary {
    font-family: Microsoft YaHei, FontAwesome,Helvetica, Arial, Tahoma, "\5b8b\4f53", 'Open Sans',sans-serif;
}

/*.promo-padding-top {
	padding-top: 103px;
}*/

/* Default highlight color */
::-moz-selection {
    color: #fff;
    background: #274cc0;
}

::selection {
    color: #fff;
    background: #274cc0;
}
/* General use classes */
.no-padding {
    padding: 0;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-column-space [class^="col-"],
.no-column-space [class*=" col-"] {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

/*Pace loader*/
.pace .pace-progress {
    background: #274cc0;
}

.pace .pace-progress-inner {
    box-shadow: 0 0 10px #274cc0, 0 0 5px #274cc0;
}

.pace .pace-activity {
    border-top-color: #274cc0;
    border-left-color: #274cc0;
}

/* --------------------------------------------------
    [2. Header]
---------------------------------------------------- */
/* Giving a min height */
@media (min-width: 992px) {
    .wedding-header.one-page-header.navbar {
        padding: 10px;
        transition: all 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s;
    }

    .wedding-header.one-page-header.top-nav-collapse {
        padding: 0;
    }
}

/* Overwriting background */
.wedding-header.one-page-header {
    background: rgba(0,0,0,0);
    border-radius: 0;
}

    /* Overwriting navbar brand (logo) */
    .wedding-header.one-page-header .navbar-brand {
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        height: auto;
        color: #222 !important;
    }

        .wedding-header.one-page-header .navbar-brand img {
            margin: 0 auto 8px;
            max-height: 2.108rem;
        }

/* Overwriting navbar menu */
.wedding-header.one-page-header-style-2.navbar .navbar-nav {
    float: right;
}

/* Designing the a links */
.wedding-header.one-page-header .navbar-nav > li > a,
.wedding-header.one-page-header .navbar-nav > li > a:focus {
    color: #fffffd;
    font-size: 0.706rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 35px;
}

    /* Removing before circles */
    .wedding-header.one-page-header .navbar-nav > li > a:before {
        display: none;
    }

    .wedding-header.one-page-header .navbar-nav > li > a:hover {
        color: #11baf6;
    }

.wedding-header.one-page-header .navbar-nav > .active > a,
.wedding-header.one-page-header .navbar-nav > .active > a:hover,
.wedding-header.one-page-header .navbar-nav > .active > a:focus {
    z-index: 1;
    background: transparent none repeat scroll 0% 0%;
    color: #11baf6 !important;
}

.wedding-header.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
    background: #000;
}

.wedding-header.one-page-header .logo_origin {
    display: none;
}

.wedding-header.one-page-header.top-nav-collapse {
    background-color: #fff;
    height: 45px;
    box-shadow: 0 1px 5px #999;
}

    .wedding-header.one-page-header.top-nav-collapse .logo_white {
        display: none;
    }

    .wedding-header.one-page-header.top-nav-collapse .logo_origin {
        display: initial;
        padding-top: 0px;
        margin-top: -3px;
    }

    .wedding-header.one-page-header.top-nav-collapse .navbar-nav > li > a,
    .wedding-header.one-page-header.top-nav-collapse .navbar-nav > li > a:focus {
        color: #777;
        padding: 15px 35px;
    }

@media (min-width: 1900px) {
    .wedding-header.one-page-header.top-nav-collapse {
        height: 88px;
    }

    .wedding-header.one-page-header .navbar-nav > li > a,
    .wedding-header.one-page-header .navbar-nav > li > a:focus {
        /*font-size: 0.876rem;*/
    }

    .wedding-header.one-page-header.top-nav-collapse .navbar-nav > li > a,
    .wedding-header.one-page-header.top-nav-collapse .navbar-nav > li > a:focus {
        padding: 35px 35px;
    }

    .wedding-header.one-page-header.top-nav-collapse .logo_origin {
        padding-top: 12px;
    }

    .wedding-header.one-page-header .navbar-brand img {
        /*max-height: 2.480rem;*/
        height: 70px;
    }
}
/* Responsive mode */
@media (max-width: 1200px) {
    .wedding-header.one-page-header .navbar-nav > li > a,
    .wedding-header.one-page-header .navbar-nav > li > a:focus {
        padding: 30px 10px;
    }
}

@media (max-width: 992px) {
    .wedding-header.one-page-header .navbar-nav {
        padding-bottom: 20px;
    }

        .wedding-header.one-page-header .navbar-nav > li > a,
        .wedding-header.one-page-header .navbar-nav > li > a:focus {
            padding: 7px 0;
        }
}

@media (max-width: 992px) and (min-width: 990px) {
    /* Fixing the damage over 2 pixels right before the breakpoint */
    .wedding-header.one-page-header .navbar-nav > li > a {
        padding: 30px 5px 13px;
        font-size: 9px;
    }
}

@media (max-width: 990px) {
    /* Overwriting the toggle button */
    .wedding-header.one-page-header .navbar-toggle {
        margin: 24px 0 0;
    }

        .wedding-header.one-page-header .navbar-toggle .icon-bar {
            height: 1px;
            background: #000;
            margin-bottom: 7px;
        }

    /* Removing margin for the navbar */
    .wedding-header.one-page-header-style-2.navbar .navbar-nav {
        margin: 0;
    }
}

/* --------------------------------------------------
    [3. Banner]
---------------------------------------------------- */
section {
    max-width: 1920px;
    margin: 0 auto;
}

.width-full {
    width: 100%;
}

.height-full {
    height: 100%;
}

.promo-section {
    background: #000000 url(/Content/img/index/bj1.png) no-repeat center;
}

    .promo-section .promo-info__title {
        color: #fad732;
        font-size: 5rem;
        line-height: 1.2;
        text-transform: none;
        font-weight: normal;
    }

        .promo-section .promo-info__title > span:first-child {
            text-shadow: 2px 2px #274cc0;
        }

    .promo-section h3 {
        font-size: 3.3rem;
        color: #ebf4f4;
        line-height: 1.1;
        margin: 60px 0 110px 0;
    }
/* Designing the banner buttons */
.promo-info__btn {
    font-size: 3rem;
    border: solid 1px #fff;
    color: #fffffe;
    padding: 3px 10px;
    letter-spacing: 2px;
}

    .promo-info__btn:hover,
    .promo-info__btn:focus {
        color: #fff;
        background: #274cc0;
    }

.promo-section > .fullheight > div {
    position: absolute;
    bottom: 0;
}
    /*.promo-section > .fullheight > div.left {
    left:5%;
}*/
    .promo-section > .fullheight > div.right {
        right: 0;
    }

main section:last-child {
    padding: 20px;
    line-height: 30px;
}

#intro h1 > span {
    color: #fdffff;
    font-size: 2.45rem;
}
/**********************/
#feature {
    padding: 41px 0;
    background: #000000 url(/Content/img/index/bj2.png) no-repeat top;
    /*background-size:25.1rem 31.1rem;*/
    padding-top: 68px;
    color: #000000;
    position: relative;
}

    #feature .title {
        color: #f1f2ef;
        font-size: 1.751rem;
    }

    #feature span {
        margin-top: 30px;
    }

    #feature img {
        margin: 0 auto;
    }

    #feature .brain {
        width: 30.572rem;
    }

    #feature .feature_text {
        position: absolute;
        margin: 0 auto;
        color: #12c1eb;
        font-size: 1.15rem;
        text-align: left;
    }

    #feature .ft_1 {
        top: 22.235rem;
        left: 7.271rem;
    }

    #feature .ft_2 {
        top: 16.731rem;
        left: 50.327rem;
    }

    #feature .ft_3 {
        top: 31.495rem;
        left: 44.352rem;
    }

    #feature .feature_img {
        position: absolute;
    }

    #feature .fi_1 {
        width: 14.9rem;
        top: 17.2rem;
        left: 0.5rem;
    }

    #feature .fi_2 {
        width: 14.231rem;
        top: 28.523rem;
        left: 52.715rem;
    }

    #feature .fi_3 {
        width: 14.61rem;
        top: 29.973rem;
        left: 0rem;
    }

    #feature .fi_4 {
        width: 12rem;
        top: 5.01rem;
        left: 6.313rem;
    }

    #feature .fi_5 {
        width: 7.515rem;
        left: 57.761rem;
        top: 15.425rem;
    }

    #feature .fi_6 {
        width: 12.515rem;
        left: 54.821rem;
        top: 6.131rem;
    }
/**************************/
#app {
    padding: 41px 0;
    background: #ffffff url(/Content/img/index/bj3.png) no-repeat center;
    /*background-size:25.1rem 31.1rem;*/
    padding-top: 68px;
    color: #000000;
    position: relative;
    border-bottom: #000 1px solid;
}

    #app span {
        margin-top: 25px;
    }

    #app .title {
        color: #030303;
        font-size: 1.751rem;
        margin-bottom: 2.437rem;
    }

    #app .block {
        position: relative;
        width: 65%;
        margin: 1.2rem auto;
    }

    #app img {
        margin: 0 auto;
        vertical-align: middle;
    }

    #app .img_box {
        font-size: 0;
        text-align: center;
        line-height: 9.1rem;
    }

    #app .content_box {
        padding-left: 3.52rem;
    }

    #app .content_title {
        font-size: 1.572rem;
        color: #3f3f3f;
        text-align: left;
    }

    #app .content_desc {
        font-size: 1.257rem;
        color: #7a7a7a;
        text-align: left;
    }
/**************************/
#ability {
    padding: 41px 0;
    background: #000000 url(/Content/img/index/bg4.png) no-repeat top;
    padding-top: 68px;
    color: #000000;
    position: relative;
}

    #ability img {
        margin: 0 auto;
    }

    #ability .title {
        color: #f1f2ef;
        font-size: 1.751rem;
        margin: 0.95rem auto 3.02rem auto;
    }

    #ability .coordinate {
        width: 38.572rem;
    }

    #ability .box {
        position: absolute;
        text-align: left;
        width: 13.11rem;
    }

        #ability .box .title {
            font-size: 1.232rem;
            color: #15aeed;
            margin: 0px;
        }

        #ability .box .desc {
            font-size: 0.896rem;
            color: #f3f3f4;
            margin-top: 0.46rem;
        }

    #ability .box_1 {
        top: 20.372rem;
        left: 10.269rem;
    }

    #ability .box_2 {
        top: 18rem;
        left: 49.75rem;
    }

    #ability .box_3 {
        top: 26.931rem;
        left: 39.762rem;
    }
/*************************************/
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.float-left {
    float: left;
}

#contact {
    background-color: #131c2a;
    text-align: center;
    padding: 41px 0;
}

    #contact .title {
        color: #f1f2ef;
        font-size: 1.751rem;
        margin: 0.95rem auto 3.02rem auto;
    }

    #contact ul {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        margin-top: 98px;
        text-align: center;
    }

        #contact ul > li {
            width: 14.111rem;
            height: 19.111rem;
            background: #131c2a url(/Content/img/index/contact_li_bg.png) no-repeat top;
            display: inline-block;
        }

            #contact ul > li img {
                width: 4.191rem;
                margin: 2.1rem auto;
            }

            #contact ul > li h1 {
                font-size: 1.232rem;
                color: #ffffff;
            }

            #contact ul > li span {
                font-size: 0.739rem;
                color: #fefaee;
            }

            #contact ul > li:nth-child(2) {
                margin: 0 3.01rem;
            }

            #contact ul > li > h1 {
                margin-top: 38px;
            }

            #contact ul > li span {
                margin-top: 28px;
                line-height: 33px;
            }
/*************************************/
#footer {
    background-color: #282828;
    padding: 5px;
    border-top: #000 1px solid;
}

    #footer span {
        color: #7e7e7e;
        font-size: 0.82rem;
        height: 32px;
        line-height: 32px;
    }

@media (max-width:1920px) {
    .container {
        width: 95%;
    }

    .promo-section .promo-info__title {
        font-size: 5.5rem;
    }

    .promo-section h3 {
        font-size: 4rem;
    }

    #feature {
        min-height: 800px;
    }

    #app {
        min-height: 850px;
        padding-bottom: 0px;
    }

    #ability {
        min-height: 800px;
    }
}

@media (min-width:1900px) {
    #ability {
        min-height: 1020px;
    }

    #feature .ft_1 {
        top: 21.105rem;
    }

    #feature .ft_2 {
        top: 15.501rem;
    }

    #feature .ft_3 {
        top: 30.106rem;
    }

    #feature .fi_1 {
        top: 16.6rem;
    }

    #feature .fi_2 {
        top: 27.973rem;
    }

    #feature .fi_3 {
        top: 28.973rem;
    }

    #feature .fi_4 {
        top: 4.01rem;
        left: 4.113rem;
    }

    #feature .fi_5 {
        top: 14.425rem;
    }

    #feature .fi_6 {
        top: 5.131rem;
    }
}

@media (max-width:1366px) {
    .promo-section .promo-info__title {
        font-size: 5rem;
    }

    .promo-section h3 {
        font-size: 3.2rem;
    }

    #feature {
        min-height: 710px;
    }

    #app {
        min-height: 750px;
    }

    #ability {
        min-height: 670px;
    }

    #intro h1 > span {
        font-size: 2.15rem;
    }

    #feature .title, #app .title, #ability .title, #contact .title {
        font-size: 1.47rem;
    }

    #feature .brain {
        width: 26.372rem;
    }

    #feature .ft_1 {
        top: 22.235rem;
        left: 7.271rem;
    }

    #feature .feature_text {
        font-size: 0.98rem;
    }

    #feature .ft_1 {
        top: 20.135rem;
        left: 2.51rem;
    }

    #feature .ft_2 {
        top: 15.421rem;
        left: 39.809rem;
    }

    #feature .ft_3 {
        top: 27.810rem;
        left: 34.802rem;
    }

    #feature .fi_1, #feature .fi_4, #feature .fi_6 {
        width: 8.712rem;
    }

    #feature .fi_1 {
        top: 15.81rem;
    }

    #feature .fi_2 {
        width: 10.715rem;
        top: 26.357rem;
        left: 40.715rem;
    }

    #feature .fi_3 {
        width: 10.151rem;
        top: 28.537rem;
    }

    #feature .fi_4 {
        top: 5.372rem;
        left: 2.171rem;
    }

    #feature .fi_5 {
        width: 5.931rem;
        left: 44.761rem;
        top: 14.115rem;
    }

    #feature .fi_6 {
        left: 42.718rem;
    }

    #app .block {
        margin: 0.91rem auto;
        width: 72%;
    }

    #app .img_box {
        line-height: 6.1rem;
    }

    #app img {
        width: 7.2rem;
    }

    #app .content_title {
        font-size: 1.201rem;
        margin-top: 15px;
    }

    #app .content_desc {
        font-size: 1.105rem;
    }

    #ability .coordinate {
        width: 34.127rem;
    }

    #ability .box .title {
        font-size: 1.100rem;
    }

    #ability .box .desc {
        font-size: 0.843rem;
    }

    #ability .box_1 {
        top: 18.372rem;
        left: 9.269rem;
    }

    #ability .box_2 {
        top: 16.15rem;
        left: 39.55rem;
    }

    #ability .box_3 {
        top: 24.531rem;
        left: 30.862rem;
    }

    #contact ul {
        width: 850px;
    }

        #contact ul > li {
            width: 12.111rem;
        }
}

@media (max-width:1280px) {

    .promo-section .promo-info__title {
        font-size: 4.5rem;
    }

    .promo-section h3 {
        font-size: 2.7rem;
    }
}
/* Responsive mode */
@media (max-width: 768px) {
    .promo-info__title {
        margin-bottom: 80px;
    }

    .wedding-header.one-page-header .navbar-nav > li > a,
    .wedding-header.one-page-header .navbar-nav > li > a:focus {
        font-size: 20px;
    }

        .wedding-header.one-page-header .navbar-nav > li > a,
        .wedding-header.one-page-header .navbar-nav > li > a:focus {
            padding: 12px 0;
        }

    #feature .brain {
        width: 19.027rem;
    }

    #feature, #app, #ability, #contact {
        padding-top: 12px;
    }

        #feature .title, #app .title, #ability .title, #contact .title {
            font-size: 1.27rem;
            margin: 0.5rem auto;
        }

        #feature .ft_1, #feature .ft_2, #feature .ft_3 {
            position: inherit;
            top: 0rem;
            left: 0rem;
            text-align: center;
        }

    #app {
        height: 850px;
    }

        #app .block {
            width: 85%;
        }

        #app img {
            width: 5.3rem;
        }

        #app .content_title {
            font-size: 1.105rem;
            margin-top: 5px;
        }

        #app .content_desc {
            font-size: 0.931rem;
            margin-top: 10px;
        }

    #ability {
        height: 500px;
    }

        #ability .coordinate {
            padding-top: 40px;
            width: 17.127rem;
        }

        #ability .box {
            width: 7.11rem;
        }

            #ability .box .title {
                font-size: 0.79rem;
            }

        #ability .box_1 {
            padding-top: 45px;
            top: 9.172rem;
            left: 1.162rem;
        }

        #ability .box_2 {
            padding-top: 45px;
            top: 8.55rem;
            left: 14.05rem;
        }

        #ability .box_3 {
            padding-top: 45px;
            top: 15.031rem;
            left: 8.268rem;
        }

    #contact ul {
        width: 100%;
        margin-top: 38px;
    }

        #contact ul > li:nth-child(2) {
            margin: 0px;
            margin-bottom: 15px;
        }

        #contact ul > li {
            width: 100%;
            float: none;
            height: 13.111rem;
            margin-bottom: 15px;
            background-size: 70% 100%;
        }

            #contact ul > li img {
                margin: 1.05rem auto;
            }

            #contact ul > li > h1 {
                margin-top: 10px;
            }

            #contact ul > li span {
                margin-top: 8px;
            }

    #footer span {
        font-size: 0.68rem;
    }
}

@media (max-width: 680px) {
    .promo-info__title {
        font-size: 80px;
    }
}

/* --------------------------------------------------
    [4. About]
---------------------------------------------------- */
.short-info__img {
    width: 200px;
    height: 200px;
}

.short-info__title {
    font-size: 40px;
    color: #222;
}

.short-info__subtitle {
    font-size: 12px;
    color: #d65779;
    text-transform: uppercase;
    font-weight: bold;
}

.short-info__text {
    font-size: 14px;
    line-height: 1.4;
    color: #a7a7a7;
    margin: 0;
}

.short-info__link .icon-custom {
    background: #f1f1f1;
    color: #cecece;
    border: none;
}

.short-info__link:hover .icon-custom {
    background: #d65779;
    color: #fff;
}

/* Counters */
.counters__counter--addon,
.counters__counter,
.counters__title {
    color: #fff;
}

.counters__line-icon--mod {
    color: #f8aabf;
}

.counters__title {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 11px;
    margin-top: -5px;
}

.counters__counter {
    font-size: 36px;
}

.counters__text {
    font-size: 14px;
    color: #f8aabf;
}

@media (max-width: 992px) {
    .counters__text {
        max-width: 50%;
        margin: 0 auto;
    }
}

/* --------------------------------------------------
    [5. Presentation]
---------------------------------------------------- */
/* Designing presentation section */
.our-presentation {
    background: url(../img-temp/presentation.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

    .our-presentation:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: -1;
    }

    .our-presentation .heading-v12__block-name,
    .our-presentation .heading-v12__block-text {
        color: #fff;
    }

    .our-presentation .heading-v12__block-text {
        max-width: 60%;
    }

/* Designing the play button */
.btn-u--btn-play {
    background: #274cc0;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 25px 20px 75px;
    position: relative;
    text-transform: uppercase;
}

.btn-u--btn-play__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: #c84267;
    font-size: 25px;
    line-height: 58px;
    color: #f8aabf;
    transition: all 0.3s;
}

.btn-u--btn-play:hover,
.btn-u--btn-play:focus {
    background: #274cc0;
}

    .btn-u--btn-play:hover .btn-u--btn-play__icon,
    .btn-u--btn-play:focus .btn-u--btn-play__icon {
        width: 70px;
        transition: all 0.3s;
    }

/* --------------------------------------------------
    [6. Gallery]
---------------------------------------------------- */
/*Portfolio*/
.gallery .cbp-caption-fadeIn .cbp-caption-activeWrap {
    padding: 15px;
    background: transparent;
}

.gallery .cbp-caption-fadeIn .cbp-l-caption-body {
    background-color: #274cc0;
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    text-align: center;
}

.gallery .cbp-l-caption-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.gallery .cbp-caption-fadeIn .cbp-l-caption-body p {
    color: #f8aabf;
    font-size: 14px;
    max-width: 78%;
    margin: 0 auto;
    line-height: 1.4;
}

/* Owl Controls */
.gallery .owl-theme .owl-controls .owl-buttons div {
    padding: 17px 20px;
    color: #cecece;
    background: #f1f1f1;
    font-size: 10px;
    border-radius: 50%;
    cursor: pointer;
}

    .gallery .owl-theme .owl-controls .owl-buttons div:hover,
    .gallery .owl-theme .owl-controls .owl-buttons div:focus {
        background: #d65779;
        color: #fff;
    }

.gallery .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 45%;
    top: 45%;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 45%;
    top: 45%;
}

/* Responsive mode */
@media (max-width:610px) {
    .gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        top: 35%;
    }

    .gallery .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        top: 35%;
    }
}

/* --------------------------------------------------
    [7. Services]
---------------------------------------------------- */
.services .heading-v12__block-name,
.services .heading-v12__block-list .fa {
    color: #fff;
}

.services .heading-v12__block-text {
    max-width: 60%;
    color: #f8aabf;
}

.service__parent {
    text-align: center;
    background: #fff;
    padding: 20px 15px 40px;
    transition: all 0.5s;
}

.service__child--top__img {
    max-height: 295px;
}

@media (min-width: 992px) {
    .service__child--top {
        border: 10px solid #fff;
        box-shadow: 2px 2px 2px #f4f4f4;
    }
}

@media (max-width: 992px) {
    .service__child--top__img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .service__parent {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}

.service__child--btm__title {
    font-size: 30px;
    color: #222;
    line-height: 1.5;
}

.service__child--btm__text {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1.4;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.btn-u--service,
.btn-u--service:focus {
    padding: 15px 15px;
    font-size: 12px;
    background: #274cc0;
    max-width: 110px;
    max-height: 55px;
    font-weight: bold;
}

.service__parent:hover {
    background: transparent;
    transition: all 0.3s ease;
}

    .service__parent:hover .service__child--top {
        box-shadow: none;
    }

    .service__parent:hover .service__child--btm__title {
        color: #fff;
    }

    .service__parent:hover .service__child--btm__text {
        color: #f8aabf;
    }

    .service__parent:hover .btn-u--service {
        background: #fff;
        color: #274cc0;
    }

/* --------------------------------------------------
    [8. Testimonials]
---------------------------------------------------- */
.testimonials {
    position: relative;
    margin-bottom: 0;
}

    .testimonials:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

.testimonial {
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.testimonial__img {
    max-height: 315px;
}

.testimonial__btm {
    padding: 30px 50px 40px;
}

.testimonial__title {
    font-size: 30px;
    color: #222;
    line-height: 1.5;
}

.testimonial__subtitle {
    font-size: 12px;
    color: #d65779;
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial__text {
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1.4;
}

.btn-u--testimonial {
    padding: 15px 15px;
    font-size: 12px;
    background: #274cc0;
    max-width: 130px;
    max-height: 55px;
    font-weight: bold;
}

    .btn-u--testimonial:hover {
        background: #c84267;
    }

/* Owl Controls */
.testimonials .owl-theme .owl-controls .owl-buttons div {
    padding: 17px 20px;
    color: #fff;
    background: rgba(255,255,255,0.2);
    font-size: 10px;
    border-radius: 50%;
    cursor: pointer;
}

    .testimonials .owl-theme .owl-controls .owl-buttons div:hover,
    .testimonials .owl-theme .owl-controls .owl-buttons div:focus {
        background: rgba(255,255,255,0.4);
        color: #fff;
    }

.testimonials .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
}

.testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

/* Responsive mode */
@media (max-width:738px) {
    .testimonials .owl-theme .owl-controls .owl-buttons div {
        top: 105%;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 20%;
    }

    .testimonials .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 20%;
    }
}

/* --------------------------------------------------
    [9. Offers]
---------------------------------------------------- */
.offer {
    border: 1px solid #f5f5f5;
    background: #fcfcfc;
}

.offer__img {
    height: 190px;
    width: 100%;
}

.offer__top {
    background: #274cc0;
    padding: 20px;
}

.offer__top--title {
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}

.offer__top--text {
    font-size: 14px;
    color: #f8aabf;
    line-height: 1.5;
    margin: 0;
}

.offer__btm--text {
    font-size: 14px;
    color: #b3b3b3;
}

.offer__btm--price {
    font-weight: bold;
    font-size: 24px;
    color: #274cc0;
}

.btn-u--offer {
    padding: 15px 15px;
    font-size: 12px;
    background: #274cc0;
    max-width: 130px;
    max-height: 55px;
    font-weight: bold;
}

    .btn-u--offer:hover {
        background: #c84267;
    }

@media (max-width: 768px) {
    .offer {
        margin-right: auto;
        margin-left: auto;
        max-width: 400px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #intro h1 > span {
        font-size: 2.75rem;
    }

    #feature .title, #app .title, #ability .title, #contact .title {
        font-size: 1.751rem;
    }

    #feature .ft_1 {
        top: 21.015rem;
        left: 10.071rem;
    }

    #feature .ft_2 {
        top: 16.075rem;
        left: 49.209rem;
    }

    #feature .ft_3 {
        top: 28.676rem;
        left: 43.852rem;
    }

    #feature .fi_5 {
        left: 55.671rem;
    }

    #feature .fi_6 {
        left: 52.817rem;
    }

    #ability .box_1 {
        left: 13.269rem;
    }

    #ability .box_2 {
        top: 17.15rem;
        left: 47.75rem;
    }

    #ability .box_3 {
        top: 25.001rem;
        left: 40.062rem;
    }
    #app .block {
        margin: 2.051rem auto;
    }
}
/* --------------------------------------------------
    [10. News]
---------------------------------------------------- */
.post {
    max-width: 270px;
    background: #fff;
    margin: 0 auto;
}

.post__img {
    max-height: 200px;
}

.post__child {
    padding: 30px 25px;
}

.post__child--subtitle {
    font-size: 10px;
    color: #b3b3b3;
}

.post__child--subtitle--pink {
    color: #274cc0;
}

.post__child--title {
    color: #222;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
}

.post__child--text {
    color: #b3b3b3;
}

/* Owl Controls */
.news .owl-theme .owl-controls .owl-buttons div {
    padding: 17px 20px;
    color: #cecece;
    background: #f1f1f1;
    font-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

    .news .owl-theme .owl-controls .owl-buttons div:hover {
        color: #cecece;
        background: #ececec;
    }

.news .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 105%;
}

.news .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.news .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.btn-u--post {
    background: #274cc0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 30px;
    text-transform: uppercase;
}

    .btn-u--post:hover {
        background: #c84267;
    }


/* --------------------------------------------------
    [11. Booking Form]
---------------------------------------------------- */
.booking__form-control {
    background: #f9f9f9;
    padding: 0 25px;
    height: 45px;
    border: none;
    -moz-box-shadow: inset 2px 2px 2px #efefef;
    -webkit-box-shadow: inset 2px 2px 2px #efefef;
    box-shadow: inset 2px 2px 2px #efefef;
    position: relative;
}

.booking__fa {
    color: #274cc0;
    position: absolute;
    right: 35px;
    top: 17px;
}

/* Form placeholder for different browsers */
.booking__form-control::-webkit-input-placeholder {
    color: #a7a7a7;
    font-family: Microsoft YaHei, FontAwesome,Helvetica, Arial, Tahoma, "\5b8b\4f53", 'Open Sans',sans-serif;
    font-size: 14px;
}

.booking__form-control::-moz-placeholder {
    color: #a7a7a7;
    font-family: Microsoft YaHei, FontAwesome,Helvetica, Arial, Tahoma, "\5b8b\4f53", 'Open Sans',sans-serif;
    font-size: 14px;
}

.btn-u--booking {
    background: #274cc0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 20px 30px;
    text-transform: uppercase;
}

    .btn-u--booking:hover,
    .btn-u--booking:focus {
        background: #c84267;
        color: #fff;
    }

.ui-datepicker-calendar a:hover {
    background: inherit;
    border: none;
    color: #274cc0;
    text-decoration: none;
}

/* --------------------------------------------------
    [12. Contact/Footer]
---------------------------------------------------- */
.contact__map {
    min-height: 600px;
}

.contact__right {
    background: url(../img-temp/contact.jpg) no-repeat;
    background-size: cover;
}

.contact__right--list {
    background: #274cc0;
    opacity: 0.8;
    max-height: 600px;
}

    .contact__right--list .heading-v12__block-name,
    .contact__right--list .heading-v12__block-list .fa {
        color: #fff;
    }

    .contact__right--list .first-item {
        font-size: 11px;
        text-transform: uppercase;
        color: #f8aabf;
        padding: 5px 0;
    }

    .contact__right--list .second-item {
        color: #fff;
        font-weight: bold;
    }

@media (min-width: 992px) {
    .insta {
        max-height: 200px;
    }
}

.insta__info {
    background: #d65779;
    position: relative;
    z-index: -1;
}

.insta__info--middle {
    position: absolute;
    z-index: 1;
    top: 0;
    background: rgba(214,87,121,0.9);
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.insta__info--middle-inner {
    display: table-cell;
    vertical-align: middle;
}

.insta__info__top {
    color: #f8aabf;
    font-size: 16px;
}

.insta__info__bott {
    color: #fff;
    font-size: 24px;
}

@media (max-width: 540px) {
    .insta__info__top {
        font-size: 14px;
    }

    .insta__info__bott {
        color: #fff;
        font-size: 18px;
    }
}

@media (max-width: 430px) {
    .insta__info__top {
        font-size: 11px;
    }

    .insta__info__bott {
        color: #fff;
        font-size: 16px;
    }
}

.insta__img {
    width: 100%;
    height: 100%;
}

.subfooter__logo {
    text-transform: uppercase;
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

.subfooter__logo__img {
    margin: 0 auto;
}

.subfooter__logo:hover {
    text-decoration: none;
}

.subfooter__link .icon-custom {
    background: #f1f1f1;
    color: #cecece;
    border: none;
}

.subfooter__link:hover .icon-custom {
    background: #d65779;
    color: #fff;
}

.subfooter__copyright {
    font-size: 12px;
}

.subfooter__copyright--pink {
    color: #274cc0;
}
/*=================================*/
.color-242323 {
    color: #242323;
}

.color-2a2a2a {
    color: #2a2a2a;
}

.color-404041 {
    color: #404041;
}

.color-fff {
    color: #fff;
}

.color-fad732 {
    color: #fad732;
}

.color-ebf4fe {
    color: #ebf4fe;
}

.color-eaf3ff {
    color: #eaf3ff;
}

.color-cee4fb {
    color: #cee4fb;
}

.font-size-40 {
    font-size: 4rem;
}

.font-size-38 {
    font-size: 3.8rem;
}

.font-size-20 {
    font-size: 2rem;
}
