@import url('bootstrap.css');
@import url('bootstrap-theme.css');
@import url('flexnav.css');
@import url('animate.css');
/*@import url('fonts/fonts.css');*/

/*
Theme Name: Hingeto Retail Platform
Theme URI:
Description: Hingeto Retail Platform
Version: 1.01
Author:
Tags: Hingeto Retail Platform
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

.section {
    padding: 60px 0;
}

.clear {
    width: 0;
    padding: 0;
    height: 0;
    margin: 0;
    clear: both;
}

hr {
    width: 100%;
    background: #3d3d3d;
    height: 1px;
    margin: 15px 0px;
    border: none;
}

.gap2 {
    padding: 50px 0;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #717171;
    line-height: 23px;
    margin: 0;
    padding: 5px 0 5px;
    font-weight: 400;
}

a {
    color: #797979;
    text-decoration: none;
    outline: none;
}

a:hover, a:focus, a:active {
    color: #dbdbdb;
    text-decoration: none;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
}

.active {
    color: #ed1c24;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 66px;
    color: #000;
    font-weight: 800;
    padding: 14px 0 0;
    margin-bottom: 12px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #0e0c10;
    font-weight: 300;
    margin: 5px 0 0;
    padding: 5px 0 0;
    line-height: normal;
    text-transform: uppercase;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin: 5px 0 0;
    padding: 5px 0 0;
    line-height: normal;
    text-transform: uppercase;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    color: #717171;
    margin: 5px 0;
    padding: 5px 0 0;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

h5 {
    font-family: 'Montserrat Semi', sans-serif;
    font-size: 25px;
    color: #373737;
    margin: 0 0 5px;
    padding: 0 0 5px;
    line-height: normal;
    text-transform: uppercase;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    color: #272727;
    margin-top: 25px;
    margin-bottom: 25px;
}


/************************/
/******* New Css ********/
/************************/

strong {
    font-weight: 700;
}

/*******************/
/***** Header *****/

.header {
    background: url(../images/banner_img.jpg);
    background-position: center center;
    background-size: inherit;
    background-repeat: no-repeat;
    min-height: 620px;
}

/** Navigation **/
.logo {
    margin: 23px 0 8px;
    /*padding: 0;*/
}

.main-nav {
    padding: 0;
    list-style: none;
    float: right;
}

.main-nav li {
    display: inline-block;
    float: left;
    margin: 0 9px;
}

.main-nav li:last-child {
    margin-right: 0;
}

.main-nav li a {
    color: #fff;
    font-size: 15px;
    padding: 35px 10px;
    /*font-family: 'Source Sans Pro Semibold',sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

.main-nav li:last-child a {
    padding-right: 0
}

.main-nav li a:hover {
    color: #dbdbdb;
    background: transparent;
}

/******* Mobile ************/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}
.updated-sidebar{
    font-size:30px;
    cursor:pointer;
    float: right;
    margin-top: 10px;
    display: none;
}

/** bottom-header-End **/

.banner {
    text-align: center;
}

.banner h1 {
    padding: 14% 0% 2%;
    text-align: center;
    line-height: 74px;
    margin-bottom: 5px;
}

.banner h1 span {
    display: block;
    font-weight: 300;
    font-size: 58px;
}

.banner img {
    max-width: 100%;
}

/***** Header-End *****/
/*******************/

/*******************/
/***** Content *****/

/***** Sectoin-1 *****/
.section-1{
    padding: 5.2% 0 7.6%;
    text-align: center;
    background: url("../images/content_bg.png");
}
.section-1 h2{
    margin-bottom: 8.5%;
}
.section-1 h2 span{
    display: block;
}
.tech{
    text-align: center;
    border: 1px solid #9c27b0;
    border-radius: 5px;
}
.tech h3{
    background: #9c27b0;
    margin-top: 0;
    min-height: 64px;
    padding: 13px 0;
}

.program{
    text-align: center;
    border: 1px solid #673ab7;
    border-radius: 5px;
}
.program h3{
    background: #673ab7;
    margin-top: 0;
    min-height: 64px;
    padding: 13px 0;
}

.brands{
    text-align: center;
    border: 1px solid #3f51b5;
    border-radius: 5px;
}
.brands h3{
    background: #3f51b5;
    margin-top: 0;
    min-height: 64px;
    padding: 13px 0;
}

.ul-style{
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #717171;
    font-size: 18px;
    text-align: left;
    background: #f5fafb;
    margin-bottom: 0;
    min-height: 247px;
    list-style: url('../images/bullet_arrows.png');
    border-radius: 5px;
    padding-left: 29px;
}
.ul-style li{
    padding: 15px 15px 0px 2px;
    vertical-align: middle;
}

.btn-contact{
    min-height: 56px;
    background: #63b5f6;
    border: 1px solid #0f73c2;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    min-width: 255px;
    line-height: normal;
    margin-top: 7%;
    padding: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

/***** Sectoin-1-End *****/

/***** Sectoin-2 *****/
.section-2{
    padding: 4% 0;
    background: url('../images/bottom_bg.png');
}
.section-2 h2{
    color: #707072;
    margin-top: 2px;
    margin-bottom: 30px;

}
.section-2 p{
    margin-top: 35px;
}
.section-2 p span{
    display: block;
}

.section-2 .col-sm-6{
    position: relative;
    min-height: 380px;
}
.content-center{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
/***** Sectoin-2-End *****/

/***** Content-End *****/
/*******************/

/*******************/
/***** Footer *****/

footer {
    border-top: 1px solid #f2f2f2;
}

.footer p {
    color: #9d9d9d;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
    line-height: normal;
}

.footer-nav {
    padding: 0;
    list-style: none;
    float: right;
    margin-bottom: 0;
}

.footer-nav li {
    display: inline-block;
    float: left;
    margin: 15px 0;
}

.footer-nav li:last-child {
    margin-right: 0;
}

.footer-nav li a {
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 300;
    padding: 0px 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    border-right: 1px solid #9d9d9d;
}
.footer-nav li:last-child a{
    border-right : none;
}

.footer-nav li a:hover {
    color: #f37720;
    background: transparent;
}
.updated-sidenav{
    display: none;
}

/***** Footer-End *****/
/*******************/

.menu-button {
    z-index: 9;
    position: absolute;
    right: 15px;
    top: 90px;
    transition-duration: .3s;
}



/**************************/
/***** Media-Querries *****/
/**************************/



@media (min-width: 1200px) {
    .mobile-menu {
        display: none;
    }

}
@media (min-width: 991px) {
    #mySidenav{
        display: none;
    }
}
@media (min-width: 768px) {
    .content-1-right {
        width: 62%;
    }

    .content-1-left {
        min-width: 37%;
    }

    /*************************/

}

@media (max-width: 1199px) {
    .mobile-menu {
        display: none;
    }
}

/* END OF iPAD LANDESCAPE*/

@media (max-width: 1024px) {
    /****************************/
    .menu-button {
        top: 63px;
    }

    .nav-tabs > li > a {
        font-size: 14px;
    }

    .main-nav li {
        margin: 0 25px;
    }


}

@media (max-width: 991px) {
    .mobile-menu {
        display: block;
    }

    .logo {
        float: none;
        margin: 0;
        padding: 6px 15px;
    }

    .updated-sidebar{
        display: initial;
    }
    .footer-nav li a{
        padding: 0px 10px;
    }
    #mySidenav{
        display: initial;
    }

}

@media (max-width: 767px) {
    .mobile-menu {
        display: block;
    }

    header {
        background-size: cover;
    }

    .logo {
        text-align: center;
        padding: 10px;
        margin: 0;
    }

    /*******************************/
    .header{
        position: relative;
    }
    .banner{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    .banner h1, .banner h1 span{
        font-size: 34px;
        line-height: normal;
    }
    .section-1{
        background-size: cover;
        background-repeat: no-repeat;
    }
    .section-2{
        background-size: cover;
        background-repeat: no-repeat;
    }
    h2{
        font-size: 24px;
    }
    .section-1 h3{
        padding: 16px 0;
    }
    h3{
        font-size: 26px;
    }
    .section-1 .col-sm-4{
        margin-bottom: 20px;
    }

    h4{
        font-size: 22px;
    }
    p{
        font-size: 15px;
    }
    .content-center{
        padding: 0 15px;
    }
    .footer p{
        text-align: center;
    }


}

/* END OF MOBILE DEVICES */

@media (max-width: 320px) {

}

/* END OF EXTRA SMALL DEVICES */

/********************************************************/
.menu-button img {
    display: block;
    margin-bottom: 8px;
    transition-duration: .3s;
    width: 35px;
}

.menu-button #second-line {
    transition-duration: .6s;
    opacity: 1;
}

.menu-button.active #first-line {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition-duration: .6s;
}

.menu-button.active #second-line {
    opacity: 0;
    transition-duration: 0.6s;
}

.menu-button.active #third-line {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: .6s;
    margin-top: -22px;
}

.animated {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;;
}