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

/* h1,h3{font-family: ;} */

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

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;
    cursor: pointer;
}

button {
    outline: none;
    box-shadow: none;
    border: none;
}

input,
select,
textarea,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

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

.list-unstyled {
    list-style: none;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

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

.flex-column {
    flex-direction: column;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.cstm_col_3 {
    max-width: 25%;
    flex: 0 0 25%;
}
.cstm_col_4 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
}
.cstm_col_6 {
    max-width: 50%;
    flex: 0 0 50%;
}
.custom_container {
    width: 100%;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px auto;
}

/* gitx-banner */
.gitx_banner {
    position: relative;
}
.gitx_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gitx_cont_cover {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.mark_txt  {
    color: #DC9713;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.gtx_title {
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    margin: 16px 0 26px;
    color: #212058;
    background: #FFFFFF;
}
.gtx_msgBox {
    padding: 10px 20px;
    display: inline-block;
    background-color: #dc9713;
    border-radius: 10px;
}
.gtx_msgBox p {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    color: #1f154f;    
}
.gitx_coverImg {
    margin-top: 80px;
}

.stallBox {
    width: 100%;
    max-width: 80%;
    margin: 25px auto;
    display: flex;
    flex-wrap: wrap;
}
.stallBox li {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 25px;    
    width: 50%;
}
.stallBox li:not(:first-child)::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #c4c4c4;
    left: 0;
    top: 0;
}
.stallBox li > span {
    font-size: 19px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
}
.stallBox li > p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 6px;
}
.stallBox li:nth-child(odd) {
    align-items: flex-end;
}
.stallBox li:nth-child(even) {
    align-items: flex-start;
    text-align: left;
}
/* gitx-banner */

/* digital_section */
.digital_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0 130px;
    background: url(../images/gitx/gitex-event-25/digital-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.digital_section::before {
    position: absolute;
    content: '';
    width: 135px;
    height: 312px;
    background: url(../images/gitx/gitex-event-25/digital-texture2.png) no-repeat;
    background-size: 100%;
    top: 0;
    right: 0px;
    z-index: -1;
}
.digital_section::after {
    position: absolute;
    content: '';
    width: 360px;
    height: 105px;
    background: url(../images/gitx/gitex-event-25/digital-texture1.png) no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    left: 0px;
    z-index: -1;
}
.digital_section .custom_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
.digitalImg {
    width: 42%;
    border-radius: 16px;
    overflow: hidden;
}
.digital_cont {
    width: 58%;
    padding-right: 57px;
    text-align: left;
}
.digital_cont .sec_title {
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: left;
}
.digital_cont .sec_title > strong,
.digital_cont p  {
    color: #FFFFFF;
}
.digital_cont p {
    font-size: 18px;
    line-height: 160%;
}
.digital_cont p + p {
    margin-top: 15px;
}
/* digital_section */

.sec_title {
    font-size: 44px;
    line-height: 53px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}
.sec_title > strong {
    font-weight: 700;
    color: #212058;
}

p {
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    font-weight: 400;
}


/* trusted-section */
.trusted-section {
    display: block;
    background: #f2f2f2;
    padding: 40px 0 60px;
}
.trusted-section .sec_title {
    margin-bottom: 58px;
}
.trusted-list_wrap {
    overflow: hidden;
    padding: 0 14px;
    position: relative;
}
.trusted-listing {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 20px;
}

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

@keyframes slideMarquee2 {
    0% {
        transform: translate3d(100%,0,0);
    }
    50% {
        transform: translate3d(0,0,0);
    }
    99.7% {
        transform: translate3d(-100%,0,0);
    }
    99.8% {
        visibility: hidden;
        transform: translate3d(-100%,0,0);
    }
    99.9% {
        visibility: hidden;
        transform: translate3d(100%,0,0);
    }
    100% {
        visibility: visible;
        transform: translate3d(100%,0,0);
    }
}
.trusted-listing.marquee {
    animation: slideMarquee1 25s linear infinite;
}
.trusted-listing:last-child {
    position: absolute;
    left: 0;
    right: 0;
    animation: slideMarquee2 25s linear infinite;
}
.trusted-listing .trusted-list {
    float: left;
    width: 12.5%;
    min-width: 130px;
    padding: 8px 14px;
}
.trusted-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 9px 9px 21px rgba(53, 52, 52, 0.29);
    border-radius: 10px;
    height: 98px;
    cursor: pointer;
    position: relative;
}
.trusted-box img {
    display: block;
    float: left;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 400ms;
}
/* trusted-section */

/* gtx_service_section */
.gtx_service_section {
    display: block;
    background: #FFFFFF;
    padding: 60px 0px 36px;
}
.gtx_service_section .sec_title {
    margin-bottom: 58px;
}
.serv_tab_grp {
    width: 100%;
    overflow: auto;
    margin-bottom: 52px;
}
.serv_tab {
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.serv_tab li {
    display: inline-block;
}
.serv_tab li a {
    display: block;
    padding: 14px 30px;
    color: #4A4A4A;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 100px;
    background: #F2F2F2;
    transition: 0.5s;
}

.serv_tab li .servLink.servLinkActive,
.serv_tab li .servLink:hover {
    background: #212058;
    color: #FFFFFF;
}

.gtx_serv_row {
    margin: 0px -13px;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
}
.gtx_serv_row.showTab {
    display: flex;
}
.gtx_serv_row .cstm_col_3 {
    padding: 0px 13px;
    margin-bottom: 30px;
    display: flex;
}
.gtx_srv_col {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 35px 15px 35px 115px;
    background: #F2F2F2;
    border-radius: 20px;
    box-shadow: 8px 7px 29px rgba(83, 82, 82, 0.07);
    position: relative;
}
.gtx_srv_col p {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
}
.icon_serv {
    position: absolute;
    width: 100px;
    height: 100%;
    border-radius: 0px 55px 55px 0px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    background: #212058;
}
.icon_serv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
/* service_section */

/* corporate_event_section */
.corporate_event_section {
    display: block;
    background: url(../images/gitx/corporate-bg.png) no-repeat;
    background-position: center top 160px;
    background-size: 100% auto;
    padding: 45px 0px 82px;
}
.corporate_event_section .sec_title {
    margin-bottom: 58px;
}
.corporate_img_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -14px;
}
.corporate_img_row .cstm_col_3 {
    margin-bottom: 20px;
    padding: 0px 14px;
}
.corporate_img_col {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.corporate_event_section .btn_area {
    margin-top: 50px;
    display: block;
    text-align: center;
}
button.viewMore_btn {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    border-radius: 20px;
    display: inline-block;
    max-width: 340px;
    width: 100%;
    padding: 25px 10px;
    border: 1px solid #212058 !important;
    background: #212058 !important;
    color: #FFFFFF;
}
button.viewMore_btn:hover {
    background: none !important;
    color: #212058;
}
/* corporate_event_section */

/* meet_gitx_team_section */
.meet_gitx_team_section {
    display: block;
    padding: 60px 0px 65px;
    background: url(../images/company-profile/team-img.png) no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 1;
}
.meet_gitx_team_section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color:  rgba(62, 42, 114, 0.85);
    z-index: -1;
}
.meet_gitx_team_section .sec_title {
    margin-bottom: 58px;
    color: #FFFFFF;
}
.meet_gitx_team_section .sec_title > strong  {
    color: #FFFFFF;
}
.meet_expertBox_wrap {
    width: 100%;
    margin: 0px auto;
}
.meet_cstm_row {
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.meet_cstm_row .cstm_col_3 {
    display: flex;
    padding: 0px 10px;
    margin-bottom: 50px;
}
.meet_col {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 19px;
    border-radius: 14px;
    border: 1px solid #FFFFFF;
}
.meet_expertImg {
    width: 100%;
    height: 334px;
    border-radius: 14px;
    overflow: hidden;
    margin: 0px auto 42px;
}
.meet_expertImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.meet_col h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}
.meet_col .designation {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
}
/* meet_gitx_team_section */

/* global_section */
.global_section {
    width: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: url(../images/gitx/global-texture1.png), url(../images/gitx/globall-texture2.png);
    background-repeat: no-repeat;
    background-size: 40% auto, 50% auto;
    background-position: right top -32px, left bottom -50px;
    padding: 120px 0px 125px;
    position: relative;
    z-index: 1;
}
.global_section .subtxt_head {
    font-weight: 800;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    color: #212058;
    margin-bottom: 30px;
}
.global_section .sec_title {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 25px;
}
.global_section .sec_title > strong {
    font-weight: 800;
}
.global_section p {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    text-align: center;
}
/* global_section */

/* contact_form_section */
.contact_form_section {
    width: 100%;
    display: inline-block;
    padding: 70px 0px 80px;
    background: rgb(74,31,97);
    background: linear-gradient(90deg, rgba(74,31,97,1) 15%, rgba(49,37,120,1) 100%);
}
.left_form_area {
    width: 40%;
    float: left;
}
.formBox {
    width: 100%;
    display: inline-block;
    padding: 50px 50px 40px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 9px 40px rgba(158, 158, 158, 0.41);
}
.formBox .form_group + .form_group {
    margin-top: 12px;
}
textarea.form_fild {
    border: 1px #c0c0c0 solid;
    resize: none;
    height: auto;
}
.formBox .btn_area {
    margin-top: 25px;
}
.btn_area .cmn_btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    padding: 25px 10px;
    border-radius: 20px;
    border: 1px solid transparent;
    color: #FFFFFF;
    background: #212058;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 32px;
    text-transform: uppercase;
}
.btn_area .cmn_btn.meetBtn {
    padding: 14px 10px;
    background: #dc9713;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_area .cmn_btn + .cmn_btn {
    margin-top: 15px;
}
.meetBtn img {
    width: 45px;
    margin-right: 15px;
}

.right_business_area {
    width: 60%;
    padding-left: 60px;
    float: right;
}
.business_cont {
    width: 100%;
    display: inline-block;
}
.business_cont h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.business_cont h3 > strong {
    font-size: 48px;
    line-height: 54px;
    display: inline-block;
}
.business_cont p {
    font-weight: 400;
    font-size: 23px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: justify;
}
.business_cont p + p {
    margin-top: 40px;
}
/* contact_form_section */
#quote_msg .error_msg,
#quote_msg_first .error_msg {
    display: inline-block;
    vertical-align: top;
    color: #ff0000;
    background-color: #ffeaea;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 17px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 0 12px 0;
}

#quote_msg .succ_msg,
#quote_msg_first .succ_msg {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background-color: #55b433;
    padding: 3px 10px;
    font-size: 13px;
    line-height: 17px;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 0 12px 0;
}

/* Responsive */
@media only screen and (max-width: 1799px) {
}
@media only screen and (max-width: 1400px) {
    .custom_container {
        max-width: 1200px;
    }

    .trusted-section .sec_title,
    .corporate_event_section .sec_title,
    .meet_gitx_team_section .sec_title,
    .gtx_service_section .sec_title  {
        margin-bottom: 40px;
    }
    /* gitx-banner */
    .mark_txt {
        font-size: 20px;
        line-height: 28px;
    }
    .gtx_title {
        font-size: 54px;
        line-height: 62px;
    }
    .gtx_msgBox p {
        font-size: 22px;
        line-height: 30px;
    }

    .stallBox li > span {
        font-size: 16px;
        line-height: 22px;
    }
    .stallBox li > p {
        font-size: 18px;
        line-height: 26px;
    }
    /* gitx-banner */
    .sec_title {
        font-size: 42px;
    }

    .digital_section::before {
        width: 8%;
        height: 30%;
    }

    .digital_section::after {
        width: 22%;
        height: 12%;
    }

    /* trusted-section */
    .trusted-box {
        box-shadow: 5px 5px 21px rgba(53, 52, 52, 0.29);
    }
    .trusted-listing {
        margin: 0 -8px;
    }
    .trusted-listing .trusted-list {
        padding: 8px;
    }
    /* trusted-section */
    /* gtx_service_section */
    .gtx_srv_col {
        padding: 18px 8px 18px 82px;
    }
    .gtx_srv_col p {
        font-size: 15px;
    }
    .icon_serv {
        width: 70px;
        padding: 25px 18px;
    }
    /* gtx_service_section */
    /* corporate_event_section */
    .corporate_event_section .btn_area {
        margin-top: 30px;
    }
    .viewMore_btn {
        font-size: 22px;
        line-height: 30px;
        padding: 20px 10px;
        max-width: 300px;
    }
    /* corporate_event_section */

    /* meet_gitx_team_section */
    .meet_col h5 {
        font-size: 20px;
    }
    .meet_col .designation {
        font-size: 15px;
        line-height: 26px;
    }
    /* meet_gitx_team_section */

    /* global_section */
    .global_section {
        padding: 100px 0px 105px;
    }
    .global_section .subtxt_head {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .global_section .sec_title {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .global_section p {
        font-size: 18px;
        line-height: 28px;
    }
    /* global_section */

    /* contact_form_section */
    .business_cont p {
        font-size: 18px;
        line-height: 28px;
    }
    .btn_area .cmn_btn {
        padding: 18px 10px;
        font-size: 16px;
        line-height: 28px;
    }
    .meetBtn img {
        width: 36px;
    }
    /* contact_form_section */

}
@media only screen and (max-width: 1199px) {
    .stallBox {
        max-width: 100%;
    }
    .stallBox li > span {
        font-size: 15px;
        line-height: 20px;
    }
    .stallBox li > p {
        font-size: 17px;
        line-height: 24px;
    }
    /* global_section */
    .global_section {
        padding: 80px 0px 85px;
    }
    /* global_section */

    /* contact_form_section */
    .business_cont p + p {
        margin-top: 20px;
    }
    .left_form_area {
        width: 45%;
    }
    .right_business_area {
        width: 55%;
        padding-left: 35px;
    }
    .business_cont h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .business_cont h3 > strong {
        font-size: 40px;
        line-height: 48px;
    }
    /* contact_form_section */
}
@media only screen and (max-width: 1100px) {
    /* gitx_banner */
    .gtx_title {
        font-size: 42px;
        line-height: 50px;
    }
    .gtx_msgBox p {
        font-size: 19px;
    }

    /* gitx_banner */
}
@media only screen and (max-width: 1024px) {
    .sec_title {
        font-size: 36px;
        line-height: 42px;
    }
    .trusted-section .sec_title,
    .corporate_event_section .sec_title,
    .meet_gitx_team_section .sec_title,
    .gtx_service_section .sec_title {
        margin-bottom: 35px;
    }
    .global_section p,
    .business_cont p {
        font-size: 16px;
        line-height: 26px;
    }

    /* gitx_banner */
    .gtx_msgBox p {
        font-size: 17px;
        line-height: 24px;
    }

    /* gitx_banner */
    /* gtx_service_section */
    .gtx_serv_row .cstm_col_3 {
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }
    .icon_serv {
        padding: 10px 15px;
    }
    /* gtx_service_section */
    /* corporate_event_section */
    .corporate_event_section {
        padding: 40px 0px 50px;
    }
    .viewMore_btn {
        max-width: 240px;
        font-size: 18px;
        line-height: 28px;
        padding: 15px 10px;
    }
    /* corporate_event_section */
    /* meet_gitx_team_section */
    .meet_gitx_team_section {
        padding: 45px 0px 30px;
    }
    .meet_cstm_row .cstm_col_3 {
        margin-bottom: 30px;
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }
    .meet_expertImg {
        height: 275px;
        margin: 0px auto 10px;
    }
    /* meet_gitx_team_section */
    /* contact_form_section */
    .contact_form_section {
        padding: 55px 0px 50px;
    }
    .formBox {
        padding: 40px 32px;
    }
    /* contact_form_section */
    .trusted-listing {
        justify-content: center;
        display: inline-flex;
        flex-wrap: nowrap;
        width: max-content;
    }
    
    .trusted-listing {
        max-width: 1040px;
        flex: 0 0 1040px;
        font-size: 20px;
    }

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

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

    .trusted-listing:last-child {
        position: absolute;
        top: 0;
        left: unset;
        right: unset;
    }
    .serv_tab {
        gap: 10px;
    }
    .serv_tab li a {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 22px;
    }

}
@media only screen and (max-width: 991px) {
    
    .sec_title {
        font-size: 30px;
        line-height: 36px;
    }
    .trusted-section .sec_title,
    .corporate_event_section .sec_title,
    .meet_gitx_team_section .sec_title,
    .gtx_service_section .sec_title {
        margin-bottom: 30px;
    }

    /* gitx_banner */
    .gtx_msgBox p {
        font-size: 15px;
    }
    /* gitx_banner */
    .digital_section .custom_container {
        flex-direction: column;
    }
    .digitalImg {
        width: 60%;
    }
    .digital_cont .sec_title {
        text-align: center;
    }
    .digital_cont {
        width: 100%;
        padding-right: 0;
        margin-top: 40px;
        text-align: center;
    }
}
@media only screen and (max-width: 880px) {    
    /* gitx_banner */
    /* gitx_banner */
    /* trusted-section */
    .trusted-section {
        padding-bottom: 40px;
    }
    .trusted-section .sec_title {
        max-width: 600px;
        margin: 0px auto 30px;
    }
    /* trusted-section */
    /* gtx_service_section */
    .gtx_service_section {
        padding-top: 40px;
    }
    /* gtx_service_section */
    /* corporate_event_section */
    .corporate_img_row {
        justify-content: center;
    }
    .corporate_img_row .cstm_col_3 {
        max-width: 33.333%;
        flex: 0 0 33.333%;
    }
    .corporate_event_section .btn_area {
        margin-top: 20px;
    }
    .viewMore_btn {
        font-size: 16px;
        line-height: 24px;
    }
    /* corporate_event_section */
    /* global_section */
    .global_section {
        padding: 55px 0px;
    }
    .global_section .subtxt_head {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .global_section .sec_title {
        font-size: 38px;
        margin-bottom: 15px;
    }
    /* global_section */
    /* contact_form_section */
    .right_business_area {
        width: 100%;
        display: inline-block;
        float: none;
        padding-left: 0px;
    }
    .left_form_area {
        width: 100%;
        display: inline-block;
        float: none;
        margin-top: 35px;
    }
    .formBox {
        max-width: 565px;
        display: block;
        margin: 0px auto;
    }
    /* contact_form_section */
    
    /* meet_gitx_team_section */
    .meet_cstm_row .cstm_col_3 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    /* meet_gitx_team_section */
}
@media only screen and (max-width: 767px) {
    .global_section p,
    .digital_cont p,
    .business_cont p {
        font-size: 15px;
        line-height: 24px;
    }
    .mark_txt {
        font-size: 16px;
        line-height: 24px;
    }
    .gtx_title {
        margin: 10px 0 20px;
        font-size: 30px;
        line-height: 36px;
    }
    /* gitx_banner */
    .stallBox {
        max-width: 80%;
    }
    .stallBox li > span {
        font-size: 14px;
        line-height: 20px;
    }
    .stallBox li > p {
        font-size: 15px;
        line-height: 22px;
    }
    /* gitx_banner */
    /* trusted-section */
    
    /* .trusted-listing .trusted-list {
        max-width: 20%;
        flex: 0 0 20%
    } */
    /* trusted-section */
    /* gtx_service_section */
    .gtx_serv_row .cstm_col_3 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    /* gtx_service_section */
    /* corporate_event_section */
    .corporate_img_row .cstm_col_3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    /* corporate_event_section */
    /* meet_gitx_team_section */
    .meet_expertImg {
        width: 145px;
        height: 144px;
    }
    .meet_col h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .meet_col .designation {
        font-size: 12px;
        line-height: 20px;
    }
    /* meet_gitx_team_section */
    /* form_section */
    .business_cont h3 > strong {
        font-size: 30px;
        line-height: 36px;
    }
    /* form_section */
    .digital_section {
        padding: 50px 0 80px;
    }
}

@media only screen and (max-width: 650px) {
    .gitx_cont_cover {
        background-size: 95px 45px;
    }
    .stallBox li {
        padding: 0 16px;
    }
    .digital_section::after {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .sec_title,
    .business_cont h3 > strong {
        font-size: 24px;
        line-height: 30px;
    }

    .business_cont p + p {
        margin-top: 15px;
    }
    /* gitx_banner */
    .gtx_title {
        font-size: 32px;
        line-height: 40px;
    }
    .gtx_msgBox {
        padding: 5px 10px;
    }
    .gtx_msgBox p {
        line-height: 26px;
    }
    .stallBox {
        max-width: 100%;
    }
    /* gitx_banner */

    .digitalImg {
        width: 100%;
    }

    .business_cont h3 {
        font-size: 17px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 480px) {
    /* gitx_banner */
    .stallBox {
        max-width: 75%;
        flex-direction: column;
        margin-top: 15px;
    }
    
    .stallBox li {
        width: 100%;
        padding: 10px;
    }
    .stallBox li:not(:first-child)::before {
        width: 100%;
        height: 1px;
    }
    .stallBox li {
        align-items: center !important;
    }
    .stallBox li > p {
        text-align: center;
    }
    /* gitx_banner */
    /* trusted-section */
    /* trusted-section */
    /* global_section */
    .global_section .sec_title {
        font-size: 30px;
        line-height: 36px;
    }
    /* global_section */
    .gtx_serv_row .cstm_col_3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 12px;
    }

    .btn_area .cmn_btn {
        padding: 12px 10px;
        font-size: 15px;
        line-height: 24px;
    }
    .meetBtn img {
        width: 22px;
    }
}
@media only screen and (max-width: 390px) {
    /* corporate_section */
    .corporate_img_row .cstm_col_3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .corporate_img_col img {
        width: 100%;
        height: auto;
    }
    /* corporate_section */

    /* meet_section */
    .meet_cstm_row .cstm_col_3 {        
        max-width: 100%;
        flex: 0 0 100%;
    }
    /* meet_section */
}
/* Responsive */