@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    transition: 0.5s;
    
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

a,
button {
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}

button,
button:focus {
    outline: none;
    border: none;
    cursor: pointer;
}

input,
select,
textarea {
    font-size: 16px;
    line-height: 37px;
}

textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input:hover,
input:active,
input:focus {
    outline: none;
    box-shadow: none;
}

select:hover,
select:active,
select:focus {
    outline: none;
    box-shadow: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /*For FireFox*/
}

input[type=number]::-webkit-inner-spin-button {
    /*For Webkits like Chrome and Safari*/
    -webkit-appearance: none;
    margin: 0;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    margin: 0;
}


/* custom css start */

.custom_container {
    width: 100%;
    max-width: 1380px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

.custom_row {
    margin-left: -15px;
    margin-right: -15px;
}

.d_block {
    display: block !important;
}

.d_flex {
    display: flex !important;
}

.flex_row {
    flex-direction: row !important;
}

.flex_row_reverse {
    flex-direction: row-reverse !important;
}

.flex_column {
    flex-direction: column !important;
}

.flex_column_reverse {
    flex-direction: column-reverse !important;
}

.cstm_col_3 {
    width: 25%;
}
.cstm_col_4 {
    width: 33.333%;
}
.cstm_col_5 {
    width: 41.667%;
}
.cstm_col_6 {
    width: 50%;
}
.cstm_col_7 {
    width: 58.333%;
}
.cstm_col_8 {
    width: 66.667%;
}
.cstm_col_9 {
    width: 75%;
}
.btn_area {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.cmn_btn {
    background: linear-gradient(90deg, #FB6F5C 0%, #FE3E69 100%);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    padding: 19px 29px;
    border-radius: 40px;
}
.cmn_btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #FB6F5C;
    background: linear-gradient(90deg, #FE3E69 0%, #FB6F5C 100%);;    
    left: -105%;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.cmn_btn:hover:before {
    left: 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0 10px;
}
.navBar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner_section {
    width: 100%;
    padding: 148px 0 0px;
    background: url(../images/dm-banner.png) no-repeat top / 100% 80%, #FBFAFF;  
    overflow: hidden;  
}
.bnr_cont_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.bnrContBox {
    width: calc(100% - 536px);
    padding-right: 25px;
}
.bnrCont {
    margin-bottom: 72px;
}
.bnrCont h1 {
    color: #1458F7;
    font-size: 63px;
    font-weight: 800;
    line-height: 77px;
    margin-bottom: 55px;
    position: relative;
}
.bnrCont h1::before {
    position: absolute;
    content: '';
    width: 90px;
    height: 11px;
    background: url(../images/curv-line.png) no-repeat;
    left: 22px;
    bottom: 6px;
    background-size: 111px 10px;
}
.bnrCont h1 span {
    color: #263238;
    font-weight: 400;
    font-size: 33px;
    display: block;
}
.bnrCont h1 small {
    color: #263238;
    font-weight: 400;
    font-size: 28px;
    display: inline-block;
}
.bnrCont p {
    color: #5C6574;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
.bnrCont > h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 28px;
    color: #5C6574;
    margin-bottom: 20px;
}
.bnrCont > h3 strong {
    font-weight: 700;
    color: #F93E5E;
}
.bnrCont > h4 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 800;
    color: #5C6574;
}
.bnrCont > h4 span {
    font-weight: 500;
    font-size: 36px;
}

.bnrContBox > figure {
    margin: 0px -25px 0px -53px;
}

.bnr_formBox {
    width: 536px;
    border-radius: 16px;
    background: #FFF;
    position: relative;
    z-index: 1;
    margin-top: 36px;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
}
.bnr_formBox::after {
    position: absolute;
    content: '';
    width: 111px;
    height: 110px;
    background: url(../images/star-red.png) no-repeat center / 100%;
    right: -50px;
    top: -50px;
    z-index: -1;
}
.form_hd_bx {
    width: 100%;
    border-radius: 16px;
    background: linear-gradient(90deg, #0C5DF5 0%, #5733FF 100%);
    padding: 26px 12px;
}
.form_hd_bx h2 {
    color: #FFFFFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}
.form_hd_bx > span {
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.bnr_form {    
    padding: 27px 48px 58px;
}
.form_group {
    width: 100%;
    display: inline-block;
}
.form_group + .form_group {
    margin-top: 12px;
}
.formLbl {
    display: inline-block;
    vertical-align: middle;
    color: #0A1425;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 13px;
}
.formFild {
    width: 100%;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    font-size: 16px;
    line-height: 32px;
    color: #0A1425;
}
input.formFild {
    border-radius: 40px;
}
.formLbl input[type="checkbox"] {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.checkBox_lbl {
    margin: 7px 0px;
}
.loginBtn {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

.brand_value_section {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background: #FBFAFF;
    padding: 20px 0px 49px;
}

.brand_value_hd {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto 43px;
}
.brand_value_hd h2 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    color: #1F1F1F;
    text-align: center;
    max-width: 980px;
    margin: 0px auto 20px;
}
.brand_value_hd h2 > span {
    position: relative;
    display: inline-block;
    color: #0C5DF5;
    z-index: 1;
}
.brand_value_hd h2 > span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/curv-line-lg.png) no-repeat;
    background-position: center bottom;
    left: 0;
    bottom: -5px;
    z-index: -1;
}
.brand_value_hd p {
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
    color: #4B5563;
    text-align: center;
}

.brand_slider_area {
    padding-left: 13%;
    position: relative;
}
.brand_slider_area .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 65px;
}
.brand_slider_area .owl-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-size: 30px;
    cursor: pointer;

}
.brand_slider_area .owl-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;    
    font-size: 30px;
    cursor: pointer;
}
.brand_slider_area .owl-prev:hover,
.brand_slider_area .owl-next:hover {
    background-color: #F1EEFD;
}


.brandSlide_cont {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 9px 34px rgba(0, 0, 0, 0.07);
    padding: 81px 29px;
    background-color: #FFF;
    text-align: center;
    transition: 0.5s;
}

.brandSlide_icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 19px;
    background: #F3F6FB;
}
.brandSlide_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}
.brandSlide_para h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    transition: 0.5s;
}
.brandSlide_para p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #4B5563;
    transition: 0.5s;
    min-height: 110px;
}
.brandSlide_cont:hover {
    background: linear-gradient(#0059FF 0%, #5500FF 100% );
}
.brandSlide_cont:hover .brandSlide_icon {
    background: #0030B3;
}
.brandSlide_cont:hover .brandSlide_icon img  {
    filter: brightness(0) invert(1);
}
.brandSlide_cont:hover .brandSlide_para h3,
.brandSlide_cont:hover .brandSlide_para p {
    color: #FFFFFF;
}


.mg_happen_section {
    width: 100%;
    display: inline-block;
    padding: 120px 0 0px;
}
.mg_happen_hd {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto 90px;
    text-align: center;
}
.mg_happen_hd .sub_hd {
    display: block;
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    color: #1F1F1F;
}

.mg_happen_hd h2 {
    font-size: 64px;
    line-height: 75px;
    font-weight: 600;
    color: #0C5DF5;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.mg_happen_hd h2::before {
    position: absolute;    
    content: '';
    width: 146px;
    height: 100%;
    background: url(../images/curv-line-lg.png) no-repeat;
    background-position: center bottom;
    right: 22px;
    bottom: -10px;
    z-index: -1;
}
.mg_happen_hd p {
    font-size: 19px;
    line-height: 34px;
    font-weight: 400;
    color: #4B5563;
}

.mg_happen_content_wrappper .custom_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px -36.5px;
}
.mg_happen_content_bx {
    padding: 23px 0;
    z-index: 2;
    position: relative;
}
.mg_happen_content_bx:nth-child(even) .custom_row {
    flex-direction: row-reverse;
}
.mg_happen_content_bx .cstm_col_5,
.mg_happen_content_bx .cstm_col_7 {
    padding: 0px 36.5px;
}
.mg_happen_content_bx .cstm_col_5 {
    position: relative;
    z-index: 1;
}
.mg_happen_content_bx .cstm_col_5::after {
    position: absolute;
    content: '';
    width: 516px;
    height: 516px;
    background: url(../images/gray-circle.png) no-repeat;
    background-size: 100% 100%;
    left: -40%;
    bottom: -22%;
    z-index: -1;
}
.mg_happen_content_bx:nth-child(even) .cstm_col_5::after {
    left: unset;
    right: -40%;
}
.mg_happen_img_box {
    width: 100%;
    aspect-ratio: 1/1.06;
    border-radius: 20px;
    background-color: #D9D9D9;
    border: 5px solid #EFEFEF;
    overflow: hidden;
}
.mg_happen_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mg_happen_paraBx h3 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    color: #1F1F1F;
    margin-bottom: 30px;
}
.mg_happen_paraBx .mark {
    display: block;
    color: #0C5DF5;
}
.mg_happen_paraBx p {
    font-size: 19px;
    line-height: 34px;
    font-weight: 400;
    color: #4B5563;
}

.view_more_btn_area {
    text-align: center;
    margin-top: 120px;
}
.view_more_btn_area .custom_container {
    position: relative;
    z-index: 1;
}
.view_more_btn_area .custom_container::before {
    position: absolute;
    content: '';
    width: calc(50% - 90px);
    height: 2px;
    background-color: #797C82;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.view_more_btn_area .custom_container::after {
    position: absolute;
    content: '';
    width: calc(50% - 90px);
    height: 2px;
    background-color: #797C82;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.view_more_btn_area .cmn_btn {
    display: inline-block;
    padding-left: 42px;
    padding-right: 42px;
}


.process_section {
    width: 100%;
    display: inline-block;
    padding: 104px 0px 226px;
    background: url(../images/curv.png) no-repeat, #FBFAFF;
    background-position: right bottom;
    margin: 169px 0 222px;
    background-size: 100%;
}
.process_section .brand_value_hd {
    margin-bottom: 106px;
}
.process_section .custom_row {
    margin: 0px -17px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 37px;
}
.process_section .cstm_col_4 {
    padding: 0px 17px;
    display: flex;
}
.process_card {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    padding: 30px 13px;
    min-height: 233px;
}
.process_card_icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #0C5DF5;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process_card_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.process_card_cont {
    width: calc(100% - 86px);
    padding-left: 18px;
}
.process_card_cont h3 {
    font-size: 21px; 
    line-height: 26px;
    font-weight: 600;
    color: #0C5DF5;
}
.process_card_cont h4 {
    font-size: 21px; 
    line-height: 26px;
    font-weight: 600;
    color: #1F1F1F;
}
.process_card_cont p {
    font-size: 13px; 
    line-height: 23px;
    font-weight: 400;
    color: #4B5563;
    margin-top: 9px;
}


.award_section {
    width: 100%;
    display: inline-block;
    padding: 74px 0px 60px;
    background: #F2F8FB;
}
.award_head {
    text-align: center;
    width: 100%;
    max-width: 950px;
    margin: 0px auto;
}
.award_head h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #0A1425;
    margin-bottom: 32px
} 
.award_head h2 span {
    display: inline-block;
    position: relative;
    color: #0C5DF5;
    z-index: 1;
}
.award_head h2 span::before {
    position: absolute;
    content: '';
    width: 110px;
    height: 10px;
    background: url(../images/curv-line.png) no-repeat;
    background-size: 100% 100%;
    right: 0px;
    bottom: -20px;
    z-index: -1;
}
.award_head p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #64728F;
    text-align: center;
}
.award_wrapper {
    margin-top: 61px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* align-items: baseline; */
}
.awardSlide {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    width: 100%;
}
.awrdItm_col {
    padding: 0 13px;
}
.award_wrapper .slide-2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.case-study-sec {
    width: 100%;
    display: inline-block;
    padding: 140px 0 90px;
}
.case-study-sec h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #0A1425;
    text-align: center;
    margin-bottom: 32px;
}
.case-study-sec h3 span {
    display: inline-block;
    position: relative;
    color: #0C5DF5;
}
.case-study-sec h3 span::before {
    position: absolute;
    content: '';
    width: 110px;
    height: 10px;
    background: url(../images/curv-line.png) no-repeat;
    background-size: 100% 100%;
    right: 16px;
    bottom: -20px;
    z-index: -1;
}
.case-study-sec  .main-heading p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #64728F;
    text-align: center;
}

.case-study-sec  .main-heading  {
    margin-bottom: 32px;
}
.screenshot_slider .owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 50px 0;
    border-radius: 30px;
    overflow: hidden;
}

.screenshot_slider .owl-item .item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
}
.screenshot_slider .owl-item.prev-item .item,
.screenshot_slider .owl-item.next-item .item {
    transform: scale(0.9);
}

.screenshot_slider .owl-item.active.center .item {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
}
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s;
}

.owl-dot.active {
    background: #0C5DF5;
}

.owl-nav.disabled {
	display: none !important;
}

/* start: faq-section */
.faq_section {
    width: 100%;
    display: inline-block;
    padding: 122px 0px 185px;
    position: relative;
    z-index: 1;
    counter-reset: section;
}

.faqHdr {
    width: 100%;
    max-width: 590px;
    margin: 0px auto 90px;
    text-align: center;
}

.faqHdr .faqLbl {
    display: inline-flex;
    width: 72px;
    height: 36px;
    padding: 8px 16px 9px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    border-radius: 40px;
    background: #6366F1;
}
.faqHdr .secTitle {
    font-size: 40px;
    line-height: 50px;
    color: #0A1425;

}
.faqHdr .secTitle span {
    color: #0C5DF5;
}
.faqHdr p {
    color: #0A1425;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
}

.accordion_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.accordion_box {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0C5DF5;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(190, 218, 231, 0.62);
    overflow: hidden;
    position: relative;
}
.accordion_box:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 25px;
    top: 25px;
    background: #0C5DF5;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
}
.accordion_box+.accordion_box {
    margin-top: 20px;
}

.accr_title {
    width: 100%;
    display: inline-block;
    padding: 28px 71px 24px 74px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.accr_title .accr_icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3F53D8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 39px;
    padding: 9px;
}

.accr_title h4 {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
}

.accr_content {
    width: 100%;
    display: inline-block;
    border-top: 0px;
    background: #FFFFFF;
    padding: 0px 47px 36px 31px;
}

.accr_content p {
    color: #7B7B7B;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.accordion_box:not(.active) .accr_content {
    display: none;
}


.accordion_cont_bullet {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 40px;
}

.accordion_cont_bullet li {
    padding-left: 15px;
    display: block;
    position: relative;
}

.accordion_cont_bullet li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
    left: -12px;
    top: 7px;
}

.accordion_cont_bullet li+li {
    margin-top: 6px;
}

.accordion_cont_bullet li p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #675E5E;
}
/* end: faq-section */

/* exe_feedback_section */
.exe_feedback_section {
    padding: 10px 0px 106px;
    background-color: #FBFAFF;
}

.exe_feedback_section .secTitle {
    margin-bottom: 22px;
    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/texture-send.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
}

.feedback_video_wrapper::before {
    position: absolute;
    content: '';
    width: 111px;
    height: 110px;
    background: url(../images/star-red.png) no-repeat center / 100%;
    right: -90px;
    top: -25px;
}

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

.vdo_col_4 {
    max-width: 100%;
    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/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/right-angle.svg) no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.above-footer-sec .above-footer-sec-wrapper {
    padding: 106px 25px 110px;
    background-color: #0C5DF5;
    border-radius: 50px;
    margin-bottom: -110px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.above-footer-sec .above-footer-sec-wrapper h3 {
    font-size: 44px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 55px;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.above-footer-sec .above-footer-sec-wrapper p {
    font-size: 18px;
    font-weight: 100;
    line-height: 31px;
    color: white;
    margin-bottom: 46px;
}

.above-footer-sec .above-footer-sec-wrapper .above-footer-sec-btns .getStart_btn {
    background: #FE4168;
}
.lernMore {
    background: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    margin-left: 16px;
    padding: 18px 29px;
}
.lernMore::before {
    display: none;
}
.lernMore:hover {
    background: #FFFFFF;
    color: #000000;
}


.above-footer-sec-wrapper img.above-footer-sec-img-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33%;
}

.above-footer-sec-wrapper img.above-footer-sec-img-2 {
    position: absolute;
    left: 50px;
    top: 0;
}

.above-footer-sec-wrapper img.above-footer-sec-img-3 {
    position: absolute;
    right: 0;
    top: 43px;
    height: 76%;
}


footer {
    width: 100%;
    display: inline-block;
    padding: 142px 0 88px;
    /* background: url(../images/banner-bg.jpg) no-repeat center / cover; */
    background-color: #0A1425;
}
.divider {
    width: 100%;
    max-width: 1269px;
    margin: 0px auto;
    height: 1px;
    background: rgba(204, 204, 204, 0.25);
}
.our_ofcArea {
    width: 100%;
    max-width: 1184px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
}
.ofcBox {
    width: auto;
    padding: 0px 42px;
    display: flex;
    flex-wrap: wrap;
}
.ofcBox .ofcCountry_logo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 7px;
}

.ofcBox .ofcAddress {
    width: calc(100% - 42px);
    padding-left: 15px;
}
.ofcAddress h2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    margin-bottom: 15px;
}
.ofcAddress p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    max-width: 248px;
}

.getIntouchBox {
    width: 100%;
    max-width: 1095px;
    margin: 0px auto;
    padding: 59px 0 70px;
    text-align: center;
}
.getIn_title {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 46px;
}
.getIn_title h2 {
    color: #FFF;
    font-size: 50px;
    font-weight: 400;
    line-height: 47px;
}
.contactArea {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contactArea > li {
    display: inline-block;
}
.contactArea > li + li {
    margin-left: 15px;
}
.contactArea > li > a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
}
.contactArea > li > a:hover {
    color: #6366F1;
}
.contactArea > li > a > span {
    display: inline-block;
    margin-left: 11px;
}

.privacyBox {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 58px;
}
.privacyBox ul {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 38px;
}
.privacyBox ul li a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 47px;
}
.privacyBox ul li + li {
    margin-left: 25px;
}

.mg_happen_content_wrappper {
    overflow: hidden;
} 


/* =================================================
RESPONSIVE
================================================= */
@media only screen and (max-width: 1400px) {
    .custom_container {
        max-width: 1280px;
    }
    .bnrCont p,
    .bnr_form > span,
    .faqHdr p,
    .accr_content p,
    .ofcAddress p,
    .privacyBox ul li a {
        font-size: 18px;
        line-height: 28px;
    }

    .sol_slideCont h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .ofcAddress h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .contactArea > li > a {
        font-size: 22px;
        line-height: 28px;
    }
    .feedback_video_wrapper::before {
        right: 0px;
    }
}
@media only screen and (max-width: 1199px) {    
    .custom_container {
        max-width: 1170px;
    }

    .subTitle {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .secTitle {
        font-size: 34px;
        line-height: 44px;
    }
    .bnrCont p,
    .bnr_form > span,
    .brand_value_hd p,
    .mg_happen_hd p,
    .award_head p,
    .case-study-sec .main-heading p,
    .faqHdr p,
    .accr_content p,
    .ofcAddress p,
    .privacyBox ul li a {
        font-size: 15px;
        line-height: 22px;
    }

    .bnrCont {
        margin-bottom: 40px;
    }
    .bnrCont h1 {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px;
    }
    .bnrCont h1 span {
        font-size: 26px;
    }
    .bnrCont h1::before {
        width: 60px;
        left: 10px;
        bottom: -6px;
    }
    
    .bnrCont h1 small {
        font-size: 20px;
    }

    .bnrCont > h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .bnrCont > h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .bnrCont > h4 span {
        font-size: 26px;
    }
    .bnrContBox > figure {
        margin: 0px -25px 0px -28px;
    }

    .form_hd_bx {
        padding: 20px 12px;
    }
    .form_hd_bx h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .bnr_form {
        padding: 12px 32px 32px;
    }

    .brand_slider_area {
        padding-left: 10px;
    }

    .mg_happen_hd {
        margin: 0px auto 50px;
    }
    .mg_happen_content_wrappper .custom_row,
    .process_section .custom_row {
        margin: 0px -15px;
    }
    .mg_happen_content_bx .cstm_col_5,
    .mg_happen_content_bx .cstm_col_7,
    .process_section .cstm_col_4 {
        padding: 0px 15px;
    }
    .mg_happen_paraBx {
        padding-left: 30px;
    }
    .mg_happen_content_bx:nth-child(even) .mg_happen_paraBx {
        padding-left: 0;
        padding-right: 30px;
    }
    .mg_happen_paraBx h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .mg_happen_paraBx p {
        font-size: 16px;
        line-height: 24px;
    }

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

    .view_more_btn_area .custom_container::before {
        width: calc(50% - 110px);
        left: 15px;
    }
    .view_more_btn_area .custom_container::after {
        width: calc(50% - 110px);
        right: 15px;
    }

    .process_section {
        padding: 72px 0px 144px;
        margin: 85px 0;
    }
    .process_card_icon {
        width: 62px;
        height: 62px;
        padding: 14px;
    }
    .process_card_cont {
        width: calc(100% - 62px);
        padding-left: 15px;
    }

    .award_section {
        padding: 55px 0 40px;
    }
    .faq_section {
        padding: 40px 0;
    }
    .accr_title h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .exe_feedback_section {
        padding: 40px 0 50px;
    }

    footer {
        padding: 140px 0 60px;
    }
    .ofcAddress h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .getIn_title h2 {
        font-size: 38px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 1100px) {
}
@media only screen and (max-width: 1024px) {
    .banner_section {
        padding: 130px 0 30px;
        background: url(../images/dm-banner.png) no-repeat top / 100% 65%, #FBFAFF;
    }
    .bnrContBox {
        width: calc(100% - 420px);
        padding-right: 20px;
    }
    .bnr_formBox {
        width: 420px;
    }
        .bnrCont {
        margin-bottom: 30px;
    }
    .bnrCont h1 {
        margin-bottom: 20px;
    }
    .bnrCont p {
        margin-bottom: 15px;
    }
    .hdTrustCom {
        margin-top: 35px;
    }

    .mg_happen_content_bx .cstm_col_5::after {
        width: 350px;
        height: 350px;
        left: -25%;
    }
    .mg_happen_content_bx:nth-child(even) .cstm_col_5::after {
        left: unset;
        right: -25%;
    }

    /* faq_section */
    .faq_section {
        padding: 55px 0px;
    }
    .faq_section .sec_title {
        margin-bottom: 30px;
    }
    .accr_title {
        padding: 18px 50px 18px 54px;
    }
    .accordion_box:before {
        width: 22px;
        height: 22px;        
        left: 20px;
        top: 20px;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
    }
    .accr_title .accr_icon {
        width: 22px;
        height: 22px;
        right: 20px;
        padding: 5px;
    }
    /* faq_section */
    .exe_feedback_section {
        padding: 50px 0px 15px;
    }

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

    .vdo_col_4 {
        padding: 0px 15px;
    }
    
    .mg_happen_paraBx {
        position: relative;
        z-index: 1;
    }
    
    
    .brand_value_hd h2,
    .award_head h2,
    .case-study-sec h3 {
        font-size: 35px;
        line-height: 44px;
    }
    .mg_happen_section {
        padding: 50px 0 0px;
    }
    .mg_happen_hd {
        margin: 0px auto 26px;
    }
    .mg_happen_hd h2 {
        font-size: 45px;
        line-height: 65px;
        margin-bottom: 22px;
    }
    .mg_happen_hd .sub_hd {
        font-size: 26px;
        line-height: 28px;
    }
    .view_more_btn_area {
        margin-top: 30px;
    }
    .mg_happen_img_box {
        aspect-ratio: 1 / 0.9;
    }
    
    .process_section .custom_row {
        justify-content: center;
        row-gap: 28px;
    }
    .case-study-sec {
        padding: 80px 0 90px;
    }
    .award_head h2,
    .case-study-sec h3 {
        margin-bottom: 20px;
    }
    .award_head h2 span::before,
    .case-study-sec h3 span::before {
        width: 85px;
        right: 5px;
        bottom: -10px;
    }
    
    .above-footer-sec-wrapper img.above-footer-sec-img-3 {
        height: 41%;
    }

    .brandSlide_cont {
        padding: 40px 29px 55px;
        margin-bottom: 35px;
    }
    .brandSlide_para h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .brandSlide_para p {
        font-size: 14px;
    }
    .brand_slider_area .owl-nav {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .secTitle {
        font-size: 30px;
        line-height: 40px;
    }
    .bnrCont h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .awrdItm_col {
        padding: 0 6px;
    }

    .mg_happen_paraBx {
        padding-top: 30px;
    }
    .process_section .brand_value_hd {
        margin-bottom: 50px;
    }
    .cstm_col_4 {
        width: 50%;
    }
    .process_section {
        padding: 60px 0px 90px;
        margin: 55px 0;
    }
    .mg_happen_paraBx .mark {
        display: inline-block;
    }

    .case-study-sec {
        padding: 55px 0 65px;
    }
    .above-footer-sec-wrapper img.above-footer-sec-img-2 {
        height: 21%;
    }
    .above-footer-sec-wrapper img.above-footer-sec-img-3 {
        display: none;
    }
}
@media only screen and (max-width: 881px) {    
    .banner_section {
        padding: 130px 0 30px;
        background: url(../images/dm-banner.png) no-repeat top / 100% 30%, #FBFAFF;
    }
    .bnrContBox {
        width: 100%;
        padding-right: 0;
    }
    .bnr_formBox {
        width: 100%;
        max-width: 535px;
        margin: 0px auto;
    }

    .mg_happen_paraBx {
        padding-left: 18px;
    }
    .mg_happen_content_bx:nth-child(even) .mg_happen_paraBx {
        padding-left: 0;
        padding-right: 18px;
    }

    .faqHdr{
        margin: 0px auto 40px;
    }

    footer {
        padding: 140px 0 30px;
    }
    .our_ofcArea {
        padding-bottom: 30px;
    }
    .ofcBox {
        width: 100%;
    }
    .ofcBox + .ofcBox {
        margin-top: 30px;
    }

    .getIntouchBox {
        padding: 35px 0px;
    }
    .getIn_title h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .contactArea > li > a {
        font-size: 18px;
        line-height: 28px;
    }
    .privacyBox {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) { 
    .awrdItm_col {
        padding: 0 4px;
    }
    .award_wrapper .slide-2 {
        display: flex;
        transform: translate3d(747px,0,0);
    }
    .award_wrapper .slide-1,
    .award_wrapper .slide-2 {
        width: 747px;
        flex: 0 0 747px;
    }
    .award_wrapper.start-slide .slide-1 {
        animation: 20s linear infinite slide1;
    }
    .award_wrapper.start-slide .slide-2 {
        animation: 20s linear infinite slide2;
    }   
    .cstm_col_4 {
        width: 100%;
    } 
    .mg_happen_hd {
        margin: 0px auto 30px;
    }
    .bnr_form {
        padding: 27px 20px 20px;
    }
    
    .bnrCont h1::before {
        bottom: -11px;
    }

    .brandSlide_para h3 {
        font-size: 15px;
        line-height: 24px;
    }
    .brandSlide_para p {
        font-size: 13px;
        line-height: 20px;
    }

    
    .mg_happen_hd h2 {
        font-size: 33px;
        line-height: 52px;
    }
    .mg_happen_content_bx .custom_row,
    .mg_happen_content_bx:nth-child(even) .custom_row {
        flex-direction: column;
    }
    .mg_happen_content_bx .cstm_col_5,
    .mg_happen_content_bx .cstm_col_7 {
        width: 100%;
    }

    .mg_happen_paraBx {
        padding-left: 0px;
    }
    .mg_happen_content_bx:nth-child(even) .mg_happen_paraBx {
        padding-right: 0px;
    }

    .mg_happen_img_box {
        aspect-ratio: 4 / 2;
    }
    .mg_happen_img_box img {
        object-position: top center;
    }
    .mg_happen_content_bx .cstm_col_5::after {
        display: none;
    }

    .mg_happen_paraBx h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .above-footer-sec .above-footer-sec-wrapper {
        border-radius: 30px;
        margin-bottom: -88px;
        padding: 80px 20px 70px;
    }
    .above-footer-sec-wrapper img.above-footer-sec-img-2 {
        left: 37px;
        height: 14%;
    }
    .above-footer-sec .above-footer-sec-wrapper h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .above-footer-sec .above-footer-sec-wrapper p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 38px;
    }
    
}
@media only screen and (max-width: 640px) {
    .main_logo {
        width: 175px;
    }
    .levelImg {
        width: 180px;
    }
    .subTitle {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .secTitle {
        font-size: 26px;
        line-height: 32px;
    }
    .bnrCont p, 
    .bnr_form > span,
    .faqHdr p, 
    .accr_content p, 
    .ofcAddress p, 
    .privacyBox ul li a,
    .sol_slideCont p {
        font-size: 14px;
        line-height: 22px;
    }
    .bnrCont h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .bnr_form h2,
    .counterBox h2 > span {
        font-size: 24px;
        line-height: 32px;
    }

    .sol_slideCont .learnMore {
        font-size: 15px;
        line-height: 22px;
    }

    .ofcBox .ofcCountry_logo {
        margin-top: 0;
    }
    .ofcAddress h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .accr_title h4 {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 599px) {
    .screenshot_slider .owl-item.center .item {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .screenshot_slider .owl-item .item {
        margin: 0;
        width: 100%;
        height: 400px;
    }
    .screenshot_slider .owl-item .item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media only screen and (max-width: 575px) {
    .hdTrustCom {
        font-size: 15px;
    }
    .hdTrustCom::after {
        width: 50px;
    }

    .contactArea {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }
    .contactArea li + li {
        margin-left: 0;
    }

    .getIn_title {
        margin-bottom: 34px;
    }

    .brand_value_hd h2, .award_head h2, .case-study-sec h3 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 480px) {
    .faqHdr .secTitle {
        font-size: 24px;
        line-height: 30px;
    }
    .cmn_btn {
        padding: 14px 26px;
    }
    .bnrCont p, 
    .bnr_form > span,
    .faqHdr p, 
    .accr_content p, 
    .ofcAddress p, 
    .privacyBox ul li a,
    .counterBox p,
    .sol_slideCont p {
        font-size: 14px;
        line-height: 22px;
    }
    .bnrCont h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .bnr_form h2,
    .counterBox h2 > span {
        font-size: 22px;
        line-height: 30px;
    }
    header {
        padding: 10px 0;
    }
    .main_logo {
        width: 125px;
    }
    .levelImg {
        width: 130px;
    }

    .banner_section {
        padding: 85px 0 30px;
    }
    .formLbl {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .counter_sec {
        margin-top: 40px;
        border-radius: 20px;
    }
    /* .counterCol {
        max-width: 100%;
        flex: 0 0 100%;
    } */
    .counterBox strong {
        font-size: 14px;
        line-height: 28px;
    }
    .solution_section {
        padding: 55px 0;
    }
    .solution_section .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
    }
    .award_wrapper {
        margin-top: 45px;
    }
    /* faq_section */
    .accr_title {
        padding: 12px 30px 12px 38px;
    }
    
    .accr_title h4 {
        font-size: 15px;
        line-height: 22px;
    }
    .accordion_box:before {
        width: 20px;
        height: 20px;
        left: 10px;
        top: 16px;
        font-size: 11px;
        line-height: 20px;
    }
    .accr_title .accr_icon {
        width: 16px;
        height: 16px;
        padding: 3px;
        right: 10px;
    }
    .accr_content {
        padding: 0px 15px 25px;
    }
    /* faq_section */
    .feedback_video_wrapper {
        background-size: 60px 85px;
        padding: 30px 20px;
    }
    .exe_feedback_section {
        padding: 30px 0 15px;
    }

    .vdo_col_4 {
        padding: 0px;
    }

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

    .video_row .owl-next {
        right: -33px
    }
    .ofcBox {
        padding: 0 20px;
    }
    .brand_value_hd h2 {
        font-size: 25px;
        line-height: normal;
    }
    .mg_happen_hd h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .lernMore {
        padding: 13px 22px;
        margin-left: 6px;
    }
}
@media only screen and (max-width: 355px) {
    .lernMore {
        width: 155.5px;
        padding: 13px 22px;
        margin-left: 0px;
        margin-top: 12px;
        text-align: center;
    }
}



@keyframes slide1 {
    0%, 100% {
        transform: translate3d(0,0,0);
    }
    50% {
        transform: translate3d(-747px,0,0);
    }
    50.1% {
        visibility: hidden;
        transform: translate3d(-747px,0,0);
    }
    50.2% {
        visibility: hidden;
        transform: translate3d(747px,0,0);
    }
    50.3% {
        visibility: visible;
        transform: translate3d(747px,0,0);
    }
}

@keyframes slide2 {
    0% {
        transform: translate3d(747px,0,0);
    }
    50% {
        transform: translate3d(0,0,0);
    }
    99.7% {
        transform: translate3d(-747px,0,0);
    }
    99.8% {
        visibility: hidden;
        transform: translate3d(-747px,0,0);
    }
    99.9% {
        visibility: hidden;
        transform: translate3d(747px,0,0);
    }
    100% {
        visibility: visible;
        transform: translate3d(747px,0,0);
    }
}