@font-face {
    font-family: 'Ubuntu';
    src: url('/common/font/ubuntu/ubuntu-regular-webfont.eot');
    src: url('/common/font/ubuntu/ubuntu-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/common/font/ubuntu/ubuntu-regular-webfont.woff') format('woff'),
    url('/common/font/ubuntu/ubuntu-regular-webfont.ttf') format('truetype'),
    url('/common/font/ubuntu/ubuntu-regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Algerian';
    src: url('/common/font/algerian/Algerian.eot');
    src: url('/common/font/algerian/Algerian.eot?#iefix') format('embedded-opentype'),
    url('/common/font/algerian/Algerian.woff') format('woff'),
    url('/common/font/algerian/Algerian.ttf') format('truetype'),
    url('/common/font/algerian/Algerian.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*******************
    1.General
*******************/

body {
    font-family: Ubuntu;
    font-size: 14px;
    background-color: #ffffff;
    color: #7a7d84;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu;
    font-weight: 600;
}

h3 {
    line-height: 30px;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    line-height: 1.6;
    font-size: 15px;
}


/*******************
    2.Helper
*******************/

.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-sm {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-primary {
    color: #672fed !important;
}

.text-custom {
    color: #ff5b5b;
}

.bg-custom {
    background-color: #ff5b5b;
}

.bg-gradient {
    background-image: url("/images/back-main-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.btn {
    font-family: Ubuntu;
    background: #eb1067;
    color: #ffffff;
    text-shadow: 0px -1px 0px #8d002b;
    background: -moz-linear-gradient(top, #eb1067 4%, #c31e33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#eb1067), color-stop(100%,#c31e33));
    background: -webkit-linear-gradient(top, #eb1067 4%,#c31e33 100%);
    background: -o-linear-gradient(top, #eb1067 4%,#c31e33 100%);
    background: -ms-linear-gradient(top, #eb1067 4%,#c31e33 100%);
    background: linear-gradient(top, #eb1067 4%,#c31e33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1067', endColorstr='#c31e33',GradientType=0 );
    padding: 4px 7px;
}
.btn:hover {
    background: #e31863;
    color: #eee !important;
}

.btn-custom {
    color: #ffffff !important;
    background-color: #ff5b5b;
    border-color: #ff5b5b;
}

/*.btn-custom:hover,*/
/*.btn-custom:focus,*/
/*.btn-custom:active {*/
/*    background-color: #ff4747;*/
/*}*/

.title .small-title {
    text-transform: uppercase;
}


/**BACK TO TOP**/

.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    left: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 3px;
    background-color: #672fed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.back-to-top i {
    color: #ffffff;
    font-size: 22px;
    display: block;
    line-height: 30px;
}


/******************
    3.Navbar
*******************/

.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .logo .logo-light {
    display: inline-block;
}

.navbar-custom .logo .logo-dark {
    display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 10px 5px;
    margin: 0 7px;
    font-family: Ubuntu;
    font-size: 12pt;
    padding-bottom: 12px;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom .navbar-nav .nav-item .nav-link:active {
    color: #ffffff;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}


/*--- navbar sticky ---*/

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

.nav-sticky.navbar-custom .logo .logo-dark {
    display: inline-block;
}

.nav-sticky.navbar-custom .logo .logo-light {
    display: none;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
    color: rgba(40, 40, 46, 0.8);
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:active {
    /*color: #672fed;*/
}

.nav-sticky.navbar-custom .navbar-nav .nav-item.active .nav-link {
    /*color: #672fed;*/
}


/*******************
    4.Home
*******************/

.bg-home {
    position: relative;
    padding: 120px 0px 240px;
}

.home-center {
    display: table;
    width: 100%;
    /*height: 100%;*/
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title .play-icon-circle {
    background: #ffffff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #672fed;
}

.how-it-work {
    margin-top: 80px;
    position: relative;
    top: 30px;
}


/*******************
    5.Features
*******************/

.features {
    position: relative;
    bottom: 98px;
}

.features-tab .nav-item {
    text-align: left;
    margin: 0px 12px;
}

.features-tab .nav-item:first-child {
    margin-right: 0px;
}

.features-tab .nav-item:last-child {
    margin-left: 0px;
}

.features-tab .nav-item .nav-link {
    padding: 32px 30px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 1px 1px 1px black;
}

.features-tab .nav-item .nav-link p {
    color: rgba(255, 255, 255, 0.6);
}

.features-tab .nav-item .nav-link.active {
    background: #000;
    color: #fff;
}

.features-tab .nav-item .nav-link.active p {
    color: #7a7d84  ;
}

.features-tab .nav-item .nav-link.active .features-icon i {
    color: #00A0EB;
}


/*******************
    6.Services
*******************/

.services-box {
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 7px;
}

.services-box h5 {
    font-size: 18px;
}

.services-box .services-img img {
    max-height: 46px;
}


/*******************
    7.demo
*******************/

.demo-box {
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
}

.demo-box a .demo-content {
    border-radius: 4px;
    overflow: hidden;
}

.demo-box a .demo-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#3a59af), to(#352786));
    background: linear-gradient(to bottom, #3a59af, #352786);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-box a .overlay-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.demo-box a:hover .demo-overlay {
    opacity: 0.7;
}

.demo-box a:hover .overlay-icon {
    opacity: 1;
}


/*******************
    8.Clients
*******************/

.testi-box {
    position: relative;
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 7px;
}

.testi-box .testi-img img {
    max-width: 64px;
}

.testi-box .testi-icon i {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f4f4f4;
}

.client-images img {
    margin: 10px auto;
    opacity: 0.7;
    height: 96px;
}

.client-images img:hover {
    opacity: 1.0;
    width: auto;
}


/*******************
  9.Pricing plans
*******************/

.pricing-plans {
    -webkit-box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    box-shadow: 0 10px 35px 0 rgba(154, 161, 171, 0.1);
    border-radius: 7px;
    max-width: 414px;
    margin: 0px auto;
}

.pricing-plans .plan-price .price {
    display: inline-block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    background: #dfd3fb;
    border-radius: 50%;
    color: #672fed;
}


/*******************
    10.Contact
********************/

.custom-form .form-group {
    margin-bottom: 1.5rem;
}

.custom-form .form-group .form-control {
    height: 43px;
    font-size: 14px;
    border-color: #e6eaf9;
    background-color: #fcfdff;
}

.custom-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-form .form-group textarea.form-control {
    height: auto;
}

/*.error {*/
/*    margin: 8px 0px;*/
/*    display: none;*/
/*    color: #ff5d48;*/
/*}*/

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #ff5d48;
    background-color: #ffdbd7;
    border-color: #ffdbd7;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #10c469;
    font-size: 22px;
}


/*******************
    11.Cta
********************/

.cta {
    background: -webkit-gradient(linear, left top, left bottom, from(#3a59af), to(#352786));
    background: linear-gradient(to bottom, #3a59af, #352786);
    border-radius: 7px;
    position: relative;
    top: 60px;
}


/*******************
    12.footer
********************/

.footer {
    padding: 40px 0px 20px 0px;
}

.footer .footer-list li a {
    color: rgba(255, 255, 255, 0.5);
    padding: 0px 7px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .footer-list li a:hover {
    color: #ffffff;
}

.footer .footer-border {
    border-color: rgba(255, 255, 255, 0.07);
}

.footer .social-links li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .social-links li a:hover {
    color: #ffffff;
    border-color: #ffffff;
}


/******************
    13.Responsive
*******************/

@media (min-width: 200px) and (max-width: 1199px) {
    .container-fluid {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 85%;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    .features {
        bottom: 74px;
    }
    .features-icon {
        float: none !important;
        text-align: center;
    }
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #ffffff !important;
        -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    }
    .navbar-custom .logo .logo-dark {
        display: inline-block;
    }
    .navbar-custom .logo .logo-light {
        display: none;
    }
    .navbar-custom .logo img {
        height: 34px;
    }
    .navbar-custom .navbar-nav .nav-item .nav-link {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        color: rgba(40, 40, 46, 0.8) !important;
        margin: 0px;
        padding: 6px 0px;
    }
    .navbar-custom .navbar-nav .nav-item.active .nav-link {
        color: #672fed !important;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #28282e;
    }
    .footer-logo,
    .footer-desc,
    .footer-list {
        text-align: center;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .bg-home {
        padding: 130px 0px;
    }
    .home-title h2 {
        font-size: 24px;
    }
    .mo-mb-20 {
        margin-bottom: 20px !important;
    }
    .mo-mt-20 {
        margin-top: 20px !important;
    }
}

@media (max-width: 425px) {
    .features-tab .nav-item .nav-link {
        padding: 14px;
    }
    .cta {
        padding: 24px !important;
    }
}


/*# sourceMappingURL=style.css.map */

.btn i {
    color: white;
}
.btn:hover i {
    color: white;
}

h2, .h2 {
    font-size: 1.9rem;
    line-height: 30pt;
}

.login-button {
    background: #eb1067;
    color: #ffffff;
    text-shadow: 0px -1px 0px #8d002b;
    background: -moz-linear-gradient(top, #eb1067 4%, #c31e33 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#eb1067), color-stop(100%,#c31e33));
    background: -webkit-linear-gradient(top, #eb1067 4%,#c31e33 100%);
    background: -o-linear-gradient(top, #eb1067 4%,#c31e33 100%);
    background: -ms-linear-gradient(top, #eb1067 4%,#c31e33 100%);
    background: linear-gradient(top, #eb1067 4%,#c31e33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1067', endColorstr='#c31e33',GradientType=0 );
    display: block;
    height: 40px;
    text-align: center;
    /*font-size: 20px !important;*/
    /*font-weight: bold;*/
    /*line-height: 30px !important;*/
    border-radius: 4px;
    /*padding: 2px 10px 5px 10px;*/
    /*margin: 20px 0 0;*/
    -webkit-box-shadow: 2px 2px 3px #c4c6c3;
    -moz-box-shadow: 2px 2px 3px #c4c6c3;
    box-shadow: 2px 2px 3px #c4c6c3;
    /*float: left;*/
    text-decoration: none;
    min-width: 200px;
    border: none;
    width: 100%;
}
.login-button:hover {
    background: #e31863;
}


.nav-item a i:hover, .nav-item a:hover i {
    color: rgba(255, 255, 255, 0.5);
}

.nav-sticky .nav-item a i:hover, .nav-sticky .nav-item a:hover i {
    color: navy;
}

.nav-item a  i{
    color: rgba(255,255,255,.2);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff3f8;
    border-color: #bd1e56;
    margin: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;
}

.transparency .btn-dialogue {
    color: white;
}

.transparency .btn-dialogue:hover {
    color: white;
}

.social-links a i {
    margin-top: 8px;
}

.nav-sub-menus {
    display: none;
    position: absolute;
    top: 48px;
    right: 30px;
    width: 220px;
    padding: 20px 0 20px 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid white;
    opacity: .95;
}
.nav-sticky .nav-sub-menus {
    box-shadow: 1px 1px 5px #ccc;
    opacity: 1;
}

.nav-sub-menus:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    right: 20px;
    bottom: 100%;
}

.nav-sub-menus ul {
    list-style: none;
    padding-right: 20px;
}

.nav-item:hover .nav-sub-menus {
    display: block;
}

.nav-sub-menus li a {
    font-family: Ubuntu;
    font-weight: normal;
    color: black;
    line-height: 24px;
}

/* ----------- hex --------------*/

.hexagon-gallery {
    margin: auto;
    max-width: 760px;
    display: grid;
    /*grid-template-columns: repeat(8, 1fr);*/
    grid-auto-rows: 160px;
    grid-gap: 5px;
}

.hex {
    display: flex;
    position: relative;
    width: 180px;
    height: 200px;
    background-color: #424242;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.hex:first-child {
    grid-row-start: 1;
    grid-column: 2 / span 2;
    background-image: url('/images/hex-statue.jpg?5');
}
.hex:first-child:hover {
    background-image: url('/images/hex-statue-over.jpg?5');
}

.hex:nth-child(2) {
    grid-row-start: 1;
    grid-column: 4 / span 2;
    background-image: url('/images/hex-library.jpg?5');
}
.hex:nth-child(2):hover {
    background-image: url('/images/hex-library-over.jpg?5');
}

.hex:nth-child(3) {
    grid-row-start: 1;
    grid-column: 6 / span 2;
    background-image: url('/images/hex-tesla.jpg?5');
}
.hex:nth-child(3):hover {
    background-image: url('/images/hex-tesla-over.jpg?5');
}

.hex:nth-child(4) {
    grid-row-start: 1;
    grid-column: 8 / span 2;
    background-image: url('/images/hex-university.jpg?5');
}
.hex:nth-child(4):hover {
    background-image: url('/images/hex-university-over.jpg?5');
}

/*.hex:nth-child(4) {*/
/*    grid-row-start: 2;*/
/*    grid-column: 3 / span 2;*/
/*    background-image: url('/images/hex-gh.jpg');*/
/*}*/

/*.hex:nth-child(5) {*/
/*    grid-row-start: 2;*/
/*    grid-column: 5 / span 2;*/
/*    background-image: url('/images/hex-library.jpg');*/
/*}*/

/*.hex:nth-child(6) {*/
/*    grid-row-start: 3;*/
/*    grid-column: 4 / span 2;*/
/*    background-image: url('/images/hex-about.jpg');*/
/*}*/

ul.navbar-nav {
    padding-inline-start: 0;
}

ul.nav-pills {
    padding: 0;
}