body{
    color: #000;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #aaa;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #0390d6;
    /*border-radius: 5px;*/
}
::-moz-selection { background: #0390d6; color: #fff}
::selection { background: #0390d6; color: #fff}
/*=============== Header ===================*/

/* Navbar */
header .navbar{
    top: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 15px 0;
    font-family: 'GE SS Two' , serif;
    transition: all 1s ease-in-out;
    z-index: 9999 !important;
}
.affix {
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px #ccc;
}
header .navbar-brand img {
    height: 50px;
    margin-top: -15px;
}
header .navbar-nav > li > a{
    position: relative;
    background: none !important;
    color: #a7509e;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
header .navbar-nav > li > a:hover,
header .navbar-nav > li.active > a{
    /*background: #fff !important;*/
    color: #5353a4;
}
/* Remove border color from the collapsible button */
header .navbar .navbar-toggle,
header .navbar .navbar-toggle:active,
header .navbar .navbar-toggle:focus {
    border-color: transparent;
    color: #ddd;
    background: transparent;
    box-shadow: none;
    border-radius: 2px;
}
header .navbar .navbar-toggle span {
    background: #5653a4;
}
header .navbar .navbar-toggle:hover {
    background: #5953a4;
    color: #fff;
    border: 1px solid #5852a3;
}
header .navbar .navbar-toggle:hover span {
    background: #fff;
}
header .navbar-nav > li > a.btn-call{
    color: #fff !important;
    background: #5453a4 !important;
    border-radius: 0 !important;
    padding: 6px 15px;
    margin: 8px auto;
}
/**/
.navbar.navbar-bootom {
    background: linear-gradient(-74deg, #5153a4 0% , #aa509e 100%);
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    color: #fff;
}

.navbar.navbar-bootom .contact-item{
    display: inline-block;
    margin: 15px auto 15px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.navbar.navbar-bootom .contact-item .contact-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #5c52a3;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    margin-left: 5px;
}
.navbar.navbar-bootom .contact-item .contact-text{
    display: inline-block;
}
.navbar.navbar-bootom  .contact-item .contact-number{
    display: inline-block;
    color: #fff;
}
/* Intro */
#carousel-index{
    position: relative;
    width: 100%;
    font-family: 'GE SS Two' , serif;
}

#carousel-index .item{
    width: 100%;
    height: 400px;
    z-index: 1;
}
#carousel-index .item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    z-index: 2;
}
#carousel-index .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#carousel-index .intro-title{
    font-size: 16px;
    color: #fff;
    margin: 10px auto;
}
#carousel-index .intro-text {
    font-size: 28px;
}
#carousel-index .height-light {
    color: #fff;
    background: #000;
    padding: 6px 15px;
    font-size: 16px;
    width: fit-content;
}
#carousel-index .carousel-caption{
    bottom: 20%;
}

#carousel-index .carousel-indicators li {
    border: none;
    background: #fff;
}
#carousel-index .carousel-indicators .active {
    background-color: #5453a4;
}
/**/
.for-contact-wrapper {
    position: relative;
    width: 100%;
    color: #fff;
    background: linear-gradient(-74deg, #5153a4 0% , #aa509e 100%);
}
.contact-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    margin: 30px auto;
    text-align: center;
    color: #fff;
}
.contact-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 99;
}
.contact-wrapper .contact-item{
    display: inline-block;
    margin: 10px auto;
    font-size: 24px;
    width: 50%;
}
.contact-wrapper .contact-item .contact-icon{
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #5a52a3;
    background: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    margin-left: 5px;
}
.contact-wrapper .contact-item .contact-text{
    display: inline-block;
}
.contact-wrapper  .contact-item .contact-number{
    display: block;
    color: #fff;
    margin: 10px auto 0;
    letter-spacing: 5px;
}
/**/
.section-title{
    position: relative;
    display: block;
    width: fit-content;
    font-size: 30px;
    padding-bottom: 8px;
    margin: 50px auto 20px;
    text-align: center;
    color: #5453a4;
}
.section-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 70px;
    height: 5px;
    background: #a6509f;
}
.section-description{
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
}
/**/
.about-wrapper.section-title{
    margin: 50px 0 20px;
    text-align: right;
}
.about-wrapper.section-title:after{
    left: auto;
    right: 0;
}
.about-tabs{
    display: flex;
    width: 100%;
    margin: 50px auto;
}
.about-tabs .nav-tabs {
    border-bottom: none;
    border-left: 5px solid #a7509e;
    padding: 0;
}
.about-tabs .nav-tabs li{
    width: 100%;
    display: block;
    margin: 10px auto;
}
.about-tabs .nav-tabs>li>a {
    margin: 0 !important;
    border: 1px solid #cccccc;
    border-left: none;
    border-radius: 0;
    color: #484848 !important;
    font-size: 16px;
}
.about-tabs .nav-tabs>li.active>a {
    background: #cccccc;
}
.about-tabs .tab-content{
    padding: 20px;
    font-size: 18px;
    color: #323232;
    line-height: 30px;
}
/**/
.whyChooseUs-wrapper{
    position: relative;
    display: block;
    margin: 20px auto;
    background: url("../images/Layer-5.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
}
.whyChooseUs-wrapper .section-title{
    margin: 0px 0;
    text-align: right;
    color: #fff;
}
.whyChooseUs-wrapper .section-title:after{
    left: auto;
    right: 0;
}
.whyChooseUs-wrapper .whyChooseUs-details{
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 700px;
    color: #fff;
    background: #5653a4;
    border-right: 25px solid #fff;
    border-bottom: 25px solid #fff;
    padding: 30px;
}
.whyChooseUs-wrapper .whyChooseUs-details .whyChooseUs-title{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 17px auto;
}
.whyChooseUs-wrapper .whyChooseUs-details .whyChooseUs-description{
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: justify;
}
.whyChooseUs-wrapper .whyChooseUs-contact{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 300px;
    background: #a6509e;
    padding: 30px;
    text-align: left;
}
.whyChooseUs-wrapper .whyChooseUs-contact .whyChooseUs-contact-icon{
    width: 48px;
    float: left;
    text-align: left;
    display: block;
    clear: both;
}
.whyChooseUs-wrapper .whyChooseUs-contact .whyChooseUs-contact-icon img{
    width: auto;
    max-width: 100%;
}
.whyChooseUs-wrapper .whyChooseUs-contact a{
    float: left;
    text-align: left;
    display: block;
    color: #fff !important;
    clear: both;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 3px;
}
/**/
.service-item{
    position: relative;
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 20px auto;
    border: 2px solid #d7d7d7;
    transition: all 0.5s ease-in-out;
}
.service-item:hover{
    border: 2px solid transparent;
}
.service-item .service-img{
    width: 100%;
    height: 250px;
}
.service-item .service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.service-item .service-details{
    display: block;
    background: #fff;
    padding: 20px;
    margin-top: -25px;
    clip-path: polygon(0px 0px, 118px 0px, 150px 25px, 182px 0px, 300px 0px, 300px 250px, 0px 250px);
    transition: all 0.5s ease-in-out;
}
.service-item:hover .service-details{
    background: #a5509f;
}
.service-item .service-details .service-title{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin: 5px auto 10px;
    color: #a1509f;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.service-item .service-details .service-description{
    display: block;
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    height: calc(7 * 22px);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.service-item:hover .service-details .service-title,
.service-item:hover .service-details .service-description{
    color: #fff;
}

/*.owl-carousel.points-meal-slider*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4f52a3;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    background: #a3509f!important;
    border-radius: 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
/**/
.banner-company{
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    background: #ac4f9e;
    padding: 80px 0;
    text-align: center;
    font-family: 'GE SS Two' , serif;
}
.banner-company:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/Layer-15.jpg") center no-repeat fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}
.banner-details{
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}
.banner-company .banner-text-1{
    font-size: 18px;
}
.banner-company .banner-text-2{
    font-size: 30px;
    margin: 10px auto;
}
.banner-company .btn-banner{
    color: #fff !important;
    background: #5153a4!important;
    border: none !important;
    border-radius: 0 !important;
    margin: 20px auto 0;
    min-width: 200px;
}
/**/
.counter-wrapper{
    position: relative;
    display: block;
    width: 100%;
    margin: 30px auto;
}
.counter-wrapper .counter-item{
    position: relative;
    display: block;
    width: 100%;
    margin: 20px auto;
}
.counter-wrapper .counter-item.bordered{
    border-left: 5px solid #a4509f;
    border-right: 5px solid #ac4f9e;
}
.counter-wrapper .counter-item .counter-icon{
    height: 80px;
}
.counter-wrapper .counter-item .counter-icon img{
    height: 100%;
    object-fit: contain;
}
.counter-wrapper .counter-item .counter-number{
    font-size: 36px;
    font-weight: bold;
    margin: 10px auto;
}
.counter-wrapper .counter-item .counter-title{
    font-size: 18px;
    color: #5154a4;
}
/**/
.gallery-item{
    position: relative;
    display: block;
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin: 20px auto;
    background: #fea600;
}
.gallery-item .gallery-img{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}
.gallery-item:hover .gallery-img{
    opacity: 0.27;
}
.gallery-item .gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-item .gallery-link{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 80%;
    left: 80%;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.gallery-item:hover .gallery-link{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

/**/
footer{
    color: #fff;
    background: #333;
}
.footer-logo{
    width: 100%;
    margin-bottom: 18px;
}
.footer-logo img{
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.footer-title{
    position: relative;
    display: block;
    width: fit-content;
    margin: 30px 0 15px;
    padding-bottom: 5px;
    font-size: 24px;
    color: #ab509e;
}
.footer-title:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: #0390d6;
}
.footer-description{
    position: relative;
    display: block;
    font-size: 16px;
}
.socials{
    display:block;
}
.socials span {
    display: inline-flex;
    color: #333 !important;
    background-color: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s ease-in-out;
    font-size: 16px;
}
.socials .fa-facebook:hover {
    background-color: #4267B2 !important;
}
.socials .fa-twitter:hover {
    background-color: #00acee !important;
}
.socials .fa-linkedin:hover {
    background-color: #0077B5 !important;
}
.socials .fa-instagram:hover {
    background-color: #A2379C !important;
}
.socials .fa-youtube:hover {
    background-color: #ff0000 !important;
}
.socials .fa-google:hover {
    background-color: #ea4335 !important;
}

.socials .fa:hover {
    transform: rotate(360deg);
    color: #fff !important;
}

/* To top */
#back-to-top {
    opacity: 0;
    position: fixed;
    bottom: 10px;
    left: 30px;
    display: inline-block;
    margin:  0 auto;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(-74deg, #5153a4 0% , #aa509e 100%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    transition: opacity 0.5s ease-out;
    z-index: 99;
}
#back-to-top i{
    display: inline-block;
}
#back-to-top.show {
    opacity: 1;
}
/**/
@media all and (max-width: 1199px){

}
@media all and (max-width: 991px){
    .whyChooseUs-wrapper .whyChooseUs-details {
        width: 80%;
    }
}
@media all and (max-width: 767px){
    .top-menu .header-logo{
        display: none;
    }
    .top-menu .header-contact .contact-item{
        display: inline-block;
        margin: 2px;
        font-size: 13px;
    }
    .counter-wrapper .counter-item.bordered{
        border: none;
    }
    .counter-wrapper .counter-item .counter-icon{
        height: 48px;
    }
    .counter-wrapper .counter-item .counter-icon img{
        height: 100%;
        object-fit: contain;
    }
    .counter-wrapper .counter-item .counter-number{
        font-size: 24px;
        margin: 5px auto;
    }
    .counter-wrapper .counter-item .counter-title{
        font-size: 14px;
    }
    .navbar.navbar-bootom .contact-item{
        margin: 5px 15px;
    }
    .contact-wrapper .contact-item {
        font-size: 14px;
    }
    .banner-company .banner-text-1 {
        font-size: 14px;
    }
    .banner-company .banner-text-2 {
        font-size: 20px;
    }
    .footer-title {
        font-size: 20px;
    }
    .footer-description {
        font-size: 14px;
    }
    .whyChooseUs-wrapper {
        background: none;
        height:auto;
        padding-bottom: 150px;
    }
    .whyChooseUs-wrapper .whyChooseUs-details {
        position: relative;
        height: auto;
        width: 100%;
        color: #fff;
        background: linear-gradient(-74deg, #5153a4 0% , #6153a3 100%);
        border: none;
        padding: 30px;
    }
    .whyChooseUs-wrapper .whyChooseUs-contact {
        position: absolute;
        bottom: -130px;
        left: 0;
        right: 0;
        height: 150px;
        width: auto;
        background: #a5509e;
        padding: 30px;
        text-align: left;
    }
}