/* ================ Menu ================== */
.signin {
    padding: 25px 8px;
}
.signin a {
    border: 1px solid #ff5103;
    padding: 4px 17px !important;
    border-radius: 50px;
}

/* ================ Top Banner ================== */
.user-banner {
    height: 550px;
    background: url(../img/first-panel.png) center center no-repeat;
    background-size: cover;
}
.tt-banner-caption {
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 15;
    position: relative;
    margin-left: 30px;
}
.tt-banner-caption h1 {
    font-weight: 600;
    color: #fff;
    font-size: 60px;
}
.tt-banner-caption p {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    width: 50%;
    padding-top: 38px;
    line-height: 27px;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.column {
    width: 20%;
    display: table-cell;
}
.featured-item.icon-left.icon-left .des {
    margin-left: 0;
    width: 75%;
    padding-top: 18px;
}
    .featured-item.icon-left.icon-left .des h3 {
        margin-bottom: 10px;
    }
    .get-started {
        text-align: center;
    }
.get-started a {
    background-color: unset;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
}

/*-----------------------------------------------------
Carousel Deal section
-------------------------------------------------------*/
.carousel-deal-section {
    height: 550px;
    background: url(../img/Wave_3.png) center center no-repeat;
    background-size: cover;
}
.carousel_se_02 {
    background: url(assets/img/Wave-1.jpg) no-repeat center center / cover;
    height: 600px;
    position: relative;
    margin-top: -70px;
}
.carousel_title02 {
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    font-size: 50px;
}


.featured-item01 img {
    vertical-align: top;
}

.featured-item01.icon-left.icon-left .des {
    width: 79%;
}
.featured-item01.icon-left01 {
    display: table;
}

.featured-item01.icon-left01 .des {
    width: 50%;
}
.featured-item01.icon-left02 {
    display: table;
}

.featured-item01.icon-left02 .des {
    width: 67%;
}
.featured-item01.icon-left .des01 {
    width: 58%;
}

.des_title1 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-transform: capitalize;
}

.carousel_se_03 {
    background: url(../img/Wave_4.png) no-repeat center center / cover;
    height: 600px;
    position: relative;
}

.carousel_se_04 {
    background: url(../img/Our-journey.png) no-repeat center center / cover;
    height: 750px;
    position: relative;
}

.featured-item02.icon-left {
    display: block;
}

.featured-item02 {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.featured-item02 img {
    vertical-align: top;
}

.featured-item02.icon-left.icon-left .wrap {
    width: 65%;
}

.wrap {
    overflow: hidden;
}

.wrap-title {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-transform: capitalize;
}
.divide {
    border-top: 3px solid #fe6603;
    position: relative;
    top: 18px;
    width: 57%;
}
.divided {
    border-top: 1px solid #fff;
    width: 94%;
    margin: 0 auto;
}
.carousel_se_05 {
    background: url(../img/gradient.png) no-repeat center center / cover;
    height: auto;
    position: relative;
}

.grid_box1 {
    background-image: url(../img/AYLF_1.png);
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 40px;
}

.grid_text {
    position: absolute;
    top: 79%;
    left: 37%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.grid_text h2 {
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: left;
    width: 74%;
    line-height: 36px;
}

.grid_text button {
    border: 2px solid #fff;
    background: unset;
    color: #fff;
    border-radius: 30px;
    padding: 4px 21px 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 12px;
}

.grid_text button.focus,
.grid_text button:focus,
.grid_text button:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}

.grid_box3 {
    background-image: url(../img/AYLF_3.png);
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 40px;
}

.grid_text3 {
    position: absolute;
    top: 70%;
    left: 37%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.grid_text3 h2 {
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: left;
    width: 100%;
    line-height: 36px;
}

.grid_text3 button {
    border: 2px solid #fff;
    background: unset;
    color: #fff;
    border-radius: 30px;
    padding: 4px 21px 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 12px;
}

.grid_text3 button.focus,
.grid_text3 button:focus,
.grid_text3 button:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}

.grid_box2 {
    background-image: url(../img/AYLF_2.png);
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 40px;
}

.grid_text2 {
    position: absolute;
    top: 75%;
    left: 37%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.grid_text2 h2 {
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: left;
    width: 85%;
    line-height: 36px;
}

.grid_text2 button {
    border: 2px solid #fff;
    background: unset;
    color: #fff;
    border-radius: 30px;
    padding: 4px 21px 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 12px;
}

.grid_text2 button.focus,
.grid_text2 button:focus,
.grid_text2 button:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}

.grid_box4 {
    background-image: url(../img/AYLF_4.png);
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 40px;
}

.grid_text4 {
    position: absolute;
    top: 75%;
    left: 37%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.grid_text4 h2 {
    font-size: 27px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: left;
    width: 100%;
    line-height: 36px;
}

.grid_text4 button {
    border: 2px solid #fff;
    background: unset;
    color: #fff;
    border-radius: 30px;
    padding: 4px 21px 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-size: 12px;
}

.grid_text4 button.focus,
.grid_text4 button:focus,
.grid_text4 button:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
}

.carousel-text01 {
	background: linear-gradient(to right, #fe9200, #e84f02);
    width: 97%;
    position: relative;
    left: 4px;
}

.carousel-text01 h3 {
    font-size: 13px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    line-height: 1.55;
    width: 96%;
    margin: 0 auto;
    padding: 15px;
    letter-spacing: 0.45px;
}

.carousel-content01 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.carousel-content01 li {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: -21px;
    font-size: 11px;
    line-height: 18px;
    padding: 17px;
}

.carousel-content01 li span {
    color: #fe6203;
    font-weight: 600;
    font-size: 10px;
}

.carousel-content02 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.carousel-content02 li {
    width: 100%;
    text-align: left;
    margin-bottom: -21px;
    font-size: 11px;
    line-height: 18px;
    padding: 17px;
}

.carousel-content02 li span {
    color: #fe6203;
    font-weight: 600;
    font-size: 10px;
}
.user_item h3 {
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    font-size: 19px;
    margin-bottom: 21px;
    color: #000;
    font-weight: 500;
    width: 70%;
    margin: 0 auto;
}

.text-side01 {
    margin-left:-48px;
}

.text-side01 h3 {
    font-size: 78px;
    color: #fff;
    font-weight: 600;
    width: 70%;
    line-height: 84px;
}

    .text-side01 p {
        color: #fff;
        padding-top: 38px;
        font-size: 17px;
        line-height: 1.45;
    }

.text-side02 {
    margin-left: -48px;
}

    .text-side02 h3 {
        font-size: 78px;
        color: #fff;
        font-weight: 600;
        width: 70%;
        line-height: 84px;
    }

    .text-side02 p {
        color: #fff;
        padding-top: 38px;
        font-size: 17px;
        line-height: 1.45;
    }

.user-interested {
    text-align: center;
}
.user-interested a {
    background: linear-gradient(to right, #fe9200, #e84f02);
    border: 1px solid #fe6f02;
    border-radius: 30px;
    padding: 7px 14px 6px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fe6f02;
    color: #fff;
    font-size: 10px;
}

.signin a:hover,
.signin a:focus,
.signin a.active {
    background-color: #ff5103 !important;
    color: #fff !important;
}

.user-deal {
    padding: 25px 8px;
}
.user-deal a {
    border: 1px solid #ff5103 !important;
    background-color: #ff5103 !important;
    color: #fff !important;
    padding: 4px 17px !important;
    border-radius: 50px;
}

@media (max-width: 767px) {
    .column {
        width: 100%;
        display: block;
    }
    .featured-item.icon-left {
        display: block;
    }
    .featured-item {
        padding: 0;
    }
    .text-side01 h3 {
        font-size: 25px;
        line-height: 44px;
		width:100%;
    }
    .text-side01 p {
        line-height: 26px;
    }
    .text-side01 {
        margin-left: 0;
        padding-top: 0;
        margin-top: 20px;
    }
    .text-side01 p {
        color: #fff;
        padding-top: 0;
		font-size:15px;
    }
    .carousel_title02 {
        line-height: 44px;
        font-size: 40px;
    }
    .carousel_se_02 {
        height: 800px;
    }
    .featured-item01.icon-left.icon-left .des {
        width: 100%;
    }
    .carousel_se_03 {
        height: auto;
    }
    .carousel_se_04 {
        height: auto;
    }
    .grid_box1 {
        height: 400px;
    }
    .grid_text {
        position: absolute;
        top: 63%;
        left: 40%;
    }
    .grid_text h2 {
        width: 100%;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .grid_box3 {
        height: 400px;
    }
    .grid_text3 {
        position: absolute;
        top: 57%;
        left: 47%;
    }
    .grid_text3 h2 {
        width: 100%;
        line-height: 30px;
    }
    .grid_box2 {
        height: 400px;
        margin-top: 22px;
    }
    .grid_text2 {
        position: absolute;
        top: 64%;
        left: 47%;
    }
    .grid_box4 {
        height: 400px;
    }
    .grid_text4 {
        position: absolute;
        top: 55%;
        left: 47%;
    }
    .des-title {
        font-size: 16px;
    }
    .text-side02 h3 {
        font-size: 29px;
        color: #fff;
        font-weight: 600;
        width: 100%;
        line-height: 1.1;
    }
    .text-side02 p {
        color: #fff;
        padding-top: 38px;
        font-size: 17px;
        line-height: 1.45;
    }
    .text-side02 {
        margin-left: 8px;
        padding-top: 0;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    .tt-banner-caption p {
        width: 97%;
    }
    .user-banner {
        height: 450px;
    }
    .tt-banner-caption h1 {
        font-size: 35px;
    }
	.android01{
		margin:0 auto;
	}
    .android02 {
        margin: 0 auto;
        width:100% !important;
    }
	.featured-item01.icon-left01 .des {
       width: 100%;
   }
   .featured-item01.icon-left02 .des {
       width: 100%;
   }
}
@media (max-width: 991px) {
    .tt-banner-caption {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
