/* GOOGLE FONTS */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');*/

/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#9cbbcc!important; color:#fff}
::-moz-selection{ background:#9cbbcc!important; color:#fff}

a{text-decoration: none; outline:none}
a:hover{ color:#666666; text-decoration: none; outline:none}

body{ background:#fff; border:0; font-family: "Open Sans"; color:#666666 ; line-height:1.6154; min-width:320px;}
img {
    height: auto;
    max-width: 100%;
}
ul, ol, li {
    padding: 0;
    margin: 0;
}
p {
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #606060;
}
.w-100{
    width: 100%;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.text-blue{
    color: rgb(0, 60, 119) !important;
}
/**--------Header-----------------*/
.bg-gray {
    background-color: #f9f9f9;
}
.upper-bar-dark {
    background: #02185a;
}
.upper-bar .contact-us-bar {
    font-weight: 500;
}
.upper-bar .contact-us-bar p {
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.upper-bar .social-media-bar {
    float: right;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 50px;
}
.upper-bar .social-media-bar li {
    display: inline-block;
    padding-left: 3px;
}
.upper-bar-dark .social-media-bar li a {
    transition: .4s;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background: transparent;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    border: 1px solid transparent;
}
.upper-bar .social-media-bar li a:hover {
    background: #ff6119;
    border: 1px solid #ff6119;
    color: #fff;
}
.upper-bar .social-media-bar li a img{
    width: 15px;
}
.andro_header-middle .navbar {
    padding: 15px 0;
    display: block;
}
.navbar-brand {
    padding: 5px 0;
    width: 200px;
    margin-right: 0px;
}
.navbar-brand img{
    width: 100%;
    max-width: 200px;
}

.nav-bar .single-item {
    position: relative;
    padding-left: 50px;
    margin-top: 22px;
    float: right;
    width: 100%;
}
.nav-bar .single-item span {
    left: 0;
    top: 0;
    color: #ff6119;
    position: absolute;
}
.nav-bar .single-item h3 {
    color: #02185a;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.nav-bar .single-item p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    color: #777777;
    font-weight: 500;
}
.nav-bar .single-item p {
    line-height: 18px;
}
.nav-bar .single-item span::before {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
}

.header-bottom{
    background: #FFF;
    /*border-top: 1px solid #eee;*/
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0,0,0,.15);
}
.header-bottom-inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn {
    border-radius: 5px;
    font-family: "Arsenal";
    font-weight: 800;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.8rem;
    border: none;
    min-width: 190px;
}
.btn.btn-action {
    background-color: #00c1de;
    color: #1b1c4c;
}
.nav-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(100% - 285px);
    text-align: center;
}
.nav-menu li {
    display: inline-block;
}
.nav-menu li a {
    color: rgb(0, 60, 119);
    text-decoration: none;
    display: block;
    margin-right: 28px;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0;
    position: relative;
    text-transform: uppercase;
}
.nav-menu .nav-item .nav-link:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: 25px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #ff6119 !important;
    opacity: 0;
}
.nav-menu .nav-item.active > .nav-link:before, .nav-menu .nav-item:hover .nav-link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: #ff6119 !important;
    background-color: transparent;
}
.nav-menu .nav-item.has-dropdown > ul.sub-menu {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 8%);
    border-bottom: 3px solid #ff6119;
    margin-left: 0px;
    z-index: 100;
}
.nav-item.has-dropdown:hover ul.sub-menu {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.nav-item.has-dropdown > ul.sub-menu li a {
    opacity: .7;
    display: block;
    text-transform: capitalize;
    color: #3e3a3a;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 23px;
    margin: 0;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #f1f1f1 !important;
    transition: .5s;
}
.nav-item.has-dropdown > ul.sub-menu li {
    display: block;
    z-index: 3;
}
.nav-item.has-dropdown > ul.sub-menu li {
    position: relative;
}
.has-dropdown .icon-down {
    opacity: 0.8;
    position: absolute;
    right: -12px;
    top: 31px;
}

.mm-listview li a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #02185a;
}
.hidden{
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
}

/**--------sliders-----*/
.banner-slide .owl-sliders.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -30px;
    position: relative;
    z-index: 100;
}
.banner-slide .owl-sliders.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span{
    width: 30px;
    height: 3px;
}
.banner-slide .owl-sliders.owl-theme .item img{
    width: 100%;
}
/*.banner-slide{
    margin-bottom: 30px;
}*/

.owl-sliders .owl-nav{height: 0px;}
.owl-sliders.owl-carousel .owl-nav .owl-prev, .owl-carousel.owl-sliders .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: inherit;
    margin: 0;
}
.owl-sliders .owl-nav .fa:before{font-size: 19px; vertical-align: middle; }
.owl-sliders .owl-nav .owl-prev{left: 0px;}
.owl-sliders .owl-nav .owl-next{right: 0px;}
.owl-sliders .owl-nav .owl-prev:hover, .owl-sliders .owl-nav .owl-next:hover{background: #333333; border-color: #333333;}

.owl-sliders .image-show {
    width: 100%;
    padding-top: 45%;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.owl-sliders .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.owl-sliders .item{
    position: relative;
}
.owl-sliders .slide__overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 0;
    pointer-events: none;
}
.logo{
    width: 95px;
}
.logo img{
    max-height: 90px;
}
.btn-booking{
    width: 190px;
}
.navbar-toggle {
    height: 18px;
    line-height: 35px;
    width: 35px;
    cursor: pointer;
    position: relative;
    display: none;
}
.navbar-toggle span {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.navbar-toggle span:first-child {
    background: #1b1c4c;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 35px;
    top: 0;
}
.navbar-toggle span:nth-child(2) {
    background: #1b1c4c;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 35px;
    top: 8px;
}
.navbar-toggle span:nth-child(3) {
    background: #1b1c4c;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 35px;
    top: 16px;
}
.header-bottom.none-fixed-header {
    position: inherit !important;
    transform: inherit !important;
}
.owl-theme .owl-nav{
    margin-top: -10px;
}
/*--------Gallery-------------*/
.featured-area .items {
    padding: 0 1px 1px 0;
}
.featured-area .items .image-show {
    width: 100%;
    padding-top: 65%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    zoom: 1;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.featured-area .items .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.featured-img, .featured-wrap {
    position: relative;
}
.featured-img {
    overflow: hidden;
}
.featured-img:after, .featured-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 9;
    opacity: .4;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.featured-img:before {
    left: 0;
    top: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
}
.featured-img:after {
    right: 0;
    bottom: 0;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.featured-wrap:hover .featured-img .image-show {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.featured-img:hover:after, .featured-img:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*----------About-------------*/
.features {
    background: #FFF;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-120 {
    padding-top: 120px;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h2, .section-title-left h2 {
    color: #666;
    display: block;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 600;
    letter-spacing: .20px;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 15px;
}
.section-title h2, .section-title-left h2 {
    padding-left: 60px;
    position: relative;
}
.section-title h2::after, .section-title-left h2::after {
    background: #ff6119;
    line-height: 27px;
    position: absolute;
    left: 0;
    content: "";
    top: 5px;
    height: 3px;
    width: 40px;
}
.section-title h3, .section-title-left h3 {
    color: #02185a;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 45px;
}
.section-title h3 {
    margin-bottom: 20px;
}
.p-title-section {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: -5px;
    margin-left: -20px;
}
.introduction{
    text-align: center;
}
.bg-dark-blue{
    background: #003c77;
}
.m-introduction--title h1{
    font-family: "Arsenal";
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #00c1de;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.m-introduction--title h2{
    font-family: "Arsenal";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #00c1de;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.m-introduction--content{
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
}

.room-container-title h1{
    font-family: "Arsenal";
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #fff;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.room-container-title h2{
    font-family: "Arsenal";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.room-container-title p{
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
}
.wpo-section-title span{
    font-family: "Arsenal";
    color: rgb(0, 60, 119);
    font-weight: 600;
    font-size: 18px;
}
.wpo-section-title h1{
    font-family: "Arsenal";
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
    color: rgb(0, 60, 119);
}
.wpo-section-title h2{
    font-family: "Arsenal";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(0, 60, 119);
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
.wpo-about-img img {
    box-shadow: -10px 10px 0px 0px rgb(0 60 119 / 17%);
    border: solid 1px #eee;
}
.m-introduction-img--overlay{
    width: 100%;
    padding-top: 25%;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.m-introduction-img--overlay .inner-m-introduction-img {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.feat-item-one {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    transition: 0.4s;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #ff6119;
}
/*.feat-item-one {
    height: 300px;
}*/
.feat-item-one .content-box-feat {
    position: relative;
    padding: 40px 30px;
    z-index: 5;
    text-align: left;
}
.icon-steelonline {
    width: 100%;
    display: flex;
}
.icon-steelonline span {
    z-index: 10;
    color: #fff;
    padding: 10px;
}
.feat-item-one .content-box-feat span {
    font-size: 50px;
    color: #ff6119;
    display: block;
    line-height: 50px;
}
.feat-item-one .content-box-feat span::before {
    margin: 0;
    font-size: 50px;
}
.icon-steelonline img {
    margin-left: -70px;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.feat-item-one .content-box-feat h4 {
    color: #02185a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 25px;
}
.feat-item-one .content-box-feat p {
    margin-bottom: 0;
    line-height: 24px;
}
.feat-item-one:hover {
    background: #02185a;
    border: 1px solid #02185a;
    border-bottom: 3px solid #02185a;
}
.feat-item-one:hover .content-box-feat span, .feat-item-one:hover .content-box-feat h4, .feat-item-one:hover .content-box-feat p {
    color: #FFF;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
/*----------Rooms-------------*/
.item-room{
    background: #fff;
}
.item-room .image-show {
    width: 100%;
    padding-top: 72%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.item-room .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.room-body{
    padding: 20px;
}
.room-body .room-title h3{
    color: #003C77;
    font-family: "Arsenal";
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
}
.room-body .room-title h3 a{
    color: #003C77;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
}
.room-description{
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #003C77;
    letter-spacing: 0;
    line-height: 26px;
    min-height: 100px;
}
.btn.btn-ghost {
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #00c1de;
    color: #00c1de;
}
.btn.btn-ghost:hover, .btn.btn-ghost.hovered {
    background-color: #00c1de;
    color: #1b1c4c;
}
.more-link{
    color: #00C1DE;
    font-weight: 300;
    font-style: normal;
    font-family: "Open Sans";
    font-size: 14px;
}
.more-link:after {
    content: " →";
}
.more-link:hover{
    text-decoration: underline;
}
.product-price__price{
    color: #003C77;
    font-size: 14px;
}
.product-price__sale{
    font-size: 19px;
    color: #003C77;
}
/*----------Food-------------*/
.item-food{
    background: #fff;
}
.item-food .image-show {
    width: 100%;
    padding-top: 65%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
}
.item-food .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.food-body .food-title h3{
    line-height: 18px;
    margin-top: 10px;
}
.food-body .food-title h3 a{
    color: #003C77;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
}
.food-description{
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 26px;
    min-height: 100px;
}
/*----------Swimming-------------*/
/*.swimming-pool{
    background: url("../images/bg-about.jpg") no-repeat center center;
}*/
.swimming-pool-images .image-show{
    width: 100%;
    padding-top: 130%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}
.swimming-pool-images .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.sm-title h2{
    font-family: "Arsenal";
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #003C77;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.sm-title p{
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #003C77;
    letter-spacing: 0;
    line-height: 26px;
}
.swimming-pool-content ul{
    list-style: inside;
}
/*----------Price-------*/

.inner-breadcrumb .image-show{
    width: 100%;
    padding-top: 32%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.inner-breadcrumb .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.container-map{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 40%;
    border-radius: 8px;
}
.container-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.blog-item{
    border-bottom: solid 1px #eee;
}
.blog-item .image-show {
    width: 100%;
    padding-top: 65%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
}
.blog-item .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.blog-item .blog-title h3{
    line-height: 18px;
    margin-top: 10px;
}
.blog-item .blog-title h3 a{
    color: #003C77;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
}
.blog-description{
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #666;
    letter-spacing: 0;
    line-height: 26px;
    min-height: 100px;
}


.owl-gallery .owl-nav{height: 0px;}
.owl-gallery.owl-carousel .owl-nav .owl-prev, .owl-carousel.owl-gallery .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: inherit;
    margin: 0;
}
.owl-gallery .owl-nav .fa:before{font-size: 19px; vertical-align: middle; }
.owl-gallery .owl-nav .owl-prev{left: 0px;}
.owl-gallery .owl-nav .owl-next{right: 0px;}
.owl-gallery .owl-nav .owl-prev:hover, .owl-gallery .owl-nav .owl-next:hover{background: #333333; border-color: #333333;}

.owl-gallery .image-show {
    width: 100%;
    padding-top: 50%;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.owl-gallery .image-show .bg-image-show {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.txt-ext ul li, .inner-post-content ul li{
    list-style: inside;
}
.sm-title h4 {
    font-family: "Arsenal";
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #003C77;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}


.case-item {
    position: relative;
}
.img-case {
    position: relative;
    overflow: hidden;
}
.case-item .img-case .overlay-case {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    top: 10px;
    z-index: 25;
    opacity: 0;
    display: block;
    background: rgba(1, 16, 59, 0.95);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}
.case-item .img-case .overlay-case .inner-overlay {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
    padding: 10px 10px;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.case-item .img-case .overlay-case .inner-overlay .case-study-text {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.links-case div {
    display: inline-block;
}
.links-case div a {
    margin-right: 5px;
    margin-left: 5px;
    transition: .4s;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #02185a;
    border: 1px solid #f1f1f1;
    background: #fff;
    display: block;
}
.footer-case {
    padding: 30px;
    background: #FFF;
    border: 1px solid #eee;
    text-align: left;
    color: #02185a;
    border-bottom: 3px solid #ff6119;
}
.footer-case {
    padding-bottom: 10px;
}
.footer-case .tag-case {
    color: #898989;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 12px;
    font-family: "Open Sans";
    margin-bottom: 10px;
}
.tag-case span {
    padding-top: 20px;
    display: inline-block;
}
.case-item:hover .img-case .overlay-case {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.case-item:hover .img-case .overlay-case {
    opacity: .7;
}
.case-item:hover .img-case .overlay-case .inner-overlay {
    opacity: 1;
    top: 0;
    transition-delay: 0.5s;
}
.links-case div a:hover {
    border: 1px solid #ff6119;
    color: #FFF;
    background: #ff6119;
}
.portoflio-one .owl-carousel.case-one-price .owl-nav {
    position: absolute;
    top: -143px;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
    margin: 0;
}
.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-prev, .portoflio-one .owl-carousel.case-one-price .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    color: #02185a;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 1px;
    border: 1px solid #eee;
    z-index: 999;
}
.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-prev {
    right: 50px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-next {
    right: 0px;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.portoflio-one .owl-carousel.case-one-price .owl-nav .owl-next:hover, .portoflio-one .owl-carousel.case-one-price .owl-nav .owl-prev:hover {
    background: #ff6119;
    color: #fff;
}
.pb-50 {
    padding-bottom: 50px;
}
/*----------Footer-------*/
footer{
    border-top: 1px solid #e6e6e6;
}
.ft-contact ul {
    margin: 0;
    padding: 0;
}

.ft-contact ul li, .ft-contact ul li a {
    list-style: none;
    font-size: 14px;
    color: #003c77;
    line-height: 26px;
    letter-spacing: 0;
}

.ft-contact h4, .link-social h4 {
    color: #003c77;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
}

.link-social {
    text-align: right;
}

.link-social ul {
    margin: 0;
    padding: 0;
}

.link-social ul li {
    list-style: none;
    display: inline-block;
}

.footer-widget .footer-logo img {
    width: 150px;
    margin-bottom: 30px;
}
.footer-widget p {
    font-weight: 500;
    color: #ccc;
    font-size: 14px;
}
.mb-30 {
    margin-bottom: 30px;
}
.main-btn-three .text-btn .text-btn-two {
    background: #ff6119;
    color: #fff;
}
.main-btn-three .arrow-btn .arrow-two {
    background: #ff6119;
    color: #FFF;
}
.main-btn-three .text-btn .text-btn-one {
    background: #fff;
    color: #02185a;
}
.main-btn-three .arrow-btn .arrow-one {
    background: #fff;
    color: #02185a;
}
.footer-widget h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    letter-spacing: .5px;
}
.footer-widget .line-footer {
    width: 50px;
    height: 3px;
    background: #ff6119;
    margin-bottom: 30px;
    margin-top: 20px;
}
.footer-widget .footer-link {
    padding-left: 0;
}
.footer-widget .footer-link li {
    border-bottom: 1px solid rgba(214, 214, 214, 0.1);
    transition: .4s;
}
.footer-widget .footer-link li a {
    font-size: 13px;
    color: #ccc;
    display: block;
    transition: .4s;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 14px;
    font-weight: 600;
}
.footer-widget .footer-link li:first-child a {
    padding-top: 0;
}
.footer-inner{
    position: relative;
    z-index: 2;
}
.footer-widget .footer-link li:hover a {
    padding-left: 8px;
    color: #FFF;
}

.newsletter-item {
    position: relative;
    margin-bottom: 35px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], input[type="subject"], textarea {
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #eee;
    padding: 13px 20px;
    background: #fff;
    color: #02185a;
    border-radius: 0px;
    margin-bottom: 30px;
    box-shadow: none !important;
}
.newsletter-item button {
    height: 50px;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
    right: 0px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #ff6119;
    display: inline-block;
    top: 0;
    line-height: 50px;
    border: 1px solid #ff6119;
}
.social-media {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.social-media li {
    display: inline-block;
}
.social-media li a {
    margin-right: 10px;
    transition: .4s;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ff6119;
    background: #ff6119;
    display: block;
}

.social-media li a:hover {
    background: #FFF;
    color: #ff6119;
    border: 1px solid #ffffff;
}

.row-contact {
    background: #f9f9f9;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border: 1px solid #ddd;
    position: relative;
}
.no-padding {
    padding: 0;
}
.row-contact .no-padding {
    border-right: 1px solid #DDD;
}
.row-contact .single-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-top: 40px;
}
.row-contact .single-item span {
    left: 0;
    top: 0;
    color: #ff6119;
    position: absolute;
    font-size: 30px;
}
.row-contact .single-item span::before {
    margin: 0;
    font-size: 35px;
    line-height: 35px;
}
.row-contact .single-item p {
    font-size: 14px;
    color: #02185a;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 10px;
}
.footer-bar {
    z-index: 3;
    position: relative;
    background: #01144a;
}
footer .copyright {
    font-weight: 500;
    font-size: 14px;
    color: #f4f7fd;
    letter-spacing: 1.7px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}
footer .copyright a {
    color: #ff6119;
    font-weight: 700;
}
.links-of-footer {
    text-align: right;
    padding-left: 0;
    font-size: 14px;
    color: #f4f7fd;
    letter-spacing: 1.7px;
    line-height: 30px;
    padding-top: 30px;
    margin-bottom: 0;
}
.links-of-footer li {
    display: inline-block;
    margin-left: 25px;
}
.links-of-footer li a {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 30px;
    text-transform: capitalize;
    transition: 0.4s;
}


.header-breadcrumb {
    padding: 35px 0;
    background-image: url(../images/page-bg.jpg);
    min-height: 100%;
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
}
.header-breadcrumb .container {
    position: relative;
    z-index: 5;
    text-align: left;
}
.header-breadcrumb::after {
    background: rgba(50, 50, 50, 0.55);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.header-breadcrumb .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}
.header-breadcrumb .breadcrumb, .header-breadcrumb-two .breadcrumb {
    text-align: left;
    padding: 0;
    background: none;
    display: block;
    margin: 0;
    border: none;
    border-radius: 0;
    margin-top: 20px;
}
.header-breadcrumb .breadcrumb li, .header-breadcrumb-two .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #eee;
    text-transform: capitalize;
    transition: 0.4s;
    letter-spacing: 0.20px;
    font-family: "Open Sans";
}
.header-breadcrumb .breadcrumb li a, .header-breadcrumb-two .breadcrumb li a {
    transition: 0.4s;
    color: #fff;
}

.shop {
    background: #fff;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.img-product {
    position: relative;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.product-kind img {
    height: 400px;
}
.img-product img {
    width: 100%;
}
.img-product .btn-product {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #ff6119;
    z-index: 5;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.30px;
    border-radius: 2px;
    -webkite-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    bottom: -50px;
    left: 0;
}
.content-product h4 a {
    font-size: 18px;
    font-weight: 600;
    color: #02185a;
    line-height: 18px;
    margin-bottom: 12px;
    text-transform: capitalize;
    transition: 0.4s;
}
.single-product-item:hover .img-product .btn-product {
    bottom: 0;
}
.img-product .btn-product a{
    color: #fff;
}

.content-product {
    padding: 30px;
    text-align: left;
    position: relative;
    border: 1px solid #f1f1f1;
    border-top: 0;
    border-bottom: 3px solid #ff6119;
}
.pt-50 {
    padding-top: 50px;
}

.portfolio-three-item .img-case {
    position: relative;
    overflow: hidden;
}
.case-news .img-case {
    height: 435px;
}
.portfolio-three-item .img-case img {
    width: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.case-news .img-case img {
    height: 360px;
}
.text-of-case {
    position: absolute;
    bottom: 20px;
    right: 10px;
    left: 20px;
    text-align: left;
}
.case-news .text-of-case {
    position: absolute;
    bottom: 30px;
    right: 10px;
    left: 30px;
    text-align: left;
    background: rgb(255,255,255,0.85);
    padding: 30px;
    border-bottom: 3px solid #ff6119;
    width: 80%;
}
.case-study-text .tag-case {
    color: #ff6119;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 12px;
    font-family: "Open Sans";
    margin-bottom: 10px;
}
.case-study-text h5 a {
    color: #fff;
    display: block;
    margin-top: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    padding-top: 3px;
    line-height: 25px;
}
.case-study-text h5 a {
    color: #02185a;
}
.case-study-text h5 a {
    font-size: 15px;
    text-transform: none;
}
.case-news .text-of-case {
    position: absolute;
    bottom: 30px;
    right: 10px;
    left: 30px;
    text-align: left;
    background: rgb(255,255,255,0.85);
    padding: 30px;
    border-bottom: 3px solid #ff6119;
    width: 80%;
}
.portfolio-three-item:hover .img-case img {
    opacity: 0.9;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news-item {
    margin-bottom: 30px;
}
.news-img {
    position: relative;
}
.news-img {
    overflow: hidden;
}
.news-img img {
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-info {
    background: #fff;
    padding: 10px 20px;
    z-index: 1;
    position: relative;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #ff6119;
}
.date {
    padding-left: 0;
}
.date li {
    display: inline-block;
    margin-right: 10px;
}
.date li span {
    padding-right: 5px;
}
.date li a {
    color: #ff6119;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-info .date {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans";
}
.news-info .title-post h5 {
    display: block;
    color: #02185a;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 18px;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-info .post-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.btn-read-more {
    position: relative;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 2px;
    color: #02185a;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: auto;
    margin-top: 17px;
}
.btn-read-more .text-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-read-more i {
    font-size: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    right: -2px;
}
.btn-read-more::after {
    clear: both;
    display: block;
    width: 100%;
    width: 100%;
    background-color: #d6d6d6;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
.btn-read-more:hover {
    color: #ff6119;
}
.btn-read-more:hover::before {
    left: 0;
    width: 100%;
    right: auto;
}
.btn-read-more::after {
    clear: both;
    display: block;
    width: 100%;
    width: 100%;
    background-color: #d6d6d6;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
.btn-read-more:hover i {
    opacity: 0;
}
.btn-read-more::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #ff6119;
    z-index: 1;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-read-more:hover .text-btn {
    position: relative;
    left: 4px;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.category-title h3, .category-title-left h3 {
    color: #02185a;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 45px;
}
.news-item:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.blog-page, .blog-grid {
    background: #FFF;
}
.mt-30 {
    margin-top: 30px;
}
.widget {
    margin-bottom: 40px;
}
.body-widget {
    position: relative;
    background: #fff;
    padding: 35px 30px;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #ff6119;
}
.widget-posts {
    position: relative;
    background: #fff;
    padding: 35px 30px;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #ff6119;
}
.title-widget h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    color: #02185a;
    margin-bottom: 30px;
}
.lastet-posts {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}
.lastet-posts img {
    float: left;
    height: auto;
    width: 25%;
    border-radius: 3px;
    display: block;
}
.inner-text {
    float: left;
    width: 75%;
    padding-left: 10px;
}
.widget-posts .inner-text h6 {
    color: #02185a;
    font-size: 14px;
    display: block;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    transition: 0.4s;
}
.inner-text .meta {
    font-size: 11px;
    color: #9b9b9b;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans";
    margin-top: 5px;
}
.contact-side h6, .follow-us h6 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #02185a;
    letter-spacing: .5px;
    margin-bottom: 30px;
}
.social-media {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.tags {
    padding-bottom: 10px;
}
.widget .tags-list {
    padding-left: 0;
}
.widget .tags-list li {
    display: inline-block;
}
.widget .tags-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: block;
    transition: 0.4s;
    background: #ff6119;
    border: 2px solid #ff6119;
    border-radius: 2px;
}
.widget .tags-list li a:hover {
    background: #02185a;
    border: 2px solid #02185a;
    color: #FFF;
}
.blog-img {
    position: relative;
}
.blog-img {
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.blog-info {
    background: #fff;
    padding: 35px 35px;
    z-index: 1;
    position: relative;
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #ff6119;
}
.blog-info {
    min-height: 232px;
}
.blog-page .blog-info {
    background: transparent;
    padding: 35px;
    z-index: 1;
    position: relative;
    border: none;
    border-bottom: none;
    padding-bottom: 20px;
}
.single-blog .blog-info {
    padding: 35px 0 0;
}
.blog-info .date {
    line-height: 20px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans";
}
.single-blog .blog-info .title-post h5, .single-blog .blog-info .title-post h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 18px;
    color: #02185a;
}
.single-blog .post-text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
#blog_content h2 {
    color: #02185a;
    font-size: 18px;
    display: block;
    font-weight: 600;
    font-family: Roboto;
    line-height: 22px;
    text-transform: none;
    transition: 0.4s;
    margin-bottom: 15px;
}




/*-------------Product detail------------*/
.product-image img{
    width: 100%;
    border-radius: 4px;
}
.h1.product-title{
    color: #02185a;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 0;
}
.product-description{
    font-size: 15px;
}
.product-description ul{
    margin-bottom: 10px;
}
.product-description ul li{
    list-style: inside;
}
.content-detail{
    font-size: 15px;
}
/*----------Title-------*/
.section-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #f0f2f3;
}
.section-title.flex-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-title .title {
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    color: #0b446f;
}
.section-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #c30c0c;
}
.btn-booking.ms-mobile{
    display: none;
}


.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; }

.support-online a { position: relative; margin: 30px 10px; text-align: left; width: 40px; height: 40px; }

.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #fff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }

.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }

.support-online a:hover span { display: block; }

.support-online a { display: block; }

.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent  rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }

.kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0, 175, 242, 0.5); opacity: .75; right: -10px; }

.kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: .1; border-color: #0089B9; opacity: .5; }

.support-online .btn-support { cursor: pointer; }



.call-now i{background: green;}

.mes i{background: orange;}

.sms i{background: red;}

.alo-phone.alo-show {
    visibility: visible;
}

.alo-ph-img-circle{
    width:30px;
    height:30px;
    top: 45px;
    left: 45px;
    position:absolute;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;opacity:.7;
    -webkit-animation:alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation:alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation:alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation:alo-circle-img-anim 1s infinite ease-in-out;
    animation:alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
}

.alo-phone{
    position:fixed;
    visibility:hidden;
    background-color: transparent;
    width:120px;
    height:120px;
    cursor:pointer;
    z-index:999;
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0);
    -webkit-transition:visibility .5s;
    -moz-transition:visibility .5s;
    -o-transition:visibility .5s;
    transition:visibility .5s;
    top:10px;
    left:10px;
}

.alo-phone.alo-show{
    visibility:visible
}

.alo-phone:hover{
    opacity:1
}

.alo-ph-circle{
    width:120px;
    height:120px;
    top:0;
    left:0;
    position:absolute;
    background-color:transparent;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    border:2px solid #bfebfc;
    opacity:.1;
    -webkit-animation:alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation:alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation:alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation:alo-circle-anim 1.2s infinite ease-in-out;
    animation:alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition:all .5s;-moz-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;transform-origin:50% 50%
}
.alo-phone p{
    position: absolute;
    bottom: -18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fe6c1c;
    left:-8px;
    font-size:24px;
    width:165px;
}

.alo-phone:hover .alo-ph-circle,.hotline:hover .alo-ph-circle{
    border-color:#00aff2;
    opacity:.5
}

.alo-phone.alo-green:hover .alo-ph-circle,.hotline a:hover .alo-ph-circle{
    border-color:#baf5a7;
    opacity:.5
}

.alo-phone.alo-green .alo-ph-circle{
    border-color:#ffbc0a;
    opacity:.5
}

.alo-ph-circle-fill{
    width:60px;
    height:60px;
    top:30px;
    left:30px;
    position:absolute;
    background-color:#000;
    -webkit-border-radius:100%;
    moz-border-radius:100%;
    border-radius:100%;
    border:2px solid transparent;
    opacity:.1;
    -webkit-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;-o-transition:all .5s;
    transition:all .5s;-webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.alo-phone:hover .alo-ph-circle-fill,.hotline a:hover .alo-ph-circle-fill{
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2;
    opacity:.75!important
}
.alo-phone.alo-green:hover .alo-ph-circle-fill,.hotline a:hover .alo-ph-circle-fill{
    background-color:rgba(4,175,239,0.5);
    background-color:#baf5a7;
    opacity:.75!important
}
.alo-phone.alo-green .alo-ph-circle-fill{
    /* background-color:rgba(255,188,10,0.5); */
    background-color:red;
    opacity:.9!important
}
.alo-phone:hover .alo-ph-img-circle,.hotline a:hover
.alo-ph-img-circle{
    background-color:#00aff2
}
.alo-phone.alo-green.alo-hover .alo-ph-img-circle,.alo-phone.alo-green:hover .alo-ph-img-circle,.hotline:hover .alo-ph-img-circle{background-color:#04AFEF}
.alo-phone.alo-green .alo-ph-img-circle{
    background-color:red;
}

@-moz-keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-webkit-keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-o-keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@keyframes alo-circle-anim{0%{transform:rotate(0) scale(.5) skew(1deg);opacity:.1}30%{transform:rotate(0) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0) scale(1) skew(1deg);opacity:.1}}
@-moz-keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-webkit-keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-o-keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@keyframes alo-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}
@-moz-keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-webkit-keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@-o-keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
@keyframes alo-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0) scale(1) skew(1deg)}100%{transform:rotate(0) scale(1) skew(1deg)}}
#alo-fixed{visibility:visible;opacity:0;position:fixed;right:-100px;top:100px;filter:alpha(opacity=0);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s}
#alo-fixed.show{right:10px;visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-transition:all .4s linear 0s;transition:all .4s linear 0s}

@media (min-width: 1230px) {

}
/* Default landscape and desktop to large desktop */
@media (max-width: 1229px) {
}

@media (min-width: 1000px) {
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 991px) {

}
@media (min-width: 768px) and (max-width: 991px) {
    .main-nav-bar .navbar-toggle {
        height: 32px;
        line-height: 32px;
        width: 30px;
        cursor: pointer;
        top: 35px;
        right: 15px;
        position: absolute;
        right: inherit;
        left: 15px;
    }
}

@media (max-width:992px) {
    .nav-menu {
        display: none;
        float: none;
        max-height: 550px;
        overflow: scroll;
    }
    .navbar-toggle {
        display: block;
    }
    .logo{
        width: 80%;
        text-align: center;
    }
    .btn-booking.ms-mobile .btn{
        min-width: inherit;;
    }
}

@media (max-width: 767px) {
    .btn-booking.ms-desktop{
        display: none;
    }
    .btn-booking.ms-mobile{
        display:block;
        width: inherit;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
}

@media (max-width: 575px) {
    .d-n-mobile {
        display: none !important;
    }
    .navbar-brand {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .p-title-section {
        margin-top: 0px;
        margin-left: 0px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {

}