.company_prof_bnr {
    width: 100%;
    display: inline-block;
    padding: 99px 0px 121px;
    background: linear-gradient(103.44deg, #3D0661 15.53%, #6725BB 100%);
    position: relative;
    z-index: 1;
}

.company_prof_bnr::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/company-profile/com-prof-bnr-image.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.15;
}

.comProf_bnr_cont {
    width: 100%;
    max-width: 620px;
    float: left;
}

.comProf_bnr_cont strong {
    font-weight: 700;
    font-size: 87px;
    line-height: 75px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 38px;
}

.comProf_bnr_cont strong span {
    font-weight: 500;
    font-size: 60px;
    line-height: 75px;
}

.comProf_bnr_cont h1 {
    font-weight: 700;
    font-size: 133px;
    line-height: 135px;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.comProf_bnr_cont h1 span {
    font-weight: 300;
    font-size: 103px;
    line-height: 95px;
    display: block;
}

.comProf_bnr_cont p {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.comProf_bnr_cont .talk_expert_Btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 21px 48.5px;
    background: #FF354D;
    border: 2px solid #FFACB6;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.44);
    border-radius: 60px;
    display: inline-block;
    margin-top: 52px;
}

.comProf_bnr_cont .talk_expert_Btn:hover {
    background: none;
    color: #FF354D;
}


.btn-with-images{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 52px;
}
.btn-with-images .talk_expert_Btn{
    margin: 0 10px 0 0 !important;
}
.te-certificates{
    display: flex;
    float: left;
    flex-wrap: wrap;
    align-items: center;
    margin: 16px -4px;
}
.te-certificates .colm{
    display: block;
    float: left;
    padding: 0 4px;
}
.te-certificates .colm img{
    display: block;
    float: left;
    height: 60px;
    width: auto;
}
.te-certificates .colm .bg{
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px;
}
.te-certificates .colm .bg img{
    height: 40px;
}

.bnr_imgBox {
    background: url(../images/company-profile/round-shadow.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    right: 0%;
    width: 58%;
    height: 100%;
    top: 0px;
    text-align: center;
    padding: 60px;
}

.bnr_imgBox source,
.bnr_imgBox img {
    display: inline-block;
}

/* trust__section */
.trust_we_section_main {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 123px 0px 0px;
    margin-top: -130px;
}

.trust_we_section_main::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 133px;
    background: url(../images/company-profile/com-prof-bnr-curb.png) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    top: 0px;
    left: 0px;
    z-index: -2;
}

.trust_we_prof_wrapper {
    padding-top: 30px;
    padding-bottom: 68px;
    background-color: #F9F9FB;
    position: relative;
    z-index: 1;
}

.trust_we_prof_wrapper::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/company-profile/com-prof-trust-texture.png) no-repeat;
    background-size: 100% auto;
    background-position: right top;
    top: -120px;
    left: 0px;
    z-index: -1;
}

.trusted_wrapper h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 21px;
}

.trust_row {
    margin: 0px 4.5px;
    display: flex;
    flex-wrap: wrap;
}

.trust_row .trust_img_col {
    max-width: 10%;
    flex: 0 0 10%;
    padding: 0px 4.5px;
    display: flex;
    margin-bottom: 18px;
}

.trust_img {
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    padding: 9px;
}

.trust_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trusted_wrapper .btn_area {
    margin-top: 12px;
    text-align: center;
}

.viewMore_btn {
    background: #FF354D;
    border-radius: 80px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding: 17px 49px;
    border: 1px solid #FF354D;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
}

.viewMore_btn:hover {
    background: none;
    color: #FF354D;
}

.cmn_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #010409;
}

.who_we_box {
    margin-top: 42px;
    text-align: center;
}

.who_we_box .cmn_title {
    margin-bottom: 31px;
}

.who_we_box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #414756;
}

.glance_erapper {
    margin-top: 40px;
    overflow: hidden;
}

.gl_hdrWraper {
    text-align: center;
}

.gl_mark {
    display: inline-block;
    padding: 11px 21px;
    background: #FA3E55;
    border-radius: 50px;
    border: 1px solid #FA3E55;
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;
    color: #FFFFFF;
}

.gl_sm_intro_wrap {
    margin: 31px -30px 0px;
    display: flex;
    flex-wrap: wrap;
}

.gl_sm_intro_wrap .gl_sm_intro_box {
    max-width: 33.333%;
    flex: 0 0 33.333%;
    padding: 6px 30px;
    position: relative;
}

.gl_sm_intro_wrap .gl_sm_intro_box:not(:first-child):before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #C6C5DE;
    top: 0px;
    left: -25px;
}

.gl_sm_intro_box>h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 47px;
    color: #000000;
}

.gl_sm_intro_box>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #414756;
    display: block;
}

.gl_feture {
    max-width: 1130px;
    margin: 40px auto 0px;
}

.gl_feture_row {
    margin: 0px -20px;
    display: flex;
    flex-wrap: wrap;
}

.gl_fet_col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0px 10px;
}

.gl_fetBox {
    width: 100%;
    padding: 10px 20px;
    display: flex;
}

.gl_fetBox .arrowIcon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #FA3E55;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.gl_fetBox .arrowIcon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px dashed #FA3E55;
    border-radius: 50%;
    left: -9px;
    top: 0px;
    z-index: -1;
}

.gl_fetBox .gl_fet_info {
    width: calc(100% - 43px);
    padding-left: 19px;
}

.gl_fet_info h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 47px;
    color: #000000;
}

.gl_fet_info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #414756;
}

.our_devloper_area {
    margin-top: 50px;
}

.our_devloper_wrap {
    position: relative;
}

.devloper_itm {
    padding: 0px 14px;
    text-align: center;
}

.devloper_img {
    margin: 0px auto;
    width: 62px;
    height: 62px;
    overflow: hidden;
    border-radius: 50%;
}

.devloper_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our_devloper_wrap .owl-prev {
    font-size: 0px;
    line-height: 0px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: url(../images/company-profile/left-angle.svg) no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.our_devloper_wrap .owl-next {
    font-size: 0px;
    line-height: 0px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: url(../images/company-profile/right-angle.svg) no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

/* our_jouney_section */
.our_jouney_section {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 0px 134px;
}

.journey_intro_wrap {
    display: inline-flex;
}

.journey_img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: auto;
    padding-left: 30px;
    text-align: right;
}

.journey_img img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.journey_introBox {
    width: 50%;
    float: left;
}

.journey_introBox .mark_txt {
    font-weight: 600;
    font-size: 20px;
    line-height: 47px;
    color: #FF354D;
    margin-bottom: 18px;
}

.journey_intro_para_box {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #494E5B 0%, #494E5B 0.01%, #2A2E37 100%);
    border-radius: 16px;
    padding: 35px 25px 52px;
}

.journey_intro_para_box .journey_para {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #FFFFFF;
}

.journey_intro_para_box .journey_para+.journey_para {
    margin-top: 15px;
}

/* listing */
.journey_wrapper {
    max-width: 1150px;
    margin: 67px auto 0px;
    position: relative;
    padding: 77px 0px 57px;
}

.journey_wrapper::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #D0DEDC;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    z-index: -1;
    animation: moveline 6s linear forwards;
}

.journey_wrapper .journey_cont_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

.journey_wrapper .journey_cont_box:first-child::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2A2E37;
    top: -77px;
    left: 50%;
    margin-left: -6px;
}

.journey_wrapper .journey_cont_box:last-child::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2A2E37;
    bottom: -57px;
    left: 50%;
    margin-left: -6px;
}

.journey_cmn_col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 22.5px 65px;
}

.journey_cont_box .journey_cmn_col:first-child {
    /* background-color: #000000; */
}

.journey_cont_box:nth-child(odd) .journey_cmn_col:first-child {
    text-align: right;
}

.journey_cont_box:nth-child(even) {
    flex-direction: row-reverse;
}

.yearBox {
    position: relative;
}

.journey_cont_box:nth-child(even) .yearBox {
    text-align: right;
}

.yearBox .calenderIcon {
    width: 52px;
    height: 52px;
    background: #2A2E37;
    border: 8px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 19px;
}

.yearBox .calenderIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.journey_cont_box:nth-child(odd) .calenderIcon {
    left: -26px;
}

.journey_cont_box:nth-child(even) .calenderIcon {
    right: -26px;
}

.yearBox h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 47px;
    color: #FF354D;
}

.journey_cmn_col p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

@keyframes moveline {
    0% {
        height: 0%;
    }

    100% {
        height: 100%;
    }
}

/* seo_spek_section */
.seo_spek_section {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px 68px;
    background: #F9F9FB;
    background-image: url(../images/company-profile/ceo-texture.png);
    background-repeat: no-repeat;
    background-position: left top 81px;
    display: flex;
    flex-wrap: wrap;
}

.seo_spek_section .custom_container {
    display: flex;
    flex-wrap: wrap;
}

.ceoImg_box {
    width: 45%;
    padding-top: 85px;
}

.ceoImg_main {
    width: 100%;
    padding: 21px;
    position: relative;
    z-index: 1;
}

.ceoImg_main::before {
    position: absolute;
    content: '';
    width: 124px;
    height: 84px;
    border-top: 5px solid #2A2E37;
    border-right: 5px solid #2A2E37;
    border-radius: 0px 10px 0px 0px;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.ceoImg_main::after {
    position: absolute;
    content: '';
    width: 124px;
    height: 84px;
    border-bottom: 5px solid #2A2E37;
    border-left: 5px solid #2A2E37;
    border-radius: 0px 0px 0px 10px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}

.ceoImg {
    width: 100%;
    height: 298px;
    border-radius: 5px;
    overflow: hidden;
}

.ceoImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ceoImg_box figcaption {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    display: block;
    text-align: right;
    color: #010409;
    margin-top: 5px;
    padding-right: 21px;
}

.ceo_speak_cont_wrapper {
    width: 55%;
    padding-left: 48px;
}

.ceo_speak_cont h2 {
    margin-bottom: 25px;
}

.ceo_speak_cont p {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #414756;
}

/* wedo_presense_section */
.wedo_section {
    width: 100%;
    display: inline-block;
    padding: 69px 0px 134px;
    background: linear-gradient(180deg, #2A2E37 17.1%, rgba(42, 46, 55, 0.583333) 55.65%, rgba(42, 46, 55, 0) 95.58%);
    position: relative;
    z-index: 1;
}

.wedo_section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/company-profile/we-do-texture.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: -1;
}

.wedo_header {
    max-width: 950px;
    margin: 0px auto 42px;
}

.wedo_header .cmn_title {
    margin-bottom: 28px;
    color: #FFFFFF;
    text-align: center;
}

.wedo_header p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}

.wedo_section h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 47px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.serv_row {
    margin: 0px -8.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.serv_cmn_col {
    max-width: 14.285%;
    flex: 0 0 14.285%;
    display: flex;
    padding: 0px 8.5px;
    margin-bottom: 13px;
}

.serv_cont_box {
    width: 100%;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 8px 12px rgba(42, 46, 55, 0.1);
    border-radius: 16px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.serv_cont_box .serv_icon {
    width: 47px;
    height: 39px;
    margin-bottom: 9px;
}

.serv_cont_box .serv_name {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000000;

}

/* presence_section */
.presence_section h2 {
    text-align: center;
    margin-bottom: 50px;
}

.presence_img {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.presence_img img {
    display: inline-block;
}

/* te_family_section */
.te_family_img {
    width: 100%;
    height: auto;
    margin: 0px;
    position: relative;
    z-index: -1;
}

.te_family_img img {
    width: 100%;
    height: 100%;
}

.te_guid_main {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    margin-top: -75px;
}

.te_guid_main::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(190deg, rgba(255, 255, 255, 0.75) 5%, rgba(255, 255, 255, 1) 100%);
    left: 0px;
    top: 0px;
    filter: blur(22px);
    z-index: -1;

}

.te_guid_main .guid_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;
    color: #000000;
    margin-bottom: 51px;
    text-align: center;
}

.te_guid_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -14px;
}

.te_guid_col {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 0px 14px;
    display: flex;
}

.te_guid_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.te_guid_img {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-bottom: 25px;
}

.te_guid_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.te_guid_box h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.te_guid_box .designation {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4D4848;
}

.te_guid_box .designation small {
    font-size: 14px;
    line-height: 17px;
    color: #FF354D;
}


.te_sm-dtls_box {
    padding: 53px 0px 60px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #2A2E37 0%, rgba(42, 46, 55, 0.583333) 96.94%);
    position: relative;
    z-index: 1;
}

.te_sm-dtls_box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/company-profile/te-sm-dtl-texture.png) no-repeat;
    background-position: center top;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.te_sm-dtls_wrap {
    width: 100%;
    max-width: 1133px;
    margin: 0px auto;
}

.te_sm_dtl_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.te_sm_dtl_list li {
    width: 50%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.te_sm_dtl_list li span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFFFFF;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.te_sm_dtl_list li span img {
    filter: brightness(1) invert(0.6);
}

.te_sm_dtl_list li p {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    margin-left: 15px;
}

.for_te_msg {
    display: block;
    width: 100%;
    max-width: 1131px;
    margin: 40px auto 0px;
    padding: 14px 36px;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
    line-height: 47px;
    color: #FF354D;
}

/* acivment_section */
.acivment_section {
    width: 100%;
    display: inline-block;
    padding: 72px 0px 29px;
}

.acivment_section .cmn_title {
    text-align: center;
    margin-bottom: 55px;
}

.achivment_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.achivment_ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.achivment_ul li:nth-child(even) {
    flex-direction: row-reverse;
}

.achiv_leftBox {
    width: 50%;
    padding-right: 32px;
}

.achiv_img {
    margin: 0px;
    width: 100%;
    height: 100%;
}

.achiv_rightBox {
    width: 50%;
    padding-left: 32px;
}

.achiv_cont {
    max-width: 420px;
    float: left;
    text-align: left;
}

.achivment_ul li:nth-child(even) .achiv_leftBox {
    padding-right: 0px;
    padding-left: 32px;
}

.achivment_ul li:nth-child(even) .achiv_rightBox {
    padding-right: 32px;
    padding-left: 0px;
}

.achivment_ul li:nth-child(even) .achiv_cont {
    float: right;
    text-align: right;
}

.achivment_ul li:last-child {
    margin-top: -60px;
}

.suc_cup_img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255, 53, 77, 0.2);
    padding: 14px;
    display: inline-block;
}

.suc_cup_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.achiv_cont .award_name {
    font-weight: 500;
    font-size: 28px;
    line-height: 47px;
    color: #000000;
    margin-top: 11px;
}

.achiv_cont .award_name strong {
    font-weight: 600;
    display: inline-block;
}

.achiv_cont .award_by {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-top: 6px;
}

.other_achivment_Box {
    width: 100%;
    max-width: 1177px;
    margin: 59px auto 0px;
    background-color: #292928;
    background-image: url(../images/company-profile/other-achivment-bg.png);
    background-position: left center;
    background-size: 632px 100%;
    background-repeat: no-repeat;
    border-radius: 64px 64px 64px 0px;
    position: relative;
    z-index: 1;
    padding: 37px 64px 29px 54%;
    overflow: hidden;
}

.other_achivment_Box::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background: linear-gradient(270deg, #292928 46%, rgba(5, 5, 6, 0.71) 63.6%, rgba(5, 5, 6, 0) 97.1%);
    z-index: -1;
}

.other_achivment_Box h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.other_list li {
    display: flex;
    align-items: center;
}

.other_list .arrow_icon {
    width: 30px;
    height: 30px;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    border-radius: 50%;
    background: #FF354D;
}

.other_list .arrow_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.other_list li p {
    width: calc(100% - 30px);
    padding-left: 11px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}

.other_list li+li {
    margin-top: 30px;
}

/* sucess_section */
.sucess_section {
    width: 100%;
    display: inline-block;
    padding: 40px 0px 60px;
    background: #0A0A0A;
    background-image: url(../images/company-profile/sucess-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.sucess_section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(../images/company-profile/sucess-texture.png) no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: -1;
}

.sucess_section .cmn_title {
    color: #FFFFFF;
    margin-bottom: 50px;
}


.sucess_news_box {
    display: inline-block;
    column-gap: 12px;
    row-gap: 12px;
}

.videobox {
    width: 29%;
    height: 277px;
    padding: 8px;
    float: left;
}

.videobox .youtube {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background-color: #000000;
}

.videobox img,
.videobox iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.videobox .play-button {
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.euphoria {
    width: 22%;
    height: 277px;
    float: left;
}

.sabyasachi {
    width: 19%;
    height: 277px;
    float: left;
}

.full_size {
    width: 30%;
    height: 555px;
    float: right;
}

.lastgrowing {
    width: 25%;
    height: 277px;
    float: left;
}

.bangla {
    width: 45%;
    height: 277px;
    float: left;
}

.news_box {
    padding: 8px;
}

.news_box a {
    display: block;
    position: relative;
    height: 100%;
}

.news_box a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.half_box {
    width: 50%;
    float: left;
}

.videobox.half_box {
    height: auto !important;
}

.videobox.oneThired_box {
    width: 33.333%;
    float: left;
    height: auto !important;
}

.videobox.half_box .youtube {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.videobox.half_box .youtube img,
.videobox.half_box .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* exe_feedback_section */
.exe_feedback_section {
    padding: 71px 0px 25px;
}

.exe_feedback_section .cmn_title {
    margin-bottom: 13px;
    text-align: center;
}

.exe_feedback_section .rating_box {
    width: 201px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.rating_box li {
    display: inline-block;
}

.feedback_video_wrapper {
    position: relative;
    z-index: 1;
    max-width: 1195px;
    margin: 9px auto 0px;
    padding: 41px 60px 25px;
    background: url(../images/company-profile/texture-send.png), url(../images/company-profile/texture-star.png), url(../images/company-profile/texture-like.png);
    background-repeat: no-repeat;
    background-position: left top, left bottom, right top;
    background-size: auto;
}

.video_row {
    display: flex;
    flex-wrap: wrap;
}

.vdo_col_4 {
    max-width: 1003%;
    flex: 0 0 100%;
    padding: 0px 17.5px;
    display: flex;
}

.feedback_vdo_box {
    width: 100%;
    background-color: #EEEDED;
    border-radius: 20px;
    overflow: hidden;
}

.feedback_video {
    position: relative;
    width: 100%;
    height: 0px;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #000000;
}

.feedback_video img,
.feedback_video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.feedback_video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.client_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px 17px;
}

.client_area h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.client_area span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4D4848;
    display: inline-block;
}

.video_row .owl-prev {
    font-size: 0px;
    line-height: 0px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: url(../images/company-profile/left-angle.svg) no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.video_row .owl-next {
    font-size: 0px;
    line-height: 0px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: url(../images/company-profile/right-angle.svg) no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}


@media only screen and (max-width: 1440px) {

    /* start: banner */
    .company_prof_bnr {
        padding: 59px 0px 137px;
    }

    .comProf_bnr_cont strong {
        font-size: 67px;
        line-height: 72px;
        margin-bottom: 25px;
    }

    .comProf_bnr_cont h1 {
        font-size: 113px;
        line-height: 120px;
    }

    .comProf_bnr_cont h1 span {
        font-size: 87px;
        line-height: 88px;
    }

    .comProf_bnr_cont p {
        font-size: 18px;
        line-height: 28px;
    }

    .bnr_imgBox {
        width: 52%;
        background-size: 100% 100%;
        padding: 30px 110px 110px;
    }

    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .trust_we_prof_wrapper::after {
        top: -111px;
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    .journey_intro_para_box {
        padding: 30px 15px 35px;
    }

    .journey_introBox .mark_txt {
        line-height: 30px;
    }

    .journey_intro_para_box .journey_para {
        line-height: 26px;
    }

    /* end: Journey */
}

@media only screen and (max-width: 1400px) {

    /* start: te_sm-dtls_box */
    .te_guid_wrap {
        margin: 0px -12px;
    }

    .te_guid_col {
        padding: 0px 12px;
    }

    .te_guid_box h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .te_guid_box .designation {
        font-size: 14px;
        line-height: 18px;
    }

    .te_guid_box .designation small {
        font-size: 12px;
    }

    .te_sm_dtl_list li p {
        font-size: 22px;
        line-height: 30px;
    }

    .for_te_msg {
        font-size: 18px;
        line-height: 28px;
        padding: 14px 25px;
    }

    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    .other_list li p {
        font-size: 20px;
        line-height: 30px;
    }

    .other_list li+li {
        margin-top: 25px;
    }

    /* end: acivment_section */

    /* start: sucess_section */

    /* end: sucess_section */

    .client_area h5 {
        font-size: 18px;
    }

    .client_area span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {

    /* start: banner */
    .comProf_bnr_cont {
        max-width: 532px;
    }

    .comProf_bnr_cont strong,
    .comProf_bnr_cont strong span {
        font-size: 55px;
        line-height: 62px;
        margin-bottom: 0px;
    }

    .comProf_bnr_cont h1 {
        font-size: 75px;
        line-height: 82px;
    }

    .comProf_bnr_cont h1 span {
        font-size: 65px;
        line-height: 82px;
    }

    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .trust_we_section_main {
        padding: 118px 0 0;
    }

    .trust_we_section_main::before {
        height: 120px;
        background-size: auto 100%;
    }

    .trust_we_prof_wrapper::after {
        transform: skewY(-1deg);
    }

    .our_devloper_wrap .owl-next {
        right: -15px;
        width: 30px;
        height: 30px;
    }

    .our_devloper_wrap .owl-prev {
        left: -15px;
        width: 30px;
        height: 30px;
    }

    .gl_mark {
        padding: 11px 40px;
        font-size: 22px;
        line-height: 32px;
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    .our_jouney_section {
        padding: 40px 0px 64px;
    }

    /* end: Journey */

    /* start: ceo_speaks */
    /* end: ceo_speaks */

    /* start: wedo_section */
    .serv_cmn_col {
        max-width: 16.667%;
        flex: 0 0 16.667%;
    }

    /* end: wedo_section */

    /* start: te_sm-dtls_box */
    .te_sm_dtl_list li p {
        font-size: 18px;
        line-height: 28px;
    }

    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    .achiv_cont .award_name {
        font-size: 24px;
        line-height: 32px;
    }

    .other_list li p {
        font-size: 18px;
        line-height: 28px;
    }

    /* end: acivment_section */
    .te_guid_box h5 {
        font-size: 15px;
        line-height: 22px;
    }

    /* start: sucess_section */
    /* end: sucess_section */
}

@media only screen and (max-width: 1024px) {

    .comProf_bnr_cont p,
    .who_we_box p,
    .gl_fet_info p,
    .journey_intro_para_box .journey_para,
    .journey_cmn_col p,
    .ceo_speak_cont p,
    .wedo_header p {
        font-size: 15px;
        line-height: 22px;
    }

    .cmn_title {
        font-size: 36px;
        line-height: 42px;
    }

    /* start: banner */
    .company_prof_bnr {
        padding: 33px 0px 105px;
    }

    .comProf_bnr_cont .talk_expert_Btn {
        font-size: 16px;
        padding: 15px 35px;
        margin-top: 44px;
    }
    .btn-with-images{
        margin-top: 44px;
    }

    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .trust_we_prof_wrapper::after {
        transform: skewY(-4deg);
        top: -101px;
    }

    .trust_row {
        justify-content: center;
    }

    .trust_row .trust_img_col {
        max-width: 14.285%;
        flex: 0 0 14.285%
    }

    .viewMore_btn {
        font-size: 16px;
        padding: 10px 32px;
    }

    .gl_sm_intro_wrap {
        margin: 30px -20px 0px;
    }

    .gl_sm_intro_wrap .gl_sm_intro_box {
        padding: 6px 20px;
    }

    .gl_sm_intro_wrap .gl_sm_intro_box:not(:first-child):before {
        left: -12px;
    }

    .gl_fet_info h5,
    .gl_sm_intro_box>h4 {
        font-size: 17px;
        line-height: 28px;
    }

    .gl_fetBox .arrowIcon {
        width: 35px;
        height: 35px;
    }

    .gl_fetBox .gl_fet_info {
        width: calc(100% - 35px);
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    .journey_wrapper {
        padding: 50px 0px;
    }

    .journey_wrapper .journey_cont_box:first-child::before {
        top: -50px;
    }

    .journey_wrapper .journey_cont_box:last-child::before {
        bottom: -50px;
    }

    .journey_cmn_col {
        padding: 18px 46px;
    }

    /* end: Journey */

    /* start: ceo_speaks */
    .ceo_speak_cont_wrapper {
        padding-left: 30px;
    }

    /* end: ceo_speaks */

    /* start: wedo_section */
    .wedo_section {
        padding: 50px 0px 90px;
    }

    .serv_cont_box {
        padding: 20px 7px;
    }

    .serv_cont_box .serv_name {
        font-size: 11px;
    }

    /* end: wedo_section */

    /* start: te_sm-dtls_box */
    .te_guid_wrap {
        margin: 0px -10px;
    }

    .te_guid_col {
        padding: 0px 10px;
    }

    .te_guid_main .guid_title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 35px;
    }

    .te_guid_img {
        width: 122px;
        height: 122px;
        margin-bottom: 18px;
    }

    .te_guid_box h5 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 3px;
    }

    .te_guid_box .designation {
        font-size: 12px;
        line-height: 16px;
    }

    .te_guid_box .designation small {
        font-size: 10px;
    }

    .te_sm-dtls_box {
        padding: 50px 15px;
    }

    .te_sm_dtl_list li p {
        font-size: 15px;
        line-height: 24px;
    }

    .for_te_msg {
        margin-top: 30px;
        font-size: 15px;
        line-height: 24px;
    }

    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    .acivment_section .cmn_title {
        margin-bottom: 35px;
    }

    .other_list li p {
        font-size: 15px;
        line-height: 22px;
    }

    /* end: acivment_section */

    /* start: sucess_section */
    .sucess_section .cmn_title {
        margin-bottom: 35px;
    }

    .videobox,
    .news_box {
        height: 240px;
    }

    .full_size {
        height: 480px;
    }

    /* end: sucess_section */
    .exe_feedback_section {
        padding: 50px 0px 15px;
    }

    .feedback_video_wrapper {
        padding: 41px 30px 25px;
    }

    .vdo_col_4 {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .cmn_title {
        font-size: 30px;
        line-height: 38px;
    }

    /* start: banner */
    .company_prof_bnr {
        padding: 30px 0px 80px;
    }

    .company_prof_bnr::before {
        background-size: cover;
    }

    .comProf_bnr_cont {
        max-width: 380px;
    }

    .comProf_bnr_cont strong,
    .comProf_bnr_cont strong span {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 0px;
    }

    .comProf_bnr_cont h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .comProf_bnr_cont h1 span {
        font-size: 48px;
        line-height: 60px;
    }

    .comProf_bnr_cont .talk_expert_Btn {
        font-size: 15px;
        padding: 11px 25px;
        margin-top: 36px;
    }
    .btn-with-images{
        margin-top: 36px;
    }

    .bnr_imgBox {
        padding: 30px 45px 126px;
        background-size: cover;
        background-position: center top;
    }

    .bnr_imgBox img {
        width: 100%;
        height: 100%;
    }

    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .trust_we_section_main {
        margin-top: -80px;
        padding: 80px 0 0;
    }

    .trust_we_section_main::before {
        height: 77px;
    }

    .trust_we_prof_wrapper::after {
        transform: skewY(-2deg);
        top: -71px;
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    .journey_introBox .mark_txt {
        font-size: 16px;
        line-height: 24px;
    }

    .yearBox h5 {
        font-size: 20px;
    }

    /* end: Journey */

    /* start: ceo_speaks */
    .seo_spek_section {
        padding: 40px 0px;
    }

    /* end: ceo_speaks */

    /* start: wedo_section */
    .serv_cmn_col {
        max-width: 20%;
        flex: 0 0 20%;
    }

    /* end: wedo_section */

    /* start: te_sm-dtls_box */
    .te_guid_main .guid_title {
        font-size: 22px;
        line-height: 30px;
    }

    .te_guid_img {
        width: 90px;
        height: 90px;
    }

    .te_guid_box .designation {
        font-size: 11px;
        line-height: 14px;
    }

    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    .acivment_section {
        padding: 40px 0px 29px;
    }

    .achiv_cont .award_name {
        font-size: 19px;
        line-height: 28px;
    }

    .achiv_cont .award_by {
        font-size: 15px;
    }

    .achivment_ul li:last-child {
        margin-top: -25px;
    }

    .suc_cup_img {
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .other_achivment_Box {
        padding: 30px 15px 30px 53%;
        background-size: 465px 100%;
    }

    .other_list li+li {
        margin-top: 17px;
    }

    .other_achivment_Box h5 {
        margin-bottom: 20px;
    }

    .other_list .arrow_icon {
        width: 24px;
        height: 24px;
        padding: 7px;
    }

    .other_list li p {
        font-size: 14px;
    }

    /* end: acivment_section */

    /* start: sucess_section */
    .videobox {
        width: 45%;
    }

    .euphoria {
        width: 30%;
    }

    .sabyasachi {
        width: 25%;
    }

    .full_size {
        width: 46%;
    }

    .lastgrowing {
        width: 45%;
    }

    .bangla {
        width: 54%;
    }

    .videobox.half_box,
    .videobox.oneThired_box {
        width: 50%;
    }

    /* end: sucess_section */
}

@media only screen and (max-width: 880px) {
    .te_guid_box h5 {
        font-size: 12px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px) {

    /* start: banner */
    .company_prof_bnr {
        padding: 40px 0px 50px;
    }

    .bnr_cont_wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    .bnr_imgBox {
        position: static;
        padding: 30px 60px 10px;
        width: 100%;
        display: inline-block;
    }

    .comProf_bnr_cont {
        float: none;
        max-width: 560px;
        text-align: center;
        margin: 0px auto 20px;
    }
    .btn-with-images{
        justify-content: center;
    }
    .btn-with-images .talk_expert_Btn {
        margin: 0 10px !important;
    }

    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .trust_we_section_main::before {
        height: 80px;
    }

    .trust_row .trust_img_col {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .gl_fet_info h5,
    .gl_sm_intro_box>h4 {
        font-size: 15px;
    }

    .gl_fet_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .gl_fet_col+.gl_fet_col {
        margin-top: 15px;
    }

    .gl_sm_intro_wrap {
        margin: 20px -10px 0px;
    }

    .gl_sm_intro_wrap .gl_sm_intro_box {
        padding: 6px 10px;
    }

    .gl_sm_intro_wrap .gl_sm_intro_box:not(:first-child):before {
        left: -5px;
    }

    .gl_mark {
        font-size: 17px;
        line-height: 26px;
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    .our_jouney_section {
        padding: 0px 0px 40px;
    }

    .journey_intro_wrap {
        display: flex;
        flex-direction: column;
    }

    .journey_img {
        position: static;
        width: 100%;
        text-align: right;
    }

    .journey_introBox {
        width: 100%;
        float: none;
        text-align: center;
    }

    .journey_wrapper {
        margin: 45px auto 0px;
        padding: 40px 0px;
    }

    .journey_cont_box:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .journey_cont_box:nth-child(odd) .journey_cmn_col:first-child,
    .journey_cont_box:nth-child(even) .yearBox {
        text-align: left;
    }

    .journey_cont_box:nth-child(odd) .calenderIcon {
        left: unset;
        right: -26px;
    }

    .journey_cmn_col {
        max-width: none;
        flex: 0 0 auto;
        width: calc(100% - 95px);
        padding: 18px 30px;
    }

    .journey_cmn_col.yearBox {
        max-width: none;
        flex: 0 0 auto;
        width: 95px;
        padding: 18px 10px;
    }

    .journey_wrapper .journey_cont_box:first-child::before,
    .journey_wrapper .journey_cont_box:last-child::before,
    .journey_wrapper::before {
        left: 95px;
    }

    .journey_wrapper .journey_cont_box:first-child::before {
        top: -40px;
    }

    .journey_wrapper .journey_cont_box:last-child::before {
        bottom: -40px;
    }

    /* end: Journey */

    /* start: ceo_speaks */
    .seo_spek_section {
        background-position: left top 5px;
    }

    .seo_spek_section .custom_container {
        flex-direction: column;
    }

    .ceoImg_box {
        width: 100%;
        padding-top: 15px;
    }

    .ceo_speak_cont_wrapper {
        width: 100%;
        padding-left: 0px;
    }

    /* end: ceo_speaks */

    /* start: wedo_section */
    .serv_cmn_col {
        max-width: 25%;
        flex: 0 0 25%;
    }

    /* end: wedo_section */

    /* start: te_sm-dtls_box */
    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    .achiv_leftBox {
        padding-right: 20px;
    }

    .achiv_rightBox {
        padding-left: 20px;
    }

    .achivment_ul li:nth-child(even) .achiv_rightBox {
        padding-right: 20px;
        padding-left: 0px
    }

    .achivment_ul li:nth-child(even) .achiv_leftBox {
        padding-right: 0px;
        padding-left: 20px;
    }

    .achiv_cont .award_name {
        font-size: 17px;
    }

    /* end: acivment_section */

    /* start: sucess_section */
    /* end: sucess_section */
}

@media only screen and (max-width: 640px) {
    /* start: banner */
    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .trust_we_prof_wrapper::after {
        transform: skewY(-5deg);
        top: -66px;
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    /* end: Journey */

    /* start: ceo_speaks */
    /* end: ceo_speaks */

    /* start: wedo_section */
    /* end: wedo_section */

    /* start: te_sm-dtls_box */
    .te_guid_wrap {
        justify-content: center;
    }

    .te_guid_col {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        margin-bottom: 12px;
    }

    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    /* end: acivment_section */

    /* start: sucess_section */
    /* end: sucess_section */
}

@media only screen and (max-width: 575px) {
    .cmn_title {
        font-size: 22px;
        line-height: 30px;
    }

    /* start: banner */
    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .gl_sm_intro_wrap .gl_sm_intro_box {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .gl_sm_intro_wrap .gl_sm_intro_box:not(:first-child):before {
        left: 0px;
        width: 100%;
        height: 1px;
    }

    .gl_fetBox .gl_fet_info {
        padding-left: 0px;
        width: 100%;
        margin-top: 10px;
    }

    .gl_fetBox {
        flex-direction: column;
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    /* end: Journey */

    /* start: ceo_speaks */
    /* end: ceo_speaks */

    /* start: wedo_section */
    .wedo_section {
        padding: 40px 0px 50px;
    }

    .serv_cmn_col {
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }

    /* end: wedo_section */

    /* start: te_sm-dtls_box */
    .te_sm_dtl_list li {
        width: 100%;
    }

    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    .achiv_rightBox,
    .achiv_leftBox {
        width: 100%;
    }

    .achiv_rightBox {
        padding-left: 0px;
    }

    .achivment_ul li,
    .achivment_ul li:nth-child(even) {
        flex-direction: column;
    }

    .achivment_ul li:nth-child(even) .achiv_leftBox,
    .achivment_ul li:nth-child(even) .achiv_rightBox {
        padding-right: 0px;
        padding-left: 0px;
    }

    .achiv_img {
        margin: 0px auto 0px;
        max-width: 380px;
    }

    .achivment_ul li:nth-child(even) .achiv_cont,
    .achiv_cont {
        max-width: 100%;
        float: none;
        text-align: center;
        margin-top: 15px;
    }

    .achivment_ul li:last-child {
        margin-top: 30px;
    }

    .achivment_ul li+li {
        margin-top: 30px;
    }


    .other_achivment_Box {
        padding: 53% 15px 30px;
        background-size: 100% auto;
        background-position: center top;
    }

    .other_achivment_Box::before {
        background: linear-gradient(0deg, #292928 46%, rgba(5, 5, 6, 0.71) 63.6%, rgba(5, 5, 6, 0) 97.1%);
    }

    /* end: acivment_section */

    /* start: sucess_section */

    .videobox {
        width: 100%;
    }

    .euphoria {
        width: 55%;
    }

    .sabyasachi {
        width: 45%;
    }

    .full_size {
        width: 100%;
    }

    .lastgrowing {
        width: 35%;
    }

    .bangla {
        width: 65%;
    }

    /* end: sucess_section */
}

@media only screen and (max-width: 480px) {

    .comProf_bnr_cont p,
    .who_we_box p,
    .gl_fet_info p,
    .journey_intro_para_box .journey_para,
    .journey_cmn_col p,
    .ceo_speak_cont p,
    .wedo_header p {
        font-size: 14px;
        line-height: 22px;
    }

    /* start: banner */
    .company_prof_bnr {
        padding: 30px 0px 50px;
    }

    .trust_we_prof_wrapper::after {
        display: none;
    }

    .trust_we_prof_wrapper {
        padding-top: 0px;
    }

    .trust_row .trust_img_col {
        max-width: 25%;
        flex: 0 0 25%;
    }

    /* end: banner */

    /* start: trust_we_prof_wrapper */
    .trusted_wrapper h4 {
        font-size: 14px;
    }

    .trust_row .trust_img_col {
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }

    /* end: trust_we_prof_wrapper */

    /* start: Journey */
    .journey_introBox .mark_txt {
        font-size: 14px;
    }

    .journey_cmn_col.yearBox {
        width: 75px;
    }

    .yearBox h5 {
        font-size: 14px;
    }

    .journey_cmn_col {
        width: calc(100% - 75px);
        padding-right: 0px;
    }

    .yearBox .calenderIcon {
        width: 44px;
        height: 44px;
        padding: 7px;
    }

    .journey_wrapper .journey_cont_box:first-child::before,
    .journey_wrapper .journey_cont_box:last-child::before,
    .journey_wrapper::before {
        left: 75px;
    }

    .journey_cont_box:nth-child(odd) .calenderIcon,
    .journey_cont_box:nth-child(even) .calenderIcon {
        right: -22px;
    }

    /* end: Journey */

    /* start: ceo_speaks */
    /* end: ceo_speaks */

    /* start: wedo_section */
    .serv_cmn_col,
    .te_guid_col {
        max-width: 50%;
        flex: 0 0 50%;
    }

    /* end: wedo_section */

    /* start: te_sm-dtls_box */
    .te_guid_main::before {
        top: 65px;
    }

    /* end: te_sm-dtls_box */

    /* start: acivment_section */
    .other_achivment_Box {
        margin-top: 40px;
        border-radius: 34px 34px 34px 0px;
    }

    /* end: acivment_section */

    /* start: sucess_section */
    .sucess_section .cmn_title {
        margin-bottom: 20px;
    }

    .half_box,
    .videobox.half_box,
    .videobox.oneThired_box {
        width: 100%;
        display: inline-block;
        float: none;
    }

    /* end: sucess_section */
    .feedback_video_wrapper {
        background-size: 60px 85px, 39px 25px, 85px 30px;
        padding: 30px 20px;
    }

    .vdo_col_4 {
        padding: 0px;
    }

    .video_row .owl-prev {
        left: -33px
    }

    .video_row .owl-next {
        right: -33px
    }

}

@media only screen and (max-width: 390px) {

    /* start: banner */
    /* end: banner */
    .euphoria,
    .sabyasachi,
    .lastgrowing,
    .bangla {
        width: 100%;
    }
}
@media only screen and (max-width: 340px){
    .te-certificates .colm .bg img{
        height: 36px;
    }
}