/*
Design for Itowu.net
Author: Web Studio Solutions LLC.
Author URI: https://www.webstudiosolutions.com/
*/

.section-hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-hero .section-hero-wrap {
    padding-top: 105px;
    padding-bottom: 75px;
}

.section-hero-wrap .content-hero-text {
    padding-top: 25px;
}

.section-hero-wrap .content-hero-text H1 {
    color: #FFFFFF;
    font-size: 55px;
    font-weight: 600;
}

.section-hero-wrap .content-hero-text P {
    color: #FFFFFF;
}

.content-hero-image {
    width: 100%;
}

.content-hero-image IMG {
    width: 100% !important;
    height: auto !important;
}


/**/

.scrolltop-link {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: var(--primary-color);
    width: 35px;
    height: 35px;
    /*+border-radius: 6px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    display: none;
    text-decoration: none !important;
}

.scrolltop-link.fixed-scrolltop {
    display: block;
}

.scrolltop-link I {
    color: var(--secondary-color);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
}


/**/

.header .navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-header .navbar-nav .nav-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 15px;
}

.navbar-header .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.navbar-header .nav-item .nav-link:hover {
    color: var(--complementary-color);
}

.navbar-header .navbar-nav .active .nav-link {
    color: var(--complementary-color);
}

.navbar-header .navbar-nav .nav-button-yellow {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-weight: 600;
    /*+border-radius: 50px;*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 20px;
    margin-left: 14px;
    border: 1px solid var(--secondary-color);
    font-size: 14px;
}

.navbar-header .navbar-nav .nav-button-yellow:hover {
    color: var(--secondary-color);
    background-color: transparent;
    border: 1px solid var(--secondary-color);
}

@media (min-width: 992px) {
    .header .navbar .navbar-collapse {
        display: flex;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .page-login .header {
        background-color: rgba(1, 22, 43, 0.9) !important;
    }
    .nav-button-yellow {
        margin: 20px 0px !important;
    }
    .navbar-header .nav-item .nav-link {
        text-align: center;
    }
}


/*SECTION FEATURES*/

.section-feature {
    padding-top: 90px;
    padding-bottom: 90px;
}

.box-features {
    background-color: rgba(222, 222, 222, 0.3);
    padding: 40px 36px 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: safe right;
    align-content: center;
    align-items: center;
    height: 100%;
}

.section-feature-town-driver {
    padding-top: 80px;
    padding-bottom: 50px;
}

.section-feature-town-driver .box-features {
    background-color: transparent;
    padding: 9px;
}

.section-feature-town-driver .box-features .box-icon I {
    background-color: #40EAD5;
    /*+border-radius: 100px;*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #011627;
    font-size: 37px;
}

.section-feature-register {
    padding-top: 80px;
    padding-bottom: 50px;
}

.section-feature-register .box-features {
    background-color: transparent;
    padding: 9px;
}

.section-feature-register .box-features .box-icon I {
    background-color: #FF9F1C;
    /*+border-radius: 100px;*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #011627;
    font-size: 37px;
}

.section-feature-login {
    padding-top: 80px;
    padding-bottom: 50px;
}

.section-feature-login .box-features {
    background-color: transparent;
    padding: 9px;
}

.section-feature-login .box-features .box-icon I {
    background-color: #FF9F1C;
    /*+border-radius: 100px;*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #011627;
    font-size: 37px;
}

.box-features .box-icon {
    margin-bottom: 17px;
}

.box-features .box-icon I {
    font-size: 50px;
    color: var(--complementary-color);
}

.box-features .box-title {
    margin-bottom: 1px;
}

.box-features .box-title H2 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
}

.box-features .box-text P {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 0;
}


/*SECTION HOW TO WORKS*/

.section-how-it-works {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-how-it-works .title-section {
    margin-bottom: 50px;
    text-align: center;
}

.section-how-it-works .title-section H2 {
    color: var(--primary-color);
    padding: 0;
    margin: 0;
}

.section-how-it-works .title-section P {
    color: var(--primary-color);
    padding: 0;
    margin: 0;
}

.carousel-features .carousel {
    padding: 20px 0 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.carousel-wrapping {
    width: 290px;
    height: 655px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.carousel-wrapping .mockup-iphone {
    background-image: url(../images/template/iPhone-mockup2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.carousel-features .carousel-item IMG {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-how-it-works .featured-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding: 115px 0px 75px;
}

.section-how-it-works .card-featured {
    border: 0px solid black;
    /*+border-radius: 0px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.section-how-it-works .card-featured:hover {
    transform: scale(1.1);
}

.section-how-it-works .card-featured .card-icon {
    margin-right: 15px;
}

.section-how-it-works .card-featured .card-icon .card-icon-wrap {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    /*+border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    transition: all 0.2s ease-in-out;
}

.section-how-it-works .card-featured:hover .card-icon .card-icon-wrap {
    /*+border-radius: 50%;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.section-how-it-works .card-featured .card-content H2 {
    font-size: 18px;
    font-weight: 700;
}

.section-how-it-works .card-featured .card-content P {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .carousel-features .carousel {
        padding: 16px 0 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .carousel-wrapping {
        width: 250px;
        height: 560px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .carousel-wrapping .mockup-iphone {
        background-image: url(../images/template/iPhone-mockup2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
    }
    .section-how-it-works .featured-list {
        padding: 80px 0px 40px;
    }
}

@media (max-width: 960px) {
    .carousel-features .carousel {
        padding: 12px 0 0;
    }
    .carousel-wrapping {
        width: 181px !important;
        height: 406px;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .carousel-wrapping .mockup-iphone {
        background-image: url(../images/template/iPhone-mockup2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
    }
    .section-how-it-works .featured-list {
        padding: 0px;
        margin-top: 0px;
    }
    .section-how-it-works {
        padding-top: 70px;
        padding-bottom: 25px;
    }
}

@media (max-width: 768px) {
    .section-how-it-works .featured-list {
        padding: 0px;
    }
    .section-how-it-works {
        padding-top: 70px;
        padding-bottom: 25px;
    }
}


/*SECTION NEWS*/

.section-bg-primary.section-news {
    background: -moz-linear-gradient(top, var(--primary-color) 50%, #FFFFFF 50%);
    background: -webkit-linear-gradient(top, var(--primary-color) 50%, #FFFFFF 50%);
    background: linear-gradient(to bottom, var(--primary-color) 50%, #FFFFFF 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='var(--primary-color)', endColorstr='#ffffff', GradientType=0);
    position: relative;
}

.section-bg-primary.section-news:before {
    content: '';
    background-image: url('../images/template/waves-shape2.png');
    position: absolute;
    top: 37%;
    width: 100%;
    min-height: 135px;
    background-position: bottom center;
}

.section-news {
    padding-top: 75px;
    padding-bottom: 60px;
}

.section-news .title-section {
    margin-bottom: 50px;
    text-align: center;
}

.section-news .title-section H2 {
    color: rgba(255, 255, 255, 0.975);
    padding: 0;
    margin: 0 0 10px 0;
}

.section-news .title-section P {
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
}

.section-shape {
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-shape IMG {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
    margin-bottom: -1px;
}

.carousel-news {
    width: 100%;
}

.carousel-news .carousel-item {}

.carousel-news .carousel-item .media-image {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-news .carousel-item .media-image IMG {
    width: 100%;
    /* height: 100%; */
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.carousel-news .carousel-item .media-content {
    padding: 20px 25px 25px;
    height: 100%;
    background-color: #FFFFFF;
}

.carousel-news .carousel-item .media-meta {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
}

.carousel-news .carousel-item .media-meta TIME {
    font-size: 12px;
    padding: 0;
    margin-top: 0;
}

.carousel-news .carousel-item .media-meta .media-category {
    background-color: #EBEBEB;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 10px;
    /*+border-radius: 50px;*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.carousel-news .carousel-item .media-content .media-heading {
    padding: 0;
    margin: 0 0 5px 0;
}

.carousel-news .carousel-item .media-content .media-heading A {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
}

.carousel-news .carousel-item .media-content .media-text {
    line-height: 20px;
    font-weight: 300;
}

.carousel-news .carousel-item .media-content A.aside {
    background-color: var(--primary-color);
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 25px;
    /*+border-radius: 50px;*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
}

.carousel-news .carousel-item .media-content A.aside:hover {
    background-color: transparent;
    color: var(--primary-color);
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots LI {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots LI BUTTON {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots LI BUTTON:hover,
.slick-dots LI BUTTON:focus {
    outline: none;
}

.slick-dots LI BUTTON:hover:before,
.slick-dots LI BUTTON:focus:before {
    opacity: 1;
}

.slick-dots LI BUTTON:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: var(--primary-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots LI.slick-active BUTTON:before {
    opacity: 0.75;
    color: black;
}


/*SECTION CONTACT*/

.section-contact {
    padding: 85px 0px;
}

.section-contact .info-text H3 {
    font-weight: 600;
}

.section-contact .info-text P {
    font-weight: 300;
}

.section-contact .info-text UL {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-contact .info-text UL LI {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-contact .info-text .info-text-item {
    font-weight: 300;
}

.section-contact .info-text .info-text-item I {
    margin-right: 9px;
}

.contact-form .form-group .form-control {
    /*+border-radius: 0px;*/
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid black;
    background-color: rgba(255, 255, 255, 0.5);
    color: var(--primary-color);
    resize: none;
}

.contact-form .form-group TEXTAREA.form-control {
    height: 180px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--primary-color);
}

.contact-form .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--primary-color);
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--primary-color);
}

.contact-form .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: var(--primary-color);
}

.contact-form .form-group .form-control:-placeholder {
    /* Firefox 18- */
    color: var(--primary-color);
}

.contact-form .btn-primary {
    background-color: var(--primary-color);
    /*+border-radius: 50px;*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 25px;
    border: 1px solid var(--primary-color);
    font-weight: 600;
    font-size: 16px;
}

.contact-form .btn-primary:hover {
    border: 1px solid var(--primary-color);
    background-color: rgba(0, 0, 0, 0);
    color: var(--primary-color);
}


/*SECTION FOOTER*/

.footer .info-foo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
}

.info-foo .brand-site {
    width: 160px;
    margin-bottom: 10px;
}

.info-foo .brand-site .footer-brand {
    display: block;
    width: 100%;
}

.info-foo .brand-site .footer-brand IMG {
    width: 100%;
    height: 100%;
}

.nav-social .nav {
    margin: 10px 0px;
}

.nav-social .nav .nav-link {
    background-color: var(--primary-color);
    color: #FFFFFF;
    /*+border-radius: 100px;*/
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 10px;
}

.info-foo .copyright P {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.info-foo .designby P {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}

.info-foo .designby P A {
    font-weight: 300;
    color: var(--primary-color);
}


/*Modal*/

.modal .modal-content {
    /*+border-radius: 0;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border: 0px solid black;
}

.modal .modal-header {
    background-color: #011627;
    color: #FFFFFF;
    /*+border-radius: 0;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.modal .modal-header H5 {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.modal .modal-header .close {
    text-shadow: 0 0;
    position: absolute;
    top: -11px;
    right: -10px;
    opacity: 1;
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #FF9F1C;
}

.modal .modal-body .form-text {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -8px;
}

.modal .modal-body .form-text P {
    padding: 0;
    margin: 0;
}

.modal .modal-body .form-text P A {
    font-weight: 700;
}


/*Login*/

.page-login {}

.page-login .header {
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: rgba(1, 22, 43, 0.633);
}

.section-login {
    background-image: url('https://images.unsplash.com/photo-1474767821094-a8fe9d8c8fdd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80');
    padding-top: 9%;
    background-position: center;
    background-size: cover;
}

.section-login .section-hero-wrap {
    padding-bottom: 50px;
    padding-top: 30px;
}

.section-login .form-login {
    background-color: #FFFFFF;
    padding: 28px;
    /*+border-radius: 3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    /*+box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.450);*/
    -moz-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.450);
    -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.450);
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.450);
}

.section-login .section-hero-wrap .content-hero-text {
    padding: 50px;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-login .footer {
    background-color: #F1F1F1;
}

.page-register .footer {
    background-color: #F1F1F1;
}