/**/
:root {
    /* color variables */

    --blue-dark-color: #293270;
    --blue-darklight-color: #293270;
    --blue-light-color: #293270;
    --blue-color: #293270;

    --orange-color: #ec7323;
    --orange-light-color: #ff6500;

    --black-color: #000;
    --white-color: #fff;
    --ass-color: #3b3c3d;
    --dark-ass-color: #3b3c3d;

    --bg-blue-dark-color: #191a32;
    --bg-light-color: #05124c;

    --bg-white-color: #fff;
    --bg-black-color: #000;
    /*---light-ass-coor:#f8f8f8;*/
    --light-ass-color: #f8f8f8;
}

:root {
    /* Font size variables */
    --font-size-13: 13px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;

    --font-size-20: 20px;
    --font-size-24: 24px;

    --font-size-32: 32px;
    --font-size-52: 52px;
    --font-size-80: 80px;
    --font-size-90: 90px;
    --font-size-100: 100px;
}

/**/

/*homepage_onload_wrapper*/

.homepage_onload_wrapper.homepage-popup-mpdal {
	display: none !important;
}

/*homepage_onload_wrapper*/

/*.index-skeleton {*/
/*    display: none !important;*/
/*}*/

/**/
.d_none {
    display: none;
}
/**/

/*-- responsive_menu --*/

.responsive_menu {
    display: none;
}

header.arobit_desktop_view {
    display: block;
}

/*-- responsive_menu --*/

/*-- new-responsive_menu --*/
.abspl-responsive-menu {
    display: none;
}
/*-- new-responsive_menu --*/

/*title*/

.title {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.title h2 {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-32);
    color: var(--black-color);
    line-height: 42px;
    font-weight: 700;
}

.title span {
    font-size: var(--small-16);
    font-weight: 500;
    color: var(--orange-color);
}

.title p {
    font-size: var(--small-16);
}

.title mark {
    margin: 0;
    padding: 0;
    background: transparent;
}
.title:before {
    position: absolute;
    left: 0;
    width: 104px;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

/*title*/

/*--button_style--*/

.animate_btn {
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 23px 0 0 0;
    padding: 12px 22px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
}

.animate_btn .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color) !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.animate_btn:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.animate_btn:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 12px 30px 10px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
}

/*--button_style--*/

/*-- home-banner --*/

/******** Banner ********/
/*.banner_home {
    margin: 0;
    position: relative;
    z-index: 9;
    min-height: 100%;
    overflow: hidden;
    height: 688px;
    width: 100%;
}*/

.banner_home {
    margin: 0;
    position: relative;
    z-index: 9;
    min-height: 100%;
    overflow: hidden;
    /* height: 688px; */
    width: 100%;
    /*     aspect-ratio: 2 / 1;*/
    height: 100vh;
}

.banner_home .video {
    width: 100%;
    height: 100vh;
}

.banner_home .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.banner_home .tenc-intro-main__wrapper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    z-index: 999;*/
/*    background: linear-gradient(to bottom right, #49432c2e 1%, #40281200 25%, #2e1d0d47 36%, #00377614 50%) 100% 100%, linear-gradient(to bottom left, #2c2c4940 1%, #40281266 25%, #2e1d0d36 40%, #000c3024 60%) 0 100%,*/
/*        linear-gradient(to top left, #2c454963 1%, #40281245 25%, #10101000 33%, #00153b30 45%) 0 0, linear-gradient(to top right, #49432c1f 1%, #40281229 25%, #2e1d0d66 40%, #00303929 60%) 100% 0;*/
/*    padding: 0 0 122px 0;*/
/*}*/

.banner_home .tenc-intro-main__wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    /* background: linear-gradient(to bottom right, #49432c2e 1%, #40281200 25%, #2e1d0d47 36%, #00377614 50%) 100% 100%, linear-gradient(to bottom left, #2c2c4940 1%, #40281266 25%, #2e1d0d36 40%, #000c3024 60%) 0 100%,
        linear-gradient(to top left, #2c454963 1%, #40281245 25%, #10101000 33%, #00153b30 45%) 0 0, linear-gradient(to top right, #49432c1f 1%, #40281229 25%, #2e1d0d66 40%, #00303929 60%) 100% 0; */
    background: #0000008c;
    padding: 0 0 122px 0;
}

.banner_home .tenc-intro-main__wrapper span {
    font-size: var(--extra-extra-large-40);
    color: var(--white-color);
    margin: 0 0 30px;
    display:block;
}

/*.banner_home .tenc-intro-main__wrapper span i {     font-family: montserrat, sans-serif; }*/

.banner_home .tenc-intro-main__wrapper mark { background-color:transparent; }

.banner_home .tenc-intro-main__wrapper span {
    font-size:50px;
    line-height:60px;
    font-family: montserrat, sans-serif;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 150px 0 0 0;
    width:100%;
    letter-spacing: 0.5px;
    font-family: "Playfair Display", serif;
    text-shadow: 8px 6px 4px rgba(0, 0, 0, 0.5);
}

/*-- home-banner --*/

/******** Brand Logo ********/
.brand-logo {
    position: relative;
    z-index: 9;
    background: var(--white-color);
    padding:60px 0;
}

.brand-logo .brands_logo {   padding-top:0 !important;  }

.brands_logo {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.brand-logo h1 {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 36px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.brands_logo {
    visibility: visible;
    opacity: 1;
}

.brand-logo .brands_logo .slick-track .item {
	width: 100%;
	height: auto;
	padding: 12px;
	margin: 0 0;
	border: 4px solid #fff;
	border-top: 0;
	border-bottom: 0;
}

.brand-logo .brands_logo .slick-track .item .brand_logo img {
    filter: grayscale(100%);
    display: block;
    margin: 0 auto;
    transition: all 0.3s;
}

.brand-logo .brands_logo .slick-track .item img {
    max-width: 100%;
    object-fit: contain;
    transition: all .3s;
    height: 74px;
    margin: 0 auto;
}

/*.brand-logo .brands_logo .slick-track .item:hover img { filter: grayscale(0); }*/

.brand_logo .slick-slide {
    padding: 10px 20px;
}

.brand_logo .owl-nav {
    display: none;
}

/**/
section.brand-logo.logo2 {
    padding: 0 0 60px 0 !important;
}
section.brand-logo.logo2 .item img {
    filter: grayscale(0) !important;
}

/******** Brand Logo ********/

/******** About ********/

.home_about {
    padding: 80px 0 60px 0;
    position: relative;
    background: var(--light-ass-color);
}
.about-bg-section {
    position: absolute;
    left: 0;
    top: -74px;
    bottom: 0;
    height: calc(100% + 74px);
    width: 25.0133%;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_about .row {
    flex-direction: row-reverse;
}

.home_about h2 mark {
    display: inline-block;
    background: transparent;
}
.home_about h2 mark {
    display: inline-block;
    background: transparent;
    color: var(--blue-light-color);
}

.home_about .title {
    padding-bottom: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_about .title h2 {
    margin: 0;
    padding: 0;
    font-family: montserrat,sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #000;
    font-weight: 700;
    width: 100%;
}

/*////////////////////////////////////////*/

.home_about .title .button {
    margin: 0;
    padding: 0;
}

.home_about .title .button a {
    /* background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 120 193) 100%); */
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 10px 22px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
}

.home_about .title .button a .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.home_about .title .button a:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.home_about .title .button a:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    margin: 0;
    padding: 10px 30px 10px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
}

/*////////////////////////////////////////*/

.home_about .item p {
    margin: 0 auto;
    padding: 0 0 12px 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.home_about .about-text-block span {
    margin: 0 auto;
    padding: 0 0 12px 0;
    font-size: 24px;
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 500;
    text-align: left;
    display: block;
}

.home_about .item-right {
    padding: 0;
    margin: 0;
}

.home_about .item-right img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

/*.home_about .item-right:hover {*/
/*    box-shadow: 8px 8px 0 0 5px 5px 6px 0 rgb(0 47 78 / 25%);*/
/*    -webkit-box-shadow: 5px 5px 6px 0 rgb(0 47 78 / 25%);*/
/*    -o-box-shadow: 5px 5px 6px 0 rgb(0 47 78 / 25%);*/
/*    -ms-box-shadow: 5px 5px 6px 0 rgb(0 47 78 / 25%);*/
/*    -moz-box-shadow: 5px 5px 6px 0 rgb(0 47 78 / 25%);*/
/*}*/

.home_about .about-text-block .button {
    margin-top: 20px;
    display: none;
}

.home_about .about-text-block .button a {
    /* background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 120 193) 100%); */
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 10px 22px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
}

.home_about .about-text-block .button a .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.home_about .about-text-block .button a:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.home_about .about-text-block .button a:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    margin: 0;
    padding: 10px 30px 10px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
}

/******** about ********/

/*---Work------------------------------------------------------------------------------*/

.counter-section {
    margin: 0;
    padding: 60px 0;
    /*   background:var(--white-color); */
    background: linear-gradient(279.09deg, #182355 49%, #182357 50%, #182355 57.85%, #5b6ec5 75.6%, #33407afc 95.5%);
    /*bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;*/
}
.counter-section {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.counter-section .title {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.counter-section .title:before {
    display: none;
}

.counter-section .title h2 {
    color: #d8dadf;
    padding-bottom: 10px;
    font-size: 70px;
    line-height: 90px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    /* opacity: 0.4; */
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    font-weight: 800;
    text-transform: capitalize;
    width: 62%;
}

.counter-section .title h3 {
    margin: 0;
    padding: 0 0 0 30px;
    font-size: var(--font-size-18);
    line-height: 33px;
    color: #fff;
    opacity: 1;
    font-style: italic;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    width: 47%;
}

.counter-section .col_left {
    margin: 0;
    padding: 0;
}
.counter-section .col_left .bd_block {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.counter-section .col_left .bd_block a {
    align-items: center;
    border: 1px solid #dadfe3;
    color: #000;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    margin: 10px;
    min-height: 100px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 46.1%;
    box-shadow: 1px 1px 2px 1px rgb(0 0 0 / 38%);
    border-radius: 0px;
    position: relative;
    justify-content: center;
    background: #fff;
    transition: all 0.3s;
    line-height: 28px;
}
.counter-section .col_left .bd_block a:hover {
    color: var(--white-color);
    background: #027ecf;
    border: 1px solid #027ecf;
}

.counter-section .col_left .bd_block a .fa {
    position: absolute;
    right: 8px;
    bottom: 6px;
    transform: rotate(39deg);
    font-size: 20px;
    color: #293270;
    transition: all 0.3s;
}

.counter-section .col_left .bd_block a:hover .fa {
    transform: rotate(0deg);
    color: var(--white-color);
}

.counter-section .col-right {
    margin: 0;
    padding: 0;
}

.counter-section .col-right .bd {
    padding-top:0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.counter-section .col-right .bd .item {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.counter-section .col-right .bd .item .top {
    margin: 0;
    padding: 0;
    display: block;
}
.counter-section .col-right .bd .item .top .icon {
    margin: 0 22px 0 0;
    padding: 0 15px 0 0;
    display: flex;
    width: 80px;
    height: 80px;
    background: #ff6500;
    align-items: center;
    justify-content: center;
    border-radius: 24px 28px 30px 59px;
    box-shadow: 3px 3px 0 0 rgb(255 101 0 / 75%);
}
.counter-section .col-right .bd .item .top .icon img {
    width: 40px;
    object-fit: contain;
    position: relative;
    left: 7px;
    top: -5px;
    filter: grayscale(100%);
}

.counter-section .col-right .bd .item .count-no {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0 0 4px 0;
    font-size:30px;
    color: #ffffff;
    line-height: 38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    flex-wrap: wrap;
}

.counter-section .col-right .bd .item .count-no span.text {
    margin: 0;
    padding: 0 0 0 6px;
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}
.counter-section .col-right .bd .item .text-bd {
    padding: 0;
    margin: 0;
    position: relative;
}

.counter-section .col-right .bd .item h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.counter-section .col-right .bd .item .count-no p {
    margin: 0;
    padding: 0 0 0 6px;
    font-size: 37px;
    color: #ffffff;
    line-height: 38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    display: inline-block;
    width: auto !important;
    min-height: auto !important;
}

.counter-section .col-right .bd .item .count-no p span {
    display: inline-block;
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 6px;
}

.counter-section .col-right .bd .item p {
    margin: 0;
    padding: 4px 0 0 0;
    font-size: var(--font-size-18);
    line-height: 29px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    text-align: left;
    position: relative;
    min-height: auto;
}

.counter-section .col-right .bd .item .button_block {
    margin: -45px 0 0 0;
    padding: 12px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: end;
    border-bottom: 2px solid #ffffff;
    border-radius: 0 0 28px 0;
    display: none;
}
.counter-section .col-right .bd .item .button_block a {
    margin: 0;
    padding: 0;
    border-bottom: 0 !important;
    border: 2px solid #ffffff;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.counter-section .col-right .bd .item .button_block a .fa {
    font-size: 27px;
    color: var(--orange-light-color);
}

.counter-section .col-right .bd .item .button_block:hover a .fa {
    font-size: 27px;
    color: var(--orange-light-color);
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

/*----Work----*/


/******** Services w-done********/

.service_desk {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.service_desk .title {
    text-align: left;
    margin: 0 0 60px 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.service_desk .title h2 {
    color: var(--blue-dark-color);
    padding-bottom: 10px;
    font-size: var(--font-size-100);
    line-height: 100px;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    opacity: 0.4;
    letter-spacing: 3px;
    width: 50%;
    margin: 0;
    padding: 0 60px 0 0;
    font-weight: 900;
}

.service_desk .title p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-24);
    line-height: 40px;
    color: var(--blue-dark-color);
    opacity: 1;
    font-style: italic;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

/*.service_desk .title p strong {
    font-weight: bolder;
    color: #ff8944;
    font-weight: 600;
}
*/
.service_desk .title p strong {
    font-weight: bolder;
    color: var(--blue-dark-color);
    font-weight: 600;
}

.service_desk .title:before {
    /* position: absolute;
    left:0;
    width: 140px;
   
    background: linear-gradient(to right, rgb(122 141 255) 0%, rgb(77 183 255) 25%, rgb(171 198 250) 50%, 
        rgb(163 177 255) 75%, rgb(119 144 255) 100%);*/
    display: none;
}

.service_desk .services-tabs {
    margin: 2px 2px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0;
    position: relative;
    box-shadow: 6px 0px 12px 7px rgb(0 0 0 / 18%);
    border-radius: 8px;
}

.service_desk .services-tabs .left_block {
    margin: 0 0 0 -35px;
    padding: 45px 0 20px 35px;
    width: 35%;
    background: var(--bg-light-color);
    position: relative;
    left: 0;
    top: -30px;
    /* height: 100%; */
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.service_desk .services-tabs .left_block .nav {
    margin: 0 -20px 0 0;
    padding: 0;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    position: relative;
    border: 0;
}

.service_desk .services-tabs .left_block .nav button.nav-link {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 6px;
    background: transparent;
    outline: 0;
    text-align: left;
    transition: all 0.3s;
    /*border-top:0;
    border-bottom:0;*/
    border: 0;
}

.service_desk .services-tabs .left_block .nav button.nav-link h3 {
    background: transparent;
    color: var(--white-color);
    margin: 0;
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    display: inline-block;
    padding: 20px 64px 20px 20px;
    text-align: start;
    margin-top: 5px;
    transition: all.4s;
    border: 0;
    border-radius: 0;
    text-align: left;
}

.service_desk .services-tabs .left_block .nav button.nav-link.active {
    background: var(--white-color);
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 0;
    transition: all.4s;
    border: 0;
    border-radius: 6px;
    text-align: left;
    /*border-top: 1px solid #fff;*/
    border: 0;
}

.service_desk .services-tabs .left_block .nav button.nav-link:hover {
    background: var(--white-color);
    border-top: 0;
}
.service_desk .services-tabs .left_block .nav button.nav-link:hover h3 {
    color: var(--bg-light-color);
}
.service_desk .services-tabs .left_block .nav button.nav-link.active h3 {
    color: var(--bg-light-color);
}

.service_desk .services-tabs .right_block {
    margin: 0;
    padding: 30px 20px 20px 56px;
    width: 65%; /* height: 100%; */
}
.service_desk .services-tabs .right_block .tab-content {
    margin: 0;
    padding: 0;
}
.service_desk .services-tabs .right_block .tab-content .tab-pane {
    margin: 0;
    padding: 0;
}
.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd {
    margin: 0;
    padding: 0;
}
.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text {
    margin: 0;
    padding: 0;
}
.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text h3 {
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-32);
    line-height: 42px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block {
    margin: 0;
    padding: 0;
}

.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul {
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li {
    margin: 0 0 0 0px;
    padding: 4px 10px 4px 22px;
    width: 50%;
    position: relative;
}

.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li:before {
    background-color: #005eb8;
    content: " ";
    display: block;
    height: 10px;
    margin-left: -24px;
    transform: translateY(14px);
    width: 10px;
    border-radius: 50px;
    margin-top: 0;
    position: relative;
    top: 4px;
    left: 0;
}

.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li a {
    margin: 0 auto;
    padding: 0 0 0 0px;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 500;
    transition: all 0.3s;
}

.service_desk .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li a:hover {
    color: var(--blue-light-color);
}

.service_desk .services-tabs .right_block .button_block {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.service_desk .services-tabs .right_block .button_block a {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    color: var(--blue-color);
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
}

.service_desk .services-tabs .right_block .button_block a .fa {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 15px;
}
.service_desk .services-tabs .right_block .button_block a:hover {
    opacity: 0.9;
}

.service_desk .services-tabs .right_block .button_block a:hover .fa {
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: translatex(-0.4em);
        opacity: 0.9;
    }
}

/*service_desk-w-done*/



/*-----------------------------------//////////////////------------------------------------------*/

/******** industry_serv-tab w-done********/

.industry_serv-tab .title {
	text-align: left;
	margin: 0 0 80px 0;
	padding: 0 0 30px 0;
	display: block;
	align-items: center;
}

.industry_serv-tab .title::before {
	position: absolute;
	left: 50%;
	width: 140px;
	transform: translateX(-50%);
	background: linear-gradient(to right,rgb(2 18 116) 0%,rgb(11 87 139) 25%,rgb(5 58 162) 50%,rgb(4 41 255) 75%,rgb(37 73 230) 100%);
	display:block;
}

.industry_serv-tab .title h2 {
	color: var(--blue-dark-color);
	padding-bottom: 10px;
	font-size: 38px;
	line-height: 46px;
	text-align: center;
	font-family: montserrat,sans-serif;
	opacity: 1;
	letter-spacing: 0.1px;
	width: 100%;
	margin: 0;
	padding: 0 60px 0 0;
	font-weight: 700;
}

.industry_serv-tab .title p {
	margin: 0 auto;
	padding: 15px 0 0;
	font-size: 16px;
	line-height: 22px;
	color: var(--blue-dark-color);
	opacity: 1;
	font-style: normal;
	font-weight: 400;
	font-family: montserrat,sans-serif;
	text-align: center;
	width: 80%;
}


/*industry_serv-tab*/




/******************************** home_industry_block DONE----****************************************/

.home_industry_block {
    margin: 0;
    padding: 60px 0;
    width: 100%;
    background: #05124c;
}

.home_industry_block .title {
    text-align: center;
    padding-bottom: 29px;
    margin-bottom: 18px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;

}

.home_industry_block .title:before {
    display:block ;
}

.home_industry_block .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    width: 70%;

}


.home_industry_block .title p {
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.home_industry_block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}


.home_industry_block .background_images {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.home_industry_block .background_images .industrybg_img {
    width: 100%;
    height: 100%;
}
.home_industry_block .background_images .industrybg_img .slick-list {
    height: 100%;
}

.home_industry_block .background_images .industrybg_img .slick-list .slick-track {
    height: 100%;
}

.home_industry_block .background_images .industrybg_img .item {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.home_industry_block .background_images .industrybg_img .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_industry_block .slider_bd {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.home_industry_block .slider_bd .industry_slider {
    height: 100%;
}
.home_industry_block .slider_bd .industry_slider .slick-list {
    height: 100%;
}
.home_industry_block .slider_bd .industry_slider .slick-list .slick-track {
    height: 100%;
}

.home_industry_block .slider_bd .industry_slider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.home_industry_block .slider_bd .industry_slider .slick-prev {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    font-size: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background: #0000;
}

.home_industry_block .slider_bd .industry_slider .slick-prev:after {
    content: "\f060 ";
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 30px;
    color:#05124c;
    font-family: "FontAwesome";
}

.home_industry_block .slider_bd .industry_slider .slick-next {
    margin: 0;
    padding: 0 5px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    font-size: 0;
    color: transparent;
    border: 0;
    background: #0000;
    width: 40px;
    height: 40px;
}

.home_industry_block .slider_bd .industry_slider .slick-next:after {
    content: "\f061 ";
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
    color: #05124c;
    font-family: "FontAwesome";
}

.home_industry_block .slider_bd .industry_slider .slick-next:after:hover {
    opacity: 0.5 !important;
}

.home_industry_block .slider_bd .industry_slider .item_slider {
    margin: 15px;
    padding: 40px 25px 40px 25px;
    width: 100%;
    height: 500px;
    background: #f4f5f9;
    border-right: 1px solid #ffffff26;
    display: flex;
    align-items: end;
    position: relative;
    transition: all 0.3s;
    border-radius: 10px;
}

.home_industry_block .slider_bd .industry_slider .item_slider.item.slick-slide.slick-active.slick-center {
    background-color: #ec7323;
    /* background-image: linear-gradient(81deg, #020822 0%, #033158 100%); */
    box-shadow: 0 0 12px -2px rgb(255 255 255 / 50%);
}

.home_industry_block .slider_bd .industry_slider .item_slider a.homepage-slide-content {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: start;
    justify-content: start;
    transition: all 0.3s;
    cursor: default;
}



.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content {
    margin: 0 0 0 0;
    padding: 0;
    transition: all 0.3s;
    min-height: auto;
    height: auto;
    display: inline-block;
}

.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .text p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 29px;
    color: #444;
    font-weight: 400;
    /* background: #f2f2f2; */
}


.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .learn-more-link {
    margin: 11px 0 0 0;
    padding: 0;
    position: relative;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .learn-more-link span.learn-more-link-text {
    margin: 0;
    padding: 0 8px 0 0;
    font-size: var(--font-size-20);
    font-weight: 600;
    color: var(--orange-light-color);
}

.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .learn-more-link span.arrow {
    margin: 0;
    padding: 0 4px;
    font-size: var(--font-size-20);
    font-weight: 600;
    color: var(--orange-light-color);
    position: absolute;
    right: 13px;
    line-height: 26px;
    display: inline-block;
}

.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .learn-more-link span.arrow .fa {
    font-size: var(--font-size-20);
    font-weight: 600;
    color: var(--orange-light-color);
    padding: 0 4px;
}

/**/

/*industry-css-new*/


.home_industry_block .slider_bd .homepage-slide-content .homepage-slide-hidden-content .top-sec {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_industry_block .slider_bd .homepage-slide-content .homepage-slide-hidden-content .top-sec h3 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #032c51;
    font-weight: 800;
    width: calc(100% - 100px);
}

.home_industry_block .slider_bd .homepage-slide-content .homepage-slide-hidden-content .top-sec span {
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 1px rgb(113 125 173);
    /* border: 2px solid #022346; */
}

.home_industry_block .slider_bd .homepage-slide-content .homepage-slide-hidden-content .top-sec span img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .text {
    margin: 0;
    padding:36px 0 0 0;
    
}
    
    
.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .text h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    color: #2c2c2c;
}

.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .text ul {
    margin: 0;
    padding: 16px 0 0 0;
}

.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .text ul li {
    margin: 0;
    padding: 0 0 9px 25px;
    display: block;
    font-size: 16px;
    color: #383838;
    font-weight: 500;
    position: relative;
}


.home_industry_block .slider_bd .industry_slider .item_slider .homepage-slide-content .homepage-slide-hidden-content .text ul li:after {
    content: "\f00c";
    width: 23px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 100;
}




.home_industry_block .slider_bd .industry_slider .item_slider.item.slick-slide.slick-active.slick-center .homepage-slide-content .homepage-slide-hidden-content .top-sec h3 {
    color: #fff;
    font-weight: 800;
    width: calc(100% - 100px);
}



    
.home_industry_block .slider_bd .industry_slider .item_slider.item.slick-slide.slick-active.slick-center
.industry_slider .homepage-slide-content .homepage-slide-hidden-content .text h4 {
    color: #fff; }


.home_industry_block .slider_bd .industry_slider .item_slider.item.slick-slide.slick-active.slick-center .industry_slider .homepage-slide-content .homepage-slide-hidden-content .text ul li {
    color: #fff;
}

.home_industry_block .slider_bd .industry_slider .item_slider.item.slick-slide.slick-active.slick-center .homepage-slide-content .homepage-slide-hidden-content .text ul li:after {   
    
    color:#fff; }

.home_industry_block .slider_bd .industry_slider .item_slider.item.slick-slide.slick-active.slick-center .homepage-slide-content .homepage-slide-hidden-content .text h4 {
    color: #efefef;
    }

.home_industry_block .slider_bd .industry_slider .item_slider.item.slick-slide.slick-active.slick-center .homepage-slide-content .homepage-slide-hidden-content .text ul li {
    color: #ffffff;
}

/*SLIDER-DOT*/



.home_industry_block .slider_bd .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-top:20px;
}

.home_industry_block .slider_bd .slick-dots li button {
    margin: 0 5px;
    padding: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50px;
    font-size: 0;
    border: 0;
}

.home_industry_block .slider_bd .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #ec7323;
    border: 0;
}




/*********** home_industry_block --work_DONE ********/

/*********** Why Choose ********/

.why-choose-box {
    margin: 0;
    padding: 60px 0 90px 0;
    background: var(--bg-light-color);
}

.why-choose-box .title {
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 55px;
}

.why-choose-box .title h2 {
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 44px;
    color: var(--white-color);
    font-weight: 700;
}

.why-choose-box .title p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 28px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.why-choose-box .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(122 141 255) 0%, rgb(77 183 255) 25%, rgb(171 198 250) 50%, rgb(163 177 255) 75%, rgb(119 144 255) 100%);
}

.why-choose-box .item {
    background: var(--white-color);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.why-choose-box .row .item-col:nth-child(odd) {
    position: relative;
    top: 37px;
    transition: all 0.3s;
}

.why-choose-box:hover .row .item-col:nth-child(odd) {
    position: relative;
    top: 0;
}

.why-choose-box .row .item-col:nth-child(even) {
    position: relative;
    top: 0;
    transition: all 0.3s;
}

.why-choose-box:hover .row .item-col:nth-child(even) {
    position: relative;
    top: 37px;
}

.why-choose-box .row .item-col {
    margin-bottom: 0;
}

.why-choose-box .item .text-center {
    margin: 0 auto;
    padding-bottom: 10px;
}

.why-choose-box .item .text-center img {
    width: 60px;
    object-fit: contain;
}

.why-choose-box .item h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-20);
    line-height: 33px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.why-choose-box .item p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

/*why-choose-box*/

/*********** Process ********/

.crm-system-dev {
    margin: 0;
    padding: 60px 0;
}

.crm-system-dev .home-ourcrm-step {
    display: none;
}

.crm-system-dev .title {
    text-align: center;
    padding-bottom: 29px;
    margin-bottom: 18px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
}

.crm-system-dev .title h2 strong {
    color: var(--blue-dark-color);
    padding-bottom: 10px;
    position: relative;
    font-size: var(--font-size-52);
    line-height: 62px;
    font-weight: 900;
    /*    background: url(../media/home/circle.png) no-repeat center center;*/
    background-size: 100% 100%;
}
.crm-system-dev .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    font-weight: 700;
    width: 70%;
}

/*.crm-system-dev mark {
    color: var(--blue-light-color);
}*/

.crm-system-dev .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.crm-system-dev .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.crm-system-dev .process-box .process-box-icon {
    width: 105px;
    height: 92px;
    position: relative;
    top: 0;
    left: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    margin: 0 0 20px;
    transition: all 0.3s;
    background: #1e2559;
    border-radius: 0 0 53px 0;
    /* border: 2px solid #fff; */
    /* border-top: 0; */
    border-left: 0;
}

.crm-system-dev .process-box .process-box-icon img {
    max-width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.crm-system-dev .process-box:hover .process-box-icon {
    background: #f7f7f7;
}
.crm-system-dev .process-box:hover .process-box-icon img {
    max-width: 100%;
    object-fit: contain;
    filter: none;
}


.crm-system-dev .process-box .bd {
    position: relative;
    z-index: 5;
}

/*
.crm-system-dev .process-box-icon:before {
    content: "";
    width: 150%;
    height: 150%;
    background: #dddfe1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-30%, -30%);
    opacity: 0.3;
    transition: all 0.3s ease;
    background: rgb(0, 40, 174);
    background: linear-gradient(90deg, rgba(0, 40, 174, 1) 0%, rgba(22, 45, 66, 1) 100%);
    opacity: 1;
    transition: all 0.3s;
}

.crm-system-dev .process-box:hover .process-box-icon:before {
   background: #000;
    opacity: 1;
    transition: all 0.6s;
}*/

.crm-system-dev .process-box {
    width: 100%;
    /* border: 1px solid #dddfe1; */
    border-radius: 10px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    background: #fff;
}

.crm-system-dev .process-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--bg-light-color);
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.crm-system-dev .process-box:hover:before {
    content: "";
    width: 30%;
    height: 30%;

    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.crm-system-dev .col-item {
    margin-bottom: 30px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.crm-system-dev .col-item:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #05124c;
    position: absolute;
    right: -20px;
    top: 60px;
    z-index: 1;
}

.crm-system-dev .col-item:nth-child(4) .fa {
    top: auto;
    bottom: -24px;
    left: 41px;
    transform: rotate(90deg);
}

.crm-system-dev .col-item:nth-child(4):before {
    left: 50px;
    top: auto;
    bottom: -38px;
    width: 1px;
    height: 56px;
}

.crm-system-dev .col-item:nth-child(5) .fa {
    transform: rotate(180deg);
}
.crm-system-dev .col-item:nth-child(6) .fa {
    transform: rotate(180deg);
}

.crm-system-dev .col-item:nth-child(7):before {
    display: none;
}
.crm-system-dev .col-item:nth-child(7) .fa {
    display: none;
}

.crm-system-dev .col-item i {
    background: #05124c;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 50px;
    z-index: 11;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}

.crm-system-dev .process-box h4 {
    font-size: var(--font-size-16);
    color: #fff;
    margin: 10px 0;
    transition: all .3s;
    line-height: 25px;
}

.crm-system-dev .process-box:hover h4 {
    color: #000;
}

.crm-system-dev .process-box ul {
    margin: 0;
    padding: 0;
}

.crm-system-dev .process-box li {
    width: 100%;
    font-size: var(--small-16);
    color: #d0d0d0;
    font-weight: 500;
    margin: 8px 0;
    line-height: 22px;
    display: block;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s;
}

.crm-system-dev .process-box:hover ul li {
    color: #000;
}

.crm-system-dev .process-box li:after {
    content: "\f105";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 600;
}

.crm-system-dev .process-box li > i {
    font-size: 12px;
    position: static;
    background: transparent;
    width: auto;
    height: auto;
    color: #6a6d6f;
    border-radius: 0;
    margin-right: 5px;
    align-items: flex-start;
    line-height: 1.5;
}

.crm-system-dev .process-box:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: #fff;
    position: relative;
    z-index: 1;
}

.crm-system-dev .process-items {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    padding-bottom: 41px;
}

/*crm-system-dev*/

/*********** Testimonials **********/

.testimonials_block {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.testimonials_block .title {
    margin: 0 0 49px 0;
    padding: 0 0 13px 0;
    width: 100%;
}
/*.testimonials_block .title:before { display:none; }*/

.testimonials_block .title:before {
    position: absolute;
    left: 0;
    width: 104px;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(160 160 243) 0%, rgb(72 153 208) 25%, rgb(107 128 170) 50%, rgb(85 100 183) 75%, rgb(58 74 144) 100%);
}
.testimonials_block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
}

/*.testimonials_block .title h2 {margin: 0;padding: 0;width:100%;font-family: 'Montserrat', sans-serif;font-size:var(--font-size-52);line-height:62px;color: #ffffff;}*/

.testimonials_block .item_col {
    margin: 12px;
    padding: 0;
}
/*.testimonials_block .item_col.slick-center {  width:80% !important; }*/

.testimonials_block .item_col .item_bd {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.5);
    justify-content: space-between;
    min-height: 334px;
}

.testimonials_block .item_col .item_bd .left_block {
    margin: 0;
    padding: 20px 20px 20px 30px;
    width: 73%;
}
/*.testimonials_block .item_col .item_bd .left_block h3 {margin: 0;padding: 0 0 15px 0;font-family: 'Montserrat', sans-serif;font-size: var(--font-size-32);line-height: 42px;
    color:var(--blue-dark-color);font-weight: 800;}*/
.testimonials_block .item_col .item_bd .left_block h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.testimonials_block .item_col .item_bd .left_block span.st4_nm {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-18);
    color: var(--orange-light-color);
    line-height: 24px;
    font-weight: 500;
    display: block;
}

.testimonials_block .item_col .item_bd .left_block p.designation {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-20);
    line-height: 40px;
    color: var(--black-color);
    opacity: 1;
    font-style: italic;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.testimonials_block .item_col .item_bd .left_block .item_desk {
    margin: 0;
    padding: 6px 0 0 0;
    position: relative;
}

.testimonials_block .item_col .item_bd .left_block .item_desk:before {
    content: "\f10d";
    display: inline-block;
    float: left;
    width: 30px;
    height: 26px;
    /*    background-image: url(//www.adlift.com/in/wp-content/themes/adlift-india/css/../img/quote.png);*/
    margin-right: 0px;
    position: relative;
    margin-top: -10px;
    font-family: "FontAwesome";
    font-size: 26px;
    color: var(--orange-color);
}

.testimonials_block .item_col .item_bd .left_block .item_desk p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

.testimonials_block .item_col .item_bd .right_block {
    margin: 0;
    padding: 0;
    width: 300px;
}
.testimonials_block .item_col .item_bd .right_block .itm_img {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    transition: all 0.3s;
}

.testimonials_block .item_col .item_bd .right_block .itm_img .youtube_button {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}
.testimonials_block .item_col .item_bd .right_block .itm_img .youtube_button .fa {
    font-size: 54px;
    color: #ff0000;
    box-shadow: 0px 0px 54px 19px rgb(255 255 255 / 62%);
    line-height: 32px;
    border-radius: 23px;
    background: #fff;
}
.testimonials_block .item_col .item_bd .right_block .itm_img:hover .youtube_button .fa {
    color: #de0101;
}

.testimonials_block .item_col .item_bd .right_block .itm_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonials_block .testi-slider {
    position: relative;
}

.testimonials_block .testi-slider .slick-prev {
    background: var(--light-ass-color);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: unset !important;
    font-size: 0 !important;
    border-radius: 50%;
    left: auto;
    top: -110px;
    position: absolute;
    right: 180px;
    transition: all 0.3s;
}

.testimonials_block .testi-slider .slick-prev:after {
    content: "\f060 ";
    width: auto;
    height: auto;
    background: transparent;
    /* position: absolute; */
    left: 10px;
    top: 0;
    font-size: 25px;
    color: #182355;
    font-family: "FontAwesome";
    line-height: 30px;
    font-weight: 100;
    transition: all 0.3s;
}

.testimonials_block .testi-slider .slick-prev:hover {
    opacity: 0.8;
}

.testimonials_block .testi-slider .slick-next {
    background: var(--light-ass-color);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: unset !important;
    font-size: 0 !important;
    border-radius: 50%;
    position: absolute;
    top: -110px;
    right: 100px;
    transition: all 0.3s;
}

.testimonials_block .testi-slider .slick-next:after {
    content: "\f061 ";
    width: auto;
    height: auto;
    background: transparent;
    /* position: absolute; */
    right: 10px;
    top: 0;
    font-size: 25px;
    color: #182355;
    font-family: "FontAwesome";
}

.testimonials_block .testi-slider .slick-next:hover {
    opacity: 0.8;
}

.testimonials_block .user-photo {
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.testimonials_block .slick-slide img {
    display: block;
}

.testimonials_block .user-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
}

.testimonials_block .user-text h3 {
    font-size: var(--medium-20);
    margin-bottom: 2px;
    color: var(--blue-light-color);
    font-weight: 600;
}

.testimonials_block .user-text h4 {
    font-size: var(--extra-small-13);
    margin: 0;
    font-weight: 600;
}

.testimonials_block .user-card p {
    margin-top: 15px;
    font-size: var(--small-16);
    line-height: 24px;
    color: var(--black-color);
}

.testimonials_block .rating {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.testimonials_block .rating i {
    color: #e97c16;
    font-size: 15px;
}

.slick-arrow {
    position: absolute;
    left: 0;
    top: 48%;
    font-size: 23px !important;
    cursor: pointer;
    color: #747979;
    background: #ebeef5;
    padding: 7px 8px;
    border-radius: 2px;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.testimonials_block .testi-slider i.fa.fa-angle-left {
    left: -10px;
}

.testimonials_block .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -10px;
}
.testimonials_block .slick-dots li {
    padding: 4px;
}
.testimonials_block .slick-dots li.slick-active button {
    background: var(--orange-color);
}
.testimonials_block .slick-dots li button {
    width: 12px;
    height: 12px;
    background: var(--blue-light-color);
    border: 0;
    font-size: 0;
    border-radius: 20px;
}

/*popup-video*/

.popup-video.modal {    position: fixed;    top: 0;    right: 0;
    bottom: 0;    left: 0;    z-index: 99999;    display: none;
    overflow: hidden;    outline: 0;    cursor:pointer; }

.popup-video .modal-lg {    margin: 0 auto;    padding: 0;    max-width: 590px;
    height: 400px;    background:transparent; }

.popup-video .modal-content {    margin: 0;    padding: 0;   width: 100%;
    height: 400px;    border: 3px solid #fff; }

.popup-video .modal-lg .close {    position: absolute;    right: -43px;    top: 95px;
    width: 20px;    display: block;    z-index: 99999999;  background: #fff;    width: 40px;
    height: 40px;    opacity: 1;    display: flex;   align-items: center;    justify-content: center;
    cursor: pointer;    border-radius: 2px;}
.popup-video .modal-lg .close span {  cursor: pointer;  position: fixed;  width: 20px;
  height: 3px;  background: #099ccc;  font-size: 0;
  color: #fff;}

  .popup-video .modal-lg .close span:nth-child(1) {  transform: rotate(45deg); }
.popup-video .modal-lg .close span:nth-child(2) {  transform: rotate(135deg); }

/*popup-video*/


/*********** Testimonials **********/




/*-- our-solutions_clients --*/

.our-solutions_clients {
    margin: 0;
    padding: 60px 0;
    background: var(--white-color);
}

.our-solutions_clients .title {
    margin: 0 0 12px 0;
    padding: 0 0 26px 0;
    text-align: center;
}
.our-solutions_clients .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    bottom: 0;
}

.our-solutions_clients .title span {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: var(--font-size-18);
    color: var(--orange-color);
    font-weight: 600;
    display: inline-block;
}
/*.our-solutions_clients .title:before { display:none; }*/

.our-solutions_clients .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.our-solutions_clients .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 36px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.our-solutions_clients .ltem_block {
    margin: 0;
    padding: 41px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-solutions_clients .ltem_block .item {
    margin: 4px;
    padding: 0;
    width: auto;
    height: 92px;
    border: 1px solid #0f1f2e4a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-solutions_clients .ltem_block .item img {
    max-width: 100%;
    width: 84%;
    height: 99%;
    object-fit: contain;
}

/*-- our-solutions_clients --*/

/*********** portfolio_block ********/

.portfolio_block {
    padding: 60px 0;
    background: var(--light-ass-color);
}

.portfolio_block .title {
    margin: 0;
    padding: 0 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.portfolio_block .title:before { display:none; }*/

.portfolio_block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 44px;
    color: #000000;
    font-weight: 700;
    width: 70%;
}

.portfolio_block .title .button {
    margin: 0;
    padding: 0;
}

.portfolio_block .title .button a {
    /* background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 120 193) 100%); */
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
}

.portfolio_block .title .button a .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.portfolio_block .title .button a:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.portfolio_block .title .button a:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    margin: 0;
    padding: 12px 30px 12px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
}

/*//////////////////////////////////////*/

/*.portfolio_block .title .button a:hover { color:var(--white-color); 
    background: linear-gradient(to right, rgb(2 120 193) 0,  rgb(2 12 111) 100%);
 }


.portfolio_block .title .button a span.icon-arrow { margin: 0; padding: 0;  }
*/
/*.portfolio_block .title h2 strong {
    position: relative;
    font-size: var(--font-size-52);
    line-height: 62px;
    font-weight: 900;
}*/
.portfolio_block .title h2 strong {
    position: relative;
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    /* background: url(../media/home/circle.png) no-repeat center center; */
    background-size: 100% 100%;
}

/*.portfolio_block .title h2 strong::before {
    content: "";
    position: absolute;
    z-index: -8;
    left: 0;
    top: 0;
    background: url(../media/home/circle.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 66px;
}*/

.portfolio_block .portfolio_slider_bd {
    margin: 0;
    padding: 50px 0 0 87px;
}

.portfolio_block .portfolio_slider_bd .item {
    margin: 0 4px;
    padding: 15px 15px;
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure {
    margin: 0;
    padding: 0; /* background: #fff; */ /* border-radius: 0; */ /* box-shadow: 0px 4px 10px -1px rgba(0,0,0, 0.5); */
}
.portfolio_block .portfolio_slider_bd .item .portfolio-figure a {
    margin: 0;
    padding: 0;
    cursor: default;
}
.portfolio_block .portfolio_slider_bd .item .portfolio-figure .images {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 380px;
    border-radius: 10px;
}
.portfolio_block .portfolio_slider_bd .item .portfolio-figure .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
}

.portfolio_block .portfolio_slider_bd .item:hover .portfolio-figure .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption {
    border-radius: 20px;
    margin: 0;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 0 2px 10px rgb(0 0 0/20%);
    position: relative;
    margin-top: -32px;
    min-height: 154px;
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption h3 {
    margin: 0;
    padding: 0 0 9px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-20);
    line-height: 27px;
    color: var(--blue-dark-color);
    font-weight: 800;
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span {
    display: block;
    margin: 0;
    padding: 10px 0px 0 0;
    font-size: var(--font-size-16);
    line-height: 24px;
    font-weight: 600;
    color: var(--orange-light-color);
    transition: all 0.3s;
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span:hover {
    opacity: 0.8;
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span .fa {
    padding: 0 0 0 4px;
}

.portfolio_block .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span:hover .fa {
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
    padding: 0 0 0 4px;
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: translatex(-0.4em);
        opacity: 0.9;
    }
}

.portfolio_block .portfolio_slider_bd {
    margin-left: calc((100% - 1320px) / 2);
}

.portfolio_block .portfolio_slider_bd .slick-list.draggable {
    padding-left: 0px !important;
}

/***********-- portfolio_block --********/

/*----start-work---------------------------------------------------*/

.full-logo-sec {
    overflow: hidden;
    background: var(--blue-dark-color);
    margin: 0;
    padding: 26px 0;
}

.full-logo-sec .row {
    padding: 0 4px;
}

.full-logo-sec .col-item {
    padding: 8px;
}

.full-logo-sec .logo-box {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #dfdfdf solid 10px;
    padding: 15px;
}

.full-logo-sec .logo-box img {
    max-height: 100px;
}

.full-logo-sec .middle-logo-wrap {
    padding: 40px 20px;
    align-items: center;
    height: 100%;
}

.full-logo-sec .title {
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 18px;
}

.full-logo-sec .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-32);
    line-height: 43px;
    color: #ffffff;
}

.full-logo-sec mark {
    color: var(--blue-light-color);
}

.full-logo-sec .title p {
    margin: 0 auto;
    padding: 12px 0 0 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: #adadad;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.full-logo-sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

/*full-logo-sec*/

/*happy-clients*/

.happy-clients {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.happy-clients .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.happy-clients .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

/*.happy-clients mark {
    color: var(--blue-light-color);
}*/

.happy-clients .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.happy-clients .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.happy-clients .logo-holder {
    margin: 0;
    display: none;
    background-color: #fff;
    /* box-shadow: 0px 0px 6px 0px #eee; */
    border: 4px solid #05124c;
}

.happy-clients .logo-holder img {
    object-fit: contain;
    height: 129px;
    width: 100%;
    padding: 14px 8px;
}

.happy-clients .button-block {
    margin: 0;
    padding: 20px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.happy-clients a.button {
    margin: 0;
    padding: 0;
    background: #ec7323;
    box-shadow: 0px 3px 10px 0px rgba(236, 115, 35, 0.2);
    color: #fff !important;
    padding: 15px 25px;
    border-radius: 5px;
    line-height: 1;
    vertical-align: unset;
    font-size: var(--small-16);
    display: inline-flex;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    text-transform: none;
    transition: all 0.3s;
}

.happy-clients a.button.noContent {
    display: none;
}

.happy-clients a.button:hover {
    background: #fff;
    color: #ec7323 !important;
}

/*happy-clients*/

/*technologies_block*/

/*********** Technologies ********/

.technologies_block {
    margin: 0;
    padding: 60px 0;
    background: var(--white-color);
}

.technologies_block .title {
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.technologies_block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.technologies_block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}
/*.technologies_block mark {
    color: var(--blue-light-color);
}*/

/*.technologies_block .title p {
    width: 60%;
    color: var(--ass-color);
    text-align: center;
    margin: 0 auto;
}

*/

.technologies_block #technologies_tabs {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.technologies_block #technologies_tabs li {
    margin: 0;
    padding: 0;
}

.technologies_block #technologies_tabs li a {
    padding: 10px 30px;
    /* border-right: 1px solid #e0e2e3; */
    background: var(--bg-light-color);
    border-radius: 50px;
    margin: 0 5px;
    color: #ffffff;
    font-weight: 500;
}
.technologies_block #technologies_tabs li a:hover,
#technologies_tabs li a.active {
    color: #ffffff;
}

#technologies_tabs li a.active {
    background: var(--orange-color);
}

.technologies_block #technologies_tabs li:last-child {
    border-right: 0;
}
.technologies_block .technologies_icons li {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(221, 223, 225, 0.5);
    border-radius: 10px;
    margin: 5px;
    transition: all 0.5s ease;
}
.technologies_block .technologies_icons li:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.technologies_block .technologies_icons li img {
    margin: 0 auto;
}

/*technologies_block*/

/*----*/

/*faq_block*/

.faqblock_home {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.faqblock_home .title {
    margin: 0 0 35px 0;
    padding: 0px 0 28px 0;
}

.faqblock_home .title:before {
    position: absolute;
    left: 50%;
    width: 98px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}
.faqblock_home .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.faqblock_home .bd_block {
    margin: 0 auto;
    padding: 0;
    width: 78%;
}

.faqblock_home .bd_block .accordion {
    margin: 0;
    padding: 0;
}
.faqblock_home .bd_block .accordion .accordion_row {
    margin: 0 0 17px 0;
    padding: 0;
    border: 0; /* border-radius: 4px; */ /* overflow: hidden; */
    /*box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.5);*/
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-header {
    margin: 0;
    padding: 16px 18px;
    background: #e8ecf3;
    overflow: hidden;
    border-radius: 6px;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-header .accordion-button {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 0;
    box-shadow: none;
    font-size:18px;
    color:#05124c;
    font-weight: 600;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-header .accordion-button h4 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 0;
    box-shadow: none;
    font-size:18px;
    color:#05124c;
    font-weight: 600;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-collapse {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: #f8f8f8;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-collapse .accordion-body {
    margin: 0;
    padding: 16px 5px;
    /* border: 0; */
    box-shadow: none;
    /* border: 1px solid #d1d1d1; */
    border-top: 0;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-collapse .accordion-body p {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 29px;
    color: var(--dark-ass-color);
    font-weight:500;
    text-align: left;
    padding-bottom: 10px;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-collapse .accordion-body ul {
    margin: 0;
    padding: 0 0 0 22px;
    display: flex;
    flex-wrap: wrap;
}
.faqblock_home .bd_block .accordion .accordion_row .accordion-collapse .accordion-body ul li {
    margin: 0 auto;
    padding: 2px 0;
    font-size: var(--font-size-16);
    line-height: 22px;
    color: var(--dark-ass-color);
    font-weight: 400;
    padding-bottom: 7px;
    width: 100%;
    position: relative;
    /*  list-style: decimal; 
    list-style-type: none;*/
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-collapse .accordion-body ul li::before {
    background-color: #005eb8;
    content: " ";
    display: block;
    height: 8px;
    margin-left: -20px;
    transform: translateY(14px);
    width: 8px;
    border-radius: 50px;
    margin-top: 0;
    position: relative;
    top: 3px;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    color: #fff;
    background: url(../media/faq/down-arrow.png) no-repeat left center;
    background-size: contain;
}

.faqblock_home .bd_block .accordion .accordion_row .accordion-header .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background: url(../media/faq/down-arrow.png) no-repeat left center;
    background-size: contain;
}

/*faqblock_home*/

/*==== about-page-start-css ====*/

/*inner-banner-height*/



/*.innerbanner_block.crm-innerbanner_block .banner_text {*/
    
/*    background-position: 0 100%!important;*/
/*    padding-top: 139px;*/
/*}*/

/*.innerbanner_block.crm-innerbanner_block  .banner_text h1 {*/
   
/*    font-size: 48px;*/
/*    line-height: 57px;*/
    
/*}*/

/*.innerbanner_block.crm-innerbanner_block  .banner_text .innr-banner-btn a {*/
/*    box-shadow: 0 3px 10px 0 rgb(36 81 157/19%);*/
/*    border-radius: 50px;*/
/*    transition: all .3s;*/
/*    margin: 0;*/
/*    padding: 8px 20px;*/
/*    font-size: 16px!important;*/
/*    color:#fff;*/
/*    position: relative;*/
/*    transition: all .6s;*/
/*    font-weight: 500;*/
/*    border: 1px solid #ec7323;*/
/*    background-color:var(--orange-color);*/
/*}*/


/*inner-banner-height*/


/*-- innerbanner_block --*/

.innerbanner_block {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center  right !important;
    background-attachment: fixed !important;
    min-height:500px;
}

.innerbanner_block .figure {
    height: 450px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
}
.innerbanner_block .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerbanner_block .banner_text {
    background: rgb(0 0 0 / 53%);
    margin: 0;
    padding: 87px 0 15px 0;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    min-height:500px;
}

.innerbanner_block .banner_text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    width: 0;
    transform: translate(0, -50%);
    background: #022481;
    box-shadow: 0 0 954px 930px rgb(1 13 95 / 48%);
}

.innerbanner_block .banner_text h2 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    color: var(--orange-color);
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.innerbanner_block .banner_text h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: capitalize;
}

.innerbanner_block .banner_text h1, .innerbanner_block .banner_text h2, .innerbanner_block .banner_text h3 {
    margin: 0;
    padding: 0 0 10px;
    font-family: Montserrat,sans-serif;
    font-size: 42px;
    line-height: 51px;
    color: var(--white-color);
    font-weight: 700;
    width: 100%;
}

.innerbanner_block .banner_text p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 28px;
    color: var(--white-color);
    font-weight: 400;
    text-align: left;
}

.innerbanner_block .banner_text .col_bd {
    margin: 0;
    padding: 0 0 30px;
    text-align: left;
    position: relative;
    z-index: 10;
    width: 70%;
}

.innerbanner_block .banner_text .innr-banner-btn {
    margin: 0;
    padding: 18px 0 0 0;
    width: 100%;
    display: block;
}

.innerbanner_block .banner_text .innr-banner-btn .bd {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.innerbanner_block .banner_text .innr-banner-btn a {
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 8px 20px 8px 20px;
    font-size: 16px !important;
    color: #ffffff;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    border: 1px solid #ec7323;
    background: var(--orange-color);
}

.innerbanner_block .banner_text .innr-banner-btn a .fa {
    margin: 0;
    padding: 0 0 0 7px;
    transition: all 0.6s;
}

.innerbanner_block .banner_text .innr-banner-btn a:hover {
    background: var(--bg-light-color);
    color: #fff;
    border-color: var(--bg-light-color);
}

.innerbanner_block .banner_text .innr-banner-btn a:hver .fa {
    color: #fff;
}

.innerbanner_block .banner_text .container {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    min-height:500px;
}
.innerbanner_block .banner_text .breadcrumb {
    margin: 0;
    padding: 21px 0 0 0;
}
.innerbanner_block .banner_text ol {
    margin: 0;
    padding: 0;
    text-align: left;
}
.innerbanner_block .banner_text ol li:first-child {
    padding-left: 0;
}
.innerbanner_block .banner_text ol li {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: var(--small-16);
    color: var(--white-color);
    position: relative;
    line-height: 16px;
}

.innerbanner_block .banner_text ol li a {
    display: inline-block;
    transition: all 0.3s;
}

.innerbanner_block .banner_text ol li a:hover {
    color: var(--orange-color);
}

.innerbanner_block .banner_text ol li:last-child {
    color: var(--orange-color);
}

.innerbanner_block .banner_text ol.breadcrumb-item.active {
    margin: 0;
    padding: 0;
    font-size: var(--small-16);
    color: var(--orange-color);
    line-height: 19px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "/";
    -ms-flex-wrap: wrap;
    padding: 0 8px 0 0;
    margin-bottom: 1rem;
    list-style: none;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}

/*-- innerbanner_block --*/

/*==== about-page-css ====*/

/*-- meet-the-team-section --*/

.meet-the-team-section {
    margin: 0;
    padding: 0 0 60px 0;
    background: #fff;
}

.meet-the-team-section .meet-the-team-content .title {
    margin: 0 0 23px 0;
    padding: 0 0 10px 0;
}

.meet-the-team-section .meet-the-team-content .title h2 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 48px;
    color: #000000;
    font-weight: 700;
    width: 75%;
}

.meet-the-team-section .meet-the-team-content p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.meet-the-team-section .meet-the-team-content a.btn {
    box-shadow: 0px 3px 10px 0px rgba(236, 115, 35, 0.2);
    color: #fff !important;
    padding: 15px 25px;
    border-radius: 5px;
    line-height: 1;
    vertical-align: unset;
    font-size: var(--small-16);
    display: inline-flex;
    position: relative;
    background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 120 193) 100%);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 30px;
    border: 0;
    transition: all 0.3s;
    margin-top: 15px;
}

.meet-the-team-section .meet-the-team-content a.btn:hover {
    background: linear-gradient(to right, rgb(2 120 193) 0, rgb(2 12 111) 100%);
}

.meet-the-team-section .meet-the-team-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
}
/*
.meet-the-team-section .meet-the-team-image:before {
    content: "";
    display: block;
    top: 20px;
    right: 20px;
    border: 5px solid #132bac3d;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.3s;
}

.meet-the-team-section:hover .meet-the-team-image:before {
    content: "";
    display: block;
    top: 20px;
    right: 20px;
    border: 5px solid #132bac3d;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}*/

.meet-the-team-section .meet-the-team-image img {
    border: 5px solid var(--blue-light-color);
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.meet-the-team-section .counter-section {
    padding-top: 60px;
    padding-bottom: 0;
}

/*-- meet-the-team-section --*/

/*-- mission-n-vision-section --*/

.mission-n-vision-section {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.mission-n-vision-section .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.mission-n-vision-section .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.mission-n-vision-section .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.mission-n-vision-section .title p {
    margin: 0 auto;
    padding: 6px 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.mission-n-vision-section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 6px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.mission-n-vision-section .bd {
    margin: 0;
    padding: 0;
}
.mission-n-vision-section .bd .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.mission-n-vision-section .bd .col_box {
    margin: 0;
    padding: 0;
    height: 400px;
    width: 100%;
}
.mission-n-vision-section .bd .row:nth-child(odd) .col_box .text {
    background: var(--bg-light-color);
}
.mission-n-vision-section .bd .col_box .text {
    margin: 0;
    padding: 20px 20px 20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: left;
    background: var(--orange-color);
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 15%);
    border-radius: 20px 0px 20px 20px;
}
.mission-n-vision-section .bd .row:nth-child(odd) .col_box .text {
    border-radius: 20px 20px 20px 0px;
}

.mission-n-vision-section .bd .col_box h3 {
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 42px;
    color: var(--bg-white-color);
    font-weight: 700;
}
.mission-n-vision-section .bd .col_box p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: left;
}
.mission-n-vision-section .bd .col_box .figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-n-vision-section .bd .col_box .figure img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 200px;
}

/*-- mission-n-vision-section --*/

/*our-core-value-section*/

.our-core-value-section {
    margin: 0;
    padding: 60px 0;
}

.our-core-value-section .title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.our-core-value-section .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.our-core-value-section .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}
.our-core-value-section .title p {
    margin: 0 auto;
    padding: 6px 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 68%;
    text-align: center;
}

.our-core-value-section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.our-core-value-section .our-core-value-box {
    background-color: var(--bg-white-color);
    border: 1px solid #dddfe1;
    padding: 20px 20px;
    min-height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    text-align: center;
}

.our-core-value-section .rounded10 {
    border-radius: 10px !important;
}

.our-core-value-section .our-core-value-box:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.our-core-value-section .our-core-value-box:hover .our-core-value-icon {
    background-color: var(--blue-dark-color);
}

.our-core-value-section .our-core-value-box:hover .our-core-value-icon img {
    filter: invert(100%);
}

.our-core-value-section .our-core-value-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #dddfe1;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.our-core-value-section .our-core-value-box h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.our-core-value-section .our-core-value-box p {
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--black-color);
}

.our-core-value-section .row .mb-30 {
    margin-top: 20px;
}

/*-- our-core-value-section --*/

/*-- why_choose_block --*/

.why_choose_block {
    margin: 0;
    padding: 0 0 60px 0;
}

.why_choose_block .row {
    flex-direction: row-reverse;
}

.why_choose_block .left {
    margin: 0;
    padding: 0;
}

.why_choose_block .left .title {
    margin: 0 0 22px 0;
    padding: 0 0 16px 0;
}

.why_choose_block .left .title h2 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 47px;
    color: #000000;
    font-weight: 700;
    width: 75%;
}
.why_choose_block .left p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.why_choose_block .left a.animate_btn {
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 23px 0 0 0;
    padding: 10px 22px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
}

.why_choose_block .left a.animate_btn .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.why_choose_block .left a.animate_btn:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.why_choose_block .left a.animate_btn:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 10px 30px 10px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
}

.why_choose_block .right {
    margin: 0;
    padding: 0;
}

.why_choose_block .right img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

/*-- why_choose_block --*/

/*-- web-why-choose-us-ideal --*/

.web-why-choose-us-ideal {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.web-why-choose-us-ideal .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.web-why-choose-us-ideal .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.web-why-choose-us-ideal .title h2 {
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 43px;
    color: #ffffff;
    font-weight: 700;
    width: 75%;
    text-align: center;
}
.web-why-choose-us-ideal .title p {
    margin: 0 auto;
    padding: 10px 0;
    width: 68%;

    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--white-color);
    font-weight: 400;
    text-align: center;
}

.web-why-choose-us-ideal .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.web-why-choose-us-ideal .item_col {
    margin-top: 50px;
}

.web-why-choose-us-ideal .web-why-choose-us-inner-box {
    border: 1px solid #ecedee;
    -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);

    border-radius: 10px;
    padding: 20px 20px 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.web-why-choose-us-ideal .web-why-choose-us-inner-box .web-why-choose-inner-icon {
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-top: -57px;
    background-color: #fff;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 4px solid #ffffff;
}

.web-why-choose-us-ideal .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon {
    background: var(--blue-dark-color);
    border: 4px solid #05124c;
}

.web-why-choose-us-ideal .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon img {
    filter: invert(100%);
}

.web-why-choose-us-ideal .web-why-choose-us-inner-box h5 {
    margin: 0;
    padding: 0 0 0 90px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 34px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.web-why-choose-us-ideal .web-why-choose-us-inner-box p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

/*-- web-why-choose-us-ideal --*/

/*-- testimonials_slider --*/

.testimonials_slider {
    margin: 0;
    padding: 0;
}

/*-- testimonials_slider --*/

/*-- about-leadership-section --*/

.about-leadership-section {
    margin: 0;
    padding: 0 0 60px 0;
}

.about-leadership-section .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.about-leadership-section .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.about-leadership-section .title h2 {
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 48px;
    color: #000000;
    font-weight: 700;
    width: 75%;
    text-align: center;
}
.about-leadership-section .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: center;
    width: 70%;
}

.about-leadership-section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.about-leadership-section .row:nth-child(odd) .about-leadership-image {
    margin-left: 0;
}

.about-leadership-section .about-leadership-image {
    background-color: var(--ass-color);
    border-radius: 15px;
    margin-left: 20px;
    min-height: 410px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.about-leadership-section .about-leadership-image img {
    width: 100%;
}

.about-leadership-section .about-leadership-content-wrap {
    position: relative;
}

.about-leadership-section .about-leadership-content-wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    right: -15px;
    top: 0;
    bottom: 0;
    background-color: #f7f7f7;
    border-radius: 15px;
}

.about-leadership-section .about-leadership-content-wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 38px;
    height: 64px;
    right: -37px;
    top: 50%;
    background: url(../images/about-us/leadership-content-right-corner.png) no-repeat center center;
    margin-top: -32px;
}

.about-leadership-section .about-leadership-content {
    background-color: var(--white-color);
    position: relative;
    padding: 30px 30px;
    border: 1px solid #dddfe1;
    border-radius: 15px;
}

.about-leadership-section .about-leadership-content h4 {
    margin: 0;
    padding: 0 0 4px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

/*.about-leadership-section .about-leadership-content .designation {
    font-size:var(--medium-20);
    padding-left: 5px;
    color:var(--orange-light-color);
}*/

.about-leadership-section .about-leadership-title {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-18);
    color: var(--orange-light-color);
    line-height: 24px;
    font-weight: 500;
    display: block;
}

.about-leadership-section .about-leadership-content-wrap p {
    margin: 0 auto;
    padding: 8px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

/*-- about-leadership-section --*/

/*-- team_members --*/

.team_members {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-white-color);
}

.team_members .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.team_members .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.team_members .title h2 {
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 48px;
    color: #000000;
    font-weight: 700;
    width: 75%;
    text-align: center;
}

.team_members .title p {
    margin: 0 auto;
    padding: 10px 0;
    width: 68%;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: center;
}

.team_members .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.team_members .col-item {
    padding: 0 8px;
    margin-bottom: 15px;
}

.team_members .item_bd {
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5); */
    height: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
    transition: all 0.3s;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
/*.team_members .item_bd:hover {
    background: #f2f4ff;
}*/

.team_members .mangeProfile {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    /* box-shadow: 0px 0px 4px -1px rgb(0 0 0); */
    margin: 3px;
    padding: 0;
    /* background:url(../media/our_team/portraitBG.svg); */
    /* background-size: 90% 90%; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
}

.team_members .mangeProfile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

.team_members .management_info {
    /* -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); */
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); */
    padding: 10px;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

.team_members .management_info h4 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-20);
    line-height: 37px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.team_members .management_info .designation {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 24px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: center;
}

.team_members .item-team-bd {
    margin: 0;
    padding: 0;
}

/*-- team_members --*/

/*-- our_team_portfolio --*/

/*.ourteam_technologies { margin:0; padding: 0 0 100px 0 ; background:var(--bg-light-color); }*/
.ourteam_technologies {
    margin: 0;
    padding: 0;
    background: var(--bg-light-color);
}

/*-- our_team_portfolio --*/

/*-- howit_works --*/

/*-- howit_works --*/

.howit_works {
    margin: 0;
    padding: 0 0 60px 0;
    background: var(--bg-white-color);
}
.howit_works .item-left {
    margin: 0;
    padding: 0;
}
.howit_works .item-left .title {
    margin: 0;
    padding: 0;
}

.howit_works .item-left .title h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 25px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 44px;
    color: #000000;
    font-weight: 700;
    width: 70%;
    display: inline-block;
}

.howit_works .item-left .title::before {
    position: absolute;
    left: 0;
    width: 104px;
    margin: 0 auto;
    bottom: 25px;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.howit_works .item-left p {
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.howit_works .item-left a.animate_btn {
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 23px 0 0 0;
    padding: 10px 22px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
}

.howit_works .item-left a.animate_btn .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.howit_works .item-left a.animate_btn:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.howit_works .item-left a.animate_btn:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 10px 30px 10px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
}

.howit_works .item_right {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.howit_works .item_right img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

/*-- howit_works --*/

/*-- ecosystem_block --*/

.ecosystem_block {
    margin: 0;
    padding: 120px 0 80px 0;
}
.ecosystem_block .title {
    margin: 0 0 16px 0;
    padding: 0 0 17px 0;
    width: 100%;
    position: relative;
}

.ecosystem_block .bd {
    margin: 0 46px 0 0;
    padding: 0;
    background: #fafafa;
    position: relative;
    z-index: 1;
}

.ecosystem_block .bd .left {
    margin: 0;
    padding: 55px 30px 40px 40px;
}

.ecosystem_block .bd .left h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    font-weight: 700;
}
.ecosystem_block .bd .left p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}
.ecosystem_block .bd .left ul {
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.ecosystem_block .bd .left ul li {
    margin: 0 0 0 0px;
    padding: 4px 10px 4px 22px;
    width: 50%;
    position: relative;
}
.ecosystem_block .bd .left ul li:before {
    background-color: #005eb8;
    content: " ";
    display: block;
    height: 8px;
    margin-left: -20px;
    transform: translateY(14px);
    width: 8px;
    border-radius: 50px;
    margin-top: 0;
    position: relative;
    top: 3px;
}
.ecosystem_block .bd .left ul li a {
    margin: 0 auto;
    padding: 0 0 0 0px;
    font-size: var(--font-size-18);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 500;
    transition: all 0.3s;
}

.ecosystem_block .bd .left ul li a:hover {
    color: var(--blue-light-color);
}

.ecosystem_block .bd .right_block {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.ecosystem_block .bd .right_block .rt_bd {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -44px;
    top: -44px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 5;
    background: #fff;
}
.ecosystem_block .bd .right_block .rt_bd img {
    width: 100%;
    height: 100%;
}

/*-- ecosystem_block --*/

/*///////////////////////////-----------------------/////////////////////////////////////*/

/******** Services w-done********/

.deployment_and_beyond {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.deployment_and_beyond .title {
    text-align: left;
    margin: 0 0 106px 0;
    padding: 0 0 25px 0;
    display: block;
    align-items: center;
}

.deployment_and_beyond .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    font-weight: 700;
    width: 70%;
    text-align: center;
}

.deployment_and_beyond .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

/*.deployment_and_beyond .title p strong {
    font-weight: bolder;
    color: var(--blue-dark-color);
    font-weight: 600;
}*/

.deployment_and_beyond .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translatex(-50%);
}

.deployment_and_beyond .services-tabs {
    margin: 2px 2px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0;
    position: relative;
    box-shadow: 6px 0px 12px 7px rgb(0 0 0 / 18%);
    border-radius: 8px;
}

.deployment_and_beyond .services-tabs .left_block {
    margin: 0 0 0 -35px;
    padding: 45px 0 20px 35px;
    width: 32%;
    background: var(--bg-light-color);
    position: relative;
    left: 0;
    top: -30px;
    /* height: 100%; */
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.deployment_and_beyond .services-tabs .left_block .nav {
    margin: 0 -20px 0 0;
    padding: 0;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    position: relative;
    border: 0;
}

.deployment_and_beyond .services-tabs .left_block .nav button.nav-link {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 6px;
    background: transparent;
    outline: 0;
    text-align: left;
    transition: all 0.3s;
    /*border-top:0;
    border-bottom:0;*/
    border: 0;
}

.deployment_and_beyond .services-tabs .left_block .nav button.nav-link h3 {
    background: transparent;
    color: var(--white-color);
    margin: 0;
    font-size: var(--font-size-18);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
    display: inline-block;
    padding: 20px 64px 20px 20px;
    text-align: start;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
    border: 0;
    border-radius: 0;
    text-align: left;
}

.deployment_and_beyond .services-tabs .left_block .nav button.nav-link.active {
    background: var(--white-color);
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 0;
    transition: all.4s;
    border: 0;
    border-radius: 6px;
    text-align: left;
    /*border-top: 1px solid #fff;*/
    border: 0;
    transition: all.4s;
    font-weight: 500;
}

.deployment_and_beyond .services-tabs .left_block .nav button.nav-link:hover {
    background: var(--white-color);
    border-top: 0;
    transition: all.4s;
    font-weight: 500;
}
.deployment_and_beyond .services-tabs .left_block .nav button.nav-link:hover h3 {
    color: var(--bg-light-color);
}
.deployment_and_beyond .services-tabs .left_block .nav button.nav-link.active h3 {
    color: var(--bg-light-color);
}

.deployment_and_beyond .services-tabs .right_block {
    margin: 0;
    padding: 30px 20px 20px 35px;
    width: 70%;
    position: relative;
}

.deployment_and_beyond .services-tabs .right_block .tab-content {
    margin: 0;
    padding: 0;
}
.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane {
    margin: 0;
    padding: 0;
}
.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd {
    margin: 0;
    padding: 0;
}
.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .figure {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}
.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text {
    margin: 0;
    padding: 12px 0 0 0;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text h4 {
    margin: 0;
    padding: 12px 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-32);
    line-height: 42px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 33px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block {
    margin: 0;
    padding: 0;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul {
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li {
    margin: 0 0 0 0px;
    padding: 4px 10px 4px 22px;
    width: 50%;
    position: relative;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li:before {
    background-color: #005eb8;
    content: " ";
    display: block;
    height: 10px;
    margin-left: -24px;
    transform: translateY(14px);
    width: 10px;
    border-radius: 50px;
    margin-top: 0;
    position: relative;
    top: 4px;
    left: 0;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li a {
    margin: 0 auto;
    padding: 0 0 0 0px;
    font-size: var(--font-size-18);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 500;
    transition: all 0.3s;
}

.deployment_and_beyond .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .list_block ul li a:hover {
    color: var(--blue-light-color);
}

.deployment_and_beyond .services-tabs .right_block .button_block {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.deployment_and_beyond .services-tabs .right_block .button_block a {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    color: var(--blue-color);
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
}

.deployment_and_beyond .services-tabs .right_block .button_block a .fa {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 15px;
}
.deployment_and_beyond .services-tabs .right_block .button_block a:hover {
    opacity: 0.9;
}

.deployment_and_beyond .services-tabs .right_block .button_block a:hover .fa {
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: translatex(-0.4em);
        opacity: 0.9;
    }
}

/*service_desk-w-done*/

/*-- callouts_separate_section --*/

.callouts_separate_section {
    margin: 0;
    padding: 0;
}

.callouts_separate_section .item_row {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.callouts_separate_section .left.item {
    width: 60%;
    padding-right: 20px;
}

.callouts_separate_section .item {
    margin: 0;
    padding: 0;
}

.callouts_separate_section .item h5 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: left;
    font-weight: 600;
    font-style: italic;
}

.callouts_separate_section .item a.animate_btn {
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 11px 32px;
    font-size: 19px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
}

.callouts_separate_section .item a.animate_btn .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.callouts_separate_section .item a.animate_btn:hover .icon-arrow {
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.callouts_separate_section .item a.animate_btn:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 11px 40px 11px 30px;
    color: var(--orange-color) !important;
}

/*-- callouts_separate_section --*/

/*-- industry-grade --*/

.industry-grade {
    margin: 0;
    padding: 0 0 60px 0;
    background: var(--bg-white-color);
}
.industry-grade .item-left {
    margin: 0;
    padding: 0;
}

.industry-grade .item-left .title {
    margin: 0 0 20px 0;
    padding: 0 0 18px 0;
}

.industry-grade .item-left .title h2 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}

.industry-grade .item-left p {
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.industry-grade .item-left a.animate_btn {
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 23px 0 0 0;
    padding: 10px 30px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
}

.industry-grade .item-left a.animate_btn .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.industry-grade .item-left a.animate_btn:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.industry-grade .item-left a.animate_btn:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 10px 30px 10px 15px;
    font-size: 16px !important;
    color: var(--orange-color) !important;
}

.industry-grade .item_right {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.industry-grade .item_right img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

/*-- industry-grade --*/

/*-- software_development --*/

.software_development .services-tabs .right_block {
    padding-bottom: 87px;
    position: relative;
}

.software_development .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .button {
    background: #05124c;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 10px 23px;
    font-size: 16px !important;
    color: #ffffff !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    right: 13px;
    bottom: 33px;
}

.software_development .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .button .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.software_development .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .button:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.software_development .services-tabs .right_block .tab-content .tab-pane .text-tab-bd .item-text .button:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 10px 30px 10px 15px;
    font-size: 16px !important;
    color: var(--orange-color) !important;
}

/*-- software_development --*/

/*-- technologies-platforms --*/

.technologies-platforms {
    margin: 0;
    padding: 60px 0;
}

.technologies-platforms .title {
    margin: 0 0 52px 0;
    padding: 0 0 12px 0;
    display: block;
}
.technologies-platforms .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.technologies-platforms .title:before {
    position: absolute;
    left: 50%;
    width: 104px;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    transform: translateX(-50%);
}

/*.technologies-platforms .bd_block {
    margin: 20px 0 0 0;
    padding: 40px 30px;
    background: #899eff;
    border-radius: 10px;
}*/

.technologies-platforms .bd_block {
    margin: 0;
    padding: 0;
}

.technologies-platforms .bd_block .itemcol_row {
    margin: 20px 0 0 0;
    padding: 30px 30px;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 0 11px -2px rgba(0, 0, 0, 0.5);
}

.technologies-platforms .bd_block .itemcol_row .row {
    margin-bottom: 20px;
}
.technologies-platforms .bd_block .itemcol_row .row:last-child {
    margin-bottom: 0;
}

.technologies-platforms .bd_block .itemcol_row h3 {
    margin: 0;
    padding: 0 0 9px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #05124c;
    font-weight: 700;
}

.technologies-platforms .bd_block .itemcol_row .item_row {
    margin: 0;
    padding: 0;
}
.technologies-platforms .bd_block .itemcol_row .item_row h4 {
    margin: 0;
    padding: 0 0 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #05124c;
    font-weight: 600;
    text-transform: uppercase;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col .item {
    margin: 1px;
    padding: 0;
    position: relative;
    width: 120px;
    background: #e8e8e8; /* border-right: 1px solid #f8f8f8; */ /* border-bottom: 1px solid #f8f8f8; */
}
.technologies-platforms .bd_block .itemcol_row .item_row .item_col .item .figure {
    margin: 0;
    padding: 6px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.technologies-platforms .bd_block .itemcol_row .item_row .item_col .item .figure img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active {
    margin: 0;
    padding: 0;
}
.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active .bd {
    margin: 0;
    padding: 0;
}
.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active .bd .hover_active_row {
    margin: 0;
    padding: 0;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active .bd .hover_active_row .item {
    margin: 0;
    padding: 0;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active .bd .hover_active_row .item h4 {
    margin: 0;
    padding: 0;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active .bd .hover_active_row .item span {
    margin: 0;
    padding: 0;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active .bd .hover_active_row .item span b {
    margin: 0;
    padding: 0;
}

.technologies-platforms .bd_block .itemcol_row .item_row .item_col .hover-active p {
    margin: 0;
    padding: 0;
}

/*-- technologies-platforms --*/

/*faq_block*/

.faq_block {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.faq_block .title {
    margin: 0 0 35px 0;
    padding: 0 0 12px 0;
}

.faq_block .title:before {
    position: absolute;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}
.faq_block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.faq_block .bd_block {
    margin: 0;
    padding: 0;
}
.faq_block .bd_block .accordion {
    margin: 0;
    padding: 0;
}
.faq_block .bd_block .accordion .accordion_row {
    margin: 0 0 17px 0;
    padding: 0;
    border: 0; /* border-radius: 4px; */ /* overflow: hidden; */
    box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.5);
}
.faq_block .bd_block .accordion .accordion_row .accordion-header {
    margin: 0;
    padding: 16px 10px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
}

.faq_block .bd_block .accordion .accordion_row .accordion-header .accordion-button {
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 0;
    border-bottom: 0;
    box-shadow: none;
    font-size: 20px;
    color: #05124c;
    font-weight: 500;
}

.faq_block .bd_block .accordion .accordion_row .accordion-collapse {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.faq_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body {
    margin: 0;
    padding: 10px;
    border: 0;
    box-shadow: none;
    border: 1px solid #d1d1d1;
    border-top: 0;
}
.faq_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 22px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
    padding-bottom: 7px;
}

.faq_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body ul {
    margin: 0;
    padding: 4px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.faq_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body ul li {
    margin: 0 auto;
    padding: 2px 0;
    font-size: var(--font-size-16);
    line-height: 22px;
    color: var(--dark-ass-color);
    font-weight: 400;
    padding-bottom: 7px;
    width: 100%;
    /* list-style: decimal; */
    list-style-type: none;
}

.faq_block .bd_block .accordion .accordion_row .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    color: #fff;
    background: url(../media/faq/down-arrow.png) no-repeat left center;
    background-size: contain;
}

.faq_block .bd_block .accordion .accordion_row .accordion-header .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background: url(../media/faq/down-arrow.png) no-repeat left center;
    background-size: contain;
}

/*faq_block*/

/*contact-form-main*/

.contact-form-main {
    margin: 0;
    padding: 0 0 60px 0;
    background: var(--white-color);
}
.contact-form-main .item_bd {
    margin-top: -100px;
    position: relative;
    z-index: 9;
    padding-bottom: 30px;
}
.contact-form-main .schedule-meeting-main {
    padding-top: 185px;
}

.contact-form-main .schedule-meeting-box {
    background-color: #05124c;
    border-radius: 10px;
}

.contact-form-main .schedule-meeting-img {
    width: 252px;
    height: 252px;
    border-radius: 100%;
    border: 2px solid #dddfe1;
    margin: 0 auto;
    position: relative;
    top: -170px;
}
.schedule-meeting-img:before {
    content: " ";
    top: -2px;
    left: -2px;
    background-color: #fff;
    width: 252px;
    height: 252px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    position: absolute;
    opacity: 0.6;
    -webkit-animation: pulse3 1.8s ease-out;
    animation: pulse3 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse3 {
    0% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1.05);
        opacity: 0.3;
    }
    50% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    75% {
        -webkit-transform: scale(1.15);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.3;
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.6;
    }
    75% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.contact-form-main .schedule-meeting-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    position: relative;
}

.contact-form-main .schedule-meeting-box .schedule-meeting-content {
    margin-top: -130px;
    padding: 30px 20px;
}
.contact-form-main .schedule-meeting-box .schedule-meeting-content-description {
    min-height: 206px;
    padding: 0 0 20px;
    text-align: center;
}

.contact-form-main .schedule-meeting-box .schedule-meeting-content-description h3 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-align: left;
    line-height: 37px;
}

.contact-form-main .schedule-meeting-box .schedule-meeting-content-description h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 29px;
}

.contact-form-main .schedule-meeting-box .schedule-meeting-content-description ul {
    margin: 0;
    padding: 27px 0 0 20px;
}

.contact-form-main .schedule-meeting-box .schedule-meeting-content-description ul li {
    margin: 0;
    padding: 0 0 14px 7px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    display: block;
    color: #cdcdcd;
    position: relative;
}

.contact-form-main .schedule-meeting-box .schedule-meeting-content-description ul li:before {
    content: "\f058";
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -19px;
    top: 2px;
    border-radius: 50px;
    font-family: "FontAwesome";
}
.contact-form-main .schedule-meeting-box .schedule-meeting-content-description p {
    margin: 0;
    padding: 6px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    width: 100%;
}

.contact-form-main .schedule-meeting-box .schedule-meeting-content a {
    background: var(--orange-color) !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%) !important;
    border-radius: 30px !important;
    padding: 13px 22px;
    font-size: 16px;
    margin-top: 10px;
    color: var(--white-color);
    font-weight: 500;
    border: 0 !important;
    outline: 0 !important;
    transition: all 0.3s;
}

.contact-form-main .contact-form-box {
    padding: 40px 25px 20px;
    background-color: #fff !important;
    margin-top: 57px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.contact-form-main .contact-form-box .item_group {
    margin-bottom: 30px;
    position: relative;
}

.contact-form-main .contact-form-box .item_group input:placeholder {
    color: #000;
}

.contact-form-main .contact-form-box .item_group input[type="text"] {
    margin: 0;
    padding: 15px 20px 10px 10px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
}
.contact-form-main .contact-form-box .item_group input[type="email"] {
    margin: 0;
    padding: 15px 20px 10px 10px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
}

.contact-form-main .contact-form-box .item_group label {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 00;
}

.contact-form-main .contact-form-box .item_group select {
    margin: 0;
    padding: 15px 20px 10px 10px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    border-radius: 4px;
    outline: 0;
    border: 1px solid gray !important;
}

.contact-form-main .contact-form-box .item_group select:focus {
    border: 1.5px solid #000 !important;
    outline: 0;
    color: #000;
}

.contact-form-main .contact-form-box .item_group textarea {
    margin: 0;
    padding: 15px 20px 10px 10px;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
}

.contact-form-main .contact-form-box .item_group input {
    border: 1px solid gray !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    outline: none !important;

    border-radius: 5px !important;
}

.contact-form-main .contact-form-box .item_group input:hover {
    border: 1px solid black !important;
}

.contact-form-main .contact-form-box .item_group input:focus {
    border: 1.5px solid #000 !important;
    outline: 0;
}

.contact-form-main .contact-form-box .item_group label {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    color: gray;
    font-size: 15px;
    pointer-events: none;
    color: #000;
}

.contact-form-main .contact-form-box .item_group input:focus ~ label,
.contact-form-main .contact-form-box .item_group input:valid ~ label {
    font-size: 13px;
    line-height: 13px;
    top: -9px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #000;
    background-color: #fff;
    padding: 3px;
}

.contact-form-main .contact-form-box .item_group textarea {
    border: 1px solid gray !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    outline: none !important;
    padding: 15px 20px 10px 10px !important;
    border-radius: 5px !important;
}

.contact-form-main .contact-form-box .item_group textarea:hover {
    border: 1px solid black !important;
}

.contact-form-main .contact-form-box .item_group textarea:focus {
    border: 1.5px solid #000 !important;
}

.contact-form-main .contact-form-box .item_group textarea:focus ~ label,
.contact-form-main .contact-form-box .item_group textarea:valid ~ label {
    font-size: 11px;
    top: -9px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #000;
    background-color: #fff;
    padding: 3px;
}

.contact-form-main .contact-form-box .item_group input[type="submit"] {
    background: var(--orange-color) !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%) !important;
    border-radius: 30px !important;
    padding: 13px 22px;
    font-size: 16px;
    margin-top: 10px;
    color: var(--white-color);
    font-weight: 500;
    border: 0 !important;
    outline: 0 !important;
    transition: all 0.3s;
}

.contact-form-main .contact-form-box .item_group input[type="submit"]:hover {
    background: #05124c !important;
}

.contact-form-main .contact-form-box .item_group.text-md-right {
    text-align: right;
}

/*contact-form-main*/

/*contact-info-block*/

.contact-info-block {
    margin: 0;
    padding: 0;
    background: var(--light-ass-color);
}

.contact-info-block .contact-info-box {
    padding: 30px 15px;
    background-color: #fff;
    min-height: 170px;
    border: 1px solid #f6f7f8;
    position: relative;
    margin-top: -32px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.contact-info-block .contact-info-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -60px auto 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.contact-info-block .contact-info-box .tool {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #05124c;
    text-align: center;
}

.contact-info-block .contact-info-box .name,
.contact-info-box .name a {
    color: #ec7323;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.contact-info-block .contact-follow-us-section {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

.contact-info-block .contact-follow-us-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
    font-style: italic;
}

.contact-info-block .contact-follow-us-section .header_social {
    padding: 0 15px 20px 15px;
    width: auto;
}

.contact-info-block .contact-follow-us-section .header_social li {
    margin: 0 13px;
    display: inline-block;
    width: auto;
    border: 0;
}

.contact-info-block .contact-follow-us-section .header_social li a {
    width: 55px;
    height: 55px;
    font-size: 25px;
    background-color: transparent;
    color: #05124c;
    border: 1px solid #e4e6e8;
    margin: 0;
    transition: all 0.3s;
}

.contact-info-block .contact-follow-us-section .header_social li a:hover {
    color: #fff;
    border: 1px solid #e4e6e8;
    background: #05124c;
}

/*contact-info-block*/

/*///////////////////*/

.partners_main_block {
    padding-bottom: 0;
    background: #ffffff;
}

.partners_main_block .bd {
    margin-top: -80px;
    position: relative;
    z-index: 9;
    background: #ffffff;
    padding: 50px 42px;
    /*    box-shadow: 0px 0px 23px -1px rgb(0 0 0 / 27%);*/
    border-radius: 4px;
    padding-bottom: 0;
}

.partners_main_block .title {
    width: 100%;
    text-align: center;
    margin-bottom: 52px;
    padding-bottom: 25px;
}

.partners_main_block .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    font-weight: 700;
    width: 70%;
}

.partners_main_block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.partners_main_block .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.partners_main_block .card-box {
    -moz-box-shadow: 0 2px 8px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 0px 5px 3px rgb(172 172 172 / 49%);
    background: #f8f8f8;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
}

.partners_main_block .card-box p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.partners_main_block .inner_h3 {
    font-size: 20px;
}

.partners_main_block .list-item li {
    padding: 3px 0;
    display: flex;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.partners_main_block .list-item li i {
    color: #05124c;
    padding-right: 12px;
    padding-top: 3px;
}

/*-- partners_main_block --*/

/*-- career_listing_sec --*/

.career_listing_sec {
    margin: 0;
    padding: 60px 0;
}

.career_listing_sec .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.career_listing_sec .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.career_listing_sec .title p {
    margin: 0 auto;
    padding: 6px 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 68%;
    text-align: center;
}
.career_listing_sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.carrer_collection_list_wpr {
    margin: 0;
    padding: 0;
}
.carrer_collection_list_wpr .career_item {
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
}

.carrer_collection_list_wpr .career_item a {
    color: #232425;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 50px;
    text-decoration: none;
    display: block;
    box-shadow: 1px 0px 25px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.carrer_collection_list_wpr .career_item:hover a {
    background-color: #f1f7fa;
    box-shadow: 0 0 30px 10px rgba(52, 108, 136, 0.18);
}

.carrer_collection_list_wpr .career_item .career_item_in {
    margin: 0;
    padding: 0;
}

.carrer_collection_list_wpr .career_item .career_item_in .designation {
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.carrer_collection_list_wpr .career_item .career_item_in .designation .apply_urgent {
    margin: 0 0 0 30px;
    padding: 2px 14px;
    background: var(--orange-color);
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
}

.carrer_collection_list_wpr .career_item .career_item_in .designation h4 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.carrer_collection_list_wpr .career_item .career_location_wpr {
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.carrer_collection_list_wpr .career_item .career_location_wpr .each_location {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.carrer_collection_list_wpr .career_item .career_location_wpr .divider_text {
    margin: 0;
    padding: 0 16px;
    font-size: 20px;
}

.carrer_collection_list_wpr .career_item .each_location .location_icon_wpr {
    margin: 0;
    padding: 0;
}
.carrer_collection_list_wpr .career_item .each_location .location_icon_wpr .fa {
    margin: 0;
    padding: 0;
}
.carrer_collection_list_wpr .career_item .each_location .location_text {
    margin: 0;
    padding: 0;
}

.carrer_collection_list_wpr .career_item .each_location {
    margin: 0;
    padding: 0;
}
.carrer_collection_list_wpr .career_item .each_location .location_icon_wpr {
    margin: 0;
    padding: 0 6px 0 0;
}
.carrer_collection_list_wpr .career_item .each_location .location_icon_wpr .fa {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    color: #05124c;
}
.carrer_collection_list_wpr .career_item .each_location .location_text {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.carrer_collection_list_wpr .career_item .career_short_text {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

.carrer_collection_list_wpr .career_item .career_btn {
    margin: 0;
    padding: 7px;
    position: absolute;
    right: 18px;
    top: 20px;
    background: var(--orange-color);
    width: 34px;
    height: 34px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px 3px rgb(255 206 157 / 92%);
}

.carrer_collection_list_wpr .career_item .career_btn .fa {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
}

/*-- career_listing_sec --*/

/*career_details_sec*/

.career_details_sec {
    margin: 0;
    padding: 60px 0;
}

/*career_details_sec*/

/*why_businesses*/

.why_businesses {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.why_businesses .title {
    margin: 0;
    padding: 0 0 14px 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why_businesses .title h2 {
    margin: 0;
    padding: 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 47px;
    color: #ffffff;
    font-weight: 700;
}

.why_businesses .title:before {
    position: absolute;
    left: 0;
    width: 104px;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(160 160 243) 0%, rgb(72 153 208) 25%, rgb(107 128 170) 50%, rgb(85 100 183) 75%, rgb(58 74 144) 100%);
}

.why_businesses .title .button {
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
}

.why_businesses .title .button a {
    /* background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 120 193) 100%); */
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 12px 28px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    text-transform: capitalize;
}

.why_businesses .title .button a .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.why_businesses .title .button a:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.why_businesses .title .button a:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    margin: 0;
    padding: 12px 30px 12px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
}

.why_businesses .item_row {
    margin: 0;
    padding: 40px 0 0 0;
    display: flex;
    align-items: start;
}
.why_businesses .item_row .item_col {
    margin: 0;
    padding: 0;
    width: 50%;
}
.why_businesses .item_row .item_col ul {
    margin: 0;
    padding: 0 30px;
}
.why_businesses .item_row .item_col ul li {
    margin: 0;
    padding: 0 0 14px 0px;
    font-size: 18px;
    color: #fff;
    display: block;
    position: relative;
    line-height: 32px;
    font-weight: 400;
}
.why_businesses .item_row .item_col ul li:before {
    content: "\f058";
    position: absolute;
    left: -21px;
    top: 0px;
    border-radius: 50px;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 34px;
}

/**/

.why_businesses .button {
    margin: 0;
    padding: 40px 0 0 0;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    display: none;
}

.why_businesses .button a {
    /* background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 120 193) 100%); */
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 12px 28px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    text-transform: capitalize;
}

.why_businesses .button a .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.why_businesses .button a:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.why_businesses .button a:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    margin: 0;
    padding: 12px 30px 12px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
}

/*why_businesses*/

/*-- homepage_onload_popup --*/

.homepage_onload_wrapper {
    display: none;
}

.homepage_onload_wrapper.homepage-popup-mpdal {
    display: block;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.homepage_onload_popup {
    margin: 0;
    padding: 0;
    position: fixed;
    inset: 0;
    background: #0d0d0dbf;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage_onload_popup .popup_bd {
    max-width: 1275px;
    background: #fff;
    position: relative;
    width: 100%;
    transform: scale(0);
    animation: zoomIn 0.4s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.homepage_onload_popup .popup_bd .closed_button {
    margin: 0;
    padding: 28px 28px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    cursor: pointer;
    transition: all 0.3s;
}
.homepage_onload_popup .popup_bd .closed_button img {
    max-width: 100%;
    transition: all 0.3s;
}

.homepage_onload_popup .popup_bd .closed_button:hover img {
    opacity: 0.8;
    transform: rotate(90deg);
}

.homepage_onload_popup .popup_bd .popup_header {
    margin: 0;
    padding: 26px;
    background: #021a57;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.homepage_onload_popup .popup_bd .popup_header .logo {
    margin: 0;
    padding: 0;
    z-index: 9;
}

.homepage_onload_popup .popup_bd .popup_header .logo a {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
}
.homepage_onload_popup .popup_bd .popup_header .logo img {
    max-width: 100%;
    height: 52px;
    object-fit: contain;
}
.homepage_onload_popup .popup_bd .popup_header p {
    margin: 0;
    padding: 6px 0 0 0;
    font-family: "Maven Pro", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.homepage_onload_popup .popup_bd .item_row {
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.homepage_onload_popup .popup_bd .item_row .item_col {
    margin: 0;
    padding: 0 30px;
    width: 50%;
    border-right: 3px solid #021a57;
}
.homepage_onload_popup .popup_bd .item_row .item_col:nth-child(2) {
    border-right: 0;
}

.homepage_onload_popup .popup_bd .item_row .item_col .top {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.homepage_onload_popup .popup_bd .item_row .item_col .top a {
    margin: 0;
    padding: 16px 0;
    display: inline-block;
    width: auto;
    text-align: center;
}
.homepage_onload_popup .popup_bd .item_row .item_col .top img {
    max-width: 100%;
    height: 37px;
    object-fit: contain;
}
.homepage_onload_popup .popup_bd .item_row .item_col .top p {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.homepage_onload_popup .popup_bd .item_row .item_col .link_block {
    margin: 0;
    padding: 20px 0;
}
.homepage_onload_popup .popup_bd .item_row .item_col .link_block ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.homepage_onload_popup .popup_bd .item_row .item_col .link_block ul li {
    margin: 8px;
    padding: 0px;
    background: #fff;
    border: 1px solid #021a57;
    border-radius: 8px;
}
.homepage_onload_popup .popup_bd .item_row .item_col .link_block ul li a {
    margin: 4px;
    padding: 12px;
    background: #021a57;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 8px;
    display: block;
    transition: all 0.3s;
}

.homepage_onload_popup .popup_bd .item_row .item_col .link_block ul li a .fa {
    margin: 0;
    padding: 0 0 0 2px;
    font-size: 18px;
    line-height: 24px;
}

.homepage_onload_popup .popup_bd .item_row .item_col .link_block ul li a:hover {
    color: var(--orange-light-color);
}

.homepage_onload_popup .popup_bd .popup_footer {
    margin: 0 auto;
    padding: 0 60px;
}
.homepage_onload_popup .popup_bd .popup_footer .bd {
    margin: 0;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #021a57;
}
.homepage_onload_popup .popup_bd .popup_footer p {
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    font-family: "Maven Pro", sans-serif;
}
.homepage_onload_popup .popup_bd .popup_footer a {
    margin: 0;
    padding: 0;
}
.homepage_onload_popup .popup_bd .popup_footer a img {
    max-width: 100%;
    height: 37px;
    object-fit: contain;
}

/*-- homepage_onload_popup --*/

/*--howwe-worksection-wrapper--*/

.howwe-worksection-wrapper {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.howwe-worksection-wrapper .item_left {
    margin: 0;
    padding: 0;
}
.howwe-worksection-wrapper .item_left .item_bd .title {
    margin: 0;
    padding: 0 0 0px 0;
}
.howwe-worksection-wrapper .item_left .item_bd .title h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 14px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #05124c;
    font-weight: 700;
    width: 70%;
    display: inline-block;
}

.howwe-worksection-wrapper .item_left .title:before {
    display: none;
}

.howwe-worksection-wrapper .item_left .item_bd {
    margin: 0;
    padding: 60px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.howwe-worksection-wrapper .item_left .item_bd:nth-child(1) {
    padding-top: 0;
}

.howwe-worksection-wrapper .item_left .item_bd .item_col {
    margin: 0;
    padding: 15px;
    width: 50%; /* height: 100%; */
    padding-left: 0;
    padding-right: 30px;
    flex: 0 0 auto;
}

.howwe-worksection-wrapper .item_left .item_bd .item_col .bd {
    margin: 0;
    padding: 20px 15px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 17%); /* border-radius: 8px; */
    border-top: 5px solid #05124c;
    text-align: center;
    height: 100%;
}

.howwe-worksection-wrapper .item_left .item_bd .item_col .icon {
    margin: 0;
    padding: 0 0 16px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.howwe-worksection-wrapper .item_left .item_bd .item_col .icon img {
    width: 70px;
}

.howwe-worksection-wrapper .item_left .item_bd h4 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: #000000;
    font-weight: 700;
}

.howwe-worksection-wrapper .item_left .item_bd p {
    margin: 0 auto;
    padding: 0 0 9px 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: justify;
}

.howwe-worksection-wrapper .item_left .item_bd ul {
    margin: 0;
    padding: 10px 0 0 0px;
    text-align: left;
}
.howwe-worksection-wrapper .item_left .item_bd ul li {
    padding: 3px 0 3px 0;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    display: block;
    margin: 0 0 0 19px;
    position: relative;
}

.howwe-worksection-wrapper .item_left .item_bd ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #05124c;
    position: absolute;
    left: -19px;
    top: 11px;
    border-radius: 50px;
    border: 1px solid #767676;
}

.howwe-worksection-wrapper .item_left .item_bd .button_block {
    background: #00000000;
    box-shadow: 0 2px 6px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 20px 0 10px 0;
    padding: 8px 15px;
    font-size: 16px !important;
    color: #05124c !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #05124cde;
}

.howwe-worksection-wrapper .item_left .item_bd .button_block .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.howwe-worksection-wrapper .item_left .item_bd .button_block:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.howwe-worksection-wrapper .item_left .item_bd .button_block:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 8px 15px 8px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
    border: 1px solid #fff;
}

.howwe-worksection-wrapper .item_right {
    margin: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    padding: 0 15px;
}

.howwe-worksection-wrapper .item_right h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    color: #05124c;
}
.howwe-worksection-wrapper .item_right .item_list {
    margin: 0;
    padding: 0;
}
.howwe-worksection-wrapper .item_right .item_list ul {
    margin: 0;
    padding: 9px 0 0 0;
}
.howwe-worksection-wrapper .item_right .item_list ul li {
    margin: 0;
    padding: 6px 0 6px 8px;
    display: block;
    border-left: 3px solid #000;
}

.howwe-worksection-wrapper .item_right .item_list ul li.howwework-active-color.active {
    border-left: 3px solid #ff8805;
}

.howwe-worksection-wrapper .item_right .item_list ul li a {
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.howwe-worksection-wrapper .item_right .item_list ul .howwework-active-color.active a {
    color: var(--orange-light-color);
}

/*--howwework-active-color--*/

/*-- mvp-services-offer-section --*/

.mvp-services-offer-section {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.mvp-services-offer-section .title {
    margin: 0 0 12px 0;
    padding: 0 0 26px 0;
    text-align: center;
}

.mvp-services-offer-section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    bottom: 0;
}

.mvp-services-offer-section .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}
.mvp-services-offer-section .title p {
    margin: 0 auto;
    padding: 6px 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.mvp-services-offer-section .item_row {
    padding-top: 30px;
    margin: 0;
}

.mvp-services-offer-section .row .col-mtb {
    margin-top: 30px;
}

.mvp-services-offer-section .item_box {
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mvp-services-offer-section .item_box .img_box {
    padding: 0 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mvp-services-offer-section .item_box .img_box img {
    margin: 0;
    padding: 0;
}

.mvp-services-offer-section .item_box .text_box {
    margin: 0;
    padding: 20px 15px 20px;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-top: 52px;
    transition: all 0.3s;
}

.mvp-services-offer-section .item_box .text_box h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: var(--blue-dark-color);
    font-weight: 700;
    transition: all 0.3s;
}

.mvp-services-offer-section .item_box .text_box p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--black-color);
    transition: all 0.3s;
}

.mvp-services-offer-section .item_box:hover .text_box {
    background: #05124c;
    transition: all 0.3s;
}

.mvp-services-offer-section .item_box:hover .text_box h3 {
    color: #f8f8f8;
}

.mvp-services-offer-section .item_box:hover .text_box p {
    color: #f8f8f8;
}

/*-- mvp-services-offer-section --*/

/*-- mvp-develop-alter --*/

.mvp-develop-alter {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.mvp-develop-alter .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.mvp-develop-alter .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

.mvp-develop-alter .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.mvp-develop-alter .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.mvp-develop-alter .item_bd {
    margin: 0;
    padding: 0;
}

.mvp-develop-alter .item_bd .col-item30 {
    margin-bottom: 30px;
}

.mvp-develop-alter .item_bd .item-box {
    padding: 0;
    border: 1px solid #e4e6e8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 10px !important;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0px 5px 2px rgb(71 71 71);
}

.mvp-develop-alter .item_bd .item-box .img_box {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
    height: 280px;
}

.mvp-develop-alter .item_bd .item-box .img_box img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
}

.mvp-develop-alter .item_bd .item-box:hover .img_box img {
    transform: scale(1.1);
}

.mvp-develop-alter .item_bd .item-box .text-block {
    margin: 0;
    padding: 15px;
}

.mvp-develop-alter .item_bd .item-box h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #05124c;
    line-height: 30px;
    font-weight: 600;
}
.mvp-develop-alter .item_bd .item-box p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #525252;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

/*-- mvp-develop-alter --*/

/*-- mvp-benefits-section --*/

.mvp-benefits-section {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}
.mvp-benefits-section .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.mvp-benefits-section .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.mvp-benefits-section .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    text-align: center;
}

.mvp-benefits-section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.mvp-benefits-section .item_bd {
    margin: 0;
    padding: 0;
}

.mvp-benefits-section .item_bd .item-b30 {
    margin-top: 30px;
}

.mvp-benefits-section .item_bd .item_box {
    border: 1px solid #dddfe1;
    padding: 20px 20px;
    min-height: 310px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    transition: all 0.3s;
}

.mvp-benefits-section .item_bd .item_box:hover {
    background: #f8f8f8;
}

.mvp-benefits-section .item_bd .item_box .item-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #dddfe1;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.mvp-benefits-section .item_bd .item_box:hover .item-img {
    background: #05124c;
}

.mvp-benefits-section .item_bd .item_box .item-img img {
    width: auto;
    height: 48px;
    object-fit: contain;
    max-width: 100%;
}

.mvp-benefits-section .item_bd .item_box:hover .item-img img {
    filter: brightness(0) invert(1);
}

.mvp-benefits-section .item_bd .item_box .text-box {
    margin: 0;
    padding: 0;
}
.mvp-benefits-section .item_bd .item_box .text-box h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #05124c;
    line-height: 30px;
    font-weight: 600;
}

.mvp-benefits-section .item_bd .item_box .text-box p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #525252;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

/*-- mvp-benefits-section --*/

/*-- mvp_proven_section --*/

.mvp_proven_section {
    margin: 0;
    padding: 60px 0;
    background: var(--white-color);
}
.mvp_proven_section .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.mvp_proven_section .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.mvp_proven_section .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    text-align: center;
}

.mvp_proven_section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.mvp_proven_section .item_bd {
    margin: 0;
    padding: 0;
}

.mvp_proven_section .item_bd .item-b30 {
    margin-top: 30px;
}

.mvp_proven_section .item_bd .item_box {
    border: 1px solid #dddfe1;
    padding: 20px 20px;
    min-height: 310px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    background: var(--light-ass-color);
    height: 100%;
    transition: all 0.3s;
}

.mvp_proven_section .item_bd .item_box:hover {
    background: #fff;
}

.mvp_proven_section .item_bd .item_box .item-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #dddfe1;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    background: #fff;
}

.mvp_proven_section .item_bd .item_box:hover .item-img {
    background: #05124c;
}

.mvp_proven_section .item_bd .item_box .item-img img {
    width: auto;
    height: 48px;
    object-fit: contain;
    max-width: 100%;
}

.mvp_proven_section .item_bd .item_box:hover .item-img img {
    filter: brightness(0) invert(1);
}

.mvp_proven_section .item_bd .item_box .text-box {
    margin: 0;
    padding: 0;
}
.mvp_proven_section .item_bd .item_box .text-box h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #05124c;
    line-height: 30px;
    font-weight: 600;
}

.mvp_proven_section .item_bd .item_box .text-box p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #525252;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

/*-- mvp_proven_section --*/

/*--mvp-why-choose-dev-section--*/

.mvp-why-choose-dev-section {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.mvp-why-choose-dev-section .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.mvp-why-choose-dev-section .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.mvp-why-choose-dev-section .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    text-align: center;
}

.mvp-why-choose-dev-section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.mvp-why-choose-dev-section .row .col_left {
    position: relative;
    z-index: 1;
}
.mvp-why-choose-dev-section .row .col_right {
    margin-right: 0 !important;
    margin-left: -9% !important;
}

.mvp-why-choose-dev-section .item-left {
}
.mvp-why-choose-dev-section .item-left img {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px !important;
}

.mvp-why-choose-dev-section .item_right_box {
    padding: 40px 20px 40px 95px;
    background: #05124c;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.mvp-why-choose-dev-section .item_right_box .item_box {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 25px 20px 15px;
    border-radius: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    align-items: center;
    position: relative;
}

.mvp-why-choose-dev-section .item_right_box .item_box .icon_box {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 0px 4px 5px rgb(255 255 255 / 18%);
    -moz-box-shadow: 0 0px 4px 5px rgb(255 255 255 / 18%);
    box-shadow: 0 0px 4px 5px rgb(255 255 255 / 18%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.mvp-why-choose-dev-section .item_right_box .item_box .icon_box img {
    margin: auto;
}

.mvp-why-choose-dev-section .item_right_box .item_box .text-box {
    width: calc(100% - 140px);
    margin-left: 20px;
    padding: 0;
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.mvp-why-choose-dev-section .item_right_box .item_box .text-box h6 {
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
}
.mvp-why-choose-dev-section .item_right_box .item_box .text-box p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #bcbcbc;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

.mvp-why-choose-dev-section .item_right_box .item_box:hover .text-box h6 {
    padding: 0 0 6px 0;
    font-size: 20px;
    color: #05124c;
    line-height: 30px;
    font-weight: 600;
    transition: all all 0.3s;
}

.mvp-why-choose-dev-section .item_right_box .item_box:hover .text-box p {
    color: #000000;
    transition: all all 0.3s;
}

.mvp-why-choose-dev-section .item_right_box .item_box:hover .icon_box {
    -webkit-box-shadow: 0 0px 4px 5px rgb(5 18 76 / 35%);
    -moz-box-shadow: 0 0px 4px 5px rgb(5 18 76 / 35%);
    box-shadow: 0 0px 4px 5px rgb(5 18 76 / 35%);
    background-color: #05124c;
    transition: all all 0.3s;
}

.mvp-why-choose-dev-section .item_right_box .item_box:hover .icon_box img {
    filter: brightness(0) invert(1);
    transition: all all 0.3s;
}

.mvp-why-choose-dev-section .item_right_box .item_box:after {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100px;
    transition: all 0.7s;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.mvp-why-choose-dev-section .item_right_box .item_box:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100px;
    transition: all 0.7s;
    visibility: visible;
    opacity: 1;
    border-radius: 100px;
}

/*--mvp-why-choose-dev-section--*/

/*--ecommerce_alteration-driven--*/

.ecommerce_alteration-driven {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.ecommerce_alteration-driven .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.ecommerce_alteration-driven .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.ecommerce_alteration-driven .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.ecommerce_alteration-driven .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.ecommerce_alteration-driven .colmb-30 {
    margin-top: 82px;
}

.ecommerce_alteration-driven .item_box {
    padding: 10px 15px;
    position: relative;
    border-bottom: 5px solid #ecedee;
    -webkit-box-shadow: 0 5px 10px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 5px 10px 0 rgba(72, 73, 121, 0.15);
    border: 0;
    border-bottom: 5px solid transparent;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #818080;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
}

.ecommerce_alteration-driven .item_box .icon_box {
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 0 0px 7px 3px rgb(0 10 54);
    -moz-box-shadow: 0 0px 7px 3px rgb(0 10 54);
    box-shadow: 0 0px 6px 3px rgb(0 10 54);
    border-radius: 100%;
    line-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -64px;
}

.ecommerce_alteration-driven .item_box .icon_box img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

.ecommerce_alteration-driven .item_box .text_box {
    margin: 0;
    padding: 44px 0 30px 0;
    text-align: center;
}

.ecommerce_alteration-driven .item_box .text_box h3 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 600;
}

.ecommerce_alteration-driven .item_box .text_box p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #c2c2c2;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.ecommerce_alteration-driven .item_box:hover {
    background: #fff;
    transition: all 0.3s;
}

.ecommerce_alteration-driven .item_box:hover .text_box h3 {
    color: #05124c;
}

.ecommerce_alteration-driven .item_box:hover .text_box p {
    padding: 12px 0 0 0;
    color: #404040;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.ecommerce_alteration-driven .item_box:hover .icon_box {
    -webkit-box-shadow: 0 0px 0px 6px rgb(5 18 76);
    -moz-box-shadow: 0 0px 0px 6px rgb(5 18 76);
    box-shadow: 0 0px 0px 6px rgb(5 18 76);
    border-radius: 100%;
    line-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*--ecommerce_alteration-driven--*/

/*-- web_whygo_section --*/

.web_whygo_section {
    margin: 0;
    padding: 60px 0;
}

.web_whygo_section .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.web_whygo_section .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.web_whygo_section .title p {
    color: #000000;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.web_whygo_section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.web_whygo_section .left_block {
    margin: 0;
    padding: 0;
}
.web_whygo_section .left_block picture {
    margin: 0;
    padding: 0;
}
.web_whygo_section .left_block picture img {
    width: 100%;
    object-fit: contain;
    max-width: 100%;
}

.web_whygo_section .right_block_wrapper {
    margin: 0;
    padding: 0;
}

.web_whygo_section .right_block_wrapper h3 {
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-32);
    line-height: 42px;
    color: #000;
    font-weight: 700;
}

.web_whygo_section .right_block_wrapper .right_item {
    margin: 0;
    padding: 0;
}
.web_whygo_section .right_block_wrapper .right_item .item_col {
    position: relative;
    font-size: 14px;
    color: #6a6d6f;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px 0;
}

.web_whygo_section .right_block_wrapper .right_item .item_col .icon {
    margin: 0;
    padding: 0;
    display: flex;
    width: 75px;
    height: 75px;
    background: #e7e7e7;
    align-items: center;
    justify-content: center;
    border-radius: 24px 28px 30px 59px;
    box-shadow: 3px 3px 0px 0px rgb(5 18 76 / 47%);
}

.web_whygo_section .right_block_wrapper .right_item .item_col .icon img {
    width: 31px;
    object-fit: contain;
    height: 30px;
}
.web_whygo_section .right_block_wrapper .right_item .item_col p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 77%;
    margin-left: 22px;
}

.web_whygo_section .right_block_wrapper .animate_btn:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 95%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

/*-- web_whygo_section --*/

/*-- ecommerce_deliberately --*/

.ecommerce_deliberately {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.ecommerce_deliberately .title {
    margin: 0 0 12px 0;
    padding: 0 0 26px 0;
    text-align: center;
}
.ecommerce_deliberately .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    bottom: 0;
}

.ecommerce_deliberately .title span {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: var(--font-size-18);
    color: var(--orange-color);
    font-weight: 600;
    display: inline-block;
}
/*.our-solutions_clients .title:before { display:none; }*/

.ecommerce_deliberately .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.ecommerce_deliberately .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 36px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.ecommerce_deliberately .ltem_block {
    margin: 0;
    padding: 41px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.ecommerce_deliberately .ltem_block .item {
    margin: 4px;
    padding: 0;
    width: 13%;
    height: 92px;
    border: 1px solid #0f1f2e4a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
}

.ecommerce_deliberately .ltem_block .item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*-- ecommerce_deliberately --*/

/*/////////////////////////*/

/*-- web-why-choose-us-ideal --*/

.php-codeigniter-idead-support {
    margin: 0;
    padding: 60px 0;
    background: #ffffff;
}

.php-codeigniter-idead-support .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.php-codeigniter-idead-support .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.php-codeigniter-idead-support .title h2 {
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 43px;
    color: #05124c;
    font-weight: 700;
    width: 75%;
    text-align: center;
}
.php-codeigniter-idead-support .title p {
    margin: 0 auto;
    padding: 10px 0;
    width: 68%;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: #000;
    font-weight: 400;
    text-align: center;
}

.php-codeigniter-idead-support .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.php-codeigniter-idead-support .item_col {
    margin-top: 50px;
}

.php-codeigniter-idead-support .web-why-choose-us-inner-box {
    border: 1px solid #ecedee;
    -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    border-radius: 10px;
    padding: 20px 20px 20px;
    background-color: var(--light-ass-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.php-codeigniter-idead-support .web-why-choose-us-inner-box .web-why-choose-inner-icon {
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-top: -57px;
    background-color: #fff;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 4px solid #ffffff;
}

.php-codeigniter-idead-support .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon {
    background: #05124c;
    border: 4px solid #fff;

    box-shadow: none;
}

.php-codeigniter-idead-support .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon img {
    filter: invert(100%);
}

.php-codeigniter-idead-support .web-why-choose-us-inner-box h5 {
    margin: 0;
    padding: 0 0 0 90px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 36px;
    color: var(--blue-dark-color);
    font-weight: 700;
    margin-top: 15px;
}

.php-codeigniter-idead-support .web-why-choose-us-inner-box p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.php-codeigniter-idead-support .web-why-choose-us-inner-box:hover h5 {
    color: #fff;
}
.php-codeigniter-idead-support .web-why-choose-us-inner-box:hover {
    background-color: #05124c;
}

.php-codeigniter-idead-support .web-why-choose-us-inner-box:hover p {
    color: #fff;
}

/*-- web-why-choose-us-ideal --*/

/*-- iosbuild_apps --*/

.iosbuild_apps {
    margin: 0;
    padding:60px 0;
}
.iosbuild_apps .item-left {
    margin: 0;
    padding: 0;
}
.iosbuild_apps .item-left .title {
    margin: 0 0 20px 0;
    padding: 0 0 18px 0;
}

.iosbuild_apps .item-left .title h2 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}

.iosbuild_apps .item-left ul {
    margin: 0;
    padding: 16px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.iosbuild_apps .item-left ul li {
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 24px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
    width: 100%;
}

.iosbuild_apps .item-left p {
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.iosbuild_apps .item_right {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.iosbuild_apps .item_right img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

/*-- iosbuild_apps --*/

/*-- ios-benefit-block --*/

.ios-benefit-block {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.ios-benefit-block .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.ios-benefit-block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.ios-benefit-block .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

.ios-benefit-block .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.ios-benefit-block .item_bd {
    margin: 0;
    padding: 60px 0 0 0;
}

.ios-benefit-block .item_bd .item_box {
    padding: 10px 15px;
    position: relative;
    height: 100%;
    border-radius: 10px;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
}

.ios-benefit-block .item_bd .item_box .icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    line-height: 100px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -69px;
    border: 3px solid #05124c;
}

.ios-benefit-block .item_bd .item_box .icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

.ios-benefit-block .item_bd .item_box h4 {
    margin: 0;
    padding: 34px 0 6px 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
}

.ios-benefit-block .item_bd .item_box:hover {
    background: #fff;
}

.ios-benefit-block .item_bd .item_box:hover h4 {
    color: #05124c;
}

.ios-benefit-block .item_bd .item_box:hover .icon {
    border: 4px solid #05124c;
}

/*-- ios-benefit-block --*/

/*-- iOS-mobileapp-section --*/

.iOS-mobileapp-section {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.iOS-mobileapp-section .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.iOS-mobileapp-section .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.iOS-mobileapp-section .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

.iOS-mobileapp-section .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.iOS-mobileapp-section .item-slider-wrapper {
    margin: 0;
    padding: 25px 0 0 0;
}

.iOS-mobileapp-section .item-slider-wrapper .item {
    padding: 10px 15px;
    position: relative;
    height: 100%;
    border-radius: 10px;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    /* transition: all 0.3s; */
    margin-top: 54px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s;
}

.iOS-mobileapp-section .item-slider-wrapper .item .icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    line-height: 100px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -66px;
    z-index: 10;
}
.iOS-mobileapp-section .item-slider-wrapper .item .icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

.iOS-mobileapp-section .item-slider-wrapper .item h4 {
    margin: 0;
    padding: 50px 0 25px 0;
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
}

.iOS-mobileapp-section .item-slider-wrapper .item:hover {
    background: #fff;
}

.iOS-mobileapp-section .item-slider-wrapper .item:hover h4 {
    color: #05124c;
}

.iOS-mobileapp-section .item-slider-wrapper .item:hover .icon {
    border: 4px solid #05124c;
}

/*-- iOS-mobileapp-section --*/

/*--androod-uiux-services--*/

.androod-uiux-services {
    margin: 0;
    padding: 60px 0;
    background: #fff;
}

.androod-uiux-services .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.androod-uiux-services .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.androod-uiux-services .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.androod-uiux-services .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #434343;
    font-weight: 400;
    text-align: center;
}

.androod-uiux-services .item_bd {
    margin: 0;
    padding: 0;
}

.androod-uiux-services .item_bd .mar-b30 {
    margin-bottom: 30px;
}

.androod-uiux-services .item_bd .uiux-service-box {
    margin: 0;
    padding: 0;
}
.androod-uiux-services .item_bd .uiux-service-box-image {
    overflow: hidden;
    border-radius: 10px;
    height: 290px;
}

.androod-uiux-services .item_bd .uiux-service-box .uiux-service-box-image img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.androod-uiux-services .item_bd .text_box {
    position: relative;
    padding: 25px 20px;
    margin: -50px 25px 0;
    min-height: 250px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;

    transition: all 0.3s;
}

.androod-uiux-services .item_bd .text_box .uiux-service-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 30px;
    top: -40px;
}

.androod-uiux-services .item_bd .text_box .uiux-service-icon img {
    max-width: 100%;
}

.androod-uiux-services .item_bd .text_box h3 {
    font-size: 24px;
    color: var(--bg-light-color);
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 110px;

    line-height: 30px;
}

.androod-uiux-services .item_bd .text_box p {
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.androod-uiux-services .item_bd .uiux-service-box:hover .text_box {
    background: #05124c;
}

.androod-uiux-services .item_bd .uiux-service-box:hover .text_box h3 {
    color: #fff;
}
.androod-uiux-services .item_bd .uiux-service-box:hover .text_box p {
    color: #fff;
}

/*--androod-uiux-services--*/

/*-- android-app-from-scratch --*/

.android-app-from-scratch {
    margin: 0;
    padding: 60px 0;
}

.android-app-from-scratch .title {
    text-align: center;
    padding-bottom: 29px;
    margin-bottom: 18px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
}

.android-app-from-scratch .title h2 strong {
    color: var(--blue-dark-color);
    padding-bottom: 10px;
    position: relative;
    font-size: var(--font-size-52);
    line-height: 62px;
    font-weight: 900;
    /*    background: url(../media/home/circle.png) no-repeat center center;*/
    background-size: 100% 100%;
}
.android-app-from-scratch .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #000000;
    font-weight: 700;
    width: 70%;
}

.android-app-from-scratch .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.android-app-from-scratch .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.android-app-from-scratch .process-box .process-box-icon {
    width: 105px;
    height: 92px;
    position: relative;
    top: 0;
    left: -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    margin: 0 0 20px;
    transition: all 0.3s;
    background: var(--blue-light-color);
    border-radius: 0 0 68px 0;
}
.android-app-from-scratch .process-box .process-box-icon img {
    filter: brightness(0) invert(1);
}

.android-app-from-scratch .process-box:hover .process-box-icon {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.android-app-from-scratch .process-box .bd {
    position: relative;
    z-index: 5;
}

.android-app-from-scratch .process-box {
    width: 100%;
    border: 1px solid #dddfe1;
    border-radius: 10px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}

.android-app-from-scratch .process-box:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--blue-light-color);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 100px;
}

.android-app-from-scratch .process-box:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.android-app-from-scratch .col-item {
    margin-bottom: 30px;
}

.android-app-from-scratch .process-box h4 {
    font-size: var(--small-16);
    color: var(--blue-dark-color);
    margin: 10px 0;
    transition: all 0.3s;
}

.android-app-from-scratch .process-box:hover h4 {
    color: var(--white-color);
}

.android-app-from-scratch .process-box ul {
    margin: 0;
    padding: 0;
}

.android-app-from-scratch .process-box li {
    width: 100%;
    font-size: var(--small-16);
    color: var(--black-color);
    font-weight: 500;
    margin: 8px 0;
    line-height: 22px;
    display: block;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s;
}

.android-app-from-scratch .process-box:hover ul li {
    color: var(--white-color);
}

.android-app-from-scratch .process-box li:after {
    content: "\f105";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 600;
}

.android-app-from-scratch .process-box li > i {
    font-size: 12px;
    position: static;
    background: transparent;
    width: auto;
    height: auto;
    color: #6a6d6f;
    border-radius: 0;
    margin-right: 5px;
    align-items: flex-start;
    line-height: 1.5;
}

.android-app-from-scratch .process-box:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-color: #fff;
}

.android-app-from-scratch .process-items {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    padding-bottom: 41px;
}

/*-- android-app-from-scratch --*/

/*-- virtual_benefits_sec --*/

.virtual_benefits_sec {
    margin: 0;
    padding: 60px 0;
    background: var(--white-color);
}

.virtual_benefits_sec .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.virtual_benefits_sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.virtual_benefits_sec .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.virtual_benefits_sec .title p {
    color: #000000;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.virtual_benefits_sec .item_bd {
    margin: 0;
    padding: 0;
}
.virtual_benefits_sec .item_bd .ar-why-choose-image {
    margin: 0;
    padding: 0;
}
.virtual_benefits_sec .item_bd .ar-why-choose-image img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.virtual_benefits_sec .item_bd .right-block .mbt-30 {
    margin-top: 90px;
}

.virtual_benefits_sec .item_bd .item_box {
    padding: 10px 15px;
    position: relative;
    border-bottom: 5px solid #ecedee;
    -webkit-box-shadow: 0 5px 10px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 5px 10px 0 rgba(72, 73, 121, 0.15);
    border: 0;
    border-bottom: 5px solid transparent;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #818080;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    background: #05124c;
    margin-top: 0;
}

.virtual_benefits_sec .item_bd .item_box .why-choose-us-icon {
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 0 0px 7px 3px rgb(0 10 54);
    -moz-box-shadow: 0 0px 7px 3px rgb(0 10 54);
    box-shadow: 0 0px 6px 3px rgb(0 10 54);
    border-radius: 100%;
    line-height: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: -64px;
}
.virtual_benefits_sec .item_bd .item_box .why-choose-us-icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

.virtual_benefits_sec .item_bd .item_box .text-box {
    margin: 0;
    padding: 44px 0 30px 0;
    text-align: center;
}

.virtual_benefits_sec .item_bd .item_box .text-box h4 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 600;
}
.virtual_benefits_sec .item_bd .item_box .text-box p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #c2c2c2;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.virtual_benefits_sec .item_bd .item_box:hover .why-choose-us-icon {
    background: #05124c;
    box-shadow: none;
    border: 4px solid #fff;
}

.virtual_benefits_sec .item_bd .item_box:hover .why-choose-us-icon img {
    filter: invert(100%);
}

/*-- virtual_benefits_sec --*/

/*uiux-dev-fascinates*/

.uiux-dev-fascinates {
    background: var(--light-ass-color);
}

/*uiux-dev-fascinates*/

/*/////////////////*/

/*-- uiuxdev-isoand-block --*/

.uiuxdev-isoand-block {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.uiuxdev-isoand-block .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}
.uiuxdev-isoand-block .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.uiuxdev-isoand-block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.uiuxdev-isoand-block .title p {
    margin: 0 auto;
    padding: 6px 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: #e9e9e9;
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.uiuxdev-isoand-block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 6px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.uiuxdev-isoand-block .bd {
    margin: 0;
    padding: 0;
}
.uiuxdev-isoand-block .bd .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.uiuxdev-isoand-block .bd .col_box {
    margin: 0;
    padding: 0;
    height: 400px;
    width: 100%;
}
.uiuxdev-isoand-block .bd .row:nth-child(odd) .col_box .text {
    background: #05124c;
}
.uiuxdev-isoand-block .bd .col_box .text {
    margin: 0;
    padding: 20px 20px 20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #05124c;
    /* box-shadow: 0 0 8px 2px rgb(0 0 0 / 15%); */
    /* border-radius: 20px 0px 20px 20px; */
}
.uiuxdev-isoand-block .bd .row:nth-child(odd) .col_box .text {
    /* border-radius: 20px 20px 20px 0px; */
}

.uiuxdev-isoand-block .bd .col_box h3 {
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: var(--bg-white-color);
    font-weight: 700;
}
.uiuxdev-isoand-block .bd .col_box p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: left;
}

.uiuxdev-isoand-block .bd .col_box .figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 20px 20px 20px;
    overflow: hidden;
}
.uiuxdev-isoand-block .bd .row:nth-child(odd) .col_box .figure {
    border-radius: 20px 20px 0px 20px;
}

.uiuxdev-isoand-block .bd .row .col_box .figure img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s;
}
.uiuxdev-isoand-block .bd .row:hover .col_box .figure img {
    transform: scale(1.1);
}

/*-- uiuxdev-isoand-block --*/

/*-- uiuxdev-isoand-block --*/

.uiuxdev-application-block {
    margin: 0;
    padding: 60px 0;
    background: var(--white-color);
}

.uiuxdev-application-block .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}
.uiuxdev-application-block .title span {
    font-size: var(--small-16);
    font-weight: bold;
    color: var(--orange-color);
}

.uiuxdev-application-block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.uiuxdev-application-block .title p {
    margin: 0 auto;
    padding: 6px 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: #646464;
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.uiuxdev-application-block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 6px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.uiuxdev-application-block .bd {
    margin: 0;
    padding: 0;
}
.uiuxdev-application-block .bd .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.uiuxdev-application-block .bd .col_box {
    margin: 0;
    padding: 0;
    height: 400px;
    width: 100%;
}
.uiuxdev-application-block .bd .row:nth-child(odd) .col_box .text {
    background: #ffffff;
}
.uiuxdev-application-block .bd .col_box .text {
    margin: 0;
    padding: 20px 20px 20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #ffffff;
    /* box-shadow: 0 0 8px 2px rgb(0 0 0 / 15%); */
    /* border-radius: 20px 0px 20px 20px; */
}
.uiuxdev-application-block .bd .row:nth-child(odd) .col_box .text {
    /* border-radius: 20px 20px 20px 0px; */
}

.uiuxdev-application-block .bd .col_box h3 {
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 42px;
    color: #05124c;
    font-weight: 700;
}
.uiuxdev-application-block .bd .col_box p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    text-align: left;
}

.uiuxdev-application-block .bd .col_box .figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 20px 20px 20px;
    overflow: hidden;
}

.uiuxdev-application-block .bd .row:nth-child(odd) .col_box .figure {
    border-radius: 20px 20px 0px 20px;
}

.uiuxdev-application-block .bd .col_box .figure img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    width: 100%;
    transition: all 0.3s;
}
.uiuxdev-application-block .bd .row:hover .col_box .figure img {
    transform: scale(1.1);
}

/*-- uiuxdev-isoand-block --*/

/*-- uiux-design-unique-sec --*/

.uiux-design-unique-sec {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.uiux-design-unique-sec .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.uiux-design-unique-sec .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    width: 80%;
}

.uiux-design-unique-sec .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.uiux-design-unique-sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.uiux-design-unique-sec .item_bdwrapper .row {
    padding-bottom: 15px;
    padding-top: 15px;
    transition: all 0.3s;
}

.uiux-design-unique-sec .item_bdwrapper .row:nth-child(odd) {
    flex-direction: row-reverse;
}

.uiux-design-unique-sec .item_bdwrapper .item-img {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.uiux-design-unique-sec .item_bdwrapper .item-img img {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.uiux-design-unique-sec .item_bdwrapper .row:hover .item-img img {
    transform: scale(1.1);
}

.uiux-design-unique-sec .item_bdwrapper .item-text {
    margin: 0;
    padding: 0;
}

.uiux-design-unique-sec .item_bdwrapper .item-text .number {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 55px;
    color: #7a81a0;
}

.uiux-design-unique-sec .item_bdwrapper .item-text h3 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #ffffff;
    line-height: 34px;
    font-weight: 600;
}

.uiux-design-unique-sec .item_bdwrapper .item-text p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #c2c2c2;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

/*-- uiux-design-unique-sec --*/

/*--uiux-tools-main--*/

.uiux-tools-main {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.uiux-tools-main .title {
    width: 100%;
    text-align: center;
    margin-bottom: 44px;
    padding-bottom: 34px;
}

.uiux-tools-main .title h2 {
    margin: 0 auto;
    padding: 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}
.uiux-tools-main .title p {
    margin: 0 auto;
    padding: 6px 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: #646464;
    font-weight: 400;
    width: 76%;
    text-align: center;
}

.uiux-tools-main .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    margin: 0 auto;
    bottom: 13px;
    height: 6px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translate(-50%);
}

.uiux-tools-main .uiux-tools-box {
    text-align: center;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ecedee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 10px;
    border-radius: 10px !important;
}

.uiux-tools-main .uiux-tools-box img {
    max-width: 100%;
    object-fit: contain;
}
.uiux-tools-main .mrb30 {
    margin-bottom: 30px;
}

/*--uiux-tools-main--*/

/*--responsive-design-sec--*/

.responsive-design-sec {
    margin: 0;
    padding: 60px 0 0 0;
    background: var(--bg-light-color);
}

.responsive-design-sec .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.responsive-design-sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.responsive-design-sec .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

.responsive-design-sec .title p {
    margin: 0 auto;
    padding: 0;
    width: 65%;
    text-align: center;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
}

.responsive-design-sec .item_bd {
    margin: 0;
    padding: 42px 0 24px 0;
}

.responsive-design-sec .item_bd .item {
    margin: 0;
    padding: 15px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
}

.responsive-design-sec .item_bd .item .icon {
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-top: -57px;
    background-color: #fff;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 4px solid #ffffff;
}

.responsive-design-sec .item_bd .item .icon img {
    max-width: 100%;
}

.responsive-design-sec .item_bd h4 {
    margin: 0;
    padding: 0 0 0 95px;
    font-size: 24px;
    color: #05124c;
    line-height: 34px;
    font-weight: 600;
}

.responsive-design-sec .item_bd p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

.responsive-design-sec .item_bd ul {
    margin: 0;
    padding: 0;
}
.responsive-design-sec .item_bd ul li {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    width: 100%;
    text-align: left;
    display: flex;
}

.responsive-design-sec .item_bd ul li .fa {
    margin: 0;
    padding: 5px 7px 0 0;
    font-size: 15px;
    color: #05124c;
}

.responsive-design-sec .item_bd .item:hover .icon {
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-top: -57px;
    background-color: #ffffff;
    float: left;
    transition: all 0.3s ease-in-out;
    border: 4px solid #05124c;
}

.responsive-design-sec .image-figure {
    margin: 0;
    padding: 0;
}
.responsive-design-sec .image-figure img {
    width: 100%;
    object-fit: cover;
}

/*--responsive-design-sec--*/

/*-- responsive-design-functional --*/

.responsive-design-functional {
    margin: 0;
    padding: 60px 0;
    background: #fff;
}

.responsive-design-functional .title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

.responsive-design-functional .title h2 {
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 43px;
    color: #05124c;
    font-weight: 700;
    width: 60%;
    text-align: center;
}

.responsive-design-functional .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.responsive-design-functional .item_bd {
    margin: 0;
    padding: 0;
}
/*.responsive-design-functional .item_bd .row {display:flex; flex-wrap:wrap;  }*/

.responsive-design-functional .item_bd .col-left {
    position: relative;
    z-index: 1;
}

.responsive-design-functional .item_bd .left_block {
    margin: 0;
    padding: 0;
}

.responsive-design-functional .item_bd .left_block img {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.responsive-design-functional .item_bd .col-right {
    margin-right: 0 !important;
    margin-left: -9% !important;
}

.responsive-design-functional .item_bd .card-box {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    z-index: 1;
}

.responsive-design-functional .item_bd .card-box p {
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.responsive-design-functional .item_bd .card-box h4 {
    margin: 0;
    padding: 14px 0 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 36px;
    color: var(--blue-dark-color);
    font-weight: 700;
}

.responsive-design-functional .item_bd .card-box ul {
    margin: 0;
    padding: 12px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.responsive-design-functional .item_bd .card-box ul li {
    margin: 0 auto;
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 24px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
    width: 100%;
}

.responsive-design-functional .item_bd .card-box ul li i {
    padding-right: 4px;
}

/*-- responsive-design-functional --*/

/*-- landing-page-fascinates --*/
.landing-page-fascinates {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}
/*-- landing-page-fascinates --*/

/*----*/

/*faq_block*/

.faqinner_block {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.faqinner_block .title {
    margin: 0 0 35px 0;
    padding: 0px 0 28px 0;
}

.faqinner_block .title:before {
    position: absolute;
    left: 50%;
    width: 98px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}
.faqinner_block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.faqinner_block .bd_block {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.faqinner_block .bd_block .accordion {
    margin: 0;
    padding: 0;
}


.faqinner_block .bd_block .accordion .accordion_row {
    margin: 0 0 17px;
    padding: 0;
    border: 0;
    background: transparent;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-header {
    margin: 0;
    padding: 16px 18px;
    background: #e8ecf3;
    border-radius: 4px;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-header .accordion-button {
    margin: 0;
    padding: 0;
    background:transparent;
    border: 0;
    border-bottom: 0;
    box-shadow: none;
    font-size:18px;
    color: #05124c;
    font-weight:600;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-collapse {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body {
    margin: 0;
    padding: 16px 5px;
    border: 0;
    box-shadow: none;
    border-top: 0;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body p {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
    color: var(--dark-ass-color);
    font-weight:500;
    text-align: left;
    padding-bottom: 10px;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body ul {
    margin: 0;
    padding: 4px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.faqinner_block .bd_block .accordion .accordion_row .accordion-collapse .accordion-body ul li {
    margin: 0 auto;
    padding: 2px 0;
    font-size: var(--font-size-16);
    line-height: 22px;
    color: var(--dark-ass-color);
    font-weight: 400;
    padding-bottom: 7px;
    width: 100%;
    /* list-style: decimal; */
    list-style-type: none;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    color: #fff;
    background: url(../media/faq/down-arrow.png) no-repeat left center;
    background-size: contain;
}

.faqinner_block .bd_block .accordion .accordion_row .accordion-header .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background: url(../media/faq/down-arrow.png) no-repeat left center;
    background-size: contain;
}

/*//////////////////////*/

.faqinner_block .col_faq-wrapper {
    margin: 0;
    padding: 0;
}
.faqinner_block .col_faq-wrapper .item-lt-wrapper {
    margin: 0;
    padding: 0;
}

.faqinner_block .col_faq-wrapper .item-lt-wrapper .item_bd {
    margin: 0;
    padding: 72px 0 0 0;
}
.faqinner_block .col_faq-wrapper .item-lt-wrapper .item_bd:first-child {
    padding-top: 0;
}

.faqinner_block .col_faq-wrapper .item-lt-wrapper .item_bd h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 14px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #05124c;
    font-weight: 700;
    width: 70%;
    display: inline-block;
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper {
    margin: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    padding: 0 15px;
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper h5 {
    margin: 0;
    padding: 0 0 19px 0;
    font-size: 32px;
    line-height: 38px;
    color: #05124c;
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper .item_bd {
    margin: 0;
    padding: 0;
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper .item_bd ul {
    margin: 0;
    padding: 9px 0 0 0;
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper .item_bd ul li {
    margin: 0;
    padding: 10px 0 10px 8px;
    display: block;
    border-left: 3px solid #000;
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper .item_bd ul li a {
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper .item_bd ul .faq_active-color.active a {
    color: var(--orange-light-color);
}

.faqinner_block .col_faq-wrapper .item-rt-wrapper .item_bd ul .faq_active-color.active {
    border-left: 3px solid #ff8805;
}

/*faqblock_home*/

/*-- cookies_wrapper --*/
.cookies_wrapper {
    margin: 0;
    padding: 0;
}

.cookies_wrapper .content-wrap {
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(255, 255, 255);
    margin: 0 0 26px 0;
    padding: 14px 20px;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 650px;
    display: block;
    z-index: 99999999;
    flex-wrap: nowrap;
    transform: translateX(-50%);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(5);
    border: 0.5px solid #d8d8d8;
}


.cookies_wrapper .content-wrap .bd-block {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookies_wrapper .content-wrap .bd-block .text { margin:0; padding:0; }
.cookies_wrapper .content-wrap .bd-block .text h5 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
}

.cookies_wrapper .content-wrap .bd-block .text p {
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
    color: #2c2c2c;
    line-height: 22px;
    font-weight: 500;
}

.cookies_wrapper .content-wrap .bd-block .accept_reject-btn-block {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.cookies_wrapper .content-wrap .bd-block .accept_reject-btn-block .btn-wrap { margin:0; padding:0; }

.cookies_wrapper .content-wrap .bd-block .accept_reject-btn-block .btn-wrap button {
    /* box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%); */
    border-radius: 50px;
    margin: 0 4px;
    padding: 10px 6px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    transition: all 0.6s;
    font-weight: 500;
    background: #05124c;
    min-width: 128px;
    border: 0;
    border: 1px solid #05124c;
}
.cookies_wrapper .content-wrap .bd-block .accept_reject-btn-block .btn-wrap button:hover {
	
	background: #15287d;
	border: 1px solid #15287d;
}


.cookies_wrapper .cookies-policy {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #00518d;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #00518d;
    display: inline-block;
    box-shadow: none;
}


/*.cookies_wrapper p {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-size: 15px;*/
/*    line-height: 26px;*/
/*    color: #fff;*/
/*    font-weight: 400;*/
/*    text-align: left;*/
/*}*/



/*.cookies_wrapper .cookies-policy:hover {*/
/*    color: #05124c;*/
/*    border: 0;*/
/*    font-weight: 500;*/
/*}*/

/*.cookies_wrapper .accept-close {*/
/*    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);*/
/*    border-radius: 50px;*/
/*    margin: 0;*/
/*    padding: 8px 20px 8px 20px;*/
/*    font-size: 16px;*/
/*    line-height: 22px;*/
/*    color: #fff;*/
/*    transition: all 0.6s;*/
/*    font-weight: 500;*/
/*    background: #05124c;*/
/*    width: 166px;*/
/*    border: 0;*/
/*}*/

/*.cookies_wrapper .accept-close:hover {*/
/*    color: #05124c;*/
/*    transition: all 0.6s;*/
/*    background: #fff;*/
/*}*/



/*-- cookies_wrapper --*/

/*-- crmdev-tailored --*/

.crmdev-tailored {
    margin: 0;
    padding: 60px 0;
    background: #ecedee;
}
.crmdev-tailored .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.crmdev-tailored .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}
.crmdev-tailored .title p {
    color: #000000;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.crmdev-tailored .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.crmdev-tailored .item_bd {
    margin: 0;
    padding: 0;
    /* background: rgb(4, 109, 156); */
    /* background: linear-gradient(90deg, rgba(4, 109, 156, 1) 3%, rgba(4, 103, 154, 1) 5%, rgba(35, 33, 34, 1) 55%, rgba(189, 92, 29, 1) 100%); */
    border-radius: 10px;
    background: rgb(3,34,169);
    background: linear-gradient(274deg, rgba(3,34,169,1) 0%, rgba(5,18,76,1) 84%);
}
.crmdev-tailored .item_bd .row {
    margin: 0;
    padding: 0;
}

.crmdev-tailored .item_bd .row .ma0:nth-child(1),
.crmdev-tailored .item_bd .row .ma0:nth-child(2),
.crmdev-tailored .item_bd .row .ma0:nth-child(3) {
    border-top: 0;
}

.crmdev-tailored .item_bd .row .ma0:nth-child(3n + 1) {
    border-left: 0;
}

.crmdev-tailored .item_bd .ma0 {
    margin: 0;
    padding: 0;
    border: 2px dashed #ddd;
    border-bottom: 0;
    border-right: 0;
}

.crmdev-tailored .item_bd .text {
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.crmdev-tailored .item_bd .text p {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-20);
    line-height: 36px;
    color: #fff;
    font-weight: 700;
}

/*-- crmdev-tailored --*/

/*-- customized-crm-block --*/

.customized-crm-block {
    margin: 0;
    padding: 60px 0;
    background: #fff;
}

.customized-crm-block .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.customized-crm-block .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}
.customized-crm-block .title p {
    color: #000000;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.customized-crm-block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.customized-crm-block .item-img { position: sticky; top: 156px; }


.customized-crm-block .item_text_box {
    margin: 10px 0;
    padding: 10px 12px;
    background: #ffffff;
    border-radius: 16px;
    /*border-top: 2px #f5851f solid;
    border-right: 2px #f5851f solid; 
    border-left: 2px #05124c solid;
    border-bottom: 2px #05124c solid; */
}
.customized-crm-block .item_text_box .top_sec {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.customized-crm-block .item_text_box .top_sec .icon_box {
    margin: 0;
    padding: 10px;
    width: 60px;
    height: 60px;
    background: #05124c;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customized-crm-block .item_text_box .top_sec .icon_box img {
    /* max-width: 100%; */
    height: 40px;
    object-fit: contain;
    filter: invert(1);
    width: 40px;
}
.customized-crm-block .item_text_box .top_sec h4 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: var(--font-size-18);
    color: var(--blue-dark-color);
    line-height: 22px;
    /* color: #fff; */
    transition: all 0.3s;
    width: 80%;
}

.customized-crm-block .item_text_box .text-box {
    margin: 0;
    padding: 10px 0 0 0;
}
.customized-crm-block .item_text_box .text-box p {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    color: #424242;
}


/**/

.customized-crm-icon-color .item_text_box .top_sec .icon_box img {
    filter:invert(0) !important; }

/*-- customized-crm-block --*/

/*-- crmdev_whychoose-sec -*/

.crmdev_whychoose-sec .our-clientsreviews {
    margin: 0;
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.crmdev_whychoose-sec .our-clientsreviews p {
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 39px;
    color: #e2e7ff;
    line-height: 36px;
    font-style: italic;
}
.crmdev_whychoose-sec .our-clientsreviews .animate_btn {
    margin-top: 0;
}

/*-- crmdev_whychoose-sec --*/

/*-- marking-seo-servic --*/

.marking-seo-servic {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.marking-seo-servic .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.marking-seo-servic .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.marking-seo-servic .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.marking-seo-servic .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.marking-seo-servic .item_bd {
    margin: 0;
    padding: 30px 0 0 0;
}
.marking-seo-servic .item_bd .item-left {
    margin: 0;
    padding: 0;
}
.marking-seo-servic .item_bd .item-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.marking-seo-servic .item_bd .item-right {
    margin: 0;
    padding: 0;
}
.marking-seo-servic .item_bd .item-right h2 {
    text-align: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 30px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 42px;
    color: var(--bg-white-color);
    font-weight: 700;
}

.marking-seo-servic .item_bd .item-right p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: #c9c9c9;
    font-weight: 400;
    text-align: left;
}

/*-- marking-seo-servic --*/

/*--mvp-why-choose-dev-section--*/

.expert-seo-services-sec {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.expert-seo-services-sec .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.expert-seo-services-sec .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #05124c;
    font-weight: 700;
    text-align: center;
}

.expert-seo-services-sec .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    text-align: center;
}

.expert-seo-services-sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.expert-seo-services-sec .row .col_left {
    position: relative;
    z-index: 1;
}
.expert-seo-services-sec .row .col_right {
    margin-right: 0 !important;
    margin-left: -9% !important;
}

.expert-seo-services-sec .item-left {
    margin: 0; padding: 0;
}
.expert-seo-services-sec .item-left img {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px !important;
}

.expert-seo-services-sec .item_right_box {
    padding: 40px 20px 40px 95px;
    background: #05124c;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.expert-seo-services-sec .item_right_box .item_box {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 25px 20px 15px;
    border-radius: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    align-items: center;
    position: relative;
}

.expert-seo-services-sec .item_right_box .item_box .icon_box {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 0px 4px 5px rgb(255 255 255 / 18%);
    -moz-box-shadow: 0 0px 4px 5px rgb(255 255 255 / 18%);
    box-shadow: 0 0px 4px 5px rgb(255 255 255 / 18%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.expert-seo-services-sec .item_right_box .item_box .icon_box img {
    margin: auto;
}

.expert-seo-services-sec .item_right_box .item_box .text-box {
    width: calc(100% - 140px);
    margin-left: 20px;
    padding: 0;
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.expert-seo-services-sec .item_right_box .item_box .text-box h6 {
    margin: 0;
    padding: 0 0 6px 0;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 600;
}
.expert-seo-services-sec .item_right_box .item_box .text-box p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #bcbcbc;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

.expert-seo-services-sec .item_right_box .item_box:hover .text-box h6 {
    padding: 0 0 6px 0;
    font-size: 20px;
    color: #05124c;
    line-height: 30px;
    font-weight: 600;
    transition: all all 0.3s;
}

.expert-seo-services-sec .item_right_box .item_box:hover .text-box p {
    color: #000000;
    transition: all all 0.3s;
}

.expert-seo-services-sec .item_right_box .item_box:hover .icon_box {
    -webkit-box-shadow: 0 0px 4px 5px rgb(5 18 76 / 35%);
    -moz-box-shadow: 0 0px 4px 5px rgb(5 18 76 / 35%);
    box-shadow: 0 0px 4px 5px rgb(5 18 76 / 35%);
    background-color: #05124c;
    transition: all all 0.3s;
}

.expert-seo-services-sec .item_right_box .item_box:hover .icon_box img {
    filter: brightness(0) invert(1);
    transition: all all 0.3s;
}

.expert-seo-services-sec .item_right_box .item_box:after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100px;
    transition: all 0.7s;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.expert-seo-services-sec .item_right_box .item_box:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100px;
    transition: all 0.7s;
    visibility: visible;
    opacity: 1;
    border-radius: 100px;
}

/*--mvp-why-choose-dev-section--*/

/*-- promoting-brand-block --*/

.promoting-brand-block {
    margin: 0;
    padding: 60px 0;
    background: #05124c;
}

.promoting-brand-block .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.promoting-brand-block .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.promoting-brand-block .title p {
    color: var(--ass-color);
    margin: 0 auto;
    width: 86%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #d8d8d8;
    font-weight: 400;
    text-align: center;
}

.promoting-brand-block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.promoting-brand-block .item-row {
    margin: 0;
    padding: 0;
}

.promoting-brand-block .item-row .mbt-15 {
    margin-top: 30px;
}

.promoting-brand-block .item-row .item {
    border: 1px solid #ecedee;
    -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    border-radius: 10px;
    padding: 20px 20px 20px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.promoting-brand-block .item-row .item p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.promoting-brand-block .item-row .item ul {
    margin: 0;
    padding: 25px 0 0 0;
}
.promoting-brand-block .item-row .item ul li {
    margin: 0 auto;
    padding: 0 0 11px 23px;
    font-size: var(--font-size-16);
    line-height: 24px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
    width: 100%;
    position: relative;
    display: block;
}

.promoting-brand-block .item-row .item ul li:after {
    content: "\f1b2";
    width: 20px;
    height: 20px;
    color: #404040;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: 0;
}

.promoting-brand-block .item-row .item span {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

/*-- promoting-brand-block --*/

/*-- acqui-promoting-analytics --*/

.acqui-promoting-analytics {
    background: #faf6f6;
}

/*-- acqui-promoting-analytics --*/

/*//////////////////////////////////////////////*/

/*--howwe-worksection-wrapper--*/

.pricing_bdwrapper {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.pricing_bdwrapper .item_left {
    margin: 0;
    padding: 0;
}
.pricing_bdwrapper .item_left .item_bd .title {
    margin: 0;
    padding: 0 0 0px 0;
}
.pricing_bdwrapper .item_left .item_bd .title h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 14px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #05124c;
    font-weight: 700;
    width: 70%;
    display: inline-block;
}

.pricing_bdwrapper .item_left .title:before {
    display: none;
}

.pricing_bdwrapper .item_left .item_bd {
    margin: 0;
    padding: 60px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.pricing_bdwrapper .item_left .item_bd:nth-child(1) {
    padding-top: 0;
}

.pricing_bdwrapper .item_left .item_bd .item_col {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: self-start;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}

.pricing_bdwrapper .item_left .item_bd .item_col:hover {
    background: #fbfbfb;
}

.pricing_bdwrapper .item_left .item_bd .item_col .bd {
    margin: 0;
    padding: 20px 15px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 17%); /* border-radius: 8px; */
    border-top: 5px solid #05124c;
    text-align: center;
    height: 100%;
}

.pricing_bdwrapper .item_left .item_bd .item_col .icon {
    margin: 0;
    padding: 0 0 16px 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing_bdwrapper .item_left .item_bd .item_col .icon img {
    width: 70px;
}

.pricing_bdwrapper .item_left .item_bd .item_col .text-bd {
    margin: 0;
    padding: 0;
    width: calc(100% - 120px);
}

.pricing_bdwrapper .item_left .item_bd .item_col .text-bd h4 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: #000000;
    font-weight: 700;
}

.pricing_bdwrapper .item_left .item_bd .item_col .text-bd p {
    margin: 0 auto;
    padding: 0 0 9px 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: justify;
}

.pricing_bdwrapper .item_left .item_bd .item_col .text-bd ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.pricing_bdwrapper .item_left .item_bd .item_col .text-bd ul li {
    padding: 3px 0 3px 0;
    font-size: 16px;
    line-height: 32px;
    color: #05124c;
    font-weight: 300;
    text-align: left;
    display: inline-block;
    margin: 0 0 0 19px;
    position: relative;
}

.pricing_bdwrapper .item_left .item_bd .item_col .text-bd ul li a {
    padding: 3px 0 3px 0;
    font-size: 16px;
    line-height: 32px;
    color: #0059ad;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    margin: 0;
    position: relative;
}

.pricing_bdwrapper .item_left .item_bd .item_col .text-bd ul li b {
    padding: 3px 0 3px 0;
    font-size: 16px;
    line-height: 32px;
    color: #05124c;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin: 0;
    position: relative;
}

.pricing_bdwrapper .item_left .item_bd .item_col .text-bd ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0026cf;
    position: absolute;
    left: -19px;
    top: 15px;
    border-radius: 50px;
    /* border: 1px solid #767676; */
}

.pricing_bdwrapper .item_left .item_bd .button_block {
    background: #00000000;
    box-shadow: 0 2px 6px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 20px 0 10px 0;
    padding: 8px 20px;
    font-size: 16px !important;
    color: #05124c !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #05124cde;
    float: right;
}

.pricing_bdwrapper .item_left .item_bd .button_block .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.pricing_bdwrapper .item_left .item_bd .button_block:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}
.pricing_bdwrapper .item_left .item_bd .button_block:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 8px 44px 8px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
    border: 1px solid #fbfbfb;
}

/*
.onboarding_bdwrapper .item_left .item_bd .button_block:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 8px 15px 8px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
    border: 1px solid #fff;
}*/

.pricing_bdwrapper .item_right {
    margin: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    padding: 0 15px;
}

.pricing_bdwrapper .item_right h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    color: #05124c;
}
.pricing_bdwrapper .item_right .item_list {
    margin: 0;
    padding: 0;
}
.pricing_bdwrapper .item_right .item_list ul {
    margin: 0;
    padding: 9px 0 0 0;
}
.pricing_bdwrapper .item_right .item_list ul li {
    margin: 0;
    padding: 10px 0 10px 8px;
    display: block;
    border-left: 3px solid #000;
}

.pricing_bdwrapper .item_right .item_list ul li.howwework-active-color.active {
    border-left: 3px solid #ff8805;
}

.pricing_bdwrapper .item_right .item_list ul li a {
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.pricing_bdwrapper .item_right .item_list ul .howwework-active-color.active a {
    color: var(--orange-light-color);
}

/*--.pricing_bdwrapper--*/

/*--onboarding_bdwrapper--*/

.onboarding_bdwrapper {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.onboarding_bdwrapper .item_left {
    margin: 0;
    padding: 0;
}
.onboarding_bdwrapper .item_left .item_bd .title {
    margin: 0;
    padding: 0 0 0px 0;
}
.onboarding_bdwrapper .item_left .item_bd .title h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 6px;
    margin-bottom: 14px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #05124c;
    font-weight: 700;
    width: 70%;
    display: inline-block;
}

.onboarding_bdwrapper .item_left .title:before {
    display: none;
}

.onboarding_bdwrapper .item_left .item_bd {
    margin: 0;
    padding: 60px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.onboarding_bdwrapper .item_left .item_bd:nth-child(1) {
    padding-top: 0;
}

.onboarding_bdwrapper .item_left .item_bd .item_col {
    margin: 6px 0;
    padding: 0;
    background: #f8f8f8;
    height: 100%;
    border-radius: 10px;
}

.onboarding_bdwrapper .item_left .item_bd h3 {
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 30px;
    color: #000;
    line-height: 36px;
    font-weight: 600;
}

.onboarding_bdwrapper .item_left .item_bd .item_col:hover {
    background: #fbfbfb;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .bd {
    margin: 0;
    padding: 20px 15px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 17%); /* border-radius: 8px; */
    border-top: 5px solid #05124c;
    text-align: center;
    height: 100%;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .icon {
    margin: 0;
    padding: 0 0 16px 0;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onboarding_bdwrapper .item_left .item_bd .item_col .icon img {
    width: 70px;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd {
    margin: 0;
    padding: 0;
    width: 100%;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd h4 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 42px;
    color: #000000;
    font-weight: 700;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd p {
    margin: 0 auto;
    padding: 0 0 9px 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: justify;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd ul li {
    padding: 3px 0 3px 0;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    text-align: left;
    display: block;
    margin: 0 0 0 19px;
    position: relative;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd ul li a {
    padding: 3px 0 3px 0;
    font-size: 16px;
    line-height: 32px;
    color: #0059ad;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    margin: 0;
    position: relative;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd ul li b {
    padding: 3px 0 3px 0;
    font-size: 16px;
    line-height: 32px;
    color: #05124c;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin: 0;
    position: relative;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .text-bd ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0026cf;
    position: absolute;
    left: -19px;
    top: 15px;
    border-radius: 50px;
    /* border: 1px solid #767676; */
}

.onboarding_bdwrapper .item_left .item_bd .button_block {
    background: #00000000;
    box-shadow: 0 2px 6px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 20px 0 10px 0;
    padding: 8px 20px;
    font-size: 16px !important;
    color: #05124c !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #05124cde;
    float: right;
}

.onboarding_bdwrapper .item_left .item_bd .button_block .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.onboarding_bdwrapper .item_left .item_bd .button_block:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}
.onboarding_bdwrapper .item_left .item_bd .button_block:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    padding: 8px 44px 8px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
    border: 1px solid #fbfbfb;
}

.onboarding_bdwrapper .item_right {
    margin: 0;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    padding: 0 15px;
}

.onboarding_bdwrapper .item_right h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 24px;
    line-height: 30px;
    color: #05124c;
}
.onboarding_bdwrapper .item_right .item_list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.onboarding_bdwrapper .item_right .item_list ul {
    margin: 0;
    padding: 9px 0 0 0;
}
.onboarding_bdwrapper .item_right .item_list ul li {
    margin: 0;
    padding: 10px 0 10px 8px;
    display: block;
    border-left: 3px solid #000;
}

.onboarding_bdwrapper .item_right .item_list ul li.howwework-active-color.active {
    border-left: 3px solid #ff8805;
}

.onboarding_bdwrapper .item_right .item_list ul li a {
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.onboarding_bdwrapper .item_right .item_list ul .howwework-active-color.active a {
    color: var(--orange-light-color);
}

/*----onboarding-new----*/

.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner {
    max-width: 100%;
    overflow-x: auto;
    padding-top: 18px;
    overflow-y: hidden;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table {
    /*border: 3px solid #f0f9ff;*/
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-td:first-child,
.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-th:first-child {
    background-color:var(--bg-light-color);
}

.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-td:first-child,
.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-th:first-child {
    vertical-align: middle;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-td,
.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-th {
    background-clip: padding-box;
    background-color: #fff;
    /*border-bottom: 1px solid #ceeafd;*/
    /*border-right: 3px solid #f0f9ff;*/
    padding: 0;
    position: relative;
    vertical-align: top;
    border:0;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-criteria-content {
    color: #fff;
    font-size: 14px;
    line-height: 1.71;
    padding: 8px 8px 8px 16px;
    text-align: left;
    vertical-align: middle;
}

.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-td:after,
.onboarding_bdwrapper .item_left .item_bd .item_col .ct-inner .ct-table .ct-tr .ct-th:after {
    background-color: #ceeafd;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -3px;
    width: 3px;
}

.onboarding_bdwrapper .item_left .ct-th-content p {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 0 !important;
}

.onboarding_bdwrapper .item_left .ct-th-content {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    line-height: normal;
    padding: 25px 16px;
    text-align: center;
}

.onboarding_bdwrapper .item_left .ct-th-content .ct-signature p {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    text-align: center;
}

.onboarding_bdwrapper .item_left .ct-th-content .ct-signature {
    background-color: #005eb8;
    bottom: 100%;
    left: 0;
    max-height: 57px;
    overflow-y: hidden;
    padding: 2px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.onboarding_bdwrapper .item_left .ct-td-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 14px 10px 14px 12px;
}
.onboarding_bdwrapper .item_left .ct-td-content-value p:last-child {
    margin-bottom: 0 !important;
}
.onboarding_bdwrapper .item_left .ct-td-content-value p {
    color: #222 !important;
    font-size: 14px !important;
    line-height: 1.43 !important;
    margin-bottom: 10px !important;
}

.onboarding_bdwrapper .item_left .ct-td-content-value {
    color: #222;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
}

.onboarding_bdwrapper .item_left .ct-td-content-value p {
    color: #222 !important;
    font-size: 14px !important;
    line-height: 1.43 !important;
    margin-bottom: 10px !important;
}
.onboarding_bdwrapper .item_left .ct-td-content-value img:last-child {
    margin-bottom: 0;
}

.onboarding_bdwrapper .item_left .ct-td-content-value img {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
}
.ct-table .ct-tr .ct-td,
.ct-table .ct-tr .ct-th {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 1px solid #ceeafd;
    border-right: 3px solid #f0f9ff;
    padding: 0;
    position: relative;
    vertical-align: top;
}

/*----onboarding-new----*/

/*--onboarding_bdwrapper--*/

/*-- industris-health-sec --*/

.industris-health-sec {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.industris-health-sec .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.industris-health-sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.industris-health-sec .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

.industris-health-sec .title p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.industris-health-sec .item-bd {
    margin: 0;
    padding: 0;
}
.industris-health-sec .item-bd .item-box {
    margin: 0;
    padding: 0;
    text-align: center;
    border-right: 1px solid #999;
}

.industris-health-sec .item-bd .col-item:last-child .item-box {
    border-right: 0;
}

.industris-health-sec .item-bd .item-box h4 {
    margin: 0;
    padding: 0px 0 15px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 42px;
    color: var(--white-color);
    font-weight: 700;
}

.industris-health-sec .item-bd .item-box p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 29px;
    color: var(--white-color);
    font-weight: 300;
    text-transform: capitalize;
}

/*-- industris-health-sec --*/

/*-- industris-customers-sec --*/

.industris-customers-sec {
    margin: 0;
    padding: 60px 0;
    background: #fff;
}

.industris-customers-sec .title {
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 45px;
}

.industris-customers-sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.industris-customers-sec .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #041043;
    font-weight: 700;
    text-align: center;
}

.industris-customers-sec .title p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
    text-align: center;
}

.industris-customers-sec .item-bd {
    margin: 0;
    padding: 0;
}

.industris-customers-sec .item-bd .col-item {
    margin-bottom: 30px;
}

.industris-customers-sec .item-bd .item-box {
    margin: 0;
    padding: 30px 20px;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.industris-customers-sec .item-bd .item-box .icon {
    margin: 0;
    padding: 0;
    width: 90px;
    height: 90px;
}

.industris-customers-sec .item-bd .item-box .icon img {
    max-width: 100%;
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.industris-customers-sec .item-bd .item-box p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
}

/*-- industris-customers-sec --*/

/*-- industris-companies-sec --*/

.industris-companies-sec {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.industris-companies-sec .title {
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 45px;
}

.industris-companies-sec .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.industris-companies-sec .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.industris-companies-sec .item-bd {
    margin: 0;
    padding: 0;
}
.industris-companies-sec .item-bd .brands_logo {
    margin: 0;
    padding: 0;
    background: transparent;
}

.industris-companies-sec .item-bd .item {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin: 6px 10px 6px 6px;
    /* box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.5); */
    border-radius: 4px;
    background: #fff;
}
.industris-companies-sec .item-bd .item img {
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

/*-- industris-companies-sec --*/

/*-- industris-why-choose-sec --*/

/*.industris-why-choose-sec {*/
/*    margin: 0;*/
/*    padding: 60px 0;*/
/*    background: #fff;*/
/*}*/

.industris-why-choose-sec {
    margin: 0;
    padding: 60px 0;
    background: #05124c;
}

.industris-why-choose-sec .title {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.industris-why-choose-sec .title:before { 
    position: absolute;
    left: 0;
    width: 104px;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(255 255 255) 0%, rgb(110 141 255) 25%, rgb(162 193 255) 50%, rgb(154 213 255) 75%, rgb(203 213 255) 100%);
}


.industris-why-choose-sec .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.industris-why-choose-sec .text-bd {
    margin: 0;
    padding: 0;
}
.industris-why-choose-sec .text-bd ul {
    margin: 0;
    padding: 0;
}

.industris-why-choose-sec .text-bd ul li {
    margin: 0 auto;
    padding: 6px 0px 0 18px;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: #f2f2f2;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    display: block;
}

.industris-why-choose-sec .text-bd ul li:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 10px;
    margin-left: -18px;
    transform: translateY(14px);
    width: 10px;
    border-radius: 50px;
    margin-top: 0;
    position: relative;
    top: 4px;
    left: 0;
}

.industris-why-choose-sec .text-bd ul li a {
    margin: 0 auto;
    padding: 0 0 0 0px;
    font-size: var(--font-size-18);
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    border-bottom: 1px solid var(--dark-ass-color);
}

.industris-why-choose-sec .text-bd ul li b {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 26px;
    color: #a5d2ff;
}
.industris-why-choose-sec .text-bd ul li strong {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 26px;
     color: #a5d2ff;
}

/*-- industris-why-choose-sec --*/

/*-- industris-healthcare --*/

.industris-healthcare {
    margin: 0;
    padding: 60px 0;
    background: #fff;
}

.industris-healthcare .meet-the-team-content .title {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.industris-healthcare .meet-the-team-content .title h2 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    font-weight: 700;
    width: 75%;
}

.industris-healthcare .meet-the-team-content p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.industris-healthcare .meet-the-team-image {
    margin: 0;
    padding: 0;
}

.industris-healthcare .meet-the-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/*-- industris-healthcare --*/

/*-- industris-it-solutions --*/

.industris-it-solutions {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.industris-it-solutions .title {
    text-align: center;
    padding-bottom: 23px;
    margin-bottom: 45px;
}

.industris-it-solutions .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.industris-it-solutions .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #041043;
    font-weight: 700;
    text-align: center;
}

.industris-it-solutions .title p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #041043;
    font-weight: 400;
    text-align: center;
}

.industris-it-solutions .item-bd {
    margin: 0;
    padding: 15px 0 0 0;
}

.industris-it-solutions .item-bd .col-mb {
    margin-bottom: 30px;
}

.industris-it-solutions .item-bd .item-box {
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s;
}

.industris-it-solutions .item-bd .item-box:hover {
    background: #fff;
}

.industris-it-solutions .item-bd .item-box .icon {
    margin: 0;
    padding: 24px 0 24px 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.industris-it-solutions .item-bd .item-box .icon img {
    max-width: 100%;
    width:60px;
    object-fit: contain;
}
.industris-it-solutions .item-bd .item-box h4 {
    margin: 0;
    padding: 8px 0 10px 0;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
}
.industris-it-solutions .item-bd .item-box h4 a {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}
.industris-it-solutions .item-bd .item-box ul {
    margin: 0;
    padding: 0;
}
.industris-it-solutions .item-bd .item-box ul li {
    padding: 0;
    padding: 6px 0px 0 18px;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    display: block;
}

.industris-it-solutions .item-bd .item-box ul li:before {
    background-color: #005eb8;
    content: "";
    display: block;
    height: 10px;
    margin-left: -18px;
    transform: translateY(14px);
    width: 10px;
    border-radius: 50px;
    margin-top: 0;
    position: relative;
    top: 4px;
    left: 0;
}

/*-- industris-it-solutions --*/

/*-- bringing-innovative-block --*/

.bringing-innovative-block {
    margin: 0;
    padding: 60px 0;
    background: var(--white-color);
}

.bringing-innovative-block .title {
    padding-bottom: 25px;
    margin-bottom: 60px;
}

.bringing-innovative-block .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.bringing-innovative-block .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.bringing-innovative-block #technologies_tabs {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.bringing-innovative-block #technologies_tabs li {
    margin: 0;
    padding: 0;
}

.bringing-innovative-block #technologies_tabs li a {
    padding: 10px 30px;
    background: var(--bg-light-color);
    border-radius: 50px;
    margin: 0 5px;
    color: #ffffff;
    font-weight: 500;
}
.bringing-innovative-block #technologies_tabs li a:hover,
#technologies_tabs li a.active {
    color: #ffffff;
}

.bringing-innovative-block #technologies_tabs li a.active {
    background: var(--orange-color);
}

.bringing-innovative-block #technologies_tabs li:last-child {
    border-right: 0;
}
.bringing-innovative-block .technologies_icons li {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(221, 223, 225, 0.5);
    border-radius: 10px;
    margin: 5px;
    transition: all 0.5s ease;
}
.bringing-innovative-block .technologies_icons li:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.bringing-innovative-block .technologies_icons li img {
    margin: 0 auto;
}

.bringing-innovative-block .tab-content {
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 17px -5px rgba(0, 0, 0, 0.5);
}
.bringing-innovative-block .tab-content .text-bd {
    margin: 0;
    padding: 0;
}
.bringing-innovative-block .tab-content .text-bd p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 36px;
    color: #000000;
    font-weight: 500;
    text-align: left;
}

.bringing-innovative-block .tab-content .text-bd .list-block {
    margin: 0;
    padding: 24px 0 28px 0;
}
.bringing-innovative-block .tab-content .text-bd .list-block h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-24);
    line-height: 30px;
    color: #000000;
    font-weight: 700;
}

.bringing-innovative-block .tab-content .text-bd .list-block ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.bringing-innovative-block .tab-content .text-bd .list-block ul li {
    padding: 0px 10px 6px 18px;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    display: block;
    width: 50%;
}

.bringing-innovative-block .tab-content .text-bd .list-block ul li a {
    color: var(--dark-ass-color);
    border-bottom: 1px solid var(--dark-ass-color);
}

.bringing-innovative-block .tab-content .text-bd .list-block ul li:before {
    background-color: var(--dark-ass-color);
    content: "";
    display: block;
    height: 10px;
    margin-left: -18px;
    transform: translateY(14px);
    width: 10px;
    border-radius: 50px;
    margin-top: 0;
    position: relative;
    top: 4px;
    left: 0;
}

/*--bringing-innovative-block--*/

/*-- industris-envisage-benefits --*/

.industris-envisage-benefits {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.industris-envisage-benefits .title {
    padding-bottom: 25px;
    margin-bottom: 60px;
}


.industris-envisage-benefits .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}
.industris-envisage-benefits .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.industris-envisage-benefits .title p {
	font-size: 16px;
	color: #000;
	line-height: 25px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

.industris-envisage-benefits .item-bd {
    margin: 0;
    padding: 0;
}

.industris-envisage-benefits .item-bd .col-mb {
    margin-bottom: 30px;
}

.industris-envisage-benefits .item-bd .col-box {
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s;
}

/*.industris-envisage-benefits .item-bd .col-box .icon {*/
/*    margin: 0 auto;*/
/*    padding: 24px 0 24px 0;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.industris-envisage-benefits .item-bd .col-box .icon {
	margin: 0;
	padding: 20px 12px;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.industris-envisage-benefits .item-bd .col-box .icon img {
    max-width: 100%;
    width: 60px;
    object-fit: contain;
}

.industris-envisage-benefits .item-bd .col-box .text-box {
    margin: 0;
    padding: 0;
}
.industris-envisage-benefits .item-bd .col-box .text-box h5 {
    margin: 0;
    padding: 8px 0 10px 0;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
}
.industris-envisage-benefits .item-bd .col-box .text-box p {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    display: block;
}

/*-- industris-envisage-benefits --*/

/*-- employee-testimonials --*/

.employee-testimonials {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.employee-testimonials .top-block {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.employee-testimonials .top-block .title {
    margin: 0 0 14px 0;
    padding: 0 0 8px 0;
}
.employee-testimonials .top-block .title h3 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.employee-testimonials .top-block .right-block {
    margin: 0;
    padding: 0;
    display: flex;
}
.employee-testimonials .top-block .right-block .bg-card {
    margin: 5px;
    padding: 8px 4px;
    width: 274px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 50%);
}

.employee-testimonials .top-block .right-block .bg-card img {
    width: 120px !important;
}

.employee-testimonials .top-block .right-block .bg-card.box_second img {
    width: 189px !important;
}


.employee-testimonials .top-block .right-block .bg-card .rating {
    margin: 0;
    padding: 3px 0;
}
.employee-testimonials .top-block .right-block .bg-card .rating .fa {
    font-size: 15px;
    color: #f5851f;
}

.employee-testimonials .top-block .right-block .bg-card .text-success {
    margin: 0;
    padding: 0 0 1px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.employee-testimonials .top-block .right-block .bg-cardspan {
    margin: 0;
    padding: 0;
}

.employee-testimonials .top-block .right-block .bg-card span {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.employee-testimonials .botom_slider-bd {
    margin: 0;
    padding: 40px 0 0 0;
}
.employee-testimonials .botom_slider-bd .item {
    height: 510px;
    margin: 0 10px;
    padding: 20px;
    background: #05124c;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #7f7f7f;
}

.employee-testimonials .botom_slider-bd .item span {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
}

.employee-testimonials .botom_slider-bd .item h3 {
    margin: 0;
    padding: 12px 0;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
}

.employee-testimonials .botom_slider-bd .item p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
    color: #dadada;
}

.employee-testimonials .botom_slider-bd .item .rating {
    margin: 0;
    padding: 10px 0;
}
.employee-testimonials .botom_slider-bd .item .rating .fa {
    font-size: 16px;
    padding: 0 2px;
    color: #ff7a00;
}

.employee-testimonials .botom_slider-bd .item .content-writer {
    margin: 0;
    padding: 0;
}
.employee-testimonials .botom_slider-bd .item .content-writer img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
    box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}
.employee-testimonials .botom_slider-bd .item .content-writer h5 {
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.employee-testimonials .botom_slider-bd .item .content-writer p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
    color: #dadada;
}

/*-- employee-testimonials --*/

.employee-testimonials .botom_slider-bd .item.slick-center {
    background: #193b68;
    color: #fff;
    box-shadow: 0 1px 10px rgb(25 59 104 / 40%);
    background: #fff;
}

.employee-testimonials .botom_slider-bd .item.slick-center span {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    color: #ff7a00;
}

.employee-testimonials .botom_slider-bd .item.slick-center h3 {
    color: #000;
}

.employee-testimonials .botom_slider-bd .item.slick-center p {
    color: #000;
}

.employee-testimonials .botom_slider-bd .item.slick-center .content-writer h5 {
    color: #000;
}

/*--employee-testimonials--*/

/*--erp-custom-built-sec--*/

.erp-custom-built-sec {
    margin: 0;
    padding: 60px 0;
    background: #05124c;
    position: relative;
}

.erp-custom-built-sec .title {
    margin: 0 0 36px 0;
    padding: 0 0 26px 0;
    text-align: center;
}

.erp-custom-built-sec .title::before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    bottom: 0;
}

.erp-custom-built-sec .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    width: 70%;
    text-align: center;
}

.erp-custom-built-sec .title p {
    color: #fff;
    width: 86%;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.erp-custom-built-sec .item-bd {
    margin: 0;
    padding: 20px 0 0 0;
}

.erp-custom-built-sec .item-bd .img_block {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.erp-custom-built-sec .item-bd .img_block img {
    max-width: 100%;
    object-fit: contain;
    width: 36%;
}

.erp-custom-built-sec .item-bd .text-block {
    margin: 0;
    padding: 0;
}

.erp-custom-built-sec .item-bd .text-block ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
}

.erp-custom-built-sec .item-bd .text-block ul li {
    width: 50%;
    margin: 0;
    padding: 0 27px 10px 21px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.erp-custom-built-sec .item-bd .text-block ul li span {
    margin:0;
    padding:0 0 6px 0;
    display:block;
    font-size:20px;
    line-height: 27px;
    color: #fff;
    font-weight:500;
    text-align: left;
}

.erp-custom-built-sec .item-bd .text-block ul li p {
    margin:0;
    padding:0;
    font-size: var(--font-size-16);
    line-height: 27px;
    color: #d6d6d6;
    font-weight: 400;
    text-align: left;
}


.erp-custom-built-sec .item-bd .text-block ul li::after {
    content: "\f058";
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #ffffff;
    font-family: "FontAwesome";
    font-weight: 300;
}

/*--erp-custom-built-sec--*/

/*-- erp-Why-choose-custom --*/

.erp-Why-choose-custom {
    margin: 0;
    padding: 60px 0;
    background: #fff;
}

.erp-Why-choose-custom .title h2 {
    margin: 0 auto;
    padding: 0 0 12px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
}

.erp-Why-choose-custom .left-text {
    margin: 0;
    padding: 15px 0 0 0;
}

.erp-Why-choose-custom .left-text p {
    padding: 0 0 6px 0;
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    text-align: left;
}

.erp-Why-choose-custom .rt_block {
    margin: 0;
    padding: 0;
}

/*.erp-Why-choose-custom .rt_block img {*/
/*    max-width: 100%;*/
/*    position: relative;*/
/*    right: -60px;*/
/*    border-radius: 10px;*/
/*}*/

.erp-Why-choose-custom .rt_block img {
	max-width: 100%;
	position: relative;
	right: -60px;
	border-radius: 10px;
	box-shadow: 0 0px 34px -13px rgba(0, 15, 49, 0.23);
}


.erp-Why-choose-custom .rt_block .right-text {
    margin: -56px 0 0 0;
    padding: 0;
    background: #05124c;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    top: 0;
}

.erp-Why-choose-custom .rt_block .right-text p {  margin: 0;
    padding: 0 0 ;
    font-size: 16px;
    line-height:24px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-decoration: none;
    position:relative; }

.erp-Why-choose-custom .rt_block .right-text h4 { margin:0; padding:0;
    font-family: montserrat,sans-serif;
    font-size: 24px;
    line-height:30px;
    color: #fff;
    font-weight: 700;
}


.erp-Why-choose-custom .rt_block .right-text ul {
    margin: 0;
    padding: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.erp-Why-choose-custom .rt_block .right-text ul li {
    margin: 0;
    padding: 0 0 6px 16px;
    font-size: 16px;
    line-height: 30px;
    color: #d6d6d6;
    font-weight: 500;
    /* display: block; */
    width: 50%;
    text-decoration: none;
    position:relative;
}

.erp-Why-choose-custom .rt_block .right-text ul li::after {
    content: "\f192";
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #cecece;
    font-family: "FontAwesome";
    font-weight: 300;
}


/*-- erp-Why-choose-custom --*/

/*--erp-industry-specific--*/

.erp-industry-specific {
    margin: 0;
    padding: 60px 0;
    background: var(--bg-light-color);
}

.erp-industry-specific .top-block {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.erp-industry-specific .top-block h3 {
    margin: 0;
    padding: 0;
    width: 50%;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 800;
}

.erp-industry-specific .top-block p {
    margin: 0;
    padding: 0 0 0 20px;
    width: 50%;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
}


.erp-industry-specific .technologies_tabs {
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 75%;
}

.erp-industry-specific .technologies_tabs .top-block {
    margin: 0;
    padding: 20px 0;
}
.erp-industry-specific .technologies_tabs .top-block ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 0;
}
.erp-industry-specific .technologies_tabs .top-block ul li {
    margin: 0;
    padding: 0;
}
.erp-industry-specific .technologies_tabs .top-block ul li a {
    border-radius: 30px;
    padding: 10px 35px;
    background-color: #dfe5f3;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}

.erp-industry-specific .technologies_tabs .tab-content .text-bd {
    margin: 0;
    padding: 15px;
}
.erp-industry-specific .technologies_tabs .tab-content .text-bd p {
    color: var(--ass-color);
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

/*--erp-industry-specific--*/

/*erp-software-deve-block*/

.erp-software-deve-block .row .item_col:last-child .web-why-choose-us-inner-box {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: 0;
}



.erp-software-deve-block .web-why-choose-us-inner-box .web-why-choose-inner-icon img { max-width:100%;   filter: invert(100%) !important;
width:42px; }

.erp-software-deve-block .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon img { max-width:100%;   filter: invert(0%) !important;
}

.erp-software-deve-block .item_col .web-why-choose-us-inner-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.erp-software-deve-block .web-why-choose-us-inner-box h5 {
     padding-left: 0;
    text-align: center;
    font-size: 21px;
}

.erp-software-deve-block .web-why-choose-us-inner-box p {
    padding-left: 0;
    text-align: center;
}

.erp-software-deve-block .row .item_col:last-child .web-why-choose-us-inner-box span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.erp-software-deve-block .row .item_col:last-child .web-why-choose-us-inner-box:hover span {
    font-size: 18px;
    color: #000;
}

.erp-software-deve-block .web-why-choose-us-inner-box {
    background-color: #05124c;
}

.erp-software-deve-block .web-why-choose-us-inner-box .web-why-choose-inner-icon {
    background: #05124c;
    border: 4px solid #fff;
    box-shadow: none;
}

.erp-software-deve-block .web-why-choose-us-inner-box h5 {
    color: #fff; }

.erp-software-deve-block .web-why-choose-us-inner-box p {
    color: #fff; }




.erp-software-deve-block .web-why-choose-us-inner-box:hover {
    background-color: var(--light-ass-color); }

.erp-software-deve-block .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon {
    background-color: #f8f8f8;
}

.erp-software-deve-block .web-why-choose-us-inner-box:hover h5 {
    padding-left: 0;
    text-align: center;
    font-size: 21px;
    color: #05124c;
}

.erp-software-deve-block .web-why-choose-us-inner-box:hover p {
  
    font-size: var(--font-size-16);
    line-height: 31px;
    color: var(--dark-ass-color);
    font-weight: 400;
    padding-left: 0;
    text-align: center;
}

.erp-software-deve-block .web-why-choose-us-inner-box:hover .web-why-choose-inner-icon img {
    filter: invert(100%);
}







/*erp-software-deve-block*/

/*//////////*/

.personalized-erp-sec .row .item_col:last-child .web-why-choose-us-inner-box {
    border: 1px solid #ecedee;
    -webkit-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
    border-radius: 10px;
    padding: 20px 20px 20px;
    background-color: var(--light-ass-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.personalized-erp-sec .row .item_col:last-child .web-why-choose-us-inner-box:hover {
    background-color: #05124c;
}

/*//////////*/

/*----*/

.related-blog-sec {
    margin: 0;
    padding: 60px 0;
    background: var(--light-ass-color);
}

.related-blog-sec .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.related-blog-sec .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 41px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.related-blog-sec .title p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-18);
    line-height: 30px;
    color: var(--dark-ass-color);
    font-weight: 400;
    width: 76%;
    text-align: center;
}
.related-blog-sec .title::before {
    position: absolute;
    left: 50%;
    width: 98px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.related-blog-sec .related-bd {
    margin: 0;
    padding: 0;
}
.related-blog-sec .related-bd .item-bd {
    margin: 0;
    padding: 15px;
    overflow: hidden;
}
.related-blog-sec .related-bd .item-bd a {
    padding: 0;
    margin: 0;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 10%);
    min-height: 400px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.related-blog-sec .related-bd .item-bd a .figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 200px;
}
.related-blog-sec .related-bd .item-bd a .figure img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.related-blog-sec .related-bd .item-bd a h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    color: #05124c;
    font-weight: 600;
}
.related-blog-sec .related-bd .item-bd a p {
    margin: 0;
    padding: 9px 0;
    font-size: 16px;
    color: #444;
    line-height: 26px;
}

.related-blog-sec .related-bd .item-bd a .blog-content {
    margin: 0;
    padding: 20px 15px;
    background: #fff;
}

.related-blog-sec .related-bd .item-bd a .blog-content .botom-text {
    margin: 0;
    padding: 11px 0 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.related-blog-sec .related-bd .item-bd a .blog-content .botom-text span {
    margin: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    background: #05124c;
    border-radius: 50px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.related-blog-sec .related-bd .item-bd a .blog-content .botom-text h4 {
    margin: 0;
    padding: 0 0 0 6px;
    width: 80%;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-weight: 500;
}

.related-blog-sec .related-bd .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-blog-sec .related-bd .slick-dots li button {
    margin: 0 5px;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    font-size: 0;
    border: 0;
}
.related-blog-sec .related-bd .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #ec7323;
    border: 0;
}

/*--related-blog-sec--*/

/*crm-development-testimonials*/

.crm-development-testimonials .testimonials_block {
    background: var(--light-ass-color);
}

.crm-development-testimonials .testimonials_block .title h2 {
    color: #05124c;
}

.crm-development-testimonials .testimonials_block .testi-slider .slick-prev {
    background: #cac9c9;
}

.crm-development-testimonials .testimonials_block .slick-next {
    background: #cac9c9;
}

/*crm-development-testimonials*/

/*website-redesign-portfolio*/

.website-redesign-portfolio .portfolio_block {
    background: #fff;
}

/*website-redesign-portfolio*/

/*startup_tes*/
.startup_tes .testimonials_block {
    border-bottom: 30px solid #fff;
}
/*startup_tes*/



/*erp-table-shelf*/


.erp-table-shelf {
    margin: 0;
    padding: 60px 0;
    background: #ffffff;
}

.erp-table-shelf .title { margin: 0; padding:0 0 0 0; }
.erp-table-shelf .title h2 {
    margin: 0 0 31px;
    padding: 0 0 10px;
    color: #05124c;
    text-align: center;
}
.erp-table-shelf .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right,rgb(2 18 116) 0%,rgb(11 87 139) 25%,rgb(5 58 162) 50%,rgb(4 41 255) 75%,rgb(37 73 230) 100%);
}

.erp-table-shelf .table_bd {
    margin: 0;
    padding: 16px;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.erp-table-shelf .table_bd .ct-inner {
    max-width: 100%;
    overflow-x: auto !important;
    padding-top: 0;
    overflow: hidden;
}

.erp-table-shelf .table_bd .ct-table {
    /*border: 3px solid var(--bg-light-color);*/
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.erp-table-shelf .table_bd .ct-table .ct-tr .ct-td:first-child, 
.erp-table-shelf .table_bd .ct-table .ct-tr .ct-th:first-child {
    background-color:var(--bg-light-color);
}

.erp-table-shelf .table_bd .ct-table .ct-tr .ct-td:first-child, 
.erp-table-shelf .table_bd .ct-table .ct-tr .ct-th:first-child {
    vertical-align: middle;
}

.erp-table-shelf .table_bd .ct-table .ct-tr .ct-td, .ct-table .ct-tr .ct-th {
    background-clip: padding-box;
    background-color: #fff;
    /*border-bottom: 1px solid #ceeafd;*/
    /*border-right: 3px solid #f0f9ff;*/
    padding: 0;
    position: relative;
    vertical-align: top;
    border:0;
}

.erp-table-shelf .table_bd .ct-criteria-content {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 8px 8px 16px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.erp-table-shelf .table_bd .ct-table .ct-tr .ct-td:after,
 .erp-table-shelf .table_bd .ct-table .ct-tr .ct-th:after {
    background-color: #ceeafd;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -3px;
    width: 3px;
}

.erp-table-shelf .table_bd .ct-th-content {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    line-height: normal;
    padding: 25px 16px;
    text-align: center;
}

.erp-table-shelf .table_bd .ct-th-content p {
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: normal!important;
    margin-bottom: 0!important;
}

.erp-table-shelf .table_bd .ct-td-content-value {
    color: #222;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
}
.erp-table-shelf .table_bd .ct-td-content-value p {
    color: #222!important;
    font-size: 16px!important;
    line-height: 24px;
    margin-bottom: 10px!important;
}
.erp-table-shelf .table_bd .ct-td-content-value p:last-child {
    margin-bottom: 0!important;
}

.erp-table-shelf .table_bd .ct-td-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 14px 10px 14px 12px;
}

/*erp-table-shelf*/

/*-------*/

/*--responsive-design-sec--*/

.erp-integrations-dev {
    margin: 0;
    padding: 60px 0 0 0;
    background: var(--bg-light-color);
}

.erp-integrations-dev .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.erp-integrations-dev .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.erp-integrations-dev .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
}

.erp-integrations-dev .title p {
    margin: 0 auto;
    padding: 0;
    width: 65%;
    text-align: center;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--light-ass-color);
    font-weight: 400;
}

.erp-integrations-dev .item_bd {
    margin: 0;
    padding: 42px 0 24px 0;
}
.erp-integrations-dev .item_bd .itm-mt {
    margin-top: 61px;
}

.erp-integrations-dev .item_bd .item {
    margin: 0;
    padding: 15px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.erp-integrations-dev .item_bd .item .icon {
    width: 90px;
    height: 90px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-top: -57px;
    background-color: #fff;
    float: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 4px solid #ffffff;
}

.erp-integrations-dev .item_bd .item .icon img {
    max-width: 100%;
    width: 56px;
    object-fit: contain;
    height: 56px;
}

.erp-integrations-dev .item_bd h4 {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 22px;
    color: #05124c;
    line-height: 34px;
    font-weight: 600;
    min-height: 128px;
    text-align: center;
}

.erp-integrations-dev .item_bd p {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

.erp-integrations-dev .item_bd ul {
    margin: 0;
    padding: 0;
}
.erp-integrations-dev .item_bd ul li {
    margin: 0;
    padding: 12px 0 0 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #05124c;
    font-weight: 400;
    width: 100%;
    text-align: left;
    display: flex;
}

.erp-integrations-dev .item_bd ul li .fa {
    margin: 0;
    padding: 5px 7px 0 0;
    font-size: 15px;
    color: #05124c;
}

.erp-integrations-dev .item_bd .item:hover .icon {
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-top: -57px;
    background-color: #ffffff;
    float: left;
    transition: all 0.3s ease-in-out;
    border: 4px solid #05124c;
}

.erp-integrations-dev .image-figure {
    margin: 0;
    padding: 0;
}
.erp-integrations-dev .image-figure img {
    width: 100%;
    object-fit: cover;
}

/*--.erp-integrations-dev--*/



/*erp-solutions-industries*/

.erp-solutions-industries {
    padding: 60px 0;
    background: var(--light-ass-color);
}

.erp-solutions-industries .title {
    margin: 0;
    padding: 0 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.portfolio_block .title:before { display:none; }*/

.erp-solutions-industries .title h2 {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 44px;
    color: #000000;
    font-weight: 700;
    width: 70%;
}

.erp-solutions-industries .title .button {
    margin: 0;
    padding: 0;
}

.erp-solutions-industries .title .button a {
    /* background: linear-gradient(to right, rgb(2 12 111) 0, rgb(2 120 193) 100%); */
    background: var(--orange-color);
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px !important;
    color: var(--white-color) !important;
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
}

.erp-solutions-industries .title .button a .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
}

.erp-solutions-industries .title .button a:hover .icon-arrow {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--orange-color);
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}

.erp-solutions-industries .title .button a:hover {
    background: transparent !important;
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 0%);
    border-radius: 50px;
    transition: all 0.6s;
    margin: 0;
    padding: 12px 30px 12px 0;
    font-size: 16px !important;
    color: var(--orange-color) !important;
    position: relative;
}

.erp-solutions-industries .title h2 strong {
    position: relative;
    font-size: 40px;
    line-height: 53px;
    font-weight: 700;
    /* background: url(../media/home/circle.png) no-repeat center center; */
    background-size: 100% 100%;
}


.erp-solutions-industries .portfolio_slider_bd {
    margin: 0;
    padding: 50px 0 0 87px;
}

.erp-solutions-industries .portfolio_slider_bd .item {
    margin: 0 4px;
    padding: 15px 15px;
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure {
    margin: 0;
    padding: 0; /* background: #fff; */ /* border-radius: 0; */ /* box-shadow: 0px 4px 10px -1px rgba(0,0,0, 0.5); */
}
.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure a {
    margin: 0;
    padding: 0;
}
.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .images {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 380px;
    border-radius: 10px;
}
.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s;
}

.erp-solutions-industries .portfolio_slider_bd .item:hover .portfolio-figure .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption {
    border-radius: 20px;
    margin: 0;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    position: relative;
    margin-top: -32px;
    min-height: 200px;
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption h3 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: var(--font-size-20);
    line-height: 36px;
    color: var(--blue-dark-color);
    font-weight: 800;
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption p {
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--dark-ass-color);
    font-weight: 400;
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span {
    display: block;
    margin: 0;
    padding: 10px 0px 0 0;
    font-size: var(--font-size-16);
    line-height: 24px;
    font-weight: 600;
    color: var(--orange-light-color);
    transition: all 0.3s;
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span:hover {
    opacity: 0.8;
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span .fa {
    padding: 0 0 0 4px;
}

.erp-solutions-industries .portfolio_slider_bd .item .portfolio-figure .portfolio-figure-caption span:hover .fa {
    -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
    padding: 0 0 0 4px;
}

@-webkit-keyframes downarrow {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }
    100% {
        -webkit-transform: translatex(-0.4em);
        opacity: 0.9;
    }
}

.erp-solutions-industries .portfolio_slider_bd {
    margin-left: calc((100% - 1320px) / 2);
}

.erp-solutions-industries .portfolio_slider_bd .slick-list.draggable {
    padding-left: 0px !important;
}

/*--erp-solutions-industries--*/

/*----*/

.btn-custome-404 {
    box-shadow: 0 3px 10px 0 rgb(36 81 157 / 19%);
    border-radius: 50px;
    transition: all 0.3s;
    margin: 0;
    padding: 8px 20px 8px 20px;
    font-size: 16px !important;
    color: var(--orange-color);
    position: relative;
    transition: all 0.6s;
    font-weight: 500;
    border: 1px solid var(--orange-color);
    display: inline-block;
}

/*----*/


/*-- ideating-and-developing --*/

.ideating-and-developing {
    margin: 0;
    padding: 60px 0;
    background: #05124c;
}

.ideating-and-developing .title {
    text-align: center;
    padding-bottom: 33px;
    margin-bottom: 45px;
}

.ideating-and-developing .title:before {
    position: absolute;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
}

.ideating-and-developing .title h2 {
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 70%;
    font-size: 38px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.ideating-and-developing .bd_block { margin:0; padding:0; }

.ideating-and-developing .bd_block h4 {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: var(--font-size-20);
    line-height: 36px;
    color: #05124c;
    font-weight: 700;
    position: relative;
}

.ideating-and-developing .bd_block h4::after {
    content: "\f058";
    width: auto;
    height: auto;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #05124c;
    font-family: "FontAwesome";
    font-weight: 300;
}

.ideating-and-developing .bd_block p {
    padding: 0 0 6px 20px;
    font-size: var(--font-size-16);
    line-height: 28px;
    color: #05124c;
    font-weight: 500;
    text-align: left;
}


.ideating-and-developing .bd_block .row .col-md-6 { margin-bottom:20px;  }


.ideating-and-developing .bd_block .item {
    margin: 0;
    padding: 8px 12px;
    background:#fff;
    height: 100%;
    border-radius: 10px;
}




/*-- ideating-and-developing --*/



/*arobit-case-studies-block*/



/*-- sroll-top-block-fixed --*/

.section__hassle {
        margin: 0;
        padding:60px 0;
        background:#eff4ff;

    }

.section__hassle .title {
    margin: 0 0 60px 0;
    padding: 0 0 30px 0;
}

.section__hassle .title:before {
    position: absolute;
    left: 50%;
    width: 104px;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    animation: rotate 80s infinite linear;
    -webkit-animation: rotate 80s infinite linear;
    content: "";
    border-radius: 5px;
    background: #021173;
    background: linear-gradient(to right, rgb(2 18 116) 0%, rgb(11 87 139) 25%, rgb(5 58 162) 50%, rgb(4 41 255) 75%, rgb(37 73 230) 100%);
    transform: translatex(-50%);
}


.section__hassle .title h2 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #041043;
    font-weight: 700;
    text-align: center;

}

.section__hassle .title p {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: var(--font-size-16);
    line-height: 26px;
    color: #041043;
    font-weight: 400;
    text-align: center;
}


.content {
    justify-content: space-between;
    align-items: center
}

.content.position-vertical {
    flex-direction: column;
    align-items: flex-start
}

.content-reviews.position-vertical {
    flex-direction: row;
    align-items: flex-end;
    display: flex
}



.content-.position-vertical {
    flex-direction: column;
    align-items: flex-start
}

.content-._1 {
    margin-bottom: 60px;
    /* display:flex; */
    top: 120px;
}

.content-._2 {
    margin-bottom: 45px;
    top: 140px
}

.content-._3 {
    margin-bottom: 30px;
    top: 160px
}

.content-._4 {
    margin-bottom: 15px;
    top: 180px
}

.content-._5 {
    margin-bottom: 0;
    top: 200px
}


.box-all-cards {
    grid-column-gap: 23px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    align-items:start;
}


.w-layout-grid {
    display: flex;
    background: #ffffff;
    box-shadow: 0px -18px 30px -22px rgb(28, 28, 28);
}

.grid_hassle-color-card {
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #e9ecf1;
    border-radius: 16px;
    grid-template-rows: auto;
    align-content: space-between;
    justify-content: space-between
}

.content-color-card-copy {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    padding-top: 0;
    padding-bottom: 0;
    width: 60%;
    padding-right: 30px;
}

.image-card-color {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 16px;
    width: 40%;
}

.img-table,.img-mob {
    display: none
}

.content-color-card {
	margin-left: 0;
	padding-top:0;
	padding-bottom: 0;
}

.content- {
    background-color: var(--white);
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 160px
}


#w-node-_6b238af5-2fc5-f013-b91f-02d25a7000d7-64005dc3,#w-node-_2b247d31-77b7-db90-ba44-e2db865a75ab-64005dc3,#w-node-_23e4af5a-563e-9746-6e0b-612c8a9c11dc-64005dc3,#w-node-df7ad437-ee63-7a98-f3f3-ffb2342dfa1d-64005dc3,#w-node-a9d291ea-3c27-c6f4-ae52-c8d94338c9d4-64005dc3,#w-node-c8143f08-88bb-72b4-e6bc-07c24a3b150e-64005dc3,#w-node-_5c1e39fe-190b-1d2f-80aa-db44f19112f6-64005dc3,#w-node-c2da3f27-833a-4aa8-7da3-6d3b11a325a3-64005dc3,#w-node-fd8721de-0d44-56c1-704c-760282d24626-64005dc3,#w-node-eac68190-5c91-bae8-a5d1-8b0f40330dea-64005dc3,#w-node-cfe6b746-f7e3-48a0-8f3f-addd5ebaab6a-64005dc3,#w-node-_64c67cfb-47df-27d2-2554-cf69d7b78e11-64005dc3,#w-node-a422a81e-56c3-00b4-2229-5687d4b3f684-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_3d7cafc0-7b10-55f2-6722-31a50ac1c236-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center;
    justify-self: start
}

#w-node-_3d7cafc0-7b10-55f2-6722-31a50ac1c263-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-c95d0aa8-a834-7201-f7b3-1d5057fc84ee-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center;
    justify-self: start
}

#w-node-d10e89f5-1a39-4f1a-31aa-fd17fc9a6abb-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_04ef6486-2dae-ca9c-e709-5497fd3bae4c-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center;
    justify-self: start
}

#w-node-_04ef6486-2dae-ca9c-e709-5497fd3bae79-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-e5f68257-f8aa-88ae-4692-7b8e34632bf7-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center;
    justify-self: start
}

#w-node-e5f68257-f8aa-88ae-4692-7b8e34632c24-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_9d60771d-8ebb-174d-b12e-f78487f940c8-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: center;
    justify-self: start
}

#w-node-_9d60771d-8ebb-174d-b12e-f78487f940f5-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: end
}

#w-node-_9eb1caa1-50c4-ebd3-1481-e5d129f4e9dc-64005dc3,#w-node-e059b58c-c9b1-6442-48c5-99dd8d9537d3-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_2f01383d-ed3c-2cb8-a456-5fc4ddbdd7ec-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-_84afe593-2d1f-35e7-3cfa-ef7a91e47a20-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_5ca510c4-6fb6-9777-ef11-2856825f33c3-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-a98bbdf0-48e8-c96f-a1c5-842c97ce90ba-64005dc3,#w-node-_7956ae91-5d6c-32ea-0ea1-650b46427149-64005dc3,#w-node-_9a079451-586e-cfdb-97b7-a7e14d412807-64005dc3,#w-node-f8ad4cba-c12c-a4bf-e754-36406d9d0a85-64005dc3,#w-node-df31a516-d83e-7bdb-a67d-62ac1c9b701d-64005dc3,#w-node-_55a38104-2499-50d0-8f06-b0d33506a70a-64005dc3,#w-node-_5a45f2c3-65b8-a0c3-7ee8-f379d2b33e1f-64005dc3,#w-node-d43e1a48-9645-17c3-a1cf-bfc5d06a0329-64005dc3,#w-node-d56f4334-399f-f055-cb9a-e63b69a7fa84-64005dc3,#w-node-d56f4334-399f-f055-cb9a-e63b69a7fa87-64005dc3,#w-node-d56f4334-399f-f055-cb9a-e63b69a7fa8a-64005dc3,#w-node-d56f4334-399f-f055-cb9a-e63b69a7fa8d-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-d56f4334-399f-f055-cb9a-e63b69a7fa90-64005dc3,#w-node-fbb69af2-6bde-5ac0-25d1-caa90d5105c1-64005dc3,#w-node-_8e10768f-6649-cc56-f650-39a0a07d2b6a-64005dc3,#w-node-e85acc57-27a1-736a-86f2-ab1d7aab67f5-64005dc3,#w-node-_3f428cf4-f1b1-8f7f-6d94-02152e8ef611-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: auto
}

#w-node-cae43ff4-7777-c1b2-f66e-64a188dfe39d-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    align-self: start
}

#w-node-dcc06d73-3b07-c3e8-3d90-0327225f930a-64005dc3,#w-node-beb536cd-4a71-0e48-d4f8-54868bf9ded5-64005dc3,#w-node-cae43ff4-7777-c1b2-f66e-64a188dfe3a2-64005dc3,#w-node-b15614e5-53c4-6ddd-0044-6675c332e36c-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_5a1a0239-f711-fde1-870a-a8c743732854-64005dc3,#w-node-d4288fa9-8744-4391-6bcd-aa8bfb6b7b38-64005dc3,#w-node-_6f645b27-e3a0-399c-0f7c-b2ff7bc0bc2a-64005dc3,#w-node-f1d57fc8-5adf-7a98-d60d-4cafb753cef6-64005dc3,#w-node-f44af2ac-96b4-7232-7d98-a83491787e05-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: auto
}

#w-node-_41643af3-f325-b3ea-469b-4d93f518e4d2-64005dc3 {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-_78567cb3-5a64-272a-3663-b6477aecc2d1-64005dc3 {
    align-self: center
}

#w-node-_5f5e29dc-9e7b-ebbf-9137-0a1e8052c766-64005dc3,#w-node-_96d1b290-a192-ef3e-80ba-737b5ca26daa-64005dc3,#w-node-d9ec7613-3cbf-4d50-9763-37129e826d62-64005dc3,#w-node-d7331378-e2f6-02b3-f1be-7b2541861efd-64005dc3,#w-node-_6b6ffd53-43d8-229a-c46b-cbe2cdbc1d95-64005dc3,#w-node-_3ccb7b2c-bfe5-6af4-be65-75bc1871c946-64005dc3,#w-node-_929b31e5-1392-270d-f732-d279a096031a-64005dc3,#w-node-_535d28ff-ec30-a590-ff73-c19ebd690b29-64005dc3,#w-node-d6e59f94-f99b-0d20-5669-329ff976cb9a-64005dc3,#w-node-cbe8d47e-238f-68a4-3d53-241a10aaa96d-31005dca {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-cbe8d47e-238f-68a4-3d53-241a10aaa96e-31005dca {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-e6d27d67-ed60-f6fd-cb78-3175e64c1d71-74005dcc {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-e6d27d67-ed60-f6fd-cb78-3175e64c1d72-74005dcc {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-b8679246-3754-f3d3-2e84-4a85134eef59-74005dcc {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-b8679246-3754-f3d3-2e84-4a85134eef5a-74005dcc {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-df638d4b-9e19-6303-8d12-213653067abd-bb005dcd {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-df638d4b-9e19-6303-8d12-213653067abe-bb005dcd {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}

#w-node-e23e573b-b490-e916-6b63-e2663edfafe5-50005dcf {
    grid-area: span 1/span 1/span 1/span 1
}

#w-node-e23e573b-b490-e916-6b63-e2663edfafe6-50005dcf {
    grid-area: span 1/span 1/span 1/span 1;
    justify-self: start
}



.section__hassle .item-list h3 {
    margin: 0;
    padding: 0;
    font-family: montserrat,sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}


.section__hassle .item-list ul {
    margin: 0;
    padding: 16px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section__hassle .item-list ul li {
    margin: 0 auto;
    padding: 0 0 12px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    width: 100%;
    position: relative;
}

.section__hassle .item-list p {
    margin: 0 auto;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-align: left;
    width: 100%;
    position: relative;
}

/*.section__hassle .item-list ul li::after {*/
/*    content: "";*/
/*    width: auto;*/
/*    height: auto;*/
/*    background:url(https://cdn.arobit.com/media/arobitdigital-all-images/enterprise-seo-services/icons/on.webp) no-repeat left top;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 1px;*/
/*    color: #05124c;*/
/*    font-family: fontawesome;*/
/*    font-weight: 300;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-size: 16px;*/
/*}*/


/*.section__hassle .item-list ul li::after {*/
/*    content: "";*/
/*    width: auto;*/
/*    height: auto;*/
/*    background: url(../media/arobitdigital-all-images/enterprise-seo-services/icons/on.webp) no-repeat left top;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px;*/
/*    color: #05124c;*/
/*    font-family: fontawesome;*/
/*    font-weight: 300;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-size: 16px;*/
/*}*/



.section__hassle .item-list ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	background: #444;
	font-family: fontawesome;
	font-weight: 300;
	width: 8px;
	height: 8px;
	background-size: 16px;
	border-radius: 50px;
}



/*-- sroll-top-block-fixed --*/


/*arobit-case-studies-block*/


/*-- back-to-top --*/

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 50px;
    z-index: 99999;
    background: #05124c;
    box-shadow: 0 0 6px 3px rgb(178 178 178 / 50%);
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #00167b;
    opacity: 1;

    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/*-- back-to-top --*/

/*index-skeleton*/
.index-skeleton {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1500px;
    z-index: 999999999;
}

@media only screen and (max-width: 1024px) {
    .skeleton-header {
        display: none;
    }
}

/*index-skeleton*/
