        footer {
            padding-top: 80px;
            background: #f9f9f9;
            position: relative;


        }
        .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-row {
            margin-bottom: 50px;
        }


        .footer-widget .footer-logo img {
            width: 150px;
            margin-bottom: 30px;
        }
        .contact-info {
            padding-left: 0;
        }
        .contact-info .single-contact {
            position: relative;
            padding-left: 40px;
            margin-bottom: 30px;
        }

        .contact-info .single-contact span  {
            position: absolute;
            left: 0;
            color: rgba(255, 255, 255, 0.85);
            top: 0;
            font-size: 16px;
        }
        .contact-info .single-contact .info-cont p {
            color: #ccc;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 15px;
            position: relative;
        }



        .footer-widget .social-media-footer {
            padding-left: 0;
            margin-bottom: 0;
        }
        .footer-widget .social-media-footer li {
            display: inline-block;
            padding-right: 15px;
        }
        .footer-widget .social-media-footer li a {
            font-size: 18px;
            color: #fff;
            transition: .1s;

        }
        .footer-widget .social-media-footer li a:hover {
            color: #f57479;
        }
        /* COMPANY LINKs */
        .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:first-child a {
            padding-top: 0;
        }
        .footer-widget .footer-link li:hover a {
            padding-left: 8px;
            color: #FFF;
        }
        .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 span {
            padding-right: 5px;
            font-size: 10px;
        }
        .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;
        }
        .row-contact .no-padding {
            border-right: 1px solid #DDD;
        }
        .row-contact .no-padding:last-child {
            border-right: none;
        }
        .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;
        }
        /*  newsletter-item */

        .footer-widget p {
            font-weight: 500;
            color: #ccc;
            font-size: 14px;
        }
        .newsletter-item {
            position: relative;
            margin-bottom: 35px;
        }
        .newsletter-item input {

        }
        .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;
        }

        .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;
        }
        .links-of-footer li a::before {
            content: "";
            position: absolute;
            height: 5px;
            width: 5px;
            background: #f4f7fd;
            display: block;
            left: -16px;
            top: 8px;
            border-radius: 50%;
        }
        .links-of-footer li a:hover {
            color: #ff6119;
        }
        .links-of-footer li:first-child a::before {
            display: none;
        }
        /* Scroll Top */
        .scroll-up {
            position: fixed;
            bottom: 70px;
            right: 20px;
            background: #ff6119;
            color: #FFF;
            width: 40px;
            height: 40px;
            line-height: 42px;
            font-size: 18px;
            text-align: center;
            border-radius: 2px;
            cursor: pointer;
            z-index: 555;
            display: none;
            -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
            -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
            -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.18);
            transition: all 0.4s; 
        }

        .scroll-up:hover {
            background: #02185a;

        }


        .shop {
            background: #fff;
        }
        .img-product {
         position: relative;
         border: 1px solid #f1f1f1;
         overflow: hidden;

     }
     .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;
    }
    .img-product .btn-product i {
        margin-right: 10px;
    }
    .single-product-item:hover .img-product .btn-product  {
        bottom: 0;
    }
    .content-product {
        padding: 30px;
        text-align: left;
        position: relative;
        border: 1px solid #f1f1f1;
        border-top: 0;
        border-bottom: 3px solid #ff6119;
    }
    .content-product h4 a {
        font-size: 18px;
        font-weight: 600;
        color: #02185a;
        line-height: 18px;
        margin-bottom: 12px;
        text-transform: capitalize;
        transition: 0.4s;
    }
    .content-product h4 a:hover {
        color: #ff6119;
    }
    .price-product {
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 16px;
        margin-top: 0px;
    }
    .price-product span {
        margin-right: 5px;
        margin-left: 5px;
        font-weight: 600;
        color: #ff6119;
        position: relative;

    }
    .price-product span.old-price {
        color: #898989;
        font-weight: 400;color: #898989;
    }
    .price-product span.old-price::before {
        position: absolute;
        content: " ";
        width: 100%;
        height: 2px;
        top: 10px;
        background: #898989;
    }
    .evaluation-product {
        padding-left: 0;
        margin-bottom: 0;
        position: absolute;
        top: 30px;
        right: 30px;

    }
    .evaluation-product li {
        display: inline-block;
        font-size: 7px;
        color: #fac917;
        padding-right: 1px;
        padding-left: 1px;
        opacity: 0.9;

    }
    .results {
        line-height: 50px;
        font-weight: 600;
        display: block;
    }
    .product-info .evaluation-product {
        padding-left: 0;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        right: 0px;

    }
    .box-single-product {
        background: #FFF;
        border: 1px solid #eee;
        padding: 100px 50px 50px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .box-single-product .img-product {
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
    }
    .box-single-product .img-product img {
        width: 100%;
    }

    .product-info h3 {
        color: #02185a;
        text-transform: capitalize;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 25px;
        margin-top: 0;
    }
    .product-info span {
        margin-left: 0;
        margin-right: 10px;
    }
    .product-info p {
        border-bottom: 2px solid #eee;
        margin-bottom: 30px;
        padding-bottom: 25px;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 2px solid #EEE;
    }
    .quantity::after,
    .product-info::after,
    .btns::after,
    .nav-tabs::after {
        display: block;
        width: 100%;
        clear: both;
        content: " ";
    }
    .quantity {
        float: left;
    }
    .product-info .btn-one {
     box-shadow: none;
     float: right;
 }
 .quantity .minus,
 .quantity .plus {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #02185a;
    background: #f9f9f9;
    display: block;
    float: left;
    border: 1px solid #f1f1f1;
    border-right: none;
    text-align: center;
}
.quantity .plus {
    border-left: none;
    border-right: 1px solid #f1f1f1;
}
.quantity input {
    float: left;
    width: 100px;
    background: #FFF;
    border: 1px solid #f1f1f1;
    text-align: center;
    color: #02185a;
    margin-bottom: 0;
}

.share-product {

}
.share-product span {
    font-weight: 600;
    transition: .4s;
    width: 70px;
    height: 40px;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    color: #02185a;
    border: 1px solid #f1f1f1;
    display: inline-block;
}
.share-product .share-social a {
    transition: .4s;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #02185a;
    display: block;
    border: 1px solid #f1f1f1;
}
.share-product  .share-social a:hover {
    background: #ff6119;
    border: 1px solid #ff6119;
    color: #FFF;
}

.nav-tabs {
    padding-left: 0;
    margin-bottom: 0;
    /*border: 2px solid #f1f1f1;*/
    /*background: #FFF;*/
}
.nav-tabs li {
    width: 175px;
    display: block;
    float: left;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
    /*border: 2px solid #f1f1f1;*/
    border-bottom: none;
    color: #02185a;
    border-top: none;
}
.nav-tabs li:first-child {
    border-right: none;
    border-left: none;
}
.nav-tabs li h5 {
    line-height: 50px;
    font-size: 13px;
    text-transform: uppercase;
}

.nav-tabs li.active {
    /*background: #fff;*/
    position: relative;
}
.nav-tabs li.active::before {
    content: " ";
    display: block;
    width: 100%;
    bottom: -2px;
    height: 2px;
    /*background: #fff;*/
    position: absolute;
}
.content-revision > div,
.my-account > div {
    display: none;
}
.content-revision > div:first-child,
.my-account > div:first-child {
    display:block;
}
.content-revision,
.my-account {
    background: #FFF;
    padding: 50px;
    border: 1px solid #eee;
    border-top: none;
}

.reviews .title-add {
    border-bottom: 2px solid #f1f1f1;
    padding: 0;
    background: #FFF;
    margin-bottom: 30px;
    padding-bottom: 20px;    
}
.reviews .title-add h4 {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.reviews .comment-form {
    padding: 0;
    background: #FFF;
    border: none;
}

.products-footer h4 { 
    color: #02185a;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 25px;
    margin-top: 0;
}

.cart-empty-item {
    padding: 50px;
    background: #FFF;
    border: 1px solid #eee;
}
.cart-empty-item p {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #02185a;
    font-weight: 600;

}
.my-account .title-add {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}
.my-account .title-add h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 18px;
    color: #02185a;
}
.my-account .btn-one {
    border: none;
    box-shadow: none;
    margin-right: 10px;
}
.remember-me {
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #898989;
    margin-bottom: 0px;
}
.loss-password a {
    font-size: 16px;
    font-weight: 500;
    color: #898989;
    margin-bottom: 0px;
    display: block;
    transition: 0.4s;
}
.loss-password a:hover {
    color: #ff6119;
}

.lost-password-page {
    padding: 50px;
    background: #FFF;
    border: 1px solid #eee;
}
.lost-password-page .btn-one {
    border: none;
}


.portoflio-one .products-footer .owl-nav {
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: 999;
    transform: translateY(-50%);
}


.error-page  {
    background: #fff;
    border-top: 1px solid #eee;
}
.error-item {
    padding: 50px 0;
}
.error-item h1 {
    font-size: 100px;
    line-height: 80px;
    color: #02185a;
    margin-bottom: 20px;
}
.error-item h2 {
    font-size: 20px;
    color: #02185a;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 18px;
}
.error-item p {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.contact-us-page {
    background: #fff;
}
.contact-us-meta {

}
.contact-us-meta .line-contact {
    margin-top: 45px;
    margin-bottom: 80px;
    height: 1px;
    background: #e6e4e4;
    width: 100%;

}
.contact-item {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px 20px;
    border: 1px solid #eee;
    border-radius: 2px;
}
.contact-item  .inner-contact {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 25px;
}
.contact-item  .inner-contact span {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #ff6119;
    border: 1px solid #ff6119;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 2px;
}
.contact-item  .inner-contact h4 {
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    font-weight: 600;
    color: #02185a;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.contact-us-meta .contact-item p {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 15px;
    position: relative;
}

.img-contact {
    position: relative;

}
.img-contact img {
    width: 100%;

}
.img-contact .overlay-contact-us {
    padding: 10px;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.img-contact .text-overlay {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, .9);
    background-color: rgba(25, 25, 33, 0.10);
    position: relative;
}

.img-contact .text-overlay h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
}

.header-breadcrumb {
 padding: 140px 0;
 background-image: url(../images/header/header-03.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-two {
    padding: 40px 0;
    min-height: 100%;
    position: relative !important;
    height: 100%;
    background: #FFF;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}
.header-breadcrumb::after {
    background: rgba(50, 50, 50, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.header-breadcrumb .container {
    position: relative;
    z-index: 5;
    text-align: left;
}

.header-breadcrumb .page-title-heading {
    color: #fff;
    position: relative;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 50px;
}

.page-title-line {
    color: #eee;
    display: block;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .20px;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;

    position: relative;
}

.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: 'Roboto', sans-serif;
}
.header-breadcrumb .breadcrumb li a,
.header-breadcrumb-two .breadcrumb li a{
    transition: 0.4s;
}
.header-breadcrumb .breadcrumb li:hover a,
.header-breadcrumb-two .breadcrumb li:hover a {
    color: #ff6119;
}
.header-breadcrumb-two .breadcrumb li a {
    color: #666;
}
.header-breadcrumb-two .breadcrumb li {
    color: #989898;
}
.header-breadcrumb-two .breadcrumb {
    margin-top: 0;
}

.footer .social__icons li {
    margin-right: 9px
}

.footer .social__icons li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #253b61;
    color: #fff;
    font-size: 17px;
    border-radius: 50%
}

.footer .social__icons li a:hover {
    background-color: #fff;
    color: #0e2b5c
}

.footer .footer-contact__phone i {
    font-size: 20px;
    color: #3e4ab4;
    margin-right: 15px
}

.footer .footer-contact__phone a {
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.footer .btn__icon {
    font-size: 15px;
    font-weight: 700;
    color: #fdb900
}

.footer .btn__icon i {
    background-color: #fdb900;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 10px
}

.footer .btn__icon:hover {
    color: #fff
}

.footer .btn__icon:hover i {
    color: #fff
}

.footer-primary {
    padding-top: 110px;
    padding-bottom: 65px
}

.footer-widget {
    margin-bottom: 30px
}

.footer-widget__title {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 32px
}

.footer-widget__newsletter {
    padding-right: 30px
}

.footer-widget__newsletter__form {
    position: relative;
    background-color: #fdb900;
    margin-top: -190px;
    padding: 50px;
    border-radius: 4px
}

.footer-widget__newsletter__form .form-control {
    border: 1px solid #fff;
    color: #f9f9f9;
    font-size: 14px;
    height: 60px;
    margin-bottom: 30px
}

.footer-widget__newsletter__form .form-control::-webkit-input-placeholder {
    color: #f9f9f9
}

.footer-widget__newsletter__form .form-control:-moz-placeholder {
    color: #f9f9f9
}

.footer-widget__newsletter__form .form-control::-moz-placeholder {
    color: #f9f9f9
}

.footer-widget__newsletter__form .form-control:-ms-input-placeholder {
    color: #f9f9f9
}

.footer-widget__newsletter__form .btn {
    min-width: 120px;
    height: 60px;
    line-height: 45px
}

.footer-widget__newsletter__form .btn:hover {
    color: #fdb900
}

.footer-widget__newsletter__form .btn:before {
    background-color: #fff!important
}

.footer-widget__newsletter__form .footer-widget__newsletter__icon {
    font-size: 65px;
    color: #fff;
    display: block;
    margin-bottom: 18px
}

.footer-widget__newsletter__form .footer-widget__newsletter__title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 34px
}

.footer-widget-nav li a {
    display: block;
    position: relative;
    color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 11px
}

.footer-widget-nav li a:hover {
    color: #fdb900
}

.footer__copyright-links li {
    margin-right: 16px;
    margin-bottom: 9px
}

.footer__copyright-links li:last-child {
    margin-right: 0
}

.footer__copyright-links li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px
}

.footer__copyright-links li a:hover {
    color: #fdb900
}

.footer__copyright-links li:last-child a {
    margin-right: 0
}

.footer-secondary {
    background-color: #081e45;
    padding-top: 48px;
    padding-bottom: 48px
}

.footer-contact__item {
    padding-top: 45px;
    padding-bottom: 45px
}

.footer-contact__item .footer-contact__icon {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37px;
    flex: 0 0 37px;
    margin-right: 15px;
    border-radius: 3px;
    color: #fff;
    background-color: #fdb900
}

.footer-contact__item .footer-contact__text span {
    display: block;
    font-size: 13px;
    line-height: 1
}

.footer-contact__item .footer-contact__text a,
.footer-contact__item .footer-contact__text strong {
    font-size: 14px;
    line-height: 1;
    color: #51668a
}

#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #fff;
    background-color: #0e2b5c;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#scrollTopBtn:hover {
    background-color: #222
}

#scrollTopBtn.actived {
    right: 30px;
    opacity: 1
}

@media (min-width:1200px) {
    .footer-widget-newsletter {
        padding-left: 40px
    }
}

@media (max-width:1200px) {
    .footer-widget-nav li a,
    .footer__copyright-links li a {
        font-size: 13px
    }
}

@media (max-width:992px) {
    .footer .social__icons {
        -ms-flex-pack: start!important;
        -webkit-box-pack: start!important;
        justify-content: flex-start!important;
        margin-top: 20px
    }
    .footer-widget__newsletter__form {
        margin-top: 0;
        padding: 20px
    }
    .footer-widget__newsletter__form .footer-widget__newsletter__title {
        font-size: 16px;
        margin-bottom: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-primary {
        padding-top: 70px;
        padding-bottom: 20px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .footer-primary {
        padding-top: 50px;
        padding-bottom: 0
    }
    .footer-primary .footer-widget__title {
        margin-bottom: 20px
    }
    .footer-secondary {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .footer-contact__item {
        padding-top: 15px;
        padding-bottom: 15px;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }
}

.social__icons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.social__icons li {
    margin-right: 20px
}

.social__icons li a {
    display: block;
    color: #0b2653;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.social__icons li a:hover {
    color: #0e2b5c
}

.social__icons li:last-of-type {
    margin-right: 0
}
.btn__primary {
    background-color: #0e2b5c;
    color: #fff
}

.btn__primary:hover {
    color: #fff
}

.btn__primary:active,
.btn__primary:focus {
    background-color: #0e2b5c;
    color: #fff
}

.btn__primary .icon-arrow-right1 {
    background-color: #fff;
    color: #0e2b5c
}

.btn__primary.btn__bordered {
    background-color: transparent;
    border: 2px solid #0e2b5c;
    color: #0e2b5c
}

.btn__primary.btn__bordered:hover {
    color: #fff
}

.btn__primary.btn__bordered:before {
    background-color: #0e2b5c
}

.btn__link.btn__primary {
    color: #fbb800
}

.btn__link.btn__primary:hover {
    color: #fff
}

.form-controlfoo {
    height: 60px;
    border: 1px solid #f4f4f4;
    background-color: transparent;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 3px
}

.form-controlfoo:focus {
    background-color: transparent;
    border-color: #0e2b5c
}

.form-controlfoo::-webkit-input-placeholder {
    color: #51668a
}

.form-controlfoo:-moz-placeholder {
    color: #51668a
}

.form-controlfoo::-moz-placeholder {
    color: #51668a
}

.form-controlfoo:-ms-input-placeholder {
    color: #51668a
}

textarea.form-controlfoo {
    min-height: 105px;
    padding-top: 10px
}

.btnn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0;
    border: none
}

.btn__link:active,
.btn__link:focus {
    background-color: transparent
}

.btn__link.btn__secondary {
    color: #0e2b5c
}

.btn__link.btn__secondary:hover {
    color: #222
}

.btn .icon-arrow-right1 {
    position: relative;
    z-index: 2;
    display: inline-block;
    font-style: normal;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    background-color: #0e2b5c;
    color: #fff;
    margin-right: 8px
}

.icon-arrow-right1 {
    background-color: #fff;
    color: #0e2b5c
}

.icon-arrow-right1 {
    background-color: #fff;
    color: #fdb900
}

.icon-arrow-right1 {
    font-size: 65%
}

.icon-arrow-right1:before {
  content: "\e92a";
}
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bg-primary {
    background-color: #0e2b5c!important;
}
