.banner {
    position: relative;
    background: transparent linear-gradient(238deg, #D9FBE3 0%, #E0DBFD 100%) 0% 0% no-repeat padding-box;
    
}
.banner_wrapper {
    position: relative;
    width: 90%;
    margin: auto;
    max-width: 1230px;
}
.banner .arrow-line {
    position: absolute;
    top: -83px;
    left: 7%;
    width: 41%;
    z-index: 3;
    animation: jump 7s infinite;
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
.banner_rirght_dot {
    position: fixed;
    right: 33%;
    top: 0;
    width: 15%;
}
.banner .arrow-line img {
    width: 520px;
}
.banner::after {
    content: "";
    width: 100%;
    height: 100%;
}
.hoz-name h1 {
    margin-bottom: 0;
}
.hoz_sub_title {
    font-family: Georgia;
    font-size: 50px;
    font-style: italic;
}
.hoz-illus-Mobile {
    display: none;
}
.hoz-q-box.q-food {
    background-color: #ffefef;
    transform: translateY(90px);
}
.hoz-q-box.q-hobby {
    background-color: #e5fff7;
    transform: translateY(-35px);
}
.hoz-q-box.q-inspire {
    background-color: #f0f9ff;
    transform: translateY(100px);
}
.hoz-q-img {
    position: relative;
    right: -70px;
    bottom: -2px;
    width: 200px;
    display: block;
    margin-top: 40px;
    height: 190px;
    object-fit: cover;
}
.q-inspire .hoz-q-img {
    right: -73px;
}
.q-goal {
    padding-bottom: 100px;
}
.q-goal .hoz-q-img {
    transform: translateX(10px);
}
.hoz_exp_mobile {
    display: none;
}
.hoz-ans-wrap .hoz-ans {
    width: 50%;
    float: left;
    padding-right: 80px;
}
/* .hoz-q-cultureZoho {
    display: inline-block;
    border-bottom: 1px dashed rgba(0%, 0%, 0%, 20%);
    padding: 90px 0 50px 0;
} */
.border_0 {
    border: 0;
}
/* .hoz-q-cultureZoho p:last-child {
    margin-bottom: 0;
} */
.hoz-ans a.text-mask{
	color: #056cb8;
}
.hoz-q_no_dot {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    color: #010101;
    font-family: var(--primaryfont-regular);
    letter-spacing: -1px;
    margin-bottom: 30px;
    position: relative;
}
.atWork .hoz-q {
    max-width: 85%;
}
.lifeAtzoho {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7FBFF 100%) 0% 0% no-repeat padding-box;;
    position: relative;
    z-index: 2;
}
.lfatzoho {
    border-bottom: 1px solid #E7F0F8;
}
.lifeatzoho_bg {
    margin-top: -350px;
    display: none;
}
.lifeAtzoho .sec-ttl {
    margin-top: 0;
}
.lifeZoho {
    margin-top: 65px;
}
.lfatzoho .hoz_lifezoho_ele {
    transform: rotateY(180deg);
}
.atWork .hoz_lifezoho_ele,.gettingPersonal .hoz_lifezoho_ele {
    width: 250px;
}
.fst_part_ele{
	position: relative;
    margin-bottom: 90px;
	padding-bottom: 40px;
    border-bottom: 1px dashed rgba(0,0,0,20%);
}
/* .atwork_ele {
    top: 0;
    right: 0;
} */
.atWork {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e5edf4;
}
.atWork .wrapper {
    overflow: inherit;
}
.hoz-border-0 {
    border: 0;
}
.atWork .sec-ttl,
.wisdom .sec-ttl {
    text-align: left;
}
.wisdom .sec-ttl {
    margin-bottom: 0;
}
/* .hoz_padding_0 {
    padding-top: 0;
} */
.gettingPersonal {
    background: #F7FBFF;
    position: relative;
    padding-bottom: 0;
}
.gettingPersonal .get_per_leftImg{
	width: 49%;
}
.gettingPersonal .get_per_rightImg{
	flex-direction: column;
	width: 49%;
}
/* .geting_ele {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
}
.gettingPersonal .geting_ele {
    left: 0;
    bottom: 0;
    top: inherit;
width: 250px;
} */
.hoz_center {
    max-width: 56%;
    text-align: center;
    margin: 0 auto 60px auto;
}
.books .hoz_center {
    margin-top: 0;
}
.books {
    background: #F7FBFF;
    padding: 0;
	position: relative;
}
/* .books .wrapper {
   padding: 90px 0 140px 0;
	border-top: 1px dashed rgba(0,0,0,20%);
} */
.hoz_books {
    margin-top: 100px;
}
.books .medium-font {
    color: #f60014;
}
.hoz_center .hoz-q {
    max-width: 100%;
}
.gettingPersonal .sec-ttl,
.inspiration .sec-ttl {
    text-align: center;
}
.getting_card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
/* .gettingPersonal .wrapper {
    padding-bottom: 90px;
} */
.life_fulwid_qa{
    border-top: 1px dashed rgba(0,0,0,20%);
    margin-top: 80px;
}
.youtubeIcon a {
    font-family: var(--primaryfont-regular);
    margin-top: 40px;
    color: #333;
    display: flex;
    font-size: 16px;
    align-items: center;
}
.youtubeIcon :hover img {
    animation: zoom 0.5s ease-in-out;
}
.getting_card .youtubevideo_card{ 
    border-radius: 10px; 
    border: none;
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.youtubeIcon a span {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.gettingPersonalVideo .hoz-q-cultureZoho {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 50px;
    text-align: left;
}
.hoz-q-cultureZoho {
    text-align: left;
}
.tell_abt {
    margin-bottom: 30px;
    padding-top: 6px;
	border-bottom: none;
  }
.tell_abt.tell_abt_mob{
    margin-bottom: 0;
  }
.vidya_live_all {
    padding-top: 0;
}
.getting_video_left{
    flex-basis: 50%;

}
.getting_video_right {
    flex-basis: 35%;
}

.getting_video_right {
    position: relative;
    overflow: hidden;
}
.youtubevideo_card {
    border: 1px solid #efece4;
    border-radius: 3px;
    display: flex;
    align-items: flex-start;
}
.youtubevideo_card img {
    transition: all 0.3s ease-in-out;
}

.youtube_icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    margin: auto;
    right: 0;
    margin-top: -23px;
    cursor: pointer;
}
.gettingPersonalVideo {
    margin-bottom: 50px;
    padding: 90px 80px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 45%;
    background: #edf3ff;
    position: relative;
}
.get_card1 {
    background-color: #f0f9ff;
}
.get_card2 {
    background-color: #edf3ff;
    margin-bottom: 0;
}
.get_card3 {
    background-color: #fff8e6;
}
.get_card4 {
    background-color: #ffefef;
    margin-bottom: 0;
}
.gettingPersonal_victor .gettingPersonalVideo {
    background: #fff;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #eceef7;
    box-shadow: 20px 16px 44px #152e340d;
    margin-bottom: 0;
}
.gettingPersonal_victor .gettingPersonalVideo .hoz-q-cultureZoho {
    margin-bottom: 0;
}
.atWork .gettingPersonalVideo {
    width: 100%;
}
.atWork .gettingPersonalVideo .hoz-q::before {
    display: none;
}
.atWork .gettingPersonalVideo .hoz-q {
    max-width: 100%;
}
.getting_left {
    padding-top: 0;
}
.gettingPersonal_content,
.wisdom .lifeAtzoho {
    display: flex;
    padding: 0;
    background: 0 0;
}
.journey_ele {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
}
.wisdom .lifeAtzoho {
    align-items: center;
}
.wisdom .lifeAtzoho .wisdom_quote_all {
    flex-basis: 40%;
}
.system_bg {
    margin-top: 30px;
    display: none;
}
.system_bg img {
    mix-blend-mode: multiply;
    display: block;
    margin: auto;
}
.wisdom_right h2 {
    max-width: 60%;
}
.wisdom_right .hoz-q-cultureZoho {
    padding-top: 60px;
}
.gallery {
    background: transparent linear-gradient(180deg, #fff 0, #f7fbff 100%) 0 0 no-repeat;
    overflow: hidden;
}
.gallery_inr {
    justify-content: center;
    position: relative;
}
.gallery_card {
    flex-basis: 25%;
    margin-right: 35px;
}
.gallery_card:last-child {
    margin-right: 0;
}
.gallery_card .hoz-ans{
line-height: 1.7;
}
.hoz-exp_mobile {
    display: none;
}
.hoz_books_card {
    margin-top: -80px;
}
.getcard_ele {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    display: none;
}
.hoz_col_3 {
    display: flex;
    justify-content: space-between;
}
.hoz_books_card .hoz_col {
    padding: 0 50px;
    border-right: 1px dashed rgba(0%, 0%, 0%, 20%);
    flex-basis: 33%;
}
.hoz_books_card .hoz_col:last-child {
    border: 0;
    padding-bottom: 0;
}
.banner .leftside{
    padding: 130px 0 210px 0;
}
.gallery .slick-slide {
    height: 0px;
}
.gallery .slick-slide.slick-active {
    height: 100%;  
}

.geting_dhinesh{
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 45%;
    text-align: center;
}
.geting_dhinesh .hoz-ans{
    max-width: 80%;
}
.geting_dhinesh_gallery{
    justify-content: space-between;
    margin-top: 50px;
}
.gal_get_card{
    flex-basis: 32%;
}
.get_per_left_wid{
    padding: 80px 0;
}
@media only screen and (max-width: 1200px){
    section{
        margin-top: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .hoz_lifezoho_ele {
        width: 200px;
      }
      .geting_dhinesh, .hoz_center{
        width: 80%;
        max-width: 80%;
      }
      .geting_dhinesh .hoz-ans{
        max-width: 100%;
      }
}
@media only screen and (max-width: 991px) {
    .hoz_lifezoho_ele {
        width: 170px;
      }
    .banner_wrapper {
        width: 100%;
    }
    .banner {
        background: #fff;
    }
    .banner_mobile_bg {
        background:transparent linear-gradient(238deg, #D9FBE3 0%, #E0DBFD 100%) 0% 0% no-repeat padding-box;
        position: relative;
        margin-bottom: 30px;
    }
    .banner .arrow-line,
    .banner_rirght_dot {
        display: none;
    }
    .banner .rightside {
        display: none;
    }
    .hoz-q-box.q-food,
    .hoz-q-box.q-hobby,
    .hoz-q-box.q-inspire {
        transform: translateY(0);
    }
    .hoz-fav-innerwrap {
        align-items: unset;
    }
    .gettingPersonalVideo {
        padding: 30px;
    }
    .lifeatzoho_bg {
        margin-top: -206px;
    }
    .hoz_books_card {
        flex-direction: column;
    }
    .hoz_books_card p {
        margin-bottom: 0;
    }
    .hoz_books_card .hoz_col {
        padding: 50px 0;
        border-right: 0;
        border-bottom: 1px dashed rgba(0%, 0%, 0%, 20%);
    }
    .q-hobby .hoz-q-img{
        right: 0 !important;
    }
}
@media only screen and (max-width: 820px) {
	.get_per_left_wid{
		width:50%;
	}
}
@media only screen and (max-width: 767px) {
    .hoz-q-box {
        min-height: 360px;
    }
    .q-goal{
        min-height: 0;
    }
    .gal_get_card{
        margin-bottom: 40px;
    }
    .life_fulwid_qa{
        margin-top: 0;
    }
    /* .hoz-q-box.q-inspire{
        min-he   ight: 520px;
    } */
    .atWork .gettingPersonalVideo {
        padding: 30px;
        margin-bottom: 50px;
    }
    .gettingPersonalVideo.get_card4{
        margin-bottom: 0;
    }
    .gettingPersonal_content {
        max-width: 100%;
        margin: auto;
    }
    /* .gettingPersonal {
        padding: 0;
    } */
    /* .books .wrapper,
    .gettingPersonal_victor,
    .lifeAtzoho {
        padding: 70px 0;
    } */
    /* .gettingPersonal_victor{
        padding-bottom: 0;
    } */
    .life_fulwid_qa{
        border: 0;
    }
   
    .hoz_books_card {
        margin-top: -40px;
    }
    .gettingPersonal_content {
        padding: 50px 0;
    }
   
    /* .atWork,
    .gallery,
    .inspiration,
    .wisdom_right {
        padding: 70px 0;
    }
    .hoz-q-cultureZoho {
        padding: 50px 0 50px 0;
    } */
    /* .mble_bdr{
        padding: 50px 0 30px 0 !important;
    } */
    .at_work_mob{
        padding-top: 25px;
        padding-bottom: 30px !important;
    }
    .tell_abt{
        margin-bottom: 50px;
    }
    .getting_left {
        padding-bottom: 50px !important;
        border-bottom: 1px dashed rgba(0%, 0%, 0%, 20%) !important;
    }
    .tel_mob_border{
        border-top: 1px dashed rgba(0%, 0%, 0%, 20%) !important;
    }
    .get_lft_mob{
        padding-top: 0;
    }
    .tell_abt_mob {
        padding-top: 40px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
      }
    .hoz-q,
    .hoz-q_no_dot {
        font-size: 26px;
    }
    .atWork .hoz-q {
        max-width: 100%;
    }
    .hoz-fav-innerwrap {
        margin-bottom: 60px;
    }
    .leftside {
        width: 100%;
    }
    .lifeatzoho_bg {
        margin-top: 0;
    }
    /* .atwork_ele,
    .geting_ele,
    .hoz-q-box::before,
    .hoz_lifezoho_ele {
        display: none;
    }
    .hoz-q-cultureZoho p:last-child {
        margin-bottom: 0;
    } */
    .gettingPersonal .gallery_inr,
    .inspiration .gallery_inr {
        padding: 0;
    }
    .hoz_youtube_blg {
        margin-bottom: 0;
    }
    .atWork .sec-ttl,
    .wisdom .sec-ttl {
        text-align: center;
    }
    .q-inspire .hoz-q-img {
        right: -30px;
    }
    .gettingPersonal_victor .gettingPersonalVideo.hoz_youtube_blg {
        flex-direction: column;
        margin-top: 50px;
    }
    .gtpersonal .getting_video_right {
        margin-top: 30px;
    }
    .mobile_blg {
        border: 0;
    }
    .hoz_center {
        max-width: 100%;
    }
    .hoz_atwork_ele{
        display: none;
    }
    .workSpace{
        margin-top: 30px;
    }
    .gettingPersonal .wrapper{
        padding-bottom: 0;
    }
    .gal_get_card:last-child{
        margin-bottom: 0;
    }
	.get_per_leftImg, .get_per_rightImg{
		width: 100%;
	}
	.get_per_left_wid{
		flex-direction: row;
		padding-top: 0;
        margin-top: 30px;
	}
}
@media only screen and (max-width: 640px){
    
    .geting_dhinesh{
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 540px) {
   
    .hoz-exp-count,
    .hoz-name h1 {
        font-size: 42px;
    }
    .lifeZoho {
        margin-top: 35px;
    }
    .hoz_books {
        margin-top: 0;
      }
    .hoz_books_card {
        margin-top: -50px;
      }
      
}


/* ----------- line_animate ------------- */

.path-1, .path-2 {
    fill: none;
}
.path-1 {
    stroke: black;
    stroke-dasharray: 1200;
    stroke-dashoffset: 400;
    stroke-width: 2px;
    opacity: 0.3;
}
.path-2 {
    stroke: #eaf4e7;
    stroke-width: 2px;
    stroke-dasharray: 6;
}
.path-1 {
    animation: lineanimate 2s linear forwards .5s;
}
.path-3{
    opacity: 0;
    animation: circleOpacity 2s linear forwards .3s;
    animation-delay: 1.5s;
}
@keyframes circleOpacity {
    0% {
       opacity: 0;
    }
    100% {
       opacity: .3;
    }
}
@keyframes lineanimate {
    0% {
        stroke-dashoffset: 1200;
    }
    100% {
        stroke-dashoffset: 2600;
    }
}