html, body {
	overflow-x: hidden;
}
body {
    font-family: "Caudex", Helvetica, Arial, sans-serif;
    color: #3b456f;
    font-size: 16px;
}
h2 {
    font-size: 48px;
    font-weight: 400;
    color: #051557;
}
h3 {
    color: #051557;
}
h4 {
    font-weight: 700;
    color: #051557;
}
h5 {
    font-weight: 700;
    color: #051557;
}
section {
    position: relative;
}
a {
    text-decoration: none;
}
.sec-about, .sec-service, .sec-infomations {
    padding-top: 70px;
    margin-bottom: 35px;
}
.sec-about h2, .sec-service h2, .sec-price h2, .sec-contact h2 {
    margin-bottom: 40px;
}
.sec-about .box-text {
    padding: 20px 8%;
}
.item-service {
    padding: 40px 10% 25px;
    border: 2px solid #051557;
    height: 100%;
    text-align: center;
}
.item-service .line {
    margin: 25px 0;
}
.sec-price {
    padding-top: 100px;
    padding-bottom: 60px;
    background-image: url(../images/bg-pricing-details.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.ui-tabs-nav {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    display: block;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    padding: 0;
    border-color: #ffffff;
}
.ui-tabs-nav li {
    border: 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav li a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 30px;
    color: #444;
}
.ui-tabs-nav li a.active {
    color: #fff;
}
.ui-tabs-nav li a.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    height: 2px;
    margin-left: -50%;
    width: 100%;
    background: #051557;
    z-index: 2;
}
.table-makeup td {
    padding: 15px 20px;
    color: #fff;
    font-size: 160%;
    border-color: #878dae;
}
table td {
    border-width: 0 1px 1px 0;
}
table tr:first-child td {
    box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.06);
}
.table-makeup .m1 {
    text-align: left;
    width: 80%;
}
table tr td:last-child {
    border-right: 0;
}
.table-makeup .m2 {
    text-align: center;
}
.tabs-wrapper .tab-content {
    padding: 15px 20px 20px;
}
.sec-infomations .icon-box {
    font-size: 80px;
    padding-top: 5px;
    color: #051557;
    box-sizing: unset;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
}
.sec-infomations .desc-box {
    text-align: center;
}
.item-infomations .title:before {
    background-color: #051557;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    top: -15px;
    position: relative;
}
.item-infomations:hover .title:before {
    width: 100px;
}
.item-infomations:hover .icon-box {
    top: -5px;
}
.sec-infomations .line {
    text-align: center;
    margin-bottom: 40px;
}
.box-title {
    background-color: #051557;
    padding: 20px 10%;
    text-align: center;
}
.sec-gallery .box-image {
    height: 100%;
}
.sec-gallery .box-image .fancybox {
    display: block;
    height: 100%;
    width: 100%;
}
.sec-gallery .box-image .fancybox img {
	width: 100%;
    height: auto;
}
.sec-contact {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #fcfaf8;
}
.form-control {
    border-radius: 0!important;
    color: #051557!important;
    background-color: rgba(252,250,248,1)!important;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
    background-color: currentColor;
}
.btn-submit-form {
    color: #ffffff!important;
    width: 100%;
    border-radius: 0!important;
    box-sizing: border-box;
    text-align: center;
    border: none!important;
    background-color: #051557!important;
}
.sec-gift {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #051557;
}
.button-contact {
    background-color: #c40009!important;
    color: #ffffff;
    margin: 0 10px 15px 0;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: inherit;
    text-decoration: none;
}
.button-contact:hover {
    color: #ffffff;
}
.footer-content {
    padding-top: 100px;
}
.copyright {
    background-color: #f5f3f1;
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    margin: 0;
}
.top-bar .logo {
    float: left;
    margin: 0 30px 0 20px;
}
.logo img {
    vertical-align: middle;
    max-height: 100%;
}
.top-bar .logo a {
    height: 100px;
    padding: 0px 0;
    display: block;
    padding: 5px 0;
}
.top-bar .menu_wrapper #menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-bar .menu > li {
    margin: 0;
    z-index: 203;
    display: flex;
    float: left;
    background: #fafafa;
    border-color: #F2F2F2;
    padding: 0 30px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-bottom: 0;
    border-top: 0;
    align-items: center;
}
.top-bar .menu > li > a {
    color: #051557;
    display: block;
    line-height: 60px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
}
.top-bar .menu_wrapper #menu ul {
    margin: 0;
    list-style: none;
}
#header {
    background-color: #fff;
    position: relative;
}
#header .container-fluid {
    padding: 0;
}
.sticky {
    z-index: 15!important;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed!important;
    transition: all 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.top-bar a.responsive-menu-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 3px;
    z-index: 200;
    color: #051557;
    background: transparent;
}
a.responsive-menu-toggle i {
    font-size: 22px;
    line-height: 34px;
}
.sec-banner img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 1240px) {
    .top-bar .menu_wrapper {
        float: right;
        height: 100px;
    }
    .top-bar .menu_wrapper #menu {
        display: block!important;
        height: 100%;
    }
    .top-bar .menu_wrapper #menu ul {
        display: flex;
        height: 100%;
    }
}
@media only screen and (max-width: 479px) {
    body {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0px;
    }
    h2 {
        font-size: 29px;
        line-height: 29px;
        letter-spacing: 0px;
    }
    h3 {
        font-size: 18px;
        line-height: 19px;
        letter-spacing: 0px;
    }
    h4 {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0px;
    }
    h5 {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0px;
    }
    .sec-price {
        background-repeat: unset;
    }
    .ui-tabs-nav li {
        width: 100%;
    }
    .ui-tabs-nav li a {
        text-align: center;
        background: #f9f9f9;
        box-shadow: inset 0px 4px 3px -2px rgba(0,0,0,.04);
    }
    .ui-tabs-nav li a.active {
        color: #051557;
    }
    .sec-price .box-image {
        text-align: center;
    }
    .top-bar #menu {
        display: none;
        height: auto;
        right: 1px;
        margin: 0;
        float: left;
        position: static!important;
        width: 100%!important;
    }
    .top-bar a.responsive-menu-toggle {
        display: block;
        top: 48.5px;
        right: 10px;
    }
    .top-bar .logo {
        position: static;
        float: left;
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .top-bar .logo a {
        display: inline-block;
    }
    .top-bar #menu > ul {
        padding: 0;
        width: 100%;
        float: left;
    }
    .top-bar #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
        padding: 10px 25px;
    }
    .top-bar #menu ul li a {
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
    }
	.sec-gallery .box-image .fancybox {
		height: auto;
	}
	.sec-gallery .box-image .fancybox img {
		width: 100%;
	}
	.sec-gallery .box-image {
		margin-bottom: 15px;
	}
}