/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
        Custom font family
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.woff2') format('woff2'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg#FrutigerLTArabic-55Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
        Global Structure
   \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
html, body {
    height:100%;
}
body {
    font-family: 'SourceSansPro-Regular',sans-serif;
    font-size: 16px;
    color: rgb(35, 35, 35);
    overflow-x: hidden;
    padding-top: 40px;
    background: #faf7f7;
}

/*===============================================
        Links
================================================*/
a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a, a:hover {
    text-decoration: none;
    color: #9a9a9e;
}
/*==============================================
        List items
================================================*/
ol {
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
        Utility Classes
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*===============================================================
    Grid
================================================================*/

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px
}

.gutters-5 > [class^=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px
}

.gutters-10 > [class^=col-] {
    padding-right: 10px;
    padding-left: 10px
}
/*================================================
        Spaces
================================================*/
.px-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.px-28 {
    padding-right:28%;
    padding-left:28%;
}
/*====================================================
        Typography
====================================================*/


/* ===================================================
   Heading
   ====================================================*/
h1, h2, h3, h4, h5 {
    color: #232323;
}

h1 {
    font-size: 37px;
    max-width: 43%;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 24px;
    font-weight: bold;
}
h2 {
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
    max-width: 313px;
    margin: 0 auto;
    padding-bottom: 60px;
}
h3 {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    z-index: 5;
    font-weight: bold;
}
h3:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffca00;
    border-radius: 100%;
}
.pattren-bg h3 {
    margin-top: 143px !important;
}
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    header
 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*===========================================================
        Main navigation
===================================================*/
header {
    background: transparent;
    height: 90px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 10;
}
header .container {
    max-width: none!important;
    width: auto;
    padding: 0 6%;
}
header .hongo-navbar {
    background-color: transparent !important;
}

.white-logo {
    display:none;
}
.hongo-navbar {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.hongo-navbar .navbar-collapse {
    flex-grow: inherit;
}
.header-toggle .hongo-navbar .navbar-brand img {
    width:80px
}
.hongo-navbar .navbar-brand img {
    width:100px
}
.hongo-navbar .navbar-brand{
    padding:0;
}
.hongo-navbar .navbar-nav .nav-link {
    color: #808080;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin-right: 1rem;
    margin-left: 1rem;
    position: relative;
}
.hongo-navbar .navbar-nav a.nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.9);
    z-index: 2;
    left: 0;
    bottom: 0;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}
.hongo-navbar .navbar-nav a.nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (min-width:992px) {
    .nav-up {
        top: -100px;
    }
    .header-toggle {
        background: #fff;
    }

    .header-toggle .navbar-light .navbar-nav .nav-link:focus, .header-toggle .navbar-light .navbar-nav .nav-link:hover {
        color: #000 !important;
    }

    .header-toggle .navbar-nav a.nav-link:hover:before {
        background: #000 !important;
    }

    .header-toggle .btn-buy {
        background-color: #ffca00 !important;
        border-color: #ffca00 !important;
    }

    .header-toggle .btn-buy:hover {
        background-color: #fff !important;
        border-color: #fff !important;
        color: rgba(0,0,0,0.9) !important;
    }

    .header-toggle .white-logo {
        display: block;
    }

    .header-toggle .black-logo {
        display: none;
    }
}
/*/////////////////////////////////////////////////////
Main content
/////////////////////////////////////////////////////*/

.fw-container, .container-fluid {
    /*padding: 70px 0;*/
    padding: 70px 6% 70px;
    position: relative;
    background-color: #faf7f7;
    margin: 0 auto;
    z-index: 3;
}
.columns-container {
    padding: 70px 0 70px;
}
.container {
    position: relative;
}

.explore-container {
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    text-align: center;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.explore-container .btn {
    width: 217px;
    padding: .575rem .75rem;
    z-index:2;
}
.circle-ripple {
    background-color: #ffca00;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple 0.7s linear infinite;
    position: absolute;
    z-index: 1;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 202, 0, 0.3), 0 0 0 1em rgba(255, 202, 0, 0.3), 0 0 0 3em rgba(255, 202, 0, 0.3), 0 0 0 5em rgba(255, 202, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 202, 0, 0.3), 0 0 0 3em rgba(255, 202, 0, 0.3), 0 0 0 5em rgba(255, 202, 0, 0.3), 0 0 0 8em rgba(255, 202, 0, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 202, 0, 0.3), 0 0 0 1em rgba(255, 202, 0, 0.3), 0 0 0 3em rgba(255, 202, 0, 0.3), 0 0 0 5em rgba(255, 202, 0, 0.3);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 202, 0, 0.3), 0 0 0 3em rgba(255, 202, 0, 0.3), 0 0 0 5em rgba(255, 202, 0, 0.3), 0 0 0 8em rgba(255, 202, 0, 0);
    }
}
.pattern-circle {
    position: absolute;
    left: -40%;
    top: -55%;
    background-color: rgb(241, 241, 241);
    background-image: url(../images/dot-pattern.png);
    width: 825px;
    max-width: 100%;
    height: 825px;
    max-height: 100%;
    border-radius: 50%;
    z-index: -1;
}
.shape-1 {
    position: absolute;
    width: 435px;
    top: 0px;
    right: -35%;
}
.shape-2 {
    position: absolute;
    width: 232px;
    top: 209px;
    left: -14%;
}
.shape-2 {
    position: absolute;
    width: 241px;
    top: 73px;
    left: -22%;
    z-index: 2;
}
.shape-3 {
    position: absolute;
    width: 62px;
    top: 207px;
    left: -2%;
    z-index: 1;
}
.shape-4 {
    position: relative;
    z-index: 1;

}
.shape-5 {
    z-index: -1;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(35, 35, 35, 0.1) 0px 0px 10px 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: 79px;
    left: 65px;
    border-radius: 50%;
}
.shape-6 {
    position: absolute;
    top: 734px;
    left: -26.5%;
    z-index: 0;
}
.shape-7 {
    position: absolute;
    top: 625px;
    right: -14.5%;
    z-index: 1;
}
.box {
    position: relative;
    text-align: center;
    display: block;
}
.box p {
    padding: 25px 0 0px;
    margin-bottom: 22px;
}
.box:hover img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .15);
    -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;
}
.owl-carousel .box:hover img {
    box-shadow:none;
}
.seprator-img {
    background: url(../images/pattern-01.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 108px;
    margin: 65px 0 0;
}
.seprator-img + .fw-container {
    background-color: #f5f1f1;
}
.showcase {
    background: #f5f1f1;
}
.showcase .owl-carousel .owl-item img {
    display: block;
    width: 90%;
    margin:0  auto
}
.pattren-bg {
    background: url('../images/dot-pattern.png');
}
.darkgray-bg {
    background: url('../images/blog-list-bg.jpg') no-repeat center;
    background-size:cover;
}

.columns-container u {
    font-size: 13px;
    color: #fc6e49;
    display: block;
}

.columns-container h2 {
    background: none;
    color: #fff;
    text-align: left;
    max-width: none;
    padding-top: 29px;
    padding-bottom: 34px;
    font-size: 28px;
}

.columns-container p {
    font-weight: 400;
    color: #6f6f6f;
    font-size: 15px;
    /*max-width: 76%;*/
    line-height: 1.4;
    max-width: none;
    margin-bottom: 23px;
}

.columns-container .professional-media {
    display: flex;
    display: -ms-flexbox;
}

.columns-container .professional-media .media {
    flex: 1;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin: 0 21px 19px 0;
    padding-bottom: 17px;
}

.columns-container .professional-media .media .fa {
    color: #fc6e49;
    font-size: 23px !important;
}

.columns-container .professional-media .media p {
    font-size: 12px;
    margin-bottom: 0;
    display: inline-block;
}
.lightgold-bg {
    background-color: #f5f1f1;
    background-size: cover;
}

.lightgold-bg h2 {
    color: inherit;
}

.lightgold-bg h2 u {
    font-size: inherit;
    display: inline;
}

.lightgold-bg p {
    max-width: none;
}
.detail-box {
    background-color: #fff;
    padding: 40px 10%;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .06);
    box-shadow: 0 0 6px rgba(0, 0, 0, .06);
    text-align: center;
    margin-bottom: 28px;
}

.detail-box h5 {
    font-size: 0.9rem;
    font-weight: bold;
    margin: 24px 0 10px;
}

.detail-box p {
    color: #808080;
}
img {
    max-width:100%;
}
.box img, .darkgold-bg img, .card img {
    width: 100%;
}

.card .detail-box {
    background-color: #f5f1f1;
    margin-bottom: 0;
}
.media-deatilbox .detail-box {
    padding: 13px 20px;
    text-align: left;
}
.card-group .card {
    background-color: transparent;
    border-top: 0;
    border-bottom: 0 !important;
}
.card-group .card .detail-box {
    box-shadow:none;
}
.card-group .card:first-child {
    border-left: 0 !important;
}
.card-group .card:last-child {
    border-right: 0 !important;
}
.fw-container.darkgray-bg .detail-box {
    background-color: #292929;
}
.darkgold-bg {
    background-color: #e8e4e3;
    background-size: cover;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: inherit;
    background-color: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
    margin-bottom:40px;
}
.nav-pills .nav-link {
    display: block;
    padding: 0;
    margin: .5rem 1rem;
}

.hongo-presentation {
    background: url('../images/elements-bg.jpg') no-repeat center top;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    overflow:hidden;
}
.hongo-presentation:before {
    content: '';
    background-color: #232323;
    opacity: 0.62;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.happy-costumer .owl-item img {
    width: auto;
    margin: 0 auto 15px;
}
.happy-costumer .owl-item span {
    display:block;
    color:#fff;
}
.happy-costumer .owl-item .rating .fa {
    color: #fc6e49;
    font-size: 9px;
    margin: 0 1px;
}

/*==========================
        Buttons
 =================================*/
.btn {
    min-width: 166px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.btn .fa {
    margin-right: 10px;
    font-size: 16px;
}
.btn-secondary {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #fff !important;
    border: 2px solid #232323;
    min-width: 120px;
}

.btn-secondary:hover {
    background-color: #fff !important;
    color: #232323 !important;
}
.btn-danger {
    background: rgb(255, 89, 62);
    background-image: linear-gradient(to right, rgb(255, 89, 62), rgb(255, 44, 102));
}

.btn-danger:hover {
    background: rgb(255, 89, 62);
    background-image: linear-gradient(to right, rgb(255, 44, 102), rgb(255, 89, 62));
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Back to top button
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.scrollToTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    text-align: center;
    color: #808080;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 7;
}

.text-vertical {
    margin-top: 16px;
    display: block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
}
.scrollToTop:hover {
    color: #f57250;
    -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;
}

.scrollToTop:hover i {
    top: 5px;
    -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;
}

/*///////////////////////////////////////////
    Footer
//////////////////////////////////////////*/
.footer {
    background: #ffca00;
    text-align: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}
.footer > .container {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    align-content: space-between;
}

.footer .footer-links {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}
.footer .footer-links li a {
    color: #fff;
    text-transform: uppercase;
}
.footer .footer-logos {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
}
.footer .footer-logos img {
    max-height: 27px;
}
/*////////////////////////////////////////////////////////
    Media queries
///////////////////////////////////////////////////*/
@media (min-width: 1200px) {
    header .container {
        max-width: 1140px;
    }
}
@media (max-width: 1199px) {
    .shape-1, .shape-2, .shape-6, .shape-7 {
        display: none;
    }
}
@media (max-width: 991px) {
    .hongo-navbar .btn-buy {
        position: absolute;
        right: 69px;
        top: 26px;
        min-width: 108px;
    }
    .navbar-toggler {
        position: absolute;
        right: 8px;
        top: 24px;
    }
    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245, 114, 80,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .hongo-navbar .navbar-collapse {
        padding-top: 26px;
    }

    .shape-5 {
        display:none;
    }
    header .hongo-navbar, header {
        background-color: #fff !important;
    }
    header {
        height: 105px;
    }
    .header-toggle .hongo-navbar .navbar-brand img {
        width: 100px;
    }
    .hongo-navbar .navbar-nav .nav-link:focus, .hongo-navbar .navbar-nav .nav-link:hover {
        color: #000 !important;
    }

    .hongo-navbar .navbar-nav a.nav-link:hover:before {
        background: #fff !important;
    }

    .hongo-navbar .btn-buy {
        background-color: #ffca00 !important;
        border-color: #ffca00 !important;
    }

    .hongo-navbar .btn-buy:hover {
        background-color: #fff !important;
        border-color: #fff !important;
        color: rgba(0,0,0,0.9) !important;
    }

    .hongo-navbar .white-logo {
        display: block;
    }

    .hongo-navbar .black-logo {
        display: none;
    }
    h1 {
        font-size: 25px;
        max-width: none;
    }
    .pattren-bg h3 {
        margin-top: 68px !important;
    }
}
@media (max-width:576px) {
    .card-group .card {
        border: 0;
    }
}

