body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.product_sec {
    padding: 100px 0px 0px;
}



.proct_conten_box h2 {
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 700;
}

.proct_conten_box p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.Dnlod_btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 15px 10px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    border: 2px solid #000;
    transition: all.3s linear;
    min-width: 190px;
    text-align: center;
}

.Dnlod_btn:hover{
     background: #fff;
    color: #373535;
}

.Dnlod_btn i {
    margin-right: 6px;
}



.key_fture_sec {
    padding: 0 0 100px;
}
.fture_title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.fture_box {
    text-align: center;
}

.fture_box img {
    border: 1px solid #8d8d8d;
    border-radius: 50%;
    padding: 12px;
}

.fture_box h3 {
    margin: 20px 0 10px;
    font-size: 24px;
}

.fture_box p {
    font-size: 17px;
}


.hw_wrk_title {
    margin: 40px 0px 20px;
}
.proct_conten_box.calmt_title p {
    margin-bottom: 30px;
}

.btn_wrp {
    display: flex;
    gap: 15px;
    max-width: 500px;
    flex-wrap: wrap;
}

.app_to_btn {
    display: inline-flex;
    background: #000000;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #000000;
    transition: all .3s linear;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.2;
    flex: 1;
    min-width: 190px;
}
.app_to_btn I {
    font-size: 30px;
}
.btn_ttle_1 {
    font-size: 14px;
}
.btn_ttle_2 {
    font-size: 20px;
    font-weight: 600;
}

.app_to_btn:hover{
    background: #fff;
    color: #000000;
}



.about-area-content span {
    font-size: 14px;
    color: #f20791;
    font-weight: 500;
    text-transform: uppercase;
}


.about-area-content h3 {
    font-size: 38px;
    color: #202647;
    font-weight: bold;
    margin: 10px 0 25px 0;
    position: relative;
    padding-bottom: 25px;
}

.about-area-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 80px;
    background-color: #fab4a2;
    bottom: 0;
    left: 0;
}

.about-area-content h3::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 32px;
    background-color: #ff724e;
    bottom: 0;
    margin: 0 auto 0;
    left: 95px;
}


.slide_wrp_sreen img{
    position: relative;
    z-index: 1;
}

.accordion-header button {
    font-size: 22px;
}

.accordion-button:not(.collapsed){
    color: #000;
}

.slide_wrp_sreen {
    max-width: 300px;
    width: 100%;
    margin: auto;
    position: relative;
}

.accordion-button:focus{
    box-shadow: none;
}

.shot_1 {
    position: absolute;
    width: 90%;
    height: 98%;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    overflow: hidden;
}

.carousel-inner.carousel_cls {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.item_shot_1{
    background: url(../images/sreen-1.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.item_shot_2{
    background: url(../images/sreen-2.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.item_shot_3{
    background: url(../images/sreen-3.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.item_shot_1.fst_item_1{
    background: url(../images/sreen-4.png) no-repeat;
    background-size: cover;
}

.item_shot_2.fst_item_2{
    background: url(../images/sreen-5.png) no-repeat;
    background-size: cover;
}

.item_shot_3.fst_item_3{
    background: url(../images/sreen-6.png) no-repeat;
    background-size: cover;
}

.sreen_shot_cont h3 {
    font-size: 35px;
    font-weight: 600;
    width: min(100%,700px);
}
.sreen_shot_cont p {
    font-size: 18px;
    line-height: 1.7;
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #000;
    margin: 20px 0px;
}

.social_sec {
    padding: 70px 0px;
    background: url(../images/social-proof.jpg) ,no-repeat;
    background-size: cover;
    background-position: right center;
}
.social_sec2 {
    padding: 70px 0px;
    background: url(../images/social-proof-1.jpg) ,no-repeat;
    background-size: cover;
    background-position: right center;
}
.social_box {
    width: min(100%, 550px);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.social_box h4 {
    font-size: 20px;
    line-height: 1.5;
}

.social_box img {
    width: 115px;
}

.social_box h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0px 6px;
}

.social_box p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.7;
}
.android_icon a {
    display: inline-block;
    margin-right: 5px;
}
.android_icon img{
    width: 25px;
    opacity: 0.6;
}

.android_icon img:hover{
    opacity: 1;
}


#carouselTwo .carousel-indicators [data-bs-target]{
    max-width: 50px;
    height: auto;
    width: 100%;
    opacity: 1;
    background: #cdcdcd;
    padding: 0px 5px;
    border-radius: 10px;
}
#carouselTwo .carousel-indicators .active{
    background-color:#454545;
}

#carouselTwo .carousel-indicators{
    position: relative;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom:40px
    
}



.wrp_career_sec{
    background: #f4f4f4;
    padding: 100px 0px;
}

.course_sec {
    padding: 100px 0px;
}

.car_box {
    text-align: center;
    min-height: 250px;
    border: 1px solid #fbe6d4;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.car_box img {
    max-width: 80px;
    margin-bottom: 20px;
}

.car_box h3 {
    font-size: 20px;
}

.car_box p {
    line-height: 1.5;
    font-size: 15px;
}

.career_sec2 {
    padding: 0 0 100px;
}

.cres_box_1 {
    background: #f4f4f4;
    border-radius: 20px;
    padding: 50px;
    height: 100%;
}

.cres_box_1 h2 {
    margin-bottom: 20px;
    font-size: 38px;
}

.cres_box_2 {
    background: #f4f4f4;
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: 3px 3px 0px #36c441;
    height: 100%;
}

.cres_box_2 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.bg-offset-hero::after {
	position: absolute;
	content: '';
	width: 75%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #191919;
}

.quote_ {
	opacity: 0.1;
}

@media (max-width: 767.98px) {
	.bg-offset-hero::after {
		width: 100%;
	}}


@media (max-width:768px) {
    .proct_conten_box h2{
        font-size: 40px;
    }
    .fture_title{
        font-size: 35px;
    }
    .product_sec {
    padding: 50px 0px 0px;
     }
     .key_fture_sec {
        padding: 0 0 50px;
    }
    .course_sec {
        padding: 50px 0px;
    }
    .career_sec2 {
        padding: 0 0 50px;
    }
    
    .wrp_career_sec{
        padding: 50px 0px;
    }
}


@media(max-width:576px){
    .sreen_shot_cont p {
    column-count: 1;
    column-gap: 0px;
}
#carouselTwo .carousel-indicators [data-bs-target]{
    max-width: 40px;
    padding: 0 4px;
}
.Dnlod_btn{
    flex: 1;
}
}


.imgapp{opacity: 0; transition-property: opacity, transform;}.zoomIn{opacity: 1; animation: zoomIn 1.2s ease forwards;}
@keyframes zoomIn {
  from {
    transform: translateZ(0) scale(.5);
  }
  to {
    transform: translateZ(0) scale(1); /* Zoom in */
  }
}