/* =======Fonts======== */
@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/Montserrat-Medium.otf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/Montserrat-SemiBold.otf');
}

@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.otf');
}

/* =======Fonts======== */

/* Animation Style */
@keyframes serviceballmoveleft {
    0% {
        right: -25px;
    }

    50% {
        right: -15px;
    }

    100% {
        right: -25px;
    }
}

@keyframes cubicalmoveright {
    0% {
        left: -25px;
    }

    50% {
        left: -10px;
    }

    100% {
        left: -25px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes moverighttop {
    0% {
        position: relative;
        top: 0px;
        right: 0
    }

    50% {
        position: relative;
        top: 5px;
        right: 5px
    }

    100% {
        position: relative;
        top: 0px;
        right: 0px
    }
}

@keyframes moverightbottom {
    0% {
        position: relative;
        bottom: 42px;
        right: 43px
    }

    50% {
        position: relative;
        bottom: 34px;
        right: 58px
    }

    100% {
        position: relative;
        bottom: 42px;
        right: 43px
    }
}

@keyframes ringmoverighttop {
    0% {
        bottom: -5px;
        right: -30px
    }

    50% {
        bottom: 5px;
        right: -45px
    }

    100% {
        bottom: -5px;
        right: -30px
    }
}

@keyframes tabringmoverighttop {
    0% {
        bottom: -5px;
        right: -10px
    }

    50% {
        bottom: 5px;
        right: -25px
    }

    100% {
        bottom: -5px;
        right: -10px
    }
}

@keyframes ringmovelefttop {
    0% {
        bottom: -5px;
        left: -30px
    }

    50% {
        bottom: 5px;
        left: -45px
    }

    100% {
        bottom: -5px;
        left: -30px
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zoominrotate {
    0% {
        transform: scale(1) rotate(-45deg);
    }

    50% {
        transform: scale(1.3) rotate(-45deg);
    }

    100% {
        transform: scale(1) rotate(-45deg);
    }
}

@keyframes circlemoveright {
    0% {
        left: -155px;
    }

    50% {
        left: -130px;
    }

    100% {
        left: -155px;
    }
}

@keyframes ballmoveright {
    0% {
        left: -30px
    }

    50% {
        left: -15px
    }

    100% {
        left: -30px
    }
}

@keyframes circlemoveleft {
    0% {
        right: -245px
    }

    50% {
        right: -220px
    }

    100% {
        right: -245px
    }
}

@keyframes ballmoveleft {
    0% {
        right: -30px
    }

    50% {
        right: -15px
    }

    100% {
        right: -30px
    }
}

@keyframes ringmoveleft {
    0% {
        right: 15px
    }

    50% {
        right: 30px;
    }

    100% {
        right: 15px
    }
}

/* Animation Style */

/* ===== General ===== */
body,
html {
    height: 100%;
   scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container-fluid {
    width: 95%;
}

.container {
    max-width: 1210px;
}
.alert-success{
    margin-top: 30px;
}
body,
section,
header,
footer {
    background: white;
}

video {
    max-width: 100%;
    width: 100%;
}

.smrtphoneText {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

p {
    font-family: 'Montserrat-Regular' !important;
}
.internal-portal {
    margin: 60px auto;
    padding-left: 0;
    
}
#paging{
    display: none;
}
.internal-portal ul{
    columns: 2;
    list-style: none;
}
.internal-portal ul li{
    margin-bottom: 15px;
}
.internal-portal ul li a{
    font-family: "Montserrat-Bold";
    font-size: 18px;
    color: black;
}
*[notWork="true"]{
    pointer-events: none;
    opacity: .7;
}
.hide{
    display: none!important;
}
/* ===== General ===== */



.header-bottom .menu nav .dropdown-menu {
    /* Updated */
    width: 100vw;
    left: -466px;
    padding-top: 58px;
    border-top: none;
    padding-bottom: 20px;
    border-left: none;
    border-right: none;
}

.header-bottom .menu nav .dropdown-menu .dropdown-item {
    /* New */
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.header-bottom .menu nav .dropdown-menu .dropdown-item.heading {
    /* New */
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: black;
    padding-top: 20px
}



.header-bottom .menu nav .dropdown-menu .dropdown-item:hover {
    /* New */
    color: #f73;
    background: transparent;
}

.header-bottom .logo,
.header-bottom .call-service {
    /* New */
    position: relative;
    z-index: 1001;
}

/* ===Header Section== */
header.sticky-top {
    /* box-shadow: 0px 0px 10px lightgray; */
    position: fixed;
    width: 100%;
    z-index: 1501;
}

header.sticky-top .header-top {
    display: none !important;
}

.header-top {
    background: linear-gradient(to right, #00A5FF, #0070E0);
    padding: 12px 0;
}

.header-top .text h4 {
    font-family: 'Montserrat-Medium';
    font-size: 19px;
    color: white;
    font-style: italic;
    margin-bottom: 0;
}

.header-top .text h4 span {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
}

.header-top .text a {
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 0;
    color: #FCEE21;
    text-decoration: none;
    margin-left: 10px;
    font-style: normal;
}

.header-top .text a img {
    width: 20px;
    margin-top: -3px;
}

.header-bottom {
    padding: 20px 0;
}

header.sticky-top .header-bottom {
    background: white;
    padding: 10px 0;
}

.header-bottom .logo img {
    width: 150px;
}

.header-bottom .menu nav {
    float: right;
    padding: 0;
    padding-top: 6px;
}

.header-bottom .menu nav .nav-link {
    font-family: 'Montserrat';
    font-size: 14.75px;
    color: #333333;
    padding: 0;
    margin: 0 11px;
    font-weight: 600;
    text-align: center;
}

.header-bottom .menu nav .nav-item:first-child .nav-link {
    margin-left: 0;

}

.header-bottom .menu nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.header-bottom .menu nav .nav-link.active {
    font-family: 'Montserrat-Medium';
    color: #FF7733;
    border-bottom: 2px solid #FF7733;
    position: relative;
}

.header-bottom .menu nav .nav-link.active::after {
    display: none;
}

.header-bottom .menu nav .nav-link.dropdown-toggle.active {
    margin-right: 25px;
}

.header-bottom .menu nav .nav-link.active i {
    position: absolute;
    right: -12px;
    top: 40%;
    transform: translateY(-50%);
}



.header-bottom .menu nav .dropdown-menu .dropdown-item {
    font-size: 11.5px;
}

.header-bottom .call-service {
    text-align: right;
}

.header-bottom .call-service a {
    display: inline-block;
}

.header-bottom .call-service .call-btn {
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    color: #4D4D4D;
    text-align: right;
    margin-right: 50px;
}

.header-bottom .call-service .call-btn span {
    display: block;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
    color: #FF7733;
}

.header-bottom .call-service .get-started {
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    color: white;
    background: linear-gradient(to left, #FF7733 20%, #FBB03B);
    padding: 14px 9px;
    border-radius: 10px;
}

.header-bottom .menu .dropdown-item {
    font-family: 'Montserrat-Regular';
}

.header-bottom .menu .dropdown-item:hover {
    color: white;
    background: linear-gradient(to left, #FF7733 20%, #FBB03B);
    font-family: 'Montserrat-SemiBold';
}

/* Header Section */







/* Business Model Section */
.business-model {
    padding-bottom: 120px;

}

.business-model-3 {
    padding-top: 50px;
    padding-bottom: 0px;
}

.business-model .title {
    margin-bottom: 60px;
}

.business-model .title h1 {
    font-family: 'Montserrat-Bold';
    font-size: 45px;
    color: #333333;
}

.business-model .title h1 span {
    color: #FF7733;
}

.business-model .list-box .list-item {
    background: transparent;
    border-bottom: 2px solid #8080802e;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    color: #5B5B5B;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 16px;
}

.business-model .list-box .list-item.active {
    color: #0070CC;
    border-bottom: 2px solid #0070CC;
}

.business-model .list-detail-box .list-detail-item {
    background: #F3FAFF;
    padding: 38px 20px 30px;
    display: none;
}

.business-model .list-detail-box .list-detail-item img {
    width: 25%;
    margin: 0 auto 20px;
}

.business-model .list-detail-box .list-detail-item:nth-child(2) img {
    margin-left: 29%;
}

.business-model .list-detail-box .list-detail-item:nth-child(3) img {
    margin-left: 58%;
}

.business-model .list-detail-box .list-detail-item.active {
    display: block;
}

.business-model .list-detail-box .list-detail-item .text h2 {
    font-family: 'Montserrat-Bold';
    font-size: 35px;
    color: #333333;
    margin-bottom: 15px;
}

.business-model .list-detail-box .list-detail-item .text p {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #333333;
    margin-bottom: 0;
}

.business-model .right-col {
    margin-top: 40px;
}

.business-model .right-row:not(:last-child) {
    margin-bottom: 50px;
}

.business-model .right-row p {
    font-family: 'Montserrat-Light';
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.business-model .right-row p span {
    font-family: 'Montserrat-Bold';
    color: #FF7733;
}

.business-model .right-row a {
    display: inline-block;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: white;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 17px 15px;
    border-radius: 10px;
}

.business-model .right-row a img {
    width: 20px;
    margin-left: 10px;
}

.business-model .right-row .img img {
    margin-left: auto;
    display: block;
    width: max-content;
    margin-right: 10px;
}

/* Business Model Section */


/* Hire Us Section */

/* Footer Section */
.footer-top {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #333333;
}

.footer-top .row-top {
    padding-bottom: 80px;
}

.footer-top .site-info .logo {
    margin: 0;
}

.footer-top .site-info .logo img {
    width: 150px;
    margin-left: 0;
    margin-bottom: 15px;
}

.footer-top .site-info p {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #89979B;
    margin-bottom: 0;
}

.footer-top .site-info a {
    display: inline-block;
    margin-top: 20px;
    font-family: 'Montserrat-SemiBold';
    font-size: 12px;
    color: #0070CC;
    text-decoration: underline;
}

.footer-top .site-info a img {
    width: 15px;
    margin-left: 10px;
    margin-bottom: 0;
}

.footer-top .links h6 {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}

.footer-top .links ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-top .links ul li {
    margin-bottom: 10px;
}

.footer-top .links ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: white;
}

.footer-top .contact-info .icon {
    background-repeat: no-repeat;
    background-position: left top;
    background-position-y: 5px;
    background-size: 20px;
}

.footer-top .contact-info:first-child .icon {
    background-image: url('../images/mail-white.png');
}

.footer-top .contact-info:nth-child(2) .icon {
    background-image: url('../images/loc-white.png');
}

.footer-top .contact-info:nth-child(3) .icon {
    background-image: url('../images/phone-white.png');
}

.footer-top .contact-info a {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    color: white;
    line-height: 2;
    padding-left: 30px;
    display: block;
}

.footer-top .newsletter h6 {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    color: white;
    margin: 0px 0 10px;
}

.footer-top .newsletter .form-group {
    border-bottom: 1px solid #E2E7E8;
    padding-bottom: 5px;
}

.footer-top .newsletter .form-control {
    border: none;
    padding: 0 10px 0 0;
    background: transparent;
    font-family: 'Montserrat-Light';
    font-size: 12px;
    color: white;
}

.footer-top .newsletter .form-control:focus {
    box-shadow: none;
}

.footer-top .newsletter input[type="submit"] {
    font-family: 'Montserrat-Medium';
    font-size: 12px;
    color: white;
    background: linear-gradient(to left, #FF7A34, #FCA73A);
    border-radius: 5px 5px 0 0;
    border: none;
    padding: 5px 10px;
}

.footer-center {
    background: #292929;
    padding: 18px 0 21px;
}

.footer-center .page-links ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.footer-center .page-links ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: white;
}

.footer-center .page-links ul li a.active {
    font-family: 'Montserrat-Medium';
    color: #FF7733;
}

.footer-center .page-links .line {
    height: 15px;
    width: 1px;
    background: #666666;
    margin: 5px 10px 0;
}

.footer-center .social-links ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-center .social-links ul li:not(:last-child) {
    margin-right: 40px;
}

.footer-center .social-links ul li i {
    transform: scale(1.3);
    color: white;
}

.footer-bottom {
    padding: 15px 0;
    background-color: #333;
}

.footer-bottom p {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: white;
    margin-bottom: 0;
}

/* Footer Section */


/* Corporate Global Frame Section */
.global-frame {
    background-color: #F0FBFF;
    padding: 60px 0;
    margin-top: 30px;
    margin-bottom: 110px;
}

.global-frame .container-fluid {
    width: 92%;
}

.global-frame .main-text h5 {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    color: #000000;
    padding-left: 4px;
}

.global-frame .main-text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #000000;
}

.global-frame .main-text h1 span {
    display: block;
    color: #FF7733;
}

.global-frame .main-text p {
    font-family: 'Montserrat-Light';
    font-size: 20px;
    color: #333333;
    line-height: normal;
}

.global-frame .main-text h6 {
    font-family: 'Montserrat-Bold';
    font-size: 19px;
    margin-top: 50px;
}

.global-frame .main-text .service-list {
    margin-top: 40px;
}

.global-frame .service-item {
    margin-bottom: 30px;
}

.global-frame .service-item:last-child {
    margin-bottom: 60px;
}

.global-frame .service-item h4 {
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    color: #05060A;
}

.global-frame .service-item p {
    font-family: 'Montserrat-Light';
    font-size: 16px;
    margin-bottom: 0;
}

.global-frame .service-item img {

    display: block;
    margin: auto;
}

.global-frame .main-text a {
    display: inline-block;
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 18px 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.global-frame .main-img img {
    width: 100%;
}

/* Corporate Global Frame Section */

/* Process Flow Section */
.process-flow {
    position: relative;
    padding: 150px 0 100px;
    overflow: hidden;
}

.process-flow .small-circle {
    position: absolute;
    top: 150px;
    animation: circlemoveright 3s linear infinite;
    z-index: 0;
}

.process-flow .small-circle img {
    width: 200px;
}

.process-flow .orange-ball {
    position: absolute;
    top: 400px;
    animation: ballmoveright 3s linear infinite;
    z-index: 0;
}

.process-flow.process-flow2 .orange-ball {
    top: 485px;
}

.process-flow .orange-ball img {
    width: 60px;
}

.process-flow .large-circle {
    position: absolute;
    top: 150px;
    animation: circlemoveleft 3s linear infinite;
    z-index: 0;
}

.process-flow .large-circle img {
    width: 300px;
}

.process-flow .blue-ring {
    position: absolute;
    top: 475px;
    animation: ballmoveleft 3s linear infinite;
    z-index: 0;
}

.process-flow .blue-ring img {
    width: 60px;
}

.process-flow .main-text,
.process-flow .desktop-flow {
    z-index: 7;
    position: relative;
}

.process-flow .main-text img {
    width: 80px;
    margin-bottom: 20px;
}

.staff-process-flow .main-text img {
    margin-bottom: 25px;
}

.process-flow .main-text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 41px;
    color: #000000;
    line-height: 1;
    margin-bottom: 20px;
}

.process-flow .main-text h1 span {
    color: #FF7733;
}

.process-flow .main-text h5 {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.process-flow .main-text p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    width: 90%;
}

.process-flow .main-text a {
    display: inline-block;
    font-family: 'Montserrat-SemiBold';
    font-size: 17px;
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 15px 35px;
    border-radius: 10px;
}

.process-flow .desktop-flow {
    background: url('../images/small-path.png') no-repeat center center/80%;
}

.process-flow .desktop-flow p,
.process-flow .desktop-flow h5,
.process-flow .desktop-flow h6 {
    margin-bottom: 0;
}

.process-flow .desktop-flow h6 {
    font-family: "Montserrat-Medium";
    font-size: 16px;
    color: #1A1A1A;
}

.process-flow .desktop-flow h5 {
    font-family: "Montserrat-Medium";
    font-size: 18px;
    color: #000000;
}

.process-flow .desktop-flow p {
    font-family: "Montserrat-Light";
    font-size: 14px;
    color: #333333;
}

.process-flow .desktop-flow img {
    width: 20px;
}

.process-flow .desktop-flow .level-1 {
    position: relative;
    bottom: 49px;
}

.process-flow .desktop-flow .level-2 {
    position: relative;
    bottom: 37px;
    left: -63px;
}

.process-flow .desktop-flow .level-3 {
    position: relative;
    left: 81px;
    top: -21px;
}

.process-flow .desktop-flow .level-3 h6,
.process-flow .desktop-flow .level-5 h6 {
    margin-left: -10px;
}

.process-flow .desktop-flow .level-4 {
    position: relative;
    right: 65px;
    top: 34px;
}

.process-flow .desktop-flow .level-5 {
    position: relative;
    top: 30px;
    left: 76px;
}

.process-flow .desktop-flow .level-6 {
    position: relative;
    top: 50px;
}

.process-flow2 .desktop-flow .level-1 {
    bottom: 45px;
}

.process-flow2 .desktop-flow .level-2 {
    bottom: 46px;
}

.process-flow2 .desktop-flow .level-5 {
    top: 20px;
}

.process-flow2 .desktop-flow .level-6 {
    top: 30px;
}

.process-flow3 .orange-ball {
    top: 460px;
}

.process-flow4 .desktop-flow h5 {
    font-size: 16px;
}

.process-flow4 .desktop-flow p {
    font-size: 13px;
}

.process-flow4 .desktop-flow h6 {
    font-size: 14px;
}

.process-flow4 .orange-ball {
    top: 520px;
}

.process-flow4 .orange-ball img {
    width: 70px;
}

.process-flow4 .desktop-flow {
    background-image: url('../images/4-path-big.svg');
}

.process-flow4 .desktop-flow .level-1 {
    bottom: 70px;
}

.process-flow4 .desktop-flow .level-2 {
    bottom: 65px;
}

.process-flow4 .desktop-flow .level-3 {
    top: -40px;
}

.process-flow4 .desktop-flow .level-4 {
    top: 35px;
}

.process-flow4 .desktop-flow .level-5 {
    top: 60px;
}

.process-flow4 .desktop-flow .level-6 {
    top: 70px;
}

.process-flow5 {
    margin-bottom: 90px;
}

.process-flow5 .desktop-flow {
    background-image: url('../images/4-path-big.svg');
}

.process-flow5 .small-circle {
    top: 150px;
}

.process-flow5 .orange-ball {
    top: 500px;
}

.process-flow5 .desktop-flow .level-1 {
    bottom: 70px !important;
}

.process-flow5 .desktop-flow .level-2 {
    bottom: 65px !important;
}

.process-flow5 .desktop-flow .level-3 {
    top: -40px !important;
}

.process-flow5 .desktop-flow .level-4 {
    top: 40px !important;
}

.process-flow5 .desktop-flow .level-5 {
    top: 60px !important;
}

.process-flow5 .desktop-flow .level-6 {
    top: 70px !important;
}

.process-flow5 .desktop-flow h5 {
    white-space: nowrap;
}

.process-flow5 .desktop-flow .level-1 h5 {
    position: relative;
    right: 70px !important;
}

.process-flow5 .desktop-flow .level-3 p {
    position: relative;
    right: 90px !important;
}

.process-flow5 .desktop-flow .level-3 h5 {
    position: relative;
    right: 90px !important;
}

.process-flow5 .desktop-flow .level-4 p {
    position: relative;
    left: 80px !important;
}

.process-flow6 {
    padding-bottom: 180px;
}

.process-flow6 .desktop-flow h5 {
    font-size: 16px;
}

.process-flow6 .desktop-flow p {
    font-size: 13px;
}

.process-flow6 .desktop-flow h6 {
    font-size: 14px;
}

.process-flow6 .orange-ball {
    top: 585px;
}

.process-flow6 .orange-ball img {
    width: 70px;
}

.process-flow6 .desktop-flow {
    background-image: url('../images/4-path-big.svg');
}

.process-flow6 .desktop-flow .level-1 {
    bottom: 50px !important;
}

.process-flow6 .desktop-flow .level-2 {
    bottom: 45px !important;
}

.process-flow6 .desktop-flow .level-3 {
    top: -22px !important;
}

.process-flow6 .desktop-flow .level-4 {
    top: 35px !important;
}

.process-flow6 .desktop-flow .level-5 {
    top: 42px !important;
}

.process-flow6 .desktop-flow .level-6 {
    top: 52px !important;
}

.process-flow7 .small-circle {
    top: 130px;
}

.process-flow7 .orange-ball {
    top: 500px;
}

.process-flow7 .desktop-flow .level-1 {
    bottom: 50px !important;
}

.process-flow7 .desktop-flow .level-2 {
    bottom: 48px !important;
}

.process-flow7 .desktop-flow .level-4 {
    top: 28px !important;
}

.process-flow7 .desktop-flow .level-5 {
    top: 40px !important;
}

.process-flow7 .desktop-flow .level-6 {
    top: 50px !important;
}

.new-process {
    padding: 200px 0;
}

.new-process .orange-ball {
    top: 550px;
}

.new-process .desktop-flow {
    background-image: url('../images/5-line-path.svg');
}

.new-process .desktop-flow h5 {
    font-size: 16px;
    white-space: nowrap;
}

.new-process .desktop-flow .level-1 {
    bottom: 122px !important;
}

.new-process .desktop-flow .level-1 h5 {
    margin-left: -40px;
}

.new-process .desktop-flow .level-2 {
    bottom: 118px !important;
}

.new-process .desktop-flow .level-3 {
    top: -85px !important;
}

.new-process .desktop-flow .level-3 h5 {
    margin-left: -40px;
}

.new-process .desktop-flow .level-3 p {
    position: relative;
    right: 40px;
}

.new-process .desktop-flow .level-4 {
    top: 0px !important;
}

.new-process .desktop-flow .level-4 p {
    position: relative;
    left: 40px;
}

.new-process .desktop-flow .level-5 {
    top: 90px !important;
}

.new-process .desktop-flow .level-5 img {
    margin-left: 5px;
}

.new-process .desktop-flow .level-5 h5 {
    margin-left: -90px;
}

.new-process .desktop-flow .level-5 p {
    position: relative;
    right: 90px;
}

.new-process .desktop-flow .level-6 {
    top: 113px !important;
}

.new-process .desktop-flow .level-6 h6 {
    text-align: right;
}

.new-process .desktop-flow .level-7 {
    position: relative;
    top: 130px !important;
}

.new-process .desktop-flow .level-7 h5 {
    margin-left: -30px;
}

.UIUX-process-0 .small-circle {
    top: 150px;
}

.UIUX-process-0 .orange-ball {
    top: 450px;
}

.UIUX-process-0 .desktop-flow h5 {
    font-size: 16px;
}

.UIUX-process-0 .desktop-flow .level-1 {
    bottom: 45px !important;
}

.UIUX-process-0 .desktop-flow .level-2 {
    bottom: 48px !important;
}

.UIUX-process-0 .desktop-flow .level-4 {
    top: 27px !important;
}

.UIUX-process-0 .desktop-flow .level-5 {
    top: 40px !important;
}

.UIUX-process-0 .desktop-flow .level-6 {
    top: 50px !important;
}

.Cms-Development-process-flow .small-circle,
.it-support-process-flow .small-circle {
    top: 150px;
}

.it-support-process-flow {
    padding-bottom: 110px;
}

.it-support-process-flow .desktop-flow .level-1,
.it-support-process-flow .desktop-flow .level-2 {
    bottom: 47px !important;
}

.it-support-process-flow .desktop-flow .level-4 {
    top: 30px !important;
}

.it-support-process-flow .desktop-flow .level-4 p {
    position: relative;
    left: 20px;
}

.it-support-process-flow .desktop-flow .level-5 {
    top: 43px !important;
}

.it-support-process-flow .desktop-flow .level-6 {
    top: 50px !important;
}

.business-process-flow {
    margin-bottom: 40px;
}

.business-process-flow .small-circle {
    top: 130px;
}

.business-process-flow .orange-ball {
    top: 500px;
}

.business-process-flow .desktop-flow .level-1,
.business-process-flow .desktop-flow .level-2 {
    bottom: 25px !important;
}

.business-process-flow .desktop-flow .level-3 {
    top: -5px !important;
}

.business-process-flow .desktop-flow .level-4,
.business-process-flow .desktop-flow .level-5,
.business-process-flow .desktop-flow .level-6 {
    top: 42px !important;
}

.hybrid-process-flow {
    margin-bottom: 60px;
}

.hybrid-process-flow .desktop-flow .level-1 {
    bottom: 60px !important;
}

.hybrid-process-flow .desktop-flow .level-2 {
    bottom: 57px !important;
}

.hybrid-process-flow .desktop-flow .level-3 {
    top: -37px !important;
}

.android-process-flow .small-circle {
    top: 175px;
}

.android-process-flow .orange-ball {
    top: 510px;
}

.android-process-flow .desktop-flow p {
    font-size: 13px;
}

.android-process-flow .desktop-flow .level-1 {
    bottom: 45px !important;
}

.android-process-flow .desktop-flow .level-2 {
    bottom: 40px !important;
}

.android-process-flow .desktop-flow .level-3 {
    top: -20px !important;
}

.android-process-flow .desktop-flow .level-4 {
    top: 42px !important;
}

.android-process-flow .desktop-flow .level-4 h5,
.android-process-flow .desktop-flow .level-4 p {
    position: relative;
    right: 60px;
}

.android-process-flow .desktop-flow .level-5 {
    top: 55px !important;
}

.android-process-flow .desktop-flow .level-6 {
    top: 60px !important;
}

.crm-process-flow .desktop-flow .level-1,
.crm-process-flow .desktop-flow .level-2 {
    bottom: 25px !important;
}

.crm-process-flow .desktop-flow .level-3 {
    top: -15px !important;
}

.crm-process-flow .desktop-flow .level-4 {
    top: 20px !important;
}

.crm-process-flow .desktop-flow .level-5,
.crm-process-flow .desktop-flow .level-6 {
    top: 21px !important;
}

.qa-process-flow {
    padding-bottom: 175px;
}

.qa-process-flow .desktop-flow {
    background-size: 75%;
    top: 20px;
}

.qa-process-flow .desktop-flow .level-1 {
    bottom: 25px !important;
}

.qa-process-flow .desktop-flow .level-2 {
    bottom: 18px !important;
}

.qa-process-flow .desktop-flow .level-3 {
    top: -3px !important;
    left: 60px !important;
}

.qa-process-flow .desktop-flow .level-4 {
    top: 37px !important;
    right: 48px !important;
}

.qa-process-flow .desktop-flow .level-5 {
    top: 34px !important;
}

.qa-process-flow .desktop-flow .level-6 {
    top: 47px !important;
}

.staff-process-flow {
    padding-bottom: 120px;
}

.staff-process-flow .desktop-flow {
    position: relative;
    top: 40px;
}

.staff-process-flow .orange-ball {
    top: 480px;
}

.staff-process-flow .desktop-flow .level-1,
.staff-process-flow .desktop-flow .level-2 {
    bottom: 47px !important;
}

.staff-process-flow .desktop-flow .level-4 {
    top: 30px !important;
}

.staff-process-flow .desktop-flow .level-5,
.staff-process-flow .desktop-flow .level-6 {
    top: 42px !important;
}

.ios-process-flow .desktop-flow .level-3 {
    top: -17px !important;
}

.ios-process-flow .desktop-flow .level-4 {
    top: 42px !important;
}

.ios-process-flow .desktop-flow .level-5,
.ios-process-flow .desktop-flow .level-6 {
    top: 52px !important;
}

/* Process Flow Section */

/* Virtual Ecosystem Section */
.virtual-ecosystem {
    background-color: #F0FBFF;
    padding: 80px 0;
}

.virtual-ecosystem .container {
    position: relative;
}

.virtual-ecosystem .blue-ring {
    width: 60px;
    position: absolute;
    left: 0px;
    top: 50px;
    animation: zoomin 2s linear infinite;
}

.virtual-ecosystem .start-text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #333333;
}

.virtual-ecosystem .start-text h1 span {
    color: #FF7733;
}

.virtual-ecosystem .start-text p {
    width: 90%;
    margin: 0 auto;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #333333;
}

.virtual-ecosystem .left-img {
    position: relative;
}

.virtual-ecosystem .left-img img {
    width: 90%;
}

.virtual-ecosystem .left-img h1 {
    font-family: 'Montserrat-Bold';
    font-size: 27px;
    color: #FF7733;
    width: max-content;
    position: absolute;
    top: 31%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.virtual-ecosystem .left-img h4 {
    font-family: 'Montserrat-Bold';
    width: max-content;
    position: absolute;
    top: 67%;
    left: 44%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.virtual-ecosystem .right-text .feature-item:not(:last-child) {
    margin-bottom: 15px;
}

.virtual-ecosystem .right-text .feature-box .img-box {
    background-color: #FF7733;
    border-radius: 20px;
    position: relative;
    height: 73px;
}

.virtual-ecosystem .right-text .feature-box .img-box img {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.virtual-ecosystem .right-text .feature-box .text-box h6 {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: #1A1A1A;
}

.virtual-ecosystem .right-text .feature-box .text-box p {
    font-family: 'Montserrat-Light';
    font-size: 13px;
    color: #4D4D4D;
    margin-bottom: 0;
}

.virtual-ecosystem .blue-ball {
    width: 60px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    animation: zoomin 2s linear infinite;
}

/* Virtual Ecosystem Section */

/* Short Banner Section */
.short-banner {
    background: #F3FAFF;
    padding: 40px 0 50px;
}

.short-banner h1 {
    font-family: 'Montserrat-Bold';
    color: #FF7733;
    font-size: 48px;
    margin-bottom: 5px;
    text-align: center;
}

.short-banner p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}

/* Short Banner Section */

/* Contact Us Section  */
.contact-us-section {
    background-color: #F3FAFF;
    padding: 30px 0 40px;
}

.contact-us-section .start-text {
    margin-bottom: 50px;
}

.contact-us-section .start-text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #333;
}

.contact-us-section .start-text h1 span {
    color: #f73;
}

.contact-us-section .start-text p {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: rgb(61, 61, 61);
    margin-bottom: 0;
    line-height: normal;
}

.contact-us-section .contact-form .form-control {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #91A3A8;
    padding-bottom: 10px;
    margin-bottom: 45px;
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #000;
}

.contact-us-section .contact-form .form-control:focus {
    box-shadow: none;
}

.contact-us-section .contact-form select.form-control {
    background: url(../images/select-icon.png) no-repeat center right/10px;
    background-position-y: 40%;
}

.contact-us-section .contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-us-section .contact-form input[type="submit"] {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: #fff;
    background-color: #0000;
    border: none;
    background: linear-gradient(to left, #f73, #FBA83A);
    padding: 15px 30px;
    border-radius: 15px;
}

.contact-us-section .contact-form .field {
    position: relative;
}

.contact-us-section .contact-form label.error {
    font-size: 14px;
    color: red;
    position: absolute;
    top: 45px
}

/* Contact Us Section  */

/* Global Footprint Section */
.global-footprint {
    padding: 50px 0;
}

.global-footprint .map-image {
    position: relative;
    z-index: 2;
}

.global-footprint .title {
    margin-bottom: 60px;
}

.global-footprint .title h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #333;
}

.global-footprint .title p {
    font-family: 'Montserrat-Light';
    font-size: 20px;
    color: rgb(61, 61, 61);
    margin-bottom: 0;
    line-height: normal;
}

.global-footprint .title h1 span {
    color: #f73;
}

.global-footprint .addresses {
    margin-top: -150px;
}

.global-footprint .address-box {
    padding: 35px 45px;
}

.global-footprint .black-bg {
    background-color: #6e6e6e;
    border-radius: 20px 0 0 20px;
}

.global-footprint .address-box h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 35px;
    margin-bottom: 30px;
    color: white;
    position: relative;
    z-index: 11;
}

.global-footprint .address-box ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.global-footprint .address-box ul li {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 5px;
    background-size: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 11;
}

.global-footprint .address-box ul li:last-child {
    padding-bottom: 0;
}

.global-footprint .address-box ul li:nth-child(1) {
    background-image: url('../images/mail.png');
}

.global-footprint .address-box ul li:nth-child(2) {
    background-image: url('../images/location.png');
}

.global-footprint .address-box ul li:nth-child(3) {
    background-image: url('../images/phone.png');
}

.global-footprint .address-box ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: white;
    display: block;
}

.global-footprint .address-box ul li a:not(:last-child) {
    margin-bottom: 5px;
}

.global-footprint .media {
    position: relative;
}

.global-footprint .media img {
    position: relative;
    z-index: 4;
}

.global-footprint .media .loc-img {
    position: absolute;
}

.global-footprint .media .loc-img h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    color: #2596f8;
    text-transform: uppercase;
}

.global-footprint .media .us-loc {
    top: 25%;
    left: 15%;
}

.global-footprint .media .pak-loc {
    top: 29%;
    right: 28%;
}

.global-footprint .media .loc-img img {
    width: 40px;
}

.global-footprint .media .transparent {
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 570px;
    height: 100px;
    /* background: black; */
    z-index: 5;
    filter: blur(10px);
}

.global-footprint .blue-bg {
    background: url('../images/dis-pro-3.png') no-repeat center right/cover;
    border-radius: 0px 20px 20px 0px;
    position: relative;
}

.global-footprint .blue-bg h3 {
    color: white;
}

/* Global Footprint Section */

/* Tech Section 4 Section */
.tech-section-4 {
    background-color: #F3FAFF;
    padding: 40px 0;
}

.tech-section-4 .text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #333;
    margin-bottom: 10px;
}

.tech-section-4 .text p {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
}

/* Tech Section 4 Section */

/* Tech Section 5 Section */
.tech-section-5 {
    padding: 40px 0;
}

.tech-section-5 .text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #333;
    margin-bottom: 10px;
}

.tech-section-5 .text p {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
}

/* Tech Section 4 Section */

/* hire-us-section */
.hire-us-section {
    padding-top: 76px;
    padding-bottom: 64px;
}

.hire-us-section .inner-text {
    padding-top: 30px;
}

.hire-us-section h1 {
    font-family: 'Montserrat-Bold';
    color: #FF7733;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 25px;
}

.hire-us-section h1 span {
    color: #333333;
    font-size: 40px;
}

.hire-us-section p {
    font-family: 'Montserrat-Regular';
    font-size: 19px;
    color: #333333c7;
}

.hire-us-section .link-lets-talk a {
    font-family: 'Montserrat-Bold';
    color: #FF7733;
    font-size: 25px;
    text-decoration: underline;
}

.hire-us-section .link-lets-talk img {
    width: 65px;
    padding-left: 15px;
}

.hire-us-section .teams-images {
    position: relative;
}

.hire-us-section .teams-images img:not(.people) {
    position: absolute;
}

.hire-us-section .teams-images .diamond {
    width: 30px;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    animation: zoomin 2s infinite linear;
}

.hire-us-section .teams-images .ball {
    width: 70px;
    right: 0;
    top: 6%;
    transform: translateY(-50%);
    animation: spin 2s infinite linear;
}

.hire-us-section .teams-images .ring {
    width: 70px;
    right: 0;
    top: 80%;
    transform: translateY(-50%) rotate(-45deg);
    animation: ringmoveleft 2s infinite linear;
}

/* hire-us-section */

/* banner-medium Section */
.banner-meduim {
    padding-top: 40px;
    padding-bottom: 70px;
    background: url(../images/banner-back.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    margin-top: 63px;
    margin-bottom: 37px;
}

.banner-meduim .container {
    position: relative;
}

.banner-meduim .blue-diamond {
    position: absolute;
    width: 60px;
    top: 231px;
    left: 105px;
    animation: zoomin 2s linear infinite;
}

.banner-meduim .Blue-ring {
    position: absolute;
    width: 80px;
    right: 151px;
    bottom: 2px;
    animation: zoominrotate 2s linear infinite;
}

.banner-meduim .orange-ball {
    position: absolute;
    width: 70px;
    top: 93px;
    right: 103px;
    animation: zoomin 2s linear infinite;

}

.banner-meduim .meduim-text h1 {
    font-family: 'Montserrat-Bold';
    color: #333333;
    font-size: 31px;
    margin-bottom: 15px;
    text-align: center;
    padding-top: 303px;

}

.banner-meduim .meduim-text h1 span {
    color: #FF7733;
}

.banner-meduim .meduim-text p {
    color: #333333;
    width: 68%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Montserrat-Regular';
}

/* banner-medium Section */

/* faq-section Section */
.faq-section {
    padding-top: 50px;
    padding-bottom: 82px;
}

.page-uiux .faq-section2 {
    padding: 117px 0 0;
}

.faq-section.qa-faq {
    padding-top: 120px;
}

.faq-section .accordian-text h1 {
    text-align: center;
    font-family: 'Montserrat-Bold';
    font-size: 49px;
    margin-bottom: 50px;
    color: #333333e3;
}

.faq-section .accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #FD9A38 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
    border-radius: 27px !important;
    font-family: 'Montserrat-SemiBold' !important;
    font-size: 20px !important;
    padding: 21px !important;
    padding-left: 37px !important;
}

.faq-section .accordion-button:not(.collapsed) i {
    color: white;
}

.faq-section .accordion-body {
    border: 1.5px solid #EBEBEB;
    padding: 35px;
    border-radius: 26px;
    margin-bottom: 25px;
    font-size: 17px;
    font-family: 'Montserrat-Regular';
    color: rgb(0 0 0 / 59%);
}

.faq-section .accordion-button i {
    margin-left: auto;
    margin-right: 3%;
    color: orange;
}

.accordion-button::after {
    display: none;
}

.faq-section .accordion-flush .accordion-item .accordion-button {
    border: 2px solid #7EBFF4;
    margin-top: 22px;
    border-radius: 24px;
    position: relative;
    font-size: 21px;
    padding-left: 37px;
}

.faq-section .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    border: none;
}

.faq-section .accordion-header {
    margin-bottom: 0;
    font-family: 'Montserrat-SemiBold';
    color: #333333;
}

.faq-section .accordion-item {
    border: none;
}

/* faq-section Section */

/* Azam CSs */
.intelligence-web .title h1 {
    width: 100%;
}

.inner-services-intellegence-service.intelligence-web {
    padding-top: 30px;
}

.new-process .main-text h1 {
    font-size: 38px;
}

.technologies-0.trend-tech {
    padding-top: 10px;
}

.technologies-0 .title h1 {
    width: 80%;
    margin: 0 auto;
}

.technologies-0 .title p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #333333ba;
}

.bi-analytic-0 .title h1 {
    width: 100%;
}

.bi-analytic-0 .title p {
    width: 92%;
}

.bi-analytic-0 .list-detail-box .list-detail-item .img-box {
    border-radius: 15px;
    background: linear-gradient(to right, #00A4FE, #0070CC);
    padding: 30px 20px;
    margin-bottom: 15px;
    min-height: 293px;
}

.bi-analytic-0 .list-detail-box .list-detail-item .img-box h3 {
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}

.bi-analytic-0 .list-detail-box .list-detail-item .img-box .line {
    height: 8px;
    width: 60px;
    background-color: white;
}

.bi-analytic-0 .list-detail-box .list-detail-item.active {

    min-height: 293px;
}

.intelligence-web .img-div {
    background: url('../images/Asset 2.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bi-analytic-0 .img-div {
    background: url('../images/Asset 2.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-crecentech .sub-texts p {
    font-family: 'Montserrat-Light';
    font-size: 19px;
    line-height: 1.6;
    color: #333;
}

.choose-crecentech.choose-float video {
    float: right;
    display: inline;
    width: 50%;
    margin: 0 0 20px 20px;
}

.choose-crecentech.choose-float .text p {
    font-size: 17px;
}

/* Media Queries */
@media (min-width:992px) {
    .choose-crecentech .start-outer-box {
        width: 20%;
    }

    .choose-crecentech .end-outer-box {
        width: 25%;
    }

    .choose-crecentech.choose-crecentech-2 .end-outer-box {
        width: 20%;
    }

    .our-prodigy .box {
        width: 13.6667% !important;
    }

    .service-discuss .service-bg,
    .service-discuss .discuss-bg {
        width: 49%;
    }
}

@media (min-width:1200px) {

    .our-services .list-detail {
        width: 60.333%;
    }

    .crecentech-studio .left-text,
    .crecentech-studio .right-text {
        width: 45.333%;
    }

    .choose-crecentech .end-outer-box {
        width: 21%;
    }

    .choose-crecentech.choose-crecentech-2 .end-outer-box {
        width: 20%;
    }

    .virtual-ecosystem .right-text .feature-box .img-box {
        width: 13%;
        margin-right: 2%;
    }
}

@media (min-width:1400px) {

    /*.header-bottom .call-service {*/
    /*    width: 433px;*/
    /*}*/

    /*.who-we-are .red-ball img {*/
    /*    left: 10%;*/
    /*}*/

    /*.concept-ideology .steps {*/
    /*    background-position-y: 80px;*/
    /*}*/

    /*.concept-ideology .step {*/
    /*    margin-bottom: 85px;*/
    /*}*/

    /*.concept-ideology .step:nth-last-child(2),*/
    /*.concept-ideology .step:last-child {*/
    /*    margin-top: -20px;*/
    /*}*/

    /*.process-flow .desktop-flow {*/
    /*    background-size: 70%;*/
    /*}*/

    /*.process-flow .desktop-flow .level-1 {*/
    /*    bottom: 45px;*/
    /*}*/

    /*.process-flow .desktop-flow .level-2 {*/
    /*    bottom: 48px;*/
    /*    left: -40px;*/
    /*}*/

    /*.process-flow .desktop-flow .level-3 {*/
    /*    left: 54px;*/
    /*    top: -28px;*/
    /*}*/

    /*.process-flow .desktop-flow .level-4 {*/
    /*    right: 33px;*/
    /*    top: 33px;*/
    /*}*/

    /*.process-flow .desktop-flow .level-5 {*/
    /*    top: 43px;*/
    /*    left: 53px;*/
    /*}*/

    /*.process-flow .desktop-flow .level-6 {*/
    /*    top: 60px;*/
    /*    left: 0px;*/
    /*}*/
    /*.tech-ideology .upper-ball {*/
    /*    top: -40px;*/
    /*}*/
    /*.tech-ideology .bottom-ball {*/
    /*    top: 11%;*/
    /*    right: 6%;*/
    /*}*/
    /*.tech-ideology .path {*/
    /*    top: -40px;*/
    /*}*/
    /*.our-prodigy .box p {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.our-prodigy .box:nth-child(3) {*/
    /*    bottom: 21px;*/
    /*}*/
    .header-bottom .menu nav .dropdown-menu {
        left: -369px;
    }
}

@media (min-width:1520px) {
    .header-bottom .menu nav .dropdown-menu {
        left: -507px;
        width: 101vw;
    }
}

@media (min-width:1640px) {
    .who-we-are .red-ball img {
        left: 15%;
    }

    /* .header-bottom .menu nav .dropdown-menu {
        left: -715px;
        width: 101vw;
    } */
}

@media (min-width:1900px) {
    .header-bottom .menu nav .dropdown-menu {
         left: -733px;
        width: 103vw;
    }
}

@media (max-width:1365px) {
    .header-bottom .menu nav .nav-link {
        margin: 0 9px !important;
        font-size: 10px;
    }

    .header-bottom .call-service a {
        font-size: 14px !important;
    }
}

@media(max-width: 1199px) {
    .header-bottom .menu {
        position: relative;
    }

    .header-bottom .menu .navbar-light .navbar-toggler {
        border: none;
    }

    .header-bottom .menu .navbar-light .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-bottom .menu .navbar-collapse {
        position: absolute;
        right: -38px;
        top: 65px;
        border-bottom: 1px solid lightgray;
        background: #fff;
        width: 100vw;
        padding: 5px 15px;
        z-index: 10;
    }

    .banner .text h1 {
        font-size: 35px;
    }

    .banner .text h1 span {
        font-size: 43px;
    }

    .who-we-are .red-ball img {
        left: 9%;
    }

    .who-we-are .bg-div .text h1 {
        font-size: 30px;
    }

    .who-we-are .bg-div .text p {
        font-size: 14px;
    }

    .our-services .list-detail-item .images img {
        margin-right: 25px;
    }

    .our-industries .list-box .list-item,
    .our-industries .list-detail-box .list-detail-item p {
        font-size: 16px;
    }

    .reviews .owl-carousel .owl-nav .owl-prev {
        left: -40px;
    }

    .reviews .owl-carousel .owl-nav .owl-next {
        right: -40px;
    }

    .hire-us .hire-us-bg h1 {
        font-size: 40px;
    }

    .footer-top .contact-info a {
        font-size: 16px;
    }

    .crecentech-studio .fact-box:first-child {
        margin-right: 25px;
    }

    .news-blog .text h2~p {
        font-size: 18px;
    }

    .our-prodigy .box p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .reviews .media h5 {
        top: 52%;
        font-size: 20px;
    }

    .concept-ideology .steps {
        background-position-y: 95px;
    }

    .concept-ideology .step {
        margin-bottom: -10px;
    }

    .feature-work .slider .text h1 {
        font-size: 22px;
    }

    .feature-work .slider .text p {
        font-size: 7px;
    }

    .choose-crecentech .end-inner-box img {
        height: 35px;
    }

    .choose-crecentech .end-inner-box p {
        font-size: 12px;
    }

    .who-we-are .bg-div .media h5 {
        font-size: 20px;
        top: 69%;
    }

    .crecentech-studio .right-box .orange-ball {
        width: 40px;
        animation: tabringmoverighttop 1.5s linear infinite;
    }

    .who-we-are .bg-div .media .blue-ring img {
        animation: tabringmoverighttop 1.5s linear infinite;
    }

    .tech-ideology.tech-ideology-2 h5 {
        font-size: 21px;
    }

    .tech-ideology.tech-ideology-2 h3 {
        font-size: 28px;
    }

    .global-frame .main-text h5 {
        font-size: 20px;
    }

    .global-frame .main-text h1 {
        font-size: 35px;
    }

    .global-frame .main-text p {
        font-size: 16px;
    }

    .global-frame .main-text h6 {
        font-size: 15px;
    }

    .global-frame .service-item h4 {
        font-size: 20px;
    }

    .global-frame .service-item p {
        font-size: 14px;
    }

    .reviews2 .owl-carousel .owl-nav .owl-prev {
        left: -4%;
    }

    .reviews2 .owl-carousel .owl-nav .owl-next {
        right: -4%;
    }

    .process-flow .desktop-flow {
        background-size: 52%;
        padding-top: 120px;
        margin-top: 50px;
    }

    .process-flow .desktop-flow .level-1 {
        bottom: 101px;
        left: -30px;
    }

    .process-flow .desktop-flow .level-2 {
        bottom: 99px;
        left: 40px;
    }

    .process-flow .desktop-flow .level-3 {
        left: -14px;
        top: -85px;
    }

    .process-flow .desktop-flow .level-4 {
        right: -50px;
        top: -31px;
    }

    .process-flow .desktop-flow .level-5 {
        top: -25px;
        left: -15px;
    }

    .process-flow .desktop-flow .level-6 {
        left: -15px;
    }

    .header-bottom .menu nav .nav-item {
        padding-left: 2.75%;
    }

    .header-bottom .menu nav .nav-link {
        width: max-content;
        margin: 5px 0px !important;
    }

    .virtual-ecosystem .start-text h1 {
        font-size: 42px;
    }

    .virtual-ecosystem .start-text p {
        font-size: 13px;
    }

    .virtual-ecosystem .left-img h1 {
        font-size: 40px;
    }

    .virtual-ecosystem .left-img h4 {
        font-size: 23px;
    }

    .banner .img img {
        height: 305px;
    }

    .dis-pro .div-bg a {
        font-size: 14px;
    }

    .inner-services .list-detail-box .list-detail-item .img-box h3 {
        font-size: 28px;
    }

    .inner-services .list-detail-box .list-detail-item .img-box .line {
        height: 5px;
        width: 40px;
    }

    .inner-services .list-detail-box .list-detail-item .img-box {
        min-height: 300px;
    }

    .banner.inner-banner .text h1,
    .banner.inner-banner .text h1 span {
        font-size: 35px;
    }

    .contact-us-section .start-text h1 {
        font-size: 47px;
    }

    .banner-meduim .meduim-text h1 {
        padding-top: 238px;
    }

    .banner-meduim .blue-diamond {
        top: 178px;
    }

    .banner-meduim .Blue-ring {
        right: 131px;
        bottom: -13px;
    }

    .short-banner h1 {
        font-size: 40px;
    }

    .who-we-are.section-three .bg-div .text p,
    .who-we-are.section-four .bg-div .text p {
        font-size: 18px;
    }

    .inner-services.support-services .list-box {
        height: 230px;
    }

    .inner-services.support-services .list-detail-box .list-detail-item .img-box img {
        height: 230px;
    }

    .our-industries .back-text {
        left: -56%;
    }

    .our-industries .industry-row .text h3 {
        font-size: 29px;
    }

    .process-flow4 .desktop-flow .level-1 {
        bottom: 145px !important;
    }

    .process-flow4 .desktop-flow .level-2 {
        bottom: 142px !important;
    }

    .process-flow4 .desktop-flow .level-3 {
        top: -115px !important;
    }

    .process-flow4 .desktop-flow .level-5 {
        top: 0px !important;
    }

    .process-flow4 .desktop-flow .level-6 {
        top: 15px !important;
    }

    .process-flow5 .desktop-flow .level-1 {
        bottom: 140px !important;
    }

    .process-flow5 .desktop-flow .level-2 {
        bottom: 135px !important;
    }

    .process-flow5 .desktop-flow .level-3 {
        top: -102px !important;
    }

    .process-flow5 .desktop-flow .level-4 {
        top: 40px !important;
    }

    .process-flow5 .desktop-flow .level-4 {
        top: -12px !important;
    }

    .process-flow5 .desktop-flow .level-5 {
        top: 10px !important;
    }

    .process-flow5 .desktop-flow .level-6 {
        top: 28px !important;
    }

    .process-flow6 .orange-ball {
        top: 463px;
    }

    .process-flow6 .desktop-flow .level-1 {
        bottom: 113px !important;
    }

    .process-flow6 .desktop-flow .level-2 {
        bottom: 113px !important;
    }

    .process-flow6 .desktop-flow .level-3 {
        top: -85px !important;
    }

    .process-flow6 .desktop-flow .level-4 {
        top: -20px !important;
    }

    .process-flow6 .desktop-flow .level-5 {
        top: -11px !important;
    }

    .process-flow6 .desktop-flow .level-6 {
        top: 0px !important;
    }

    .process-flow7 .desktop-flow .level-1 {
        bottom: 105px !important;
    }

    .process-flow7 .desktop-flow .level-2 {
        bottom: 109px !important;
    }

    .process-flow7 .desktop-flow .level-3 {
        top: -93px !important;
    }

    .process-flow7 .desktop-flow .level-4 {
        top: -35px !important;
    }

    .process-flow7 .desktop-flow .level-5 {
        top: -14px !important;
    }

    .process-flow7 .desktop-flow .level-6 {
        top: -5px !important;
    }

    .new-process .desktop-flow {
        padding-top: 190px;
        margin-top: 100px;
    }

    .new-process .desktop-flow .level-1 {
        bottom: 232px !important;
    }

    .new-process .desktop-flow .level-2 {
        bottom: 225px !important;
    }

    .new-process .desktop-flow .level-3 {
        top: -190px !important;
    }

    .new-process .desktop-flow .level-4 {
        top: -95px !important;
    }

    .new-process .desktop-flow .level-6 {
        top: 31px !important;
        left: 105px !important;
    }

    .new-process .desktop-flow .level-7 {
        top: 53px !important;
    }

    .choose-crecentech.choose-float .text h1 {
        font-size: 38px;
    }

    .UIUX-process-0 {
        padding-bottom: 0;
    }

    .UIUX-process-0 .desktop-flow .level-1 {
        bottom: 100px !important;
    }

    .UIUX-process-0 .desktop-flow .level-2 {
        bottom: 100px !important;
    }

    .UIUX-process-0 .desktop-flow .level-4 {
        top: -33px !important;
    }

    .UIUX-process-0 .desktop-flow .level-5 {
        top: -25px !important;
    }

    .UIUX-process-0 .desktop-flow .level-6 {
        top: -15px !important;
    }

    .Cms-Development-process-flow .desktop-flow .level-4 {
        top: -25px !important;
    }

    .Cms-Development-process-flow .desktop-flow .level-5 {
        top: -3px !important;
    }

    .Cms-Development-process-flow .desktop-flow .level-6 {
        top: 14px !important;
    }

    .it-support-process-flow .desktop-flow .level-1,
    .it-support-process-flow .desktop-flow .level-2 {
        bottom: 109px !important;
    }

    .it-support-process-flow .desktop-flow .level-4 {
        top: -23px !important;
    }

    .it-support-process-flow .desktop-flow .level-5 {
        top: -15px !important;
    }

    .it-support-process-flow .desktop-flow .level-6 {
        top: -3px !important;
    }

    .it-support-process-flow {
        padding-bottom: 80px !important;
    }

    .business-process-flow .desktop-flow .level-1,
    .business-process-flow .desktop-flow .level-2 {
        bottom: 87px !important;
    }

    .business-process-flow .desktop-flow .level-3 {
        top: -73px !important;
    }

    .business-process-flow .desktop-flow .level-4 {
        top: -23px !important;
    }

    .business-process-flow .desktop-flow .level-5 {
        top: -13px !important;
    }

    .business-process-flow .desktop-flow .level-6 {
        top: -10px !important;
    }

    .business-process-flow {
        margin-bottom: 0px;
    }

    .hybrid-process-flow .desktop-flow .level-1 {
        bottom: 100px !important;
    }

    .hybrid-process-flow .desktop-flow .level-2 {
        bottom: 98px !important;
    }

    .hybrid-process-flow .desktop-flow .level-3 {
        top: -84px !important;
    }

    .hybrid-process-flow .desktop-flow .level-6 {
        top: -20px !important;
    }

    .android-process-flow .desktop-flow .level-1 {
        bottom: 115px !important;
    }

    .android-process-flow .desktop-flow .level-2 {
        bottom: 113px !important;
    }

    .android-process-flow .desktop-flow .level-3 {
        top: -85px !important;
    }

    .android-process-flow .desktop-flow .level-4 {
        top: -21px !important;
    }

    .android-process-flow .desktop-flow .level-4 h5,
    .android-process-flow .desktop-flow .level-4 p {
        right: 110px;
    }

    .android-process-flow .desktop-flow .level-5 {
        top: -10px !important;
    }

    .android-process-flow .desktop-flow .level-6 {
        top: 0px !important;
    }

    .business-model .list-detail-box .list-detail-item:nth-child(2) img {
        margin-left: 35%;
    }

    .business-model .list-detail-box .list-detail-item:nth-child(3) img {
        margin-left: 70%;
    }

    .crm-process-flow .desktop-flow .level-1,
    .crm-process-flow .desktop-flow .level-2 {
        bottom: 100px !important;
    }

    .crm-process-flow .desktop-flow .level-3 {
        top: -84px !important;
    }

    .crm-process-flow .desktop-flow .level-4 {
        top: -34px !important;
    }

    .crm-process-flow .desktop-flow .level-5,
    .crm-process-flow .desktop-flow .level-6 {
        top: -25px !important;
    }

    .qa-process-flow .desktop-flow .level-1,
    .qa-process-flow .desktop-flow .level-2 {
        bottom: 88px !important;
    }

    .qa-process-flow .desktop-flow .level-3 {
        top: -71px !important;
    }

    .qa-process-flow .desktop-flow .level-4 {
        top: -25px !important;
    }

    .qa-process-flow .desktop-flow .level-5,
    .qa-process-flow .desktop-flow .level-6 {
        top: -15px !important;
    }

    .ios-process-flow .desktop-flow .level-3 {
        top: -74px !important;
    }

    .ios-process-flow .desktop-flow .level-4 {
        top: -12px !important;
    }

    .ios-process-flow .desktop-flow .level-3 h5,
    .ios-process-flow .desktop-flow .level-3 p {
        position: relative;
        left: 30px;
    }

    .ios-process-flow .desktop-flow .level-4 h5,
    .ios-process-flow .desktop-flow .level-4 p {
        position: relative;
        right: 70px;
    }

    .ios-process-flow .desktop-flow .level-5,
    .ios-process-flow .desktop-flow .level-6 {
        top: -5px !important;
    }

    .service-discuss.martech-s-d .service-bg .text {
        padding-top: 73px;
    }

    .global-footprint .media .loc-img h2 {
        font-size: 20px;
    }

    .global-footprint .media .loc-img img {
        width: 35px;
    }
}

@media(max-width: 991px) {

    .header-top .text h4,
    .header-top .text a {
        font-size: 14px;
    }

    .banner .text h1,
    .banner .text h1 span {
        font-size: 28px;
    }

    .banner .text h1 span {
        display: inline;
    }

    .our-services {
        padding: 60px 0 40px;
    }

    .our-services .list-item {
        width: 250px;
    }

    .our-services .list-item p {
        font-size: 12px;
        width: 60%;
    }

    .our-services .list-detail-item h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .our-services .list-detail-item p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .our-services .list-detail-item .images {
        width: 80%;
    }

    .crecentech-studio .left-text .left-box {
        margin-bottom: 80px;
    }

    .crecentech-studio .fact-box h1 {
        font-size: 30px;
    }

    .crecentech-studio .fact-box p {
        font-size: 12px;
    }

    .crecentech-studio .left-text h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .crecentech-studio .left-text h6 {
        font-size: 15px;
    }

    .crecentech-studio .left-text p {
        font-size: 14px;
    }

    .crecentech-studio .left-text a {
        font-size: 20px;
    }

    .crecentech-studio .left-text .left-box {
        margin-bottom: 40px;
    }

    .crecentech-studio .product-box h5 {
        font-size: 20px;
    }

    .crecentech-studio .product-box .cat p {
        font-size: 12px;
    }

    .service-discuss .service-bg .text,
    .service-discuss .discuss-bg .text {
        padding: 60px 20px;
    }

    .reviews .owl-carousel .owl-nav .owl-prev {
        left: -35px;
    }

    .reviews .owl-carousel .owl-nav .owl-next {
        right: -35px;
    }

    .news-blog .blog-info p {
        font-size: 14px;
    }

    .news-blog .text h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news-blog .text h2~p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .news-blog .text a {
        font-size: 16px;
    }

    .hire-us .hire-us-bg,
    .hire-us .inquiry-bg {
        padding: 35px;
    }

    .hire-us .inquiry-bg .form-control {
        font-size: 16px;
    }

    .footer-top .site-info,
    .footer-top .links {
        margin-bottom: 25px;
    }

    .footer-top .row-top {
        padding-bottom: 45px;
    }

    .footer-top .contact-info,
    .footer-top .newsletter {
        margin-bottom: 20px;
    }

    .crecentech-studio .icons img {
        width: 60px;
        margin-right: 20px;
    }

    .header-bottom .call-service .get-started {
        font-size: 14px;
    }

    .partners {
        padding: 20px 0 40px;
    }

    .banner #banner-slider .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        margin-bottom: 10px;
    }

    .banner #banner-slider .carousel-indicators .active {
        width: 20px;
        height: 20px;
    }

    .banner .text p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .banner .text a {
        font-size: 16px;
        padding: 12px 20px;
        width: max-content;
    }

    .tech-ideology .text h1 {
        font-size: 35px;
    }

    .tech-ideology .bottom-ball {
        top: 5%;
    }

    .tech-ideology .text p {
        font-size: 18px;
        width: 100%;
    }

    .our-prodigy {
        background-color: #F3FAFF;
        padding: 60px 0 35px;
    }

    .our-prodigy .title h1 {
        font-size: 40px;
    }

    .our-prodigy .text p {
        font-size: 18px;
    }

    .our-prodigy .box {
        margin-bottom: 25px;
    }

    .our-services .title h1 {
        font-size: 35px;
    }

    .our-services .title p {
        font-size: 18px;
    }

    .crecentech-studio .fact-box {
        border-radius: 15px;
    }

    .our-industries .title h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .our-industries .title p {
        font-size: 14px;
    }

    .our-industries .title {
        margin-bottom: 30px;
    }

    .reviews .media .blue-ring img,
    .reviews .media .orange-ball img {
        width: 45px;
    }

    .reviews .media .blue-ring img {
        top: -15px;
        right: -15px;
    }

    .reviews .media .orange-ball img {
        bottom: -15px;
        left: -15px;
    }

    .hire-us .hire-us-bg h4 {
        font-size: 18px;
    }

    .footer-center .page-links ul,
    .footer-center .social-links ul {
        justify-content: center;
    }

    .footer-center .page-links ul {
        margin-bottom: 20px;
    }

    .digital-brickwork .start-text h5 {
        width: 90%;
    }

    .digital-brickwork .start-text p {
        width: 100%;
    }

    .inner-services .list-box .list-item {
        padding: 12.5px 40px 12.5px 30px;
        font-size: 16px;
    }

    .inner-services .list-box .list-item i {
        right: 30px;
    }

    .inner-services .list-box .list-item {
        font-size: 16px;
    }

    .inner-services .list-detail-box .list-detail-item .text h2 {
        font-size: 30px;
    }

    .inner-services .list-detail-box .list-detail-item .text p {
        font-size: 16px;
    }

    .competition .outer-box:not(:last-child) {
        margin-bottom: 80px;
    }

    .concept-ideology .title h1 {
        font-size: 35px;
    }

    .concept-ideology .text p {
        font-size: 18px;
    }

    .choose-crecentech {
        padding-bottom: 75px;
    }

    .choose-crecentech .start-inner-box {
        margin-bottom: 15px;
    }

    .choose-crecentech .start-boxes {
        margin-bottom: 65px;
    }

    .choose-crecentech .text h1 {
        font-size: 35px;
    }

    .choose-crecentech .text h5 {
        font-size: 18px;
    }

    .choose-crecentech .text p {
        font-size: 16px;
    }

    .choose-crecentech .end-boxes {
        margin-top: 60px;
    }

    .choose-crecentech .end-inner-box {
        margin-bottom: 15px;
    }

    .concept-ideology .steps {
        background: none;
    }

    .concept-ideology .step {
        margin-bottom: 30px;
    }

    .feature-work .slider .owl-dots {
        margin-top: 20px;
    }

    .marketing-process .start-text h1 {
        font-size: 35px;
    }

    .marketing-process .start-text h6 {
        font-size: 16px;
    }

    .marketing-process .start-text h4 {
        font-size: 18px;
    }

    .marketing-process .start-text p {
        font-size: 14px;
    }

    .reviews .media h5 {
        top: 40%;
    }

    .tech-ideology.tech-ideology-2 h3 {
        font-size: 22px;
    }

    .tech-ideology.tech-ideology-2 p {
        font-size: 14px;
    }

    .tech-ideology.tech-ideology-2 h5 {
        font-size: 18px;
    }

    .dis-pro br {
        display: none;
    }

    .reviews2 .owl-carousel .owl-nav {
        text-align: center;
        margin-top: 10px;
    }

    .reviews2 .owl-carousel .owl-nav button {
        position: unset;
    }

    .reviews2 .owl-carousel .owl-nav .owl-prev {
        margin-right: 10px;
    }

    .process-flow .desktop-flow {
        background-size: 80%;
    }

    .process-flow .desktop-flow .level-1 {
        bottom: 95px;
    }

    .process-flow .desktop-flow .level-2 {
        bottom: 95px;
        left: -70px;
    }

    .process-flow .desktop-flow .level-3 {
        left: 84px;
    }

    .process-flow .desktop-flow .level-3 h6 {
        margin-left: -25px;
    }

    .process-flow .desktop-flow .level-4 {
        right: 68px;
        top: -36px;
    }

    .process-flow .desktop-flow .level-5 {
        top: -29px;
        left: 76px;
    }

    .process-flow .desktop-flow .level-5 h6 {
        margin-left: -20px;
    }

    .process-flow .desktop-flow .level-6 {
        top: -20px;
    }

    .virtual-ecosystem .blue-ring {
        top: 0px;
    }

    .virtual-ecosystem .blue-ball {
        bottom: -60px;
        right: 0;
    }

    .virtual-ecosystem .start-text {
        margin-bottom: 30px;
    }

    .virtual-ecosystem .left-img h1 {
        font-size: 29px;
    }

    .virtual-ecosystem .left-img h4 {
        font-size: 16px;
    }

    .banner .img img {
        height: 240px;
    }

    .process-flow2 .desktop-flow .level-1 {
        bottom: 105px;
    }

    .process-flow2 .desktop-flow .level-2 {
        bottom: 105px;
    }

    .process-flow2 .desktop-flow .level-3 {
        top: -82px;
    }

    .process-flow2 .desktop-flow .level-4 {
        top: -23px;
    }

    .process-flow2 .desktop-flow .level-5 {
        top: -19px;
    }

    .process-flow2 .desktop-flow .level-6 {
        top: -12px;
    }

    .header-bottom .menu .navbar-collapse {
        right: -31px;
        top: 55px;
    }

    .business-model .list-detail-box {
        margin-bottom: 30px;
    }

    .trend-tech .list-box .list-item {
        font-size: 18px;
        margin-right: 5%;
    }

    .trend-tech .list-detail-item .tech-text h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .trend-tech .list-detail-item .tech-text p {
        font-size: 16px;
    }

    .dis-pro .div-bg h3,
    .dis-pro .div-bg p,
    .dis-pro .div-bg .text-right {
        text-align: center !important;
    }

    .dis-pro .div-bg p {
        margin-bottom: 20px;
    }

    .business-model .right-col {
        margin-top: 0px;
    }

    .dis-pro-4 .div-bg {
        padding: 30px 0;
    }

    .inner-services .list-detail-box .list-detail-item .img-box h3 {
        font-size: 19px;
    }

    .inner-services .list-detail-box .list-detail-item .img-box .line {
        height: 3px;
        width: 30px;
    }

    .inner-services .list-detail-box .list-detail-item .img-box {
        min-height: 200px;
    }

    .contact-us-section .start-text h1 {
        font-size: 35px;
    }

    .contact-us-section .start-text p,
    .contact-us-section .contact-form .form-control {
        font-size: 18px;
    }

    .global-footprint .address-box h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .global-footprint .address-box ul li a {
        font-size: 18px;
    }

    .global-footprint .addresses {
        margin-top: -110px;
    }

    .banner.inner-banner .text h1,
    .banner.inner-banner .text h1 span {
        font-size: 28px;
    }

    .who-we-are2 .bg-div .text h1 {
        font-size: 23px;
    }

    .tech-section-4 .text h1,
    .tech-section-5 .text h1 {
        font-size: 35px;
    }

    .tech-section-4 .text p,
    .tech-section-5 .text p {
        font-size: 16px;
    }

    .who-we-are.Countries-Worked .bg-div .fact {
        margin-bottom: 20px;
    }

    .choose-crecentech-3 {
        padding-top: 30px;
    }

    .hire-us-section h1 {
        font-size: 35px;
    }

    .hire-us-section h1 span {
        font-size: 30px;
    }

    .hire-us-section p {
        font-size: 16px;
    }

    .banner-meduim .meduim-text h1 {
        padding-top: 159px;
        font-size: 22px;
    }

    .banner-meduim .meduim-text p {
        font-size: 13px;
        width: 64%;
    }

    .banner-meduim .blue-diamond {
        top: 211px;
        left: 77px;
    }

    .banner-meduim .orange-ball {
        width: 62px;
        top: 24px;
        right: 83px;
    }

    .banner-meduim .Blue-ring {
        right: 117px;
    }

    .hire-us-section .link-lets-talk a {
        font-size: 22px;
    }

    .hire-us-section .link-lets-talk img {
        width: 50px;
        padding-left: 10px;
    }

    .short-banner h1 {
        font-size: 35px;
    }

    .inner-services.resources-list .list-detail-box .list-detail-item a {
        font-size: 12px;
        padding: 7.5px 10px;
    }

    .inner-services.resources-list .list-detail-box .list-detail-item a img {
        width: 30px;
    }

    .news-blog .blog-item .blog-text h3 {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .news-blog .blog-item .blog-text p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .news-blog .blog-item .blog-text img {
        width: 20px;
        margin-left: 5px;
    }

    .partners .partners-text p {
        width: 100%;
        font-size: 18px;
    }

    .section-three .bg-div .text p {
        margin-bottom: 21px;
    }

    .hire-us .inquiry-bg {
        padding: 35px 15px;
    }

    .hire-us .hire-us-bg h1 {
        font-size: 37px;
    }

    .partners .partners-text h1 {
        font-size: 40px;
    }

    .Clients-Feedback .title p {
        font-size: 16px;
    }

    .inner-services.support-services .list-detail-box .list-detail-item .img-box img {
        height: auto;
        max-width: 100%;
    }

    .our-services .list-detail-item img {
        height: 190px;
    }

    .trend-tech .title h1 {
        font-size: 30px;
    }

    .trend-tech2 .title {
        margin-bottom: 10px;
    }

    .Clients-Feedback .title h1 {
        font-size: 35px;
    }

    .inner-services .title h1 {
        font-size: 35px;
    }

    .faq-section .accordion-flush .accordion-item .accordion-button {
        font-size: 18px;
    }

    .our-industries .back-text {
        left: -75%;
    }

    .our-industries .industry-row .text h3 {
        font-size: 25px;
    }

    .process-flow4 .desktop-flow .level-1 {
        bottom: 135px !important;
    }

    .process-flow4 .desktop-flow .level-2 {
        bottom: 130px !important;
    }

    .process-flow4 .desktop-flow .level-3 {
        top: -105px !important;
    }

    .process-flow4 .desktop-flow .level-5 {
        top: -15px !important;
    }

    .process-flow4 .desktop-flow .level-6 {
        top: 0px !important;
    }

    .process-flow5 .desktop-flow .level-1 {
        bottom: 125px !important;
    }

    .process-flow5 .desktop-flow .level-2 {
        bottom: 120px !important;
    }

    .process-flow5 .desktop-flow .level-3 {
        top: -92px !important;
    }

    .process-flow5 .desktop-flow .level-4 {
        top: -21px !important;
    }

    .process-flow5 .desktop-flow .level-5 {
        top: -5px !important;
    }

    .process-flow5 .desktop-flow .level-6 {
        top: 5px !important;
    }

    .our-industries .list-detail-box .list-detail-item:nth-child(3) img {
        margin-left: -15px;
    }

    .process-flow6 .desktop-flow .level-1 {
        bottom: 95px !important;
    }

    .process-flow6 .desktop-flow .level-2 {
        bottom: 91px !important;
    }

    .process-flow6 .desktop-flow .level-3 {
        top: -68px !important;
    }

    .process-flow6 .desktop-flow .level-5 {
        top: -15px !important;
    }

    .process-flow6 {
        padding-bottom: 90px;
    }

    .new-process .desktop-flow .level-5 {
        top: -9px !important;
    }

    .new-process .desktop-flow .level-6 {
        left: 7px !important;
    }

    .choose-crecentech.choose-float .text h1 {
        font-size: 27px;
    }

    .choose-crecentech.choose-float .text p {
        font-size: 15px;
    }

    .UIUX-process-0 .desktop-flow .level-1 {
        bottom: 115px !important;
    }

    .UIUX-process-0 .desktop-flow .level-2 {
        bottom: 117px !important;
    }

    .UIUX-process-0 .desktop-flow .level-3 {
        top: -103px !important;
    }

    .UIUX-process-0 .desktop-flow .level-4 {
        top: -47px !important;
    }

    .Cms-Development-process-flow .desktop-flow .level-1 {
        bottom: 110px;
    }

    .Cms-Development-process-flow .desktop-flow .level-2 {
        bottom: 105px;
    }

    .Cms-Development-process-flow .desktop-flow .level-3 {
        top: -90px;
    }

    .Cms-Development-process-flow .desktop-flow .level-4 {
        top: -33px !important;
    }

    .Cms-Development-process-flow .desktop-flow .level-5 {
        top: -18px !important;
    }

    .Cms-Development-process-flow .desktop-flow .level-6 {
        top: -10px !important;
    }

    .hybrid-process-flow {
        margin-bottom: 0px;
    }

    .android-process-flow .desktop-flow .level-1,
    .android-process-flow .desktop-flow .level-2 {
        bottom: 120px !important;
    }

    .android-process-flow .desktop-flow .level-3 {
        top: -95px !important;
    }

    .android-process-flow .desktop-flow .level-4 h5,
    .android-process-flow .desktop-flow .level-4 p {
        right: 65px;
    }

    .android-process-flow .desktop-flow .level-5 {
        top: -4px !important;
    }

    .business-model .list-detail-box .list-detail-item:nth-child(2) img {
        margin-left: 26%;
    }

    .business-model .list-detail-box .list-detail-item:nth-child(3) img {
        margin-left: 53%;
    }

    .our-prodigy .box:nth-child(3) {
        bottom: 0px;
    }

    .who-we-are .bg-div .text {
        padding-left: 0px;
    }

    .who-we-are .bg-div .media .orange-ball img {
        left: -20px;
        bottom: -20px;
        width: 50px;
    }

    .who-we-are .bg-div .media .blue-ring img {
        width: 50px;
    }

    .who-we-are .bg-div .media h5 {
        font-size: 18px;
        top: 75%;
    }

    .who-we-are .bg-div .text h1 {
        font-size: 25px;
    }

    .hire-us-section .teams-images .diamond {
        width: 20px;
    }

    .hire-us-section .teams-images .ball {
        width: 50px;
    }

    .hire-us-section .teams-images .ring {
        width: 50px;
    }

    .business-model .title h1 {
        font-size: 30px;
    }

    .hire-us .inquiry-bg h6 {
        font-size: 20px;
    }

    .hire-us .inquiry-bg p {
        font-size: 14px;
    }

    .qa-process-flow .desktop-flow .level-1,
    .qa-process-flow .desktop-flow .level-2 {
        bottom: 106px !important;
    }

    .qa-process-flow .desktop-flow .level-3 {
        top: -79px !important;
    }

    .qa-process-flow .desktop-flow .level-4 {
        top: -25px !important;
    }

    .qa-process-flow .desktop-flow .level-5,
    .qa-process-flow .desktop-flow .level-6 {
        top: -15px !important;
    }

    .ios-process-flow .desktop-flow .level-1,
    .ios-process-flow .desktop-flow .level-2 {
        bottom: 107px !important;
    }

    .ios-process-flow .desktop-flow .level-4 {
        top: -26px !important;
    }

    .ios-process-flow .desktop-flow .level-4 h5,
    .ios-process-flow .desktop-flow .level-4 p {
        right: 40px;
    }

    .ios-process-flow .desktop-flow .level-5,
    .ios-process-flow .desktop-flow .level-6 {
        top: -20px !important;
    }

    .service-discuss.martech-s-d .service-bg .text {
        padding-top: 90px;
    }

    .global-footprint .media .loc-img h2 {
        font-size: 15px;
    }

    .global-footprint .media .loc-img img {
        width: 25px;
    }
}

@media(max-width: 767px) {
    .banner {
        padding: 25px 0;
    }

    .banner .text h1 {
        font-size: 25px;
    }

    .banner .text h1 span img {
        width: 70px;
    }

    .banner .text p {
        margin-bottom: 20px;
    }

    .banner .text a {
        font-size: 16px;
    }

    .banner #banner-slider .carousel-indicators [data-bs-target] {
        margin-right: 10px;
    }

    .partners {
        padding: 0px 0 15px;
    }

    .who-we-are .bg-div {
        padding: 55px 0px 37.5px;
    }

    .who-we-are .blue-diamond img {
        display: none;
    }

    .who-we-are .bg-div .media .media-box img {
        width: 100%;
    }

    .who-we-are .bg-div .media .blue-ring img {
        top: -22px;
        width: 50px;
        right: -2%;
        animation: none;
    }

    .who-we-are .bg-div .media .orange-ball img {
        left: -10px;
        bottom: -10px;
        width: 45px;
        animation: none;
    }

    .who-we-are .bg-div .fact {
        margin-top: 25px;
    }

    .who-we-are .bg-div .fact h2 {
        font-size: 25px;
    }

    .who-we-are .bg-div .fact p {
        font-size: 13px;
    }

    .who-we-are .red-ball img {
        left: 5%;
    }

    .our-services {
        padding: 40px 0;
    }

    .our-services .title {
        margin-bottom: 35px;
    }

    .our-services .title h1 {
        font-size: 25px;
    }

    .our-services .list-item {
        width: 100%;
        padding: 20px 15px;
    }

    .our-services .list-item.active {
        left: 10%;
        width: 90%;
    }

    .our-services .list-item p {
        width: 73%;
    }

    .our-services .list-detail-item .images img {
        width: 40px;
        height: 40px;
    }

    .dis-pro .div-bg h3 {
        font-size: 18px;
    }

    .dis-pro .div-bg h3 {
        margin-bottom: 5px;
    }

    .dis-pro .div-bg p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .dis-pro .div-bg br {
        display: none;
    }

    .dis-pro .div-bg a {
        padding: 12.5px 15px;
    }

    .crecentech-studio {
        padding: 40px 0 20px;
    }

    .crecentech-studio .title {
        margin-bottom: 20px;
    }

    .crecentech-studio .title h3 {
        font-size: 30px;
    }

    .crecentech-studio .fact-box {
        width: max-content;
    }

    .crecentech-studio .icons {
        text-align: center;
        margin-bottom: 20px;
    }

    .crecentech-studio .facts {
        display: flex;
    }

    .crecentech-studio .right-box .orange-ball {
        width: 40px;
        right: -10px;
        top: 23%;
        animation: none;
    }

    .crecentech-studio .product-box .name h5,
    .crecentech-studio .product-box .cat p {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .crecentech-studio .right-box .img img {
        transform: none;
    }

    .our-industries {
        padding-bottom: 40px;
    }

    .our-industries .title {
        margin-bottom: 40px;
    }

    .our-industries .title h1 {
        font-family: 'Montserrat-Bold';
        font-size: 30px;
    }

    .our-industries .list-box {
        margin-bottom: 30px;
    }

    .our-industries .list-detail-box .list-detail-item h1 {
        font-size: 25px;
    }

    .our-industries .list-box .list-item {
        margin-bottom: 10px;
    }

    .our-industries .list-box .list-item,
    .our-industries .list-detail-box .list-detail-item p {
        font-size: 16px;
    }

    .business-model {
        padding-bottom: 40px;
    }

    .business-model .title {
        margin-bottom: 30px;
    }

    .business-model .title h1 {
        font-size: 25px;
    }

    .business-model .list-box .list-item {
        font-size: 14px;
        margin-left: 2.5%;
    }

    .business-model .list-detail-box .list-detail-item {
        padding: 30px 15px;
    }

    .business-model .list-detail-box .list-detail-item .img {
        display: none;
    }

    .business-model .list-detail-box .list-detail-item .text h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .business-model .list-detail-box .list-detail-item .text p {
        font-size: 14px;
    }

    .service-discuss .service-bg {
        border-radius: 20px 20px 0 0px;
    }

    .service-discuss .service-bg .text,
    .service-discuss .discuss-bg .text {
        padding: 40px 10px !important;
    }

    .service-discuss .discuss-bg {
        border-radius: 0px 0px 20px 20px;
        background-position: center center;
    }

    .service-discuss .service-bg .text h5,
    .service-discuss .discuss-bg .text h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .service-discuss .service-bg .text a,
    .service-discuss .discuss-bg .text a {
        font-size: 14px;
    }

    .reviews {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .reviews .title {
        margin-bottom: 30px;
    }

    .reviews .title h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .reviews .owl-carousel .owl-nav {
        text-align: center;
    }

    .reviews .owl-carousel .owl-nav button {
        position: unset;
    }

    .reviews .owl-carousel .owl-nav .owl-prev {
        margin-right: 20px;
    }

    .reviews .owl-carousel .owl-dots {
        margin-top: 20px;
    }

    .news-blog {
        padding: 15px 0 25px;
    }

    .news-blog .title {
        margin-bottom: 35px;
    }

    .news-blog .title h1 {
        font-size: 25px;
    }

    .hire-us {
        padding-bottom: 50px;
    }

    .hire-us .hire-us-bg {
        border-radius: 20px 20px 0 0;
    }

    .hire-us .inquiry-bg {
        border-radius: 0px 0px 20px 20px;
    }

    .hire-us .hire-us-bg,
    .hire-us .inquiry-bg {
        padding: 25px;
    }

    .hire-us .hire-us-bg h1 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .hire-us .hire-us-bg ul li {
        margin-bottom: 15px;
    }

    .hire-us .hire-us-bg ul li a {
        font-size: 14px;
    }

    .hire-us .inquiry-bg h5 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .hire-us .inquiry-bg .form-control {
        margin-bottom: 25px;
    }

    .hire-us .inquiry-bg input[type="submit"] {
        font-size: 14px;
    }

    .footer-top .row-top {
        padding-bottom: 0px;
    }

    .footer-center ul {
        justify-content: center !important;
    }

    .footer-center .page-links ul {
        display: block;
        column-count: 2;
    }

    .footer-center .page-links ul li {
        margin-bottom: 10px;
    }

    .footer-center .page-links ul .line {
        display: none;
    }

    .footer-center .social-links ul li:not(:last-child) {
        margin-right: 30px;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .header-bottom .logo img {
        width: 110px;
    }

    .our-services .list-detail-item p {
        font-size: 14px;
    }

    .footer-top .contact-info a {
        font-size: 14px;
    }

    .footer-top .newsletter h6 {
        font-size: 20px;
    }

    .who-we-are .bg-div .text {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .crecentech-studio .right-box {
        margin-bottom: 40px;
    }

    .crecentech-studio .right-bottom-box .orange-ball {
        width: 40px;
        left: -10px;
    }

    .crecentech-studio .left-text a {
        font-size: 16px;
    }

    .crecentech-studio .left-text a img {
        width: 24px;
    }

    .crecentech-studio .left-text .left-box {
        margin-top: 40px;
    }

    .container-fluid {
        width: 100%;
    }

    .tech-ideology .container {
        padding: 20px 15px;
    }

    .tech-ideology .text h1 {
        font-size: 23px;
    }

    .tech-ideology .text p {
        font-size: 14px;
    }

    .tech-ideology img {
        width: 24px;
        display: none;
    }

    .tech-ideology .upper-ball {
        top: -10px;
    }

    .partners .owl-carousel .owl-item img {
        margin: 0 auto;
    }

    .who-we-are .bg-div .media h5 {
        font-size: 20px;
        left: 50%;
    }

    .our-prodigy {
        background-color: #F3FAFF;
        padding: 30px 0 5px;
    }

    .our-prodigy .title h1 {
        font-size: 25px;
    }

    .our-prodigy .text p {
        font-size: 14px;
    }

    .our-services .title p {
        font-size: 14px;
    }

    .crecentech-studio .product-box .name img {
        display: block;
        margin: 0 auto 20px;
    }

    .our-industries .list-detail-box {
        padding: 0px 15px;
    }

    .reviews .title h5 {
        font-size: 16px;
    }

    .reviews .media {
        position: relative;
        margin-bottom: 40px;
    }

    .reviews .media .blue-ring img {
        right: -10px;
        top: -20px;
        animation: none;
    }

    .reviews .media .orange-ball img {
        left: -5px;
        animation: none;
    }

    .reviews .media h5 {
        top: 70%;
    }

    .reviews .owl-carousel .item .client-info h5 {
        font-size: 18px;
    }

    .owl-carousel .owl-item .img {
        width: 60px;
    }

    .reviews .owl-carousel .item {
        padding: 15px;
    }

    .footer-top .newsletter {
        margin: 20px 0 10px;
    }

    .digital-brickwork .start-text {
        margin-bottom: 25px;
    }

    .digital-brickwork .start-text h6 {
        font-size: 16px;
    }

    .digital-brickwork .start-text p {
        font-size: 14px;
    }

    .digital-brickwork .start-text h5 {
        width: 100%;
        font-size: 20px;
    }

    .digital-brickwork .inner-box {
        padding: 20px 20px 35px;
        margin-bottom: 0px;
    }

    .digital-brickwork .inner-box h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .digital-brickwork .inner-box p {
        font-size: 14px;
    }

    .inner-services {
        padding-bottom: 40px;
    }

    .inner-services .title h1 {
        font-size: 21px;
    }

    .inner-services .title {
        margin-bottom: 30px;
    }

    .inner-services .list-box {
        margin-bottom: 20px;
        height: auto !important;
    }

    .inner-services .list-box .list-item,
    .inner-services .list-detail-box .list-detail-item p,
    .inner-services .list-detail-box .list-detail-item h6 {
        font-size: 14px;
    }

    .inner-services .list-box .list-item {
        padding: 12.5px 30px 12.5px 20px;
    }

    .inner-services .list-box .list-item i {
        right: 20px;
    }

    .inner-services .list-detail-box .list-detail-item .item:last-child {
        margin-bottom: 0px;
    }

    .competition {
        padding-bottom: 35px;
    }

    .competition .sec-bg {
        padding: 25px 15px 15px;
    }

    .competition .start-text h5 {
        font-size: 20px;
    }

    .competition .start-text p {
        font-size: 14px;
    }

    .concept-ideology {
        padding-bottom: 45px;
    }

    .concept-ideology .title {
        margin-bottom: 10px;
    }

    .concept-ideology .title h1 {
        font-size: 22px;
    }

    .concept-ideology .text {
        margin-bottom: 30px;
    }

    .concept-ideology .text p {
        font-size: 14px;
    }

    .choose-crecentech {
        padding-bottom: 30px;
    }

    .choose-crecentech .title h1 {
        font-size: 25px;
    }

    .choose-crecentech .title {
        margin-bottom: 35px;
    }

    .choose-crecentech .start-boxes {
        margin-bottom: 15px;
    }

    .choose-crecentech .text h1 {
        font-size: 25px;
    }

    .choose-crecentech .text p {
        font-size: 14px;
    }

    .choose-crecentech .end-boxes {
        margin-top: 30px;
    }

    .choose-crecentech .end-inner-box h2 {
        font-size: 28px;
    }

    .choose-crecentech .end-inner-box p {
        font-size: 12px;
    }

    .trend-tech {
        padding: 40px 0;
    }

    .trend-tech .title {
        margin-bottom: 25px;
    }

    .trend-tech .title h1 {
        font-size: 25px;
    }

    .trend-tech .list-box {
        margin-bottom: 15px;
    }

    .trend-tech .list-box .list-item {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .feature-work {
        padding-bottom: 35px;
    }

    .feature-work .title h1 {
        font-size: 25px;
    }

    .feature-work .start-text {
        margin-bottom: 30px;
    }

    .feature-work .start-text h4 {
        font-size: 18px;
    }

    .feature-work .start-text p {
        font-size: 13px;
    }

    .feature-work .start-img img {
        margin-right: auto;
        width: 70%;
    }

    .hire-us .inquiry-bg h6 {
        font-size: 18px;
    }

    .hire-us .inquiry-bg p {
        font-size: 14px;
    }

    .feature-work .slider {
        padding: 0 15px;
        margin-top: 0px;
    }

    .feature-work .slider .owl-dots {
        margin-top: 15px;
    }

    .feature-work .slider .owl-dots .owl-dot {
        padding: 0;
        width: 12px;
        height: 12px;
    }

    .feature-work .slider .owl-dots .owl-dot.active {
        width: 18px;
        height: 18px;
    }

    .concept-ideology .step {
        margin-bottom: 30px;
    }

    .concept-ideology .step:last-child {
        margin-bottom: 0;
    }

    .concept-ideology .step h6 {
        font-size: 16px;
    }

    .concept-ideology .step h5 {
        font-size: 18px;
    }

    .concept-ideology .step p {
        font-size: 14px;
    }

    .feature-work .slider .item {
        padding: 25px 15px;
    }

    .feature-work .slider .text {
        padding: 0px 15px;
    }

    .feature-work .slider .text p {
        font-size: 12px;
    }

    .feature-work .owl-carousel {
        padding: 3% 0;
        transform: scale(1);
    }

    .feature-work .slider .owl-dots {
        transform: scale(1);
    }

    .marketing-process {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .marketing-process .start-text h1 {
        font-size: 25px;
    }

    .marketing-process .start-text h4 {
        margin-bottom: 10px;
        font: 16px;
    }

    .marketing-process .step .img {
        width: 60px;
        height: 60px;
    }

    .marketing-process .step .img img {
        width: 30px;
    }

    .marketing-process .start-text {
        margin-bottom: 30px;
    }

    .marketing-process .step .icon {
        width: 70px;
    }

    .marketing-process .step .step-text {
        width: calc(100% - 80px);
    }

    .marketing-process .step,
    .marketing-process .step:last-child {
        margin-bottom: 30px;
    }

    .dis-pro-2 .div-bg {
        margin-bottom: 30px;
    }

    .crecentech-studio .left-text .left-box .blue-diamond {
        animation: none;
        right: -10px;
    }

    .crecentech-studio .right-box .blue-diamond {
        animation: none;
    }

    .footer-top .contact-info .icon {
        background-size: 15px;
    }

    .inner-services .list-detail-box .list-detail-item h5 {
        font-size: 20px;
    }

    .inner-services .list-detail-box .list-detail-item a {
        font-family: 'Montserrat-SemiBold';
        font-size: 14px;
        color: #fff;
        background: linear-gradient(to left, #f73 20%, #FBB03B);
        padding: 15px 23px;
        border-radius: 10px;
    }

    .inner-services .list-detail-box .list-detail-item .feature-item {
        margin-bottom: 0px;
    }

    .inner-services .list-detail-box .list-detail-item .feature-item:last-child {
        margin-bottom: 15px;
    }

    .choose-crecentech .end-boxes .fact {
        margin-bottom: 20px;
    }

    .choose-crecentech .end-boxes .fact h2 {
        font-size: 28px;
    }

    .choose-crecentech .end-boxes .fact p {
        font-size: 12px;
    }

    .choose-crecentech .blue-diamond {
        display: none;
    }

    .tech-ideology.tech-ideology-2 h3 {
        font-size: 18px;
    }

    .tech-ideology.tech-ideology-2 h5 {
        font-size: 14px;
    }

    .global-frame {
        padding: 30px 0;
        margin-bottom: 60px;
    }

    .global-frame .main-text h5 {
        font-size: 16px;
    }

    .global-frame .main-text h1 {
        font-size: 25px;
    }

    .global-frame .main-text p {
        font-size: 14px;
    }

    .global-frame .main-text h6 {
        font-size: 13px;
    }

    .global-frame .main-text .service-list {
        margin-top: 20px;
    }

    .global-frame .service-item h4 {
        font-size: 16px;
    }

    .global-frame .service-item p {
        font-size: 12px;
    }

    .global-frame .main-text a {
        font-size: 13px;
        padding: 15px 20px;
        margin-top: 5px;
    }

    .reviews2 {
        padding-top: 45px;
        padding-bottom: 35px;
    }

    .reviews2 .title h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .reviews2 .title {
        margin-bottom: 40px;
    }

    .reviews2 .title h5 {
        font-size: 14px;
    }

    .process-flow {
        padding: 50px 0;
    }

    .process-flow .main-text h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .process-flow .main-text h5 {
        font-size: 18px;
    }

    .process-flow .main-text p {
        font-size: 14px;
    }

    .process-flow img {
        display: none;
    }

    .process-flow .main-text img {
        display: block;
        width: 75px;
    }

    .process-flow .mobile-flow {
        padding-top: 30px;
    }

    .process-flow .mobile-flow .step:not(:last-child) {
        margin-bottom: 20px;
    }

    .process-flow .mobile-flow h6 {
        font-family: "Montserrat-Medium";
        font-size: 16px;
        color: #1A1A1A;
    }

    .process-flow .mobile-flow h5 {
        font-family: "Montserrat-Medium";
        font-size: 18px;
        color: #000;
    }

    .process-flow .mobile-flow p {
        font-family: "Montserrat-Light";
        font-size: 14px;
        color: #333;
        margin-bottom: 0;
    }

    .process-flow .main-text a {
        font-size: 14px;
        padding: 15px 30px;
    }

    .virtual-ecosystem {
        padding: 40px 10px;
    }

    .virtual-ecosystem .blue-ring,
    .virtual-ecosystem .blue-ball {
        display: none;
    }

    .virtual-ecosystem .start-text h1 {
        font-size: 20px;
    }

    .virtual-ecosystem .start-text p {
        width: 100%;
    }

    .virtual-ecosystem .right-text .feature-box .img-box img {
        width: 55%;
    }

    .virtual-ecosystem .right-text .feature-box .img-box {
        height: 90px;
    }

    .virtual-ecosystem .right-text .feature-box .text-box p {
        width: 105%;
    }

    .digital-brickwork-2 {
        padding-bottom: 0px;
    }

    .header-bottom .menu .navbar-collapse {
        right: -12px;
    }

    .header-bottom .menu nav .nav-item {
        padding-left: 0;
    }

    .business-model .right-row p {
        font-size: 16px;
    }

    .business-model .right-row a {
        font-size: 14px;
    }

    .trend-tech .list-detail-item .tech-text {
        margin-bottom: 20px;
    }

    .trend-tech .list-detail-item .tech-text h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .trend-tech .list-detail-item .tech-text p {
        font-size: 14px;
    }

    .banner #banner-slider .carousel-indicators {
        margin: 0px auto 30px;
    }

    .inner-services .list-detail-box .list-detail-item .img-box img {
        display: none;
    }

    .inner-services .list-detail-box .list-detail-item .img-box {
        width: 100% !important;
        margin: 0 auto 20px;
        min-height: auto;
        padding: 15px 12px;
    }

    .short-banner h1 {
        font-size: 25px;
    }

    .short-banner {
        padding: 20px 0 25px;
    }

    .short-banner p {
        font-size: 14px;
    }

    .contact-us-section .start-text h1 {
        font-size: 25px;
    }

    .contact-us-section .start-text p,
    .contact-us-section .contact-form .form-control,
    .contact-us-section .contact-form input[type="submit"] {
        font-size: 14px;
    }

    .global-footprint {
        padding: 25px 0;
    }

    .global-footprint .title h1 {
        font-size: 30px;
    }

    .global-footprint .title {
        margin-bottom: 30px;
    }

    .global-footprint .addresses {
        margin-top: -50px;
    }

    .global-footprint .address-box {
        padding: 25px 25px;
    }

    .global-footprint .black-bg {
        border-radius: 20px 20px 0 0;
    }

    .global-footprint .blue-bg {
        border-radius: 0px 0px 20px 20px;
        background-position: center;
    }

    .global-footprint .address-box ul li {
        background-size: 15px;
    }

    .global-footprint .address-box ul li a {
        font-size: 16px;
    }

    .banner.inner-banner .text h1,
    .banner.inner-banner .text h1 span {
        font-size: 24px;
    }

    .global-footprint .title p {
        font-size: 16px;
    }

    .tech-section-4 .text h1,
    .tech-section-5 .text h1 {
        font-size: 25px;
    }

    .tech-section-4 .text p,
    .tech-section-5 .text p {
        font-size: 14px;
    }

    .hire-us-section {
        padding-top: 0px;
        padding-bottom: 19px;
    }

    .hire-us-section h1 {
        font-size: 25px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .hire-us-section h1 span {
        font-size: 25px;
    }

    .hire-us-section p {
        font-size: 14px;
    }

    .hire-us-section .link-lets-talk a {
        font-size: 16px;
    }

    .hire-us-section .link-lets-talk img {
        width: 30px;
        padding-left: 10px;
    }

    .banner-meduim {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background: none;
    }

    .banner-meduim .meduim-text h1 {
        padding-top: 17px;
    }

    .banner-meduim .meduim-text p {
        width: 100%;
    }

    .banner-meduim .orange-ball {
        display: none;
    }

    .banner-meduim .Blue-ring {
        display: none;
    }

    .banner-meduim .blue-diamond {
        display: none;
    }

    .banner-meduim .meduim-text h1 {
        font-size: 20px;
    }

    .banner-meduim .meduim-text p {
        font-size: 14px;
    }

    .hire-us-responsive.hire-us-1 {
        padding-top: 10px;
    }

    .hire-us-responsive .hire-us-bg h1 {
        font-size: 22px;
    }

    .hire-us-responsive .inquiry-bg {
        padding: 16px;
    }

    .hire-us-responsive .inquiry-bg h6 {
        width: 100%;
        font-size: 20px;
    }

    .faq-section .accordian-text h1 {
        font-size: 30px;
    }

    .faq-section .accordion-button:not(.collapsed) {
        font-size: 16px;
    }

    .faq-section .accordion-body {
        padding: 16px;
        font-size: 14px;
    }

    .hire-us-responsive {
        padding-top: 0px;
    }

    .inner-services.resources-list .list-detail-item h3 {
        font-size: 20px;
    }

    .news-blog .blog-item .content-row {
        align-items: flex-start;
    }

    .news-blog .pagination .page-item .page-link {
        font-size: 16px;
        min-width: 38px;
    }

    .partners .partners-text h1 {
        font-size: 23px;
        padding-top: 20px;
    }

    .partners .partners-text p {
        width: 100%;
        font-size: 16px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .who-we-are.section-three .bg-div .text p {
        padding-bottom: 34px;
        font-size: 16px;
    }

    .who-we-are.section-four .bg-div .text h1 {
        font-size: 24px;
        padding-left: 0px;
    }

    .who-we-are.section-four .bg-div .text p {
        font-size: 16px;
    }

    .who-we-are.section-four {
        padding-top: 0px;
    }

    .who-we-are.section-four a {
        margin-left: 0px;
    }

    .Clients-Feedback .title h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .Clients-Feedback .title p {
        font-size: 14px;
    }

    .reviews2.Clients-Feedback .title {
        margin-bottom: 10px;
    }

    .who-we-are.section-three .bg-div .text {
        margin-bottom: 50px;
    }

    .section-four.who-we-are .bg-div .media .media-box img {
        display: none;
    }

    .section-three.who-we-are .bg-div {
        padding-top: 25px;
    }

    .who-we-are.section-three .bg-div .text h1 {
        font-size: 25px;
    }

    .our-services .list-detail-item img {
        height: auto;
        max-width: 100%;
    }

    .trend-tech2 .start-text p {
        font-size: 14px;
    }

    .trend-tech2 .title {
        margin-bottom: 10px;
    }

    .Clients-Feedback.reviews2 {
        padding: 0px 0 70px !important;
    }

    .inner-services2 .title {
        margin-bottom: 10px;
    }

    .inner-services2 .start-text p {
        font-size: 14px;
    }

    .inner-services2 .start-text {
        margin-bottom: 20px;
    }

    .faq-section .accordion-flush .accordion-item .accordion-button {
        padding-left: 18px;
        font-size: 16px;
    }

    .faq-section {
        padding-top: 50px;
    }

    .faq-section .accordian-text h1 {
        padding-bottom: 0;
    }

    .faq-section2 {
        padding: 50px 0;
    }

    .choose-crecentech.choose-float video {
        width: 100%;
        margin: 0 0 20px;
    }

    .reviews .owl-carousel .item .client-info h5,
    .reviews2 .owl-carousel .item .client-info h5 {
        margin-left: 5px;
        font-size: 18px;
    }

    .reviews .owl-carousel .item p,
    .reviews2 .owl-carousel .item p {
        font-size: 12px;
    }

    .dis-pro-5 .div-bg {
        margin: 25px 0 45px;
    }

    .reviews .owl-carousel .item,
    .reviews2 .owl-carousel .item {
        text-align: center;
        padding: 20px 15px;
    }

    .reviews .owl-carousel .item .client-info,
    .reviews2 .owl-carousel .item .client-info {
        display: block !important;
        text-align: center !important;
    }

    .owl-carousel .owl-item .img {
        margin: 0px auto 20px;
    }

    .dis-pro .container {
        padding-right: var(--bs-gutter-x, .75rem);
    }

    .inner-services.virtual-services .list-box {
        width: 100% !important;
    }

    .our-services .accordion-item {
        margin-bottom: 20px;
        border: none;
    }

    .our-services .accordion-button {
        font-family: 'Montserrat-SemiBold';
        font-size: 15px;
        border-radius: 10px !important;
        position: relative;
        padding-right: 40px;
    }

    .our-services .accordion-button:focus {
        box-shadow: none;
    }

    .our-services .accordion-button:not(.collapsed) {
        border: none;
        background: linear-gradient(to left, #f73 20%, #FBB03B);
        color: white;
    }

    .our-services .accordion-button.collapsed {
        border: 2px solid #F75051;
    }

    .our-services .accordion-button i {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .our-services .accordion .accordion-body p {
        font-size: 14px;
    }

    .our-services .accordion .accordion-body a {
        font-family: 'Montserrat-SemiBold';
        font-size: 13px;
        color: #fff;
        background: linear-gradient(to left, #f73 20%, #FBB03B);
        padding: 12px 16px;
        border-radius: 10px;
        display: inline-block;
    }

    .our-industries .accordion-item,
    .inner-services .accordion-item {
        margin-bottom: 20px;
        border: none;
    }

    .our-industries .accordion-button,
    .inner-services .accordion-button {
        font-family: 'Montserrat-SemiBold';
        font-size: 15px;
        border-radius: 10px !important;
        position: relative;
        padding-right: 40px;
    }

    .our-industries .accordion-button:focus,
    .inner-services .accordion-button:focus {
        box-shadow: none;
    }

    .our-industries .accordion-button:not(.collapsed),
    .inner-services .accordion-button:not(.collapsed) {
        border: none;
        background: linear-gradient(to right, #00A4FE, #0070CC);
        ;
        color: white;
    }

    .our-industries .accordion-button.collapsed,
    .inner-services .accordion-button.collapsed {
        background-color: #F3FAFF;
    }

    .our-industries .accordion-button i,
    .inner-services .accordion-button i {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .our-industries .accordion .accordion-body,
    .inner-services .accordion .accordion-body {
        padding-bottom: 0;
    }

    .our-industries .accordion .accordion-body p,
    .inner-services .accordion .accordion-body p {
        font-size: 14px;
    }

    .our-industries .accordion .accordion-body a,
    .inner-services .accordion .accordion-body a {
        font-family: 'Montserrat-SemiBold';
        font-size: 13px;
        color: #fff;
        background: linear-gradient(to left, #f73 20%, #FBB03B);
        padding: 12px 16px;
        border-radius: 10px;
        display: inline-block;
    }

    .global-footprint .media .us-loc {
        top: 12%;
    }

    .global-footprint .media .pak-loc {
        top: 16%;
        right: 25%;
    }

    .inner-services.tech-services .title {
        margin-bottom: 35px;
    }

    .digital-brickwork .outer-box {
        margin-bottom: 40px;
    }

    .it-support-process-flow {
        padding-bottom: 40px !important;
    }

    .reviews .owl-carousel .owl-dots,
    .reviews2 .owl-carousel .owl-dots {
        text-align: center;
        margin-top: 0px;
    }
}

@media(max-width: 359px) {
    .crecentech-studio .facts {
        display: unset;
        text-align: center;
    }

    .crecentech-studio .fact-box {
        margin: 0 auto !important;
    }

    .crecentech-studio .fact-box:first-child {
        margin-bottom: 20px !important;
    }

    .crecentech-studio .right-bottom-box {
        height: 45%;
    }

    .business-model .list-box .list-item {
        margin-right: 15px;
        font-size: 14px;
    }

    .our-services .list-detail-item .images img {
        margin-right: 10px;
    }

    .header-top .text a {
        display: block;
        margin: 5px 0 0;
    }

    .virtual-ecosystem .right-text .feature-box .img-box {
        height: 75px;
    }

    .news-blog .blog-item .blog-text h3 {
        font-size: 16px;
    }

    .news-blog .blog-item .blog-text a {
        font-size: 14px;
    }
}

/* Media Queries */

/*---====--==--service-tab css--==--===-=====---*/
.brand-service {
    background: #E8F7FE;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.brand-service .tab {
    font-family: 'Montserrat-Light';
    padding: 0px;
}

.brand-service .tab .nav-tabs {
    padding: 0 15px;
    margin: 0;
    border: none;
    background: white;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.brand-service .tab .nav-tabs li.active {
    padding: 15px 0;
}

.brand-service .tab .nav-tabs li a {
    color: black;
    background: #0000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    position: initial;
    z-index: 0;
    transition: all 0.5s ease 0s;
}

.brand-service .tab .nav-tabs li a:hover,
.brand-service .tab .nav-tabs li a:focus {
    text-decoration: none;
    outline: none;
}

.brand-service .tab .nav-tabs li.active a,
.brand-service .tab .nav-tabs li a:hover,
.brand-service .tab .nav-tabs li.active a:hover {
    color: #fff;
    background: linear-gradient(to left, #FBB03B 20%, #ff7733);
    padding: 22px 14px;
    border-radius: 10px;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    box-shadow: 0px 0px 20px #DAE5EB;
    z-index: 2;
}

.brand-service .tab .nav-tabs li a:hover:before,
.brand-service .tab .nav-tabs li.active a:before,
.brand-service .tab .nav-tabs li.active a:hover:before,
.brand-service .tab .nav-tabs li a:hover:after,
.brand-service .tab .nav-tabs li.active a:after,
.brand-service .tab .nav-tabs li.active a:hover:after {
    opacity: 0.7;
    transform: scaleX(1);
}

.brand-service .tab .tab-content {
    color: #555;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 40px 20px 100px;
    width: 93%;
    margin: 0 auto;
}

.brand-service .tab .tab-detail {
    position: relative;
    overflow-x: hidden;
}

.brand-service .fade:not(.show) {
    opacity: 2;
}

.brand-service img.tabes-imgs {
    display: block;
    animation: none;
    margin-left: auto;
    margin-top: 40px;
    width: 350px;
}

.brand-new img.tabes-imgs {
    width: auto !important;
}

.brand-service .tabcontents .line {
    height: 8px;
    width: 88px;
    background-color: #F37135;
}

.brand-service .container-fluid {
    width: 100%;
}

.brand-service .tab-content {
    position: relative;
}

.brand-service .tabcontents {
    padding-top: 37px;
}

.brand-service .tabcontents h2 {
    font-size: 40px;
    color: #F37135;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0px;
}

.brand-service .tabcontents p {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    padding-top: 30px;
}

.brand-service .inner-texts p {
    font-size: 17px;
    font-family: 'Montserrat-Medium';
    padding-top: 7px;
    padding-left: 13px;
    margin-bottom: 7px;
}

.brand-service .inner-texts img.right-img {
    display: block;
    width: 18px;
    animation: none;
}

.brand-service .heading-text h1 {
    font-size: 45px;
    text-align: center;
    font-family: 'Montserrat-Bold';
    margin-bottom: 40px;
}

.brand-service .heading-text h1 span {
    color: #F37439;
}

.brand-service .heading-text p {
    font-size: 18px;
    color: #808080;
    margin-bottom: 0;
    line-height: 1.8;
    width: 53%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.brand-service .heading-text {
    padding: 0px;
}

.brand-service .blue-diamond img {
    position: absolute;
    height: 25px;
    width: 25px;
    left: 10px;
    top: 65px;
    animation: zoomin 1.75s linear infinite;
    display: block;
}

.brand-service .blue-ring img {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 10px;
    top: 40px;
    animation: zoomin 1.75s linear infinite;
    display: block;
}

.brand-service .orange-ball img {
    position: absolute;
    height: 45px;
    width: 45px;
    bottom: 40px;
    animation: serviceballmoveleft 1.75s linear infinite;
    display: block;
}

.brand-service .cubical img {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 120px;
    animation: cubicalmoveright 1.75s linear infinite;
    display: block;
}

.brand-service .triangle img {
    height: 55px;
    width: 55px;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    animation: zoomin 1.75s linear infinite;
    bottom: 40px;
}

@media (max-width: 1365px) {
    .brand-service .tab .nav-tabs li a {
        font-size: 12px;
    }

    .brand-service .tab .nav-tabs li.active a,
    .brand-service .tab .nav-tabs li a:hover,
    .brand-service .tab .nav-tabs li.active a:hover {
        font-size: 13px;
    }

    .brand-service .inner-texts p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .brand-service .tab .nav-tabs li {
        padding: 10px 0px;
    }

    .brand-service .tab .nav-tabs li.active {
        padding: 12px 0;
    }

    .brand-service .tab .nav-tabs li a {
        font-size: 10px;
    }

    .brand-service .tab .nav-tabs li.active a,
    .brand-service .tab .nav-tabs li a:hover,
    .brand-service .tab .nav-tabs li.active a:hover {
        font-size: 11px;
        padding: 18px 14px;
    }

    .brand-service .tabcontents h2 {
        font-size: 32px;
    }

    .brand-service .tabcontents p {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    .brand-service .tab .nav-tabs {
        padding: 0;
        margin: 0 0 5px;
    }

    .brand-service .tab .nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .brand-service .tab .nav-tabs li a {
        margin: 0 0 10px;
    }
}

.header-bottom .menu nav .nav-parent {
    position: relative;
}

.header-bottom .menu nav .nav-parent a {
    text-decoration: none;
    background: white;
}

.header-bottom .menu nav .nav-parent a:hover {

    background: white !important;
}

.header-bottom .menu nav .nav-parent .nav-menu {
    position: absolute;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    left: 40px;
    width: max-content;
    box-shadow: 0px 0px 10px gray;
    z-index: 10;

}

.header-bottom .menu nav .nav-parent .nav-menu.hide {
    display: none;
}

/*---====---azam-ORM-Development-page----=====---*/


/*---====---azam-ORM-Development-page----=====---*/


.home-banner.ORM-banner .text h1 {
    font-size: 45px;
}

.home-banner.ORM-banner .text p {
    font-size: 14px;
}

.tech-ideology.ORM-Development-tech {
    background: none;
}

.tech-ideology.ORM-Development-tech .container {
    background: none;
}

.tech-ideology.ORM-Development-tech .text h1 {
    width: 94%;
    padding-bottom: 20px;
}

.ORM-Development-tech p {
    font-size: 16px;
    width: 82%;
    padding-top: 17px;
    color: #00000085;
}

.brand-service .heading-text p.orm-text {

    text-align: center;
    font-size: 16px;
    width: 53% !important;
    margin: 0 auto;
    padding-bottom: 41px;
    font-family: 'Montserrat-Regular';
    color: #0000009e;

}

.brand-service .heading-text h1.orm-heading {
    font-size: 40px;
    text-align: center;
    font-family: 'Montserrat-Bold';
    margin-bottom: 18px;
}

.dis-pro.dis-pro-ORM .div-bg h3 {
    font-family: 'Montserrat-Bold';
    font-size: 27px;
    margin-bottom: 11px;
    width: 90%;
    margin: 7px auto;
}

.dis-pro.dis-pro-ORM .div-bg p {
    font-family: 'Montserrat-Light';
    font-size: 20px;
    margin-bottom: 0;
    width: 76%;
    margin: 16px auto;
    color: #ffffffd4;
}

.it-Support-inner-service.ORM-Bi-Service .title h1 {
    width: 100%;
    padding-top: 60px;
    font-size: 45px;
}

.it-Support-inner-service.ORM-Bi-Service .title p {

    width: 71%;
    margin: 0 auto;
    padding-bottom: 16px;

}

.dis-pro.dis-pro-ORM-2 .div-bg h3 {
    width: 85%;
}

.hire-us-1.ORM-hire-us .inquiry-bg h6 {
    width: 75%;

}

.hire-us-1.ORM-hire-us .inquiry-bg p {
    width: 75%;
}

/*---====---ORM-css-Development-page-media-query---=====---*/

@media (max-width:991px) {
    .home-banner.ORM-banner .text h1 {
        font-size: 24px;
    }

    .tech-ideology .text h1 {
        font-size: 31px;
    }

    .brand-service .heading-text h1.orm-heading {
        font-size: 35px;
    }

    .brand-service .heading-text p.orm-text {
        width: 99%;
    }
}

@media (max-width:767px) {
    .home-banner.ORM-banner .text h1 {
        font-size: 25px;

    }

    .ORM-Development-tech p {
        width: 100%;
    }

    .brand-service .heading-text h1.orm-heading {
        font-size: 25px;
    }

    .brand-service .heading-text p.orm-text {
        width: 100%;
    }

    .dis-pro.dis-pro-ORM .div-bg h3 {
        font-size: 20px;
        width: 100%;
    }

    .dis-pro.dis-pro-ORM .div-bg p {
        font-size: 17px;
    }

    .dis-pro .div-bg a {
        font-size: 15px;
    }

    .brand-service .tabcontents h2 {
        font-size: 25px;
    }

    .Cms-Development-Bi-Analytics .title h1 {
        font-size: 23px;
    }
}

/*---====--converison page-css-Development-page----=====---*/
.tech-ideology.conversion-tech {
    background: none;
    padding-bottom: 70px;
}

.tech-ideology.conversion-tech .container {
    background: none;

}

.tech-ideology.conversion-tech .text h1 {
    width: 100%;
}

.tech-ideology.conversion-tech .text p {
    width: 83%;
    margin: 0 auto;
}

.brand-service .heading-text p {
    width: 100%;
}

.brand-service.crm-service .heading-text p {
    width: 100%;
}

.choose-crecentech.choose-video.convrision-rate {
    background: none;
}

.choose-crecentech .text h1 {
    margin-bottom: 10px;
}

.choose-crecentech.choose-video.convrision-rate .text p {
    font-size: 15px;
    width: 84%;
    margin: 0 auto;
    color: #000000b5;
    padding-bottom: 26px;
}

.inner-services.inner-convrision-rate .title h1 {
    padding-top: 45px;
    font-size: 45px;
}

.our-services .list-detail-item ul {
    padding-left: 0;
}

.our-services .list-detail-item li {
    width: 50%;
    float: left;
    list-style: none;
    background: url('../images/imgs-ticks.svg') no-repeat left top/20px;
    padding-left: 40px;
    margin-bottom: 10px;

}

.our-services .list-detail-item ul li a {
    color: #333333;
    font-family: 'Montserrat-Regular' !important;
    font-size: 15px;
}

/*---====--==--service-tab css--==--===-=====---*/
.brand-service {
    background: #E8F7FE;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.brand-service .tab {
    font-family: 'Montserrat-Light';
}

.brand-service .tab .nav-tabs {
    padding: 0 25px;
    margin: 0;
    border: none;
    background: white;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 0px;
    box-shadow: 0px 0px 15px #b9b9b9;
}

.brand-service .tab .nav-tabs li {
    background: white;
    padding: 13px 0px;
    /* margin-right: 50px; */
    border-radius: 24px;
}


.brand-service .tab .nav-tabs li.active {
    padding: 15px 0;
}

.brand-service .tab .nav-tabs li a {

    background: #0000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 22px 8px;
    margin: 0;
    border-radius: 0;
    border: none;
    position: initial;
    z-index: 0;
    transition: all 0.3s ease 0s;
    margin-right: 27px;
}

.brand-service .tab .nav-tabs li a:hover,
.brand-service .tab .nav-tabs li a:focus {
    text-decoration: none;
    outline: none;
}

.brand-service .tab .nav-tabs li.active a,
.brand-service .tab .nav-tabs li a:hover,
.brand-service .tab .nav-tabs li.active a:hover {
    color: #fff;
    background: linear-gradient(to left, #FBB03B 20%, #ff7733);
    padding: 22px 8px;
    border-radius: 10px;
    font-family: 'Montserrat-Medium';
    font-size: 13px;
    box-shadow: 0px 0px 20px #DAE5EB;
    z-index: 2;
}

.brand-service .tab .nav-tabs li a:hover:before,
.brand-service .tab .nav-tabs li.active a:before,
.brand-service .tab .nav-tabs li.active a:hover:before,
.brand-service .tab .nav-tabs li a:hover:after,
.brand-service .tab .nav-tabs li.active a:after,
.brand-service .tab .nav-tabs li.active a:hover:after {
    opacity: 0.7;
    transform: scaleX(1);
}

.brand-service .tab .tab-content {
    color: #555;
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 40px 20px 100px;
    width: 100%;
    margin: 0 auto;
}

.brand-service .tab .tab-detail {
    position: relative;
    overflow-x: hidden;
}

.brand-service .fade:not(.show) {
    opacity: 2;
}



.brand-service .tabcontents .line {
    height: 8px;
    width: 88px;
    background-color: #F37135;
}

.brand-service .container-fluid {
    max-width: 1345px;
    width: 100%;
}

.brand-service .tab-content {
    position: relative;
}

.brand-service .tabcontents {
    padding-top: 37px;
    align-self: center;
}

.brand-service .tabcontents h2 {
    font-size: 40px;
    color: #F37135;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0px;
}

.brand-service .tabcontents p {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    padding-top: 30px;

}

.brand-service .inner-texts p {
    font-size: 17px;
    font-family: 'Montserrat-Medium';
    padding-top: 7px;
    padding-left: 13px;
    margin-bottom: 7px;
}

.brand-service .inner-texts img.right-img {
    display: block;
    width: 18px;
    animation: none;
}

.brand-service .heading-text h1 {
    font-size: 40px;
    text-align: center;
    font-family: 'Montserrat-Bold';
    margin-bottom: 17px;
}

.brand-service .heading-text h1 span {
    color: #F37439;
}

.brand-service .heading-text {
    padding: 0px;
}

.brand-service .blue-diamond img {
    position: absolute;
    height: 25px;
    width: 25px;
    left: 10px;
    top: 29px;
    animation: zoomin 1.75s linear infinite;
    display: block;
}

.brand-service .blue-ring img {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 10px;
    top: 40px;
    animation: zoomin 1.75s linear infinite;
    display: block;
}

.brand-service .orange-ball img {
    position: absolute;
    height: 45px;
    width: 45px;
    bottom: 40px;
    animation: serviceballmoveleft 1.75s linear infinite;
    display: block;
}

.brand-service .cubical img {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: 120px;
    animation: cubicalmoveright 1.75s linear infinite;
    display: block;
}

.brand-service .triangle img {
    height: 55px;
    width: 55px;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    animation: zoomin 1.75s linear infinite;
    bottom: 40px;
}

/* ==New CSS==  */
.brand-service .nav-bar {
    position: relative;
}

.brand-service .nav-bar>a {
    pointer-events: none;
    cursor: pointer;
}

.brand-service .nav-bar>a:hover {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.brand-service .nav-bar>a img {
    width: 40px;
}

.brand-service .nav-bar .nav-menu {
    position: absolute;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: max-content;
    right: 0;
    box-shadow: 0px 0px 10px gray;
    z-index: 2;
    top: 56px;
}

.brand-service .nav-bar .nav-menu.hide {
    display: none
}

.brand-service .nav-bar .nav-menu li {
    padding: 0 !important;
    margin-right: 0 !important;
    border-radius: 0px !important;
}

.brand-service .nav-bar .nav-menu li a {
    padding: 10px 15px !important;
    display: block !important;
    text-align: left !important;
    background: #F37638;
    color: white;
    margin-right: 0;
}

.brand-service .nav-bar .nav-menu li a:hover,
.brand-service .nav-bar .nav-menu li.active a,
.brand-service .nav-bar .nav-menu li.active a:hover {
    width: 100% !important;
    padding: 10px 15px !important;
    border-radius: 0;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
}

.brand-service .nav-bar>a img {
    width: 22px;
    transform: rotate(90deg);
}

/* ==New CSS==  */
@media (max-width: 1365px) {
    .brand-service .tab .nav-tabs li a {
        font-size: 12px;
    }

    .brand-service .tab .nav-tabs li.active a,
    .brand-service .tab .nav-tabs li a:hover,
    .brand-service .tab .nav-tabs li.active a:hover {
        font-size: 13px;
    }

    .brand-service .inner-texts p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .brand-service .tab .nav-tabs li {
        padding: 10px 0px;
    }

    .brand-service .tab .nav-tabs li.active {
        padding: 12px 0;
    }

    .brand-service .tab .nav-tabs li a {
        font-size: 10px;
    }

    .brand-service .tab .nav-tabs li.active a,
    .brand-service .tab .nav-tabs li a:hover,
    .brand-service .tab .nav-tabs li.active a:hover {
        font-size: 11px;
        padding: 18px 14px;
    }

    .brand-service .tabcontents h2 {
        font-size: 32px;
    }

    .brand-service .tabcontents p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .brand-service .nav-bar>a img {
        width: 25px;
    }

    .brand-service .blue-diamond img {
        top: 35px;
    }

    .brand-service img.tabes-imgs {
        display: none;
    }
}

@media (max-width: 479px) {
    .brand-service .tab .nav-tabs {
        padding: 0;
        margin: 0 0 5px;
    }

    .brand-service .tab .nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .brand-service .tab .nav-tabs li a {
        margin: 0 0 10px;
    }
}

.brand-service .heading-text h1.web-heading {
    font-size: 40px;
    text-align: center;
    font-family: 'Montserrat-Bold';
    margin-bottom: 18px;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 21px;
}

.inner-services.supoort-brand-service h6 {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}

.inner-services.supoort-brand-service .support-text p {
    font-size: 14px;
    color: #333333;
    padding-top: 0px;
    margin-bottom: 0px;

}

.inner-services.supoort-brand-service .feature-item {
    margin-bottom: 10px;
}

.inner-services.supoort-brand-service a.call-to-action {
    font-family: 'Montserrat-SemiBold';
    font-size: 17px;
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 18px 30px;
    border-radius: 10px;
    display: inline-block;
}

a.learn-more {
    color: #FF7733;
    text-decoration: underline;
    font-size: 22px;
    display: inline-block;

    margin: 18px 0px 8px;

}

a.learn-more:hover {
    color: #f15a0f;
}

.brand-service .nav-first {
    width: 100%;
    margin: 0 auto !important;
    border-radius: 11px;
    padding-right: 0px;
}

.brand-service .inner-texts {
    /* margin-bottom: 20px; */
    align-items: baseline;
}

.brand-service .inner-texts a {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    padding-left: 10px;
    color: black;
}

.brand-service .nav-first .nav-bar {
    background: #F37638 !important;
    width: 43px;
    border-radius: 0px 10px 10px 0px !important;
    ;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.brand-service .nav-bar .nav-menu li:hover a {
    background: white;
    color: black;
}

.our-prodigy .box:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

.our-prodigy .box:hover img {
    background: url('../images/hover_shedow.png') no-repeat bottom center/ 120px;
    position: relative;
    bottom: 10px;
}

.our-prodigy .box:hover p {
    color: #0481F0;
}

/* Products Page  */
.product-box-0 {
    padding: 140px 0;
}

.tth-box {
    background-color: #232136;
}

.manage-box {
    background-color: #4E0B8C;
}

.crm-box {
    background-color: #0F2787;
}

.lead-box {
    background-color: #C5FAFE;
}

.product-box-0 .text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    color: white;
}

.product-box-0 .text p {
    font-size: 16px;
    color: white;
    margin-bottom: 25px;
}

.product-box-0 .text .get-started-link {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: #333333;
    background-color: white;
    padding: 15px 27px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 20px;
}

.product-box-0 .text .explore-link {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: white;
    text-decoration: underline;
}

.product-box-0 .text .explore-link img {
    width: 25px;
}

.product-box-0 .img {
    position: relative;
}

.product-box-0 .img .laptop {
    width: 100%;
}

.product-box-0 .img .triangle {
    width: 60px;
    position: absolute;
    top: -40px;
    left: 0;
    animation: zoomin 1s linear infinite;
}

.product-box-0 .img .cubical {
    width: 60px;
    position: absolute;
    bottom: 40px;
    right: -25px;
    animation: zoomin 1s linear infinite;
}

.lead-box .text h1,
.lead-box .text p,
.lead-box .text .explore-link {
    color: black;
}

.lead-box .text .get-started-link {
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
}

@media(min-width: 1200px) {
    .product-box-0 .text {
        width: 55%;
    }

    .product-box-0 .img-box {
        width: 40%;
    }
}

@media(max-width:1199px) {
    .product-box-0 .img .cubical {
        bottom: -3px;
        right: -10px;
    }
}

@media(max-width:991px) {
    .product-box-0 .text h1 {
        font-size: 25px;
    }

    .product-box-0 .text p {
        font-size: 14px;
    }

    .product-box-0 .text .get-started-link {
        font-size: 14px;
    }

    .product-box-0 .text .explore-link {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .products-section {
        margin-bottom: 30px;
    }

    .product-box-0 {
        padding: 35px 0;
    }

    .product-box-0 .text h1 {
        font-size: 20px;
    }

    .product-box-0 .text p {
        font-size: 12.5px;
    }

    .product-box-0 .text .get-started-link,
    .product-box-0 .text .explore-link {
        font-size: 13px;
    }
}

/* Products Page */

.telemarketing-tech .container {
    background-color: transparent;
}

.tech-ideology.telemarketing-tech .text h1 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.tech-ideology.telemarketing-tech p {
    width: 83%;
    margin: 0 auto;
    text-align: center;
    padding-top: 18px;
}

.telemarketing-brand-service .heading-text h1.web-heading {
    width: 80%;

}

.brand-service.telemarketing-brand-service .heading-text p.telemarkeeting-text {
    margin: 0 auto;
    width: 53%;
    text-align: center;
    padding-bottom: 75px;
}

.inner-services.telemarkeeting-0 .title h1 {
    font-size: 50px;
}

/*call and center telemarketing Page */


.home-banner.telemarketing-banner .text h1 {
    font-size: 42px;
}


.home-banner.telemarketing-banner .text h1 span {
    font-size: 42px;
}

.who-we-are .bg-div {
    padding: 65px 15px 65px;
}

.telemarketing-tech .text h1 {
    font-size: 45px;
}

.telemarketing-tech .text p {
    text-align: center;
    width: 72%;
    margin: 0 auto;
    padding-top: 11px;
    padding-bottom: 20px;
    font-size: 14px;
}
.bpo-choose.choose-crecentech .text p{
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    padding-top: 11px;
    width: 69%;
    margin: 0 auto;
    padding-bottom: 20px; 
}
.technical-spoort-choose.choose-crecentech .text p{
      font-size: 14px;
    line-height: 1.6;
    color: #333333;
    padding-top: 9px;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 21px;
} 
.brand-service .tab .nav-tabs li a:hover {
    transition: none;
    color: #F37135;
    box-shadow: none;
    background: none;
    transform: none;
    font-size: 13px;
    font-family: 'Montserrat-light';
}


@media(max-width:767px) {
    .home-banner.telemarketing-banner .text h1 span {
        font-size: 30px;
    }

    .home-banner.telemarketing-banner .text h1 {
        font-size: 30px;
    }

    .inner-services.telemarkeeting-0 .title h1 {
        font-size: 30px;
    }

    .telemarketing-tech .text h1 {
        font-size: 30px;
    }

    .telemarketing-tech .text p {
        width: 100%;
    }

    .telemarketing-brand-service .heading-text h1.web-heading {
        width: 100%;
        font-size: 30px;
    }

    .brand-service.telemarketing-brand-service .heading-text p.telemarkeeting-text {
        font-size: 16px;
        width: 100%;
    }

    .brand-service.telemarketing-brand-service {
        padding-bottom: 32px;
    }

    .accordion-flush .accordion-item .accordion-button {
        color: black;
    }
}

/*bpo Page css */
.global-frame .main-img {
    position: relative;
}

.global-frame .main-img img:not(.blue-ring):not(.orange-ball) {
    margin-top: 80px;
}

.global-frame .blue-ring {
    position: absolute;
    right: 20px;
    top: -133px;
    height: 60px;
    width: 60px !important;
    animation: zoomin 1s linear infinite;
}

.global-frame .orange-ball {
    position: absolute;
    left: 115px;
    top: 460px;
    height: 60px;
    width: 60px !important;
    animation: zoomin 1s linear infinite;
}

/*.brand-service .container{*/
/*    max-width: 1320px;*/
/*    width: 100%;*/
/*}*/
.brand-service.bpo-service .heading-text p {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;

}



@media(max-width:767px) {
    .brand-service .blue-ring img {
        display: none;
    }

    .brand-service .blue-diamond img {
        display: none;
    }

    .brand-service .heading-text h1 {
        font-size: 30px;
    }

    .brand-service .heading-text p {
        font-size: 14px;
        width: 95%;
    }

}


.global-frame.cal-and-telemarkeeing .orange-ball {
    left: 11px;
    top: 639px;

}

.technical-process-flow .desktop-flow .level-1,
.technical-process-flow .desktop-flow .level-2 {
    bottom: 55px !important;
}

.technical-process-flow .desktop-flow .level-3 {
    top: -37px !important;
}

/*technical-spport Page css media query */
@media(max-width:1199px) {

    .technical-process-flow .desktop-flow .level-1,
    .technical-process-flow .desktop-flow .level-2 {
        bottom: 55px !important;
    }

    .technical-process-flow .desktop-flow .level-3 {
        top: -37px !important;
    }

    .technical-process-flow .desktop-flow .level-1,
    .technical-process-flow .desktop-flow .level-2 {
        /* New */
        bottom: 110px !important;
    }

    .technical-process-flow .desktop-flow .level-3 {
        /* New */
        top: -93px !important;
    }

    .technical-process-flow .desktop-flow .level-4 {
        /* New */
        right: -50px !important;
        top: -47px !important;
    }

    .technical-process-flow .desktop-flow .level-5 {
        /* New */
        top: -35px !important;
    }

    .technical-process-flow .desktop-flow .level-6 {
        /* New */
        top: -30px !important;
    }
}

@media(max-width:991px) {

    .technical-process-flow .desktop-flow .level-1,
    .technical-process-flow .desktop-flow .level-2 {
        /* New */
        bottom: 104px !important;
    }

    .technical-process-flow .desktop-flow .level-3 {
        /* New */
        top: -83px !important;
    }

    .technical-process-flow .desktop-flow .level-4 {
        /* New */
        right: 64px !important;
        top: -23px !important;
    }

    .technical-process-flow .desktop-flow .level-5 {
        /* New */
        top: -19px !important;
    }

    .technical-process-flow .desktop-flow .level-6 {
        /* New */
        top: -15px !important;
    }
}

.global-frame.technical-global {
    margin-top: 0px;
}

/*web-development page css media query */

@media(max-width:767px) {
    .choose-crecentech.web-development .text h1 {
        width: 100%;
    }

    .choose-crecentech.choose-video {
        margin-bottom: 0px;
    }

    .brand-service .heading-text h1.web-heading {
        font-size: 29px;
        width: 100%;
    }

    .brand-service .heading-text p.orm-text {
        width: 100% !important;
    }

    .brand-service .triangle img {
        display: none;
    }

    .brand-service.web-service-brand {
        padding-bottom: 15px;

    }
}

/*custom-software-development page css media query */
@media(max-width:767px) {
    .brand-service.software-development .heading-text p.orm-text {
        width: 97% !important;

    }

    .brand-service.software-development {
        padding-bottom: 15px;
    }

    .brand-service.crm-development {
        padding-bottom: 15px;
    }

    .brand-service.ecommercet {
        padding-bottom: 15px;
    }

    .brand-service.ORM-Services {
        padding-bottom: 15px;
    }

    .choose-crecentech.ORM-Development-tech .text h1 {
        font-size: 27px;
    }

    .brand-service .heading-text h1.orm-heading {
        font-size: 20px;
    }

    .it-Support-inner-service.ORM-Bi-Service .title h1 {
        font-size: 27px;
    }

    .inner-services.inner-convrision-rate .title h1 {
        font-size: 26px;
    }

    .brand-service.Optimization-Service {
        padding-bottom: 15px;
    }

    .brand-service .inner-texts {
        padding-left: 18px;
    }

    .brand-service.martech-service {
        padding-bottom: 15px;
    }

    .brand-service.technology-service {
        padding-bottom: 15px;
    }

    .accordion-flush .accordion-item .accordion-button {
        background: none;
    }
}

/*Home-page css media query */

@media(max-width:767px) {
    a.learn-more {
        color: #f15a0f !important;
        background: none;
    }

    .our-services.home-service .accordion .accordion-body a {
        background: transparent;
        color: black;

    }

    .our-services.home-service .accordion-body ul li {

        list-style: none;
        width: 100%;
        float: none;
        list-style: none;
        background: url(../images/imgs-ticks.svg) no-repeat left top/20px;
        padding-left: 40px;
        margin-bottom: 10px;

    }

    .brand-service {
        padding-bottom: 50px;
    }
}

.news-blog .title p {
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    padding-top: 20px;
}

/* Brand Marketing Page CSS */
.brand-mar-process-flow .desktop-flow .level-1,
.brand-mar-process-flow .desktop-flow .level-2 {
    bottom: 25px !important;
}

.brand-mar-process-flow .desktop-flow .level-3 {
    top: -15px !important;
    ;
}

.brand-mar-process-flow .desktop-flow .level-5,
.brand-mar-process-flow .desktop-flow .level-6 {
    top: 20px !important;
}

@media (max-width: 1199px) {

    .brand-mar-process-flow .desktop-flow .level-1,
    .brand-mar-process-flow .desktop-flow .level-2 {
        bottom: 100px !important
    }

    .brand-mar-process-flow .desktop-flow .level-3 {
        top: -85px !important;
    }

    .brand-mar-process-flow .desktop-flow .level-5,
    .brand-mar-process-flow .desktop-flow .level-6 {
        top: -25px !important;
    }

    .brand-service .inner-texts {
        padding-left: 18px;
    }

    .brand-service {
        padding-bottom: 50px;

    }
}

.brand-service.brand-markeeting-service .heading-text p {
    width: 67%;
    text-align: center;
}

.choose-crecentech.brand-markeeting .text h1 {
    font-size: 44px;
}

.choose-crecentech.brand-markeeting .text p {
    padding-top: 4px;
    font-size: 14px;
    width: 78%;
    margin: 0 auto;
    padding-bottom: 22px;
}

.brand-service.brand-markeeting-service {
    padding-bottom: 50px;
}

.who-we-are .bg-div {
    padding: 8px 0px 53px;
}

@media(max-width:991px) {
    .accordion-flush .accordion-item .accordion-button {
        background: none;
    }

    .accordion-flush .accordion-item .accordion-button {
        color: black;
    }

    .brand-service .triangle img {
        display: none;
    }

    .brand-service .blue-ring img {
        display: none;
    }

    .brand-service .blue-diamond img {
        display: none;
    }

    .brand-service .heading-text p.orm-text {
        width: 93% !important;
    }

    .brand-service .heading-text h1.web-heading {
        width: 90%;
    }

    .brand-service.telemarketing-brand-service .heading-text p.telemarkeeting-text {
        width: 85%;
    }
}

@media(max-width:767px) {
    .choose-crecentech.brand-markeeting .text h1 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .hire-us .inquiry-bg {
        width: 57.333333%;
    }

    .hire-us .hire-us-bg {
        width: 40.666667%;
    }

    /* Brand Marketing Page CSS */


    /* business model section home page Page CSS */
    .business-model .img-box {
        background: #F3FAFF;
        padding: 15px 0 10px 36px;
    }

    .business-model .img-box img {
        width: 125px;
        margin-right: 46px;
    }
}

.business-model .img-box img:not(.active) {
    opacity: 0.1;
}

.list-detail .orange-arrow-img {
    width: 52px !important;
    padding-left: 5px;
    height: 13px !important;
}

.who-we-are.home-whos {
    padding-top: 85px;
    padding-bottom: 15px;

}

.footer-top .links h6 a {
    color: white;

}

.brand-service .container {
    position: relative;
}

.brand-service .blue-diamond img {
    top: 30px;
}

.brand-service .blue-ring img {
    top: 35px;
}

@media(max-width:767px) {
    .business-model .img-box img {
        display: none;
    }
}

@media(max-width:991px) {
    .business-model .img-box img {
        display: none;
    }
}

.service-item .icons-img1 {
    width: 88px;
    height: 81px;
}

.service-item .icons-img2 {
    width: 75px;
}

.service-item .icons-img3 {
    width: 75px;

}

.service-item .icons-img4 {
    width: 79px;

}

.banner.brand-service-banner .text h1 {
    font-size: 45px;

}

.global-frame.digital-service-golbal-fram .main-text h1 {
    font-size: 49px;
}

.crecentech-studio .right-box .img {
    position: relative;
    /*margin-top: 40px;*/
}

.crecentech-studio .laptop-img {
    width: 100%;
    margin: -100px auto 0;
    display: block;
    position: relative;
    top: 54px;
    max-width: unset;
    left: 18px;
    border: 1px solid #90C8FB;
    border-radius: 5px;
}

.crecentech-studio .product-box .img {
    position: relative;
}

.crecentech-studio .rslides {
    position: absolute;
    list-style: none;
    overflow: hidden;
    width: 88.5%;
    padding: 0;
    top: 60px;
    transform: translateX(-50%);
    left: 52%;

}

.crecentech-studio .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0 auto;
}

.crecentech-studio .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.crecentech-studio .rslides img {
    display: block;
    float: left;
    height: 275px;
    border: 0;
    width: 443px;
    max-width: unset;
}

.crecentech-studio .right-bottom-box .name img {
    width: 200px;
}

@media(max-width:1199px) {
    .crecentech-studio .rslides img {
        height: 256px;
        width: 408px;
    }
}

@media(max-width:991px) {
    .crecentech-studio .laptop-img {
        left: -18px;
    }

    .crecentech-studio .rslides {
        width: 85.5%;
        top: 55px;
        left: 51%;
    }

    .crecentech-studio .rslides img {
        height: 186px;
        width: 304px;
    }

    .home-whos .bg-div .text h2 {
        font-size: 25px;
    }

    .home-whos .bg-div .text h1 {
        font-size: 35px !important;
    }
}

@media(max-width:767px) {
    .crecentech-studio .rslides img {
        height: 209px;
        width: 339px;
    }

    .crecentech-studio .product-box {
        margin-bottom: 95px !important;
    }

    .header-bottom .menu nav .dropdown-menu {
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding-top: 10px;

    }

    .header-bottom .menu nav .dropdown-menu .container {
        padding: 0;
    }

    .who-we-are.home-whos {
        padding-top: 60px;
    }

    .who-we-are.home-whos .bg-div {
        padding: 8px 0px 65px;
    }
}

@media(max-width:409px) {
    .crecentech-studio .rslides img {
        height: 182px;
        width: 295px;
    }
}

@media(max-width:359px) {
    .crecentech-studio .rslides img {
        height: 155px;
        width: 250px;
    }

    .crecentech-studio .rslides {
        top: 50px;
    }

    .crecentech-studio .right-bottom-box .orange-ball {
        animation: none;
    }
}



.converison-rat-banner .text h1 span {
    font-size: 43px !important;
}

.converison-rat-bannerr .text h1 {
    font-size: 43px !important;
}

.digital-marketing-process.process-flow .desktop-flow .level-2 {
    top: -43px;
}

.digital-marketing-process.technical-process-flow .desktop-flow .level-3 {
    top: -31px !important;
}

.digital-marketing-process.process-flow .desktop-flow .level-6 {
    top: 26px;
}

.digital-marketing-process.process-flow .desktop-flow .level-5 {
    top: 18px;
    left: 85px;
}

.digital-marketing-process.process-flow .desktop-flow .level-4 {
    right: 65px;
    top: 14px;
}

.digital-marketing-process.process-flow .desktop-flow h5 {
    font-size: 15px;
}

.orm-process.process-flow .desktop-flow .level-5 {
    top: 45px;
    left: 76px;
}

.orm-process.process-flow.technical-process-flow .desktop-flow .level-3 {
    top: -31px !important;
}

.brand-mar-process-flow .desktop-flow .level-1,
.brand-mar-process-flow .desktop-flow .level-2 {
    bottom: 25px !important;
    top: -33px;
}

.brand-mar-process-flow .desktop-flow .level-3 {
    top: -17px !important;
    left: 80px;

}

.brand-mar-process-flow .desktop-flow .level-5 {
    left: 81px;
}

.brand-mar-process-flow .desktop-flow .level-5,
.brand-mar-process-flow .desktop-flow .level-6 {
    top: 28px !important;
}

@media (max-width: 1199px) {

    .brand-mar-process-flow .desktop-flow .level-1,
    .brand-mar-process-flow .desktop-flow .level-2 {
        bottom: 100px !important
    }

    .brand-mar-process-flow .desktop-flow .level-3 {
        top: -85px !important;
    }

    .brand-mar-process-flow .desktop-flow .level-5,
    .brand-mar-process-flow .desktop-flow .level-6 {
        top: -25px !important;
    }
}

.brand-mar-process-flow.process-flow .desktop-flow .level-4 {
    top: 25px;
}

.optimization-converison-process.process-flow .desktop-flow .level-5 {
    top: 45px;
    left: 72px;
}

.choose-video2 .title p {
    font-family: 'Montserrat-Regular' !important;
    font-size: 14px;
}

.digital-marketing-video .title p {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.ORM-Development-tech.choose-crecentech.choose-video .text p {
    padding-bottom: 10px;
}

.banner.web-banner .text h1 {
    font-size: 42px;
}

.bop-service-banner.banner .text h1 {
    font-size: 45px;
}

.bpo-perks.global-frame .orange-ball {
    top: 555px;
}

.custom-software-banner.banner .text h1 {
    font-size: 45px;
}

.software-development.brand-service .heading-text h1.web-heading {
    width: 73%;
}

.crm-banner.banner .text h1 {
    font-size: 45px;
}

.ecommerce-banner.banner .text h1 {
    font-size: 45px;
}

.ecommerce-global-fram.global-frame .orange-ball {
    top: 537px;
}

.tech-ideology .background-color {
    background-color: #F3FAFF;
    padding: 30px 15px 50px;
    border-radius: 20px;
    position: relative;
}

.banner.web-banner .text h1 span {
    font-size: 42px;
}

.web-development.choose-crecentech.choose-video .text p {
    width: 70%;
    margin: 0 auto;
    padding-top: 19px;
    padding-bottom: 29px;
}

.brand-service .heading-text h1.web-heading {
    width: 69%;
}

.brand-service.web-service-brand .heading-text p.orm-text {

    width: 62% !important;

}

.process-flow.web-process .desktop-flow {
    background: url(../images/5-line-path.svg) no-repeat center center/73%;
}

.process-flow.web-process .desktop-flow .level-3 {
    left: 61px;
}

.process-flow.web-process .desktop-flow .level-4 {
    right: 44px;
}

.process-flow.web-process .desktop-flow .level-5 {
    left: 55px;
}

.software-choose.choose-crecentech.choose-video .title p {
    width: 68%;
    margin: 0 auto;
    padding-top: 19px;
    padding-bottom: 29px;
    font-size: 14px;
}

.process-flow.software-process .desktop-flow .level-2 {
    bottom: 53px;
}

.process-flow.software-process .desktop-flow .level-5 {
    top: 44px;
}

.ecommerce-video.choose-crecentech .title h1 {
    margin-bottom: 0px;
}

.ecommerce-video.choose-crecentech .text p {
    padding-top: 7px;
    padding-bottom: 16px;
}

.banner.crm-banner .img img {
    float: right;
}

.choose-crecentech.crm-video .text p {
    padding-top: 17px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 26px;
    font-size: 14px;
}

.process-flow.crm-process-flow .desktop-flow .level-1 {
    bottom: 53px !important;
}

.process-flow.crm-process-flow .desktop-flow .level-2 {
    bottom: 44px !important;
}

.process-flow.crm-process-flow .desktop-flow .level-4 {
    top: 35px !important;
}

.process-flow.crm-process-flow .desktop-flow .level-5 {
    position: relative;
    top: 34px !important;
    left: 76px;
}

.process-flow.crm-process-flow .desktop-flow .level-6 {
    top: 50px !important;
}

.global-frame.software-global-frame .orange-ball {
    top: 482px;
}

.spport-service-banner.home-banner.ORM-banner .text h1 {
    font-size: 44px;
}

.spport-service-banner.home-banner.ORM-banner .text h1 span {
    font-size: 44px;
}

.spport-service-flow-process.process-flow {
    padding: 79px 0 100px;
}

.spport-service-flow-process.process-flow2 .desktop-flow .level-2 {
    bottom: 53px;
}

.spport-service-flow-process.process-flow .desktop-flow .level-3 {
    top: -32px;
}

.spport-service-flow-process.process-flow2 .desktop-flow .level-5 {
    top: 45px;
}

.spport-service-flow-process.process-flow2 .desktop-flow .level-6 {
    top: 57px;
}

.spport-service-flow-process.process-flow2 .desktop-flow .level-1 {
    bottom: 60px;
}

.spport-service-global-fram.global-frame .main-text h6 {
    font-size: 18px;
    margin-top: 17px;
}

.spport-service-global-fram.global-frame .service-item:last-child {
    margin-bottom: 25px;
}

.brand-service .digital-service-imgs {
    width: 350px !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FF7733;
}

.tech-ideology.home-tech-ideology {
     padding-top: 13px;
}

.partners {
    padding: 82px 0 66px;
}

.our-services.home-service {
    padding-top: 84px;
    padding-bottom: 84px;
}

.home-dis-pro.dis-pro {
    padding-top: 18px;
}

/* .our-services .list-item:hover{

  border: none;
    box-shadow: 5px 5px 10px #f8c382;
    background: linear-gradient(to left, #FBB03B 20%, #f73), url(../images/active-bg.png) center right/contain!important;
    left: 30px;
    transition: all 1s ease;
}
.our-services .list-item:hover svg path{
    fill: white!important;
}
.our-services .list-item:hover p{
    color: white;
}
.our-services .list-item:hover .arrow-black{
    display: none;
}
.our-services .list-item:hover .arrow-white{
    display: block;
} */


.staffing-service-roll-banner.banner .text h1 {
    font-size: 45px;
}

.staffing-service-roll-banner.banner .text h1 span {
    font-size: 45px;
}

.staffing-by-roll-video.choose-crecentech .text p {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 17px;
    font-size: 14px;
}

.staff-rol-by.brand-service .heading-text p {
    width: 62%;
    margin: 0 auto;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 41px;
}

.staff-roll.dis-pro-4 {
    margin-top: 100px;
}

.digital-brickwork .inner-box:hover {
    transform: scale(1.05);
    transition: all .5s ease;
    box-shadow: 0px 10px 25px #7bbffb;
}



@media (max-width:767px) {
    .accordion-body .orange-arrow-img {
        width: 52px !important;
        padding-left: 5px;
        height: 13px !important;
    }

    .brand-service .cubical img {
        display: none;
    }

    .brand-service .orange-ball img {
        display: none;
    }

    .brand-service .accordion-button:not(.collapsed) {
        color: white !important;
        background-color: #FD9A38 !important;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .business-model {
        padding-top: 0px;
    }

    .global-frame.digital-service-golbal-fram .main-text h1 {
        font-size: 25px;
    }
}

.technology-service .orange-arrow-img {
    width: 52px !important;
    padding-left: 5px;
    height: 13px !important;
}

.staffing-by-roll.global-frame .orange-ball {
    top: 555px;
}

.global-frame.web-global-fram .orange-ball {
    left: 92px;
    top: 521px;
}

.crm-global-fram.global-frame .orange-ball {
    top: 500px;
}

.home-studio.crecentech-studio {
    padding: 80px 0;
}

.ecommerce-video.choose-crecentech .title h1 {
    font-size: 42px;
}

.competition .outer-box:hover {
    transform: scale(1.07);
    transition: all .5s ease;
}

.competition .outer-box:hover .inner-box {
    transition: all .5s ease;
    box-shadow: 0px 0px 25px #7bbffb inset;
}

.competition .inner-box,
.competition .outer-box {
    transition: all .5s ease;
}

.staffing-service-process.process-flow .desktop-flow .level-2 {
    bottom: 42px;
}

.staffing-service-process.process-flow .desktop-flow .level-5 {
    top: 56px;
}

.staffing-service-process.process-flow .desktop-flow .level-6 {
    top: 68px;
}

.virtual-staffing-global-fram.global-frame .orange-ball {
    top: 523px;
}

.team-agumentaion-global-fram.global-frame .orange-ball {
    top: 546px;
}

.team-augmentaion-process.process-flow .desktop-flow .level-1 {
    bottom: 70px;
}

.team-augmentaion-process.process-flow .desktop-flow .level-2 {
    bottom: 64px;
}

.team-augmentaion-process.process-flow .desktop-flow .level-5 {
    top: 33px;
}

.martech-service .orange-arrow-img {
    width: 52px !important;
    padding-left: 5px;
    height: 13px !important;
}

/* .martech-service.brand-service .inner-texts p {
    margin-bottom: 0px;
    align-items: baseline;
} */

.jobs-link a {
    float: right;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    color: white !important;
    background: transparent;
    padding: 10px 20px;
    border: solid 1px #fff;
    border-radius: 10px;
}

.app-vedio-section.choose-crecentech.brand-markeeting .text p {
    width: 51%;
}

.csm-video-section.choose-crecentech .text p {
    padding-top: 9px;
    padding-bottom: 20px;
}

.csm-video-section.choose-crecentech .title h1 {
    margin-bottom: 0px;
}


/* home page-media-query */
@media (max-width: 1199px) {
    .reviews2 .owl-carousel .owl-nav .owl-prev {
        left: -1%;
    }

    .reviews2 .owl-carousel .owl-nav .owl-next {
        right: -1%;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .who-we-are.home-whos {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .who-we-are .bg-div .media .blue-ring img {
        display: none;
    }

    .who-we-are .bg-div .media .orange-ball img {
        display: none;
    }

    .our-services.home-service {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .orange-ball {
        display: none;
    }

    .blue-diamond {
        display: none;
    }

    .crecentech-studio .left-text .left-box .blue-diamond {
        display: none;
    }
}

/* Martech-page-media-query */
@media (max-width: 991px) {
    .brand-service .accordion-button:not(.collapsed) {
        color: white !important;
        background-color: #FD9A38 !important;
        border-radius: 4px;

    }

    .brand-service .orange-ball img {
        display: none;
    }

    .brand-service .cubical img {
        display: none;
    }

    .brand-service .inner-texts a {
        font-size: 13px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .brand-service .inner-texts a {
        font-size: 13px;
        line-height: 32px;
    }

    .brand-service .accordion-button:not(.collapsed) {

        border-radius: 4px;
    }
}

/* Digital-page-media-query */

@media (max-width: 991px) {
    .process-flow .orange-ball img {
        display: none;
    }

    .process-flow {
        padding-top: 22px;
        padding-bottom: 10px;

    }

    .global-frame.digital-service-golbal-fram .main-text h1 {
        font-size: 27px;
    }

    .global-frame {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .digital-marketing-video .title p {
        width: 100%;
    }

    .process-flow .orange-ball img {
        display: none;
    }
}

/* Orm-page-media-query */
@media (max-width: 991px) {

    .choose-crecentech.ORM-Development-tech .text h1 {
        font-size: 32px;
    }
}

/* Brand-markeeting-page-media-query */

@media (max-width: 991px) {

    .banner.brand-service-banner .text h1 {
        font-size: 30px;
    }

    .choose-crecentech.brand-markeeting .text h1 {
        font-size: 29px;
    }

}

@media (max-width: 767px) {
    .banner.brand-service-banner .text h1 {
        font-size: 23px;
    }

    .choose-crecentech.brand-markeeting .text p {
        width: 100%;
    }

    .brand-service.brand-markeeting-service .heading-text p {
        width: 97%;
    }

}

/*Optimization-page-media-query */
@media (max-width: 991px) {

    .choose-crecentech .text h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .converison-rat-banner .text h1 span {
        font-size: 17px;
    }

    .choose-crecentech .text h1 {
        font-size: 19px;
    }

    .Optimization-Service .text p {
        width: 100%;
    }

    .brand-service .heading-text h1.orm-heading {
        font-size: 18px;
    }
}

/*cms-page-media-query */
@media (max-width: 767px) {
    .csm-service.brand-service .heading-text h1.web-heading {
        width: 100%;
    }

    .csm-service.brand-service.web-service-brand .heading-text p.orm-text {
        width: 98% !important;
    }
}

/* 1-2 Nov Shahrez CSS */

/* Company Introduction Section */
.company-intro-section {
    padding-bottom: 60px;
}

.company-intro-section .text h6 {
    font-family: 'Montserrat-Light';
    font-size: 16px;
    color: #FF7733;
}

.company-intro-section .text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 35px;
    color: #050505;
}

.company-intro-section .text h1 span {
    color: #FF7733;
}

/* Company Introduction Section */

/* Employee Introduction Section */
.employee-benefits {
    padding: 60px 0;
}

.employee-benefits .title {
    margin-bottom: 30px;
}

.employee-benefits .title h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #333333;
    margin-bottom: 0;
}

.employee-benefits .title h1 span {
    color: #FF7733;
}

.employee-benefits .list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 9;
}

.employee-benefits .list ul li {
    float: left;
    width: 33.33333%;
    margin-bottom: 15px;
    background: url('../images/imgs-ticks.svg') no-repeat left top/18px;
    padding-left: 30px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: #333333;
}

.employee-benefits .list ul li span {
    display: block;
    font-size: 10px;
}

/* Employee Introduction Section */

/* Open Vacancies Section */
.open-vacancies {
    padding-top: 30px;
    padding-bottom: 60px;
}

.open-vacancies .start-text {
    margin-bottom: 50px;
}

.open-vacancies .start-text h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #333333;
    margin-bottom: 15px;
}

.open-vacancies .start-text h1 span {
    color: #FF7733;
}

.open-vacancies .start-text p {
    margin-bottom: 0;
    color: #333333;
}

.open-vacancies .search-filters {
    border-radius: 10px;
    padding: 8px;
    background-color: #E6F8FF;
    margin: 0 0px 60px;
}

.open-vacancies .search-filters .search-bar select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #91A3A8;
    outline: none;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    border-radius: 0;
    background: url('../images/select-icon.png') no-repeat center right/ 10px;
    padding-left: 0;
}

.open-vacancies .search-filters .search-bar .hide {
    display: none;
}

.open-vacancies .search-filters .search-btn {
    padding-right: 0;
}

.open-vacancies .search-filters .search-btn button {
    display: block;
    margin-left: auto;
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    width: 90%
}

.open-vacancies .list-item-box {
    background-color: #E6F8FF;
    padding: 15px 0;
    border-radius: 10px;
    list-style: none;
}

.open-vacancies .list-item-box .list-item {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #333333;
    padding: 13px 35px 13px 30px;
    cursor: pointer;
    position: relative;
    transition: all .5s ease;
}

.open-vacancies .list-item-box .list-item i {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #333333;
    transition: all .5s ease;
}

.open-vacancies .list-item-box .list-item.active {
    font-family: 'Montserrat-SemiBold';
    background-color: #0070CC;
    color: white;
    transition: all .5s ease;
}

.open-vacancies .list-item-box .list-item.active i {
    color: white;
    transform: rotate(90deg);
    transition: all .5s ease;
}

.open-vacancies #paging a {
    border: 2px solid #B7B7B7;
    border-radius: 10px;
    padding: 10px 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    opacity: 1;
}

.open-vacancies #paging .nextbutton {
    transform: rotate(180deg);
}

.open-vacancies #paging a.active {
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    border: none;
}

.open-vacancies #paging a svg {
    width: 15px;
}

.open-vacancies .vacancy-box {
    scroll-margin-top: 100px;
}

.open-vacancies #paging a span {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: black;
}

.open-vacancies #paging a.active span {
    color: white;
}

.open-vacancies #paging a:not(.active):hover {
    background-color: #0091F4;
    border: none;
}

.open-vacancies #paging a:not(.active):hover span {
    color: white;
}

.open-vacancies #paging a:not(.active):hover svg path,
.open-vacancies #paging a:not(.active):hover svg line {
    fill: white !important;
    stroke: white !important;
}

.open-vacancies #paging a span,
.open-vacancies #paging a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.open-vacancies #paging a:nth-child(2),
.open-vacancies #paging a:nth-last-child(2) {
    display: none;
}

.open-vacancies #vacancy-boxid .hide {
    display: none;
}

.open-vacancies .list-detail-item-box .list-detail-item:not(.active) {
    display: none;
}

.open-vacancies .list-detail-item-box .list-detail-item h1 {
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    color: #EB6E2F;
}

.open-vacancies .list-detail-item-box .list-detail-item .line {
    height: 5px;
    width: 75px;
    background: #EB6E2F;
    margin: 15px 0;
}

.open-vacancies .list-detail-item-box .list-detail-item p {
    font-size: 14px;
    color: #333333;
}

.open-vacancies .list-detail-item-box .list-detail-item h5 {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.open-vacancies .list-detail-item-box .list-detail-item ul + h5{
    margin-top: 20px;
}

.open-vacancies .list-detail-item-box .list-detail-item ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.open-vacancies .list-detail-item-box .list-detail-item ul li {
    margin-bottom: 10px;
    background: url('../images/imgs-ticks.svg') no-repeat top left / 15px;
    padding-left: 25px;
    background-position-y: 5px;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.open-vacancies #vacancy-boxid .next-btn {
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 14px 20px;
    border-radius: 10px;
    border: none;
    margin-top: 20px;
    display: inline-block;
}

.open-vacancies #vacancy-boxid .view-job-btn {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: #333333;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
    margin: 10px 0;
}

.open-vacancies .form h2 {
    font-family: 'Montserrat-Light';
    font-size: 34px;
    color: #333333;
    margin-bottom: 20px;
}

.open-vacancies .form h2 span {
    color: #f73;
    font-family: 'Montserrat-SemiBold';
}

.open-vacancies .form .form-group input:not([type="file"]),
.open-vacancies .form .form-group select,
.open-vacancies .form .form-group textarea {
    border: none;
    border-bottom: 1px solid #3333;
    margin-bottom: 30px;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    border-radius: 0;
    padding: 10px 0;
    color: #333;
}

.open-vacancies .form .form-group select {
    background: url(../images/select-icon.png) no-repeat center right/ 10px;
}

.open-vacancies .form .form-group textarea {
    height: 100px;
}

.open-vacancies .form .submit-btn input {
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 14px 20px;
    border-radius: 10px;
    margin-top: 30px;
    border: none;
}
.open-vacancies .form label.error {
    font-size: 14px;
    color: #f00;
    margin-top: -25px;
    display: block;
}
.open-vacancies #file-error{
    margin-top: 10px;
}
.progress{
    width: 300px!important;
}
/* Open Vacancies Section */

/* Media Queries */
@media(min-width:1200px) {
    .container {
        max-width: 1210px;
    }
}

@media(max-width:1199px) {
    .company-intro-section .text h1 {
        font-size: 29px;
    }

    .company-intro-section .text h6,
    .company-intro-section .text p {
        font-size: 15px;
    }

    .employee-benefits .title h1 {
        font-size: 40px;
    }

    .employee-benefits .list ul li {
        font-size: 12px;
    }

    .open-vacancies .search-filters .search-bar select {
        font-size: 16px;
    }

    .open-vacancies .start-text h1 {
        font-size: 40px;
    }
}

@media(max-width:991px) {
    .employee-benefits .list ul li {
        width: 50%;
    }

    .open-vacancies .search-filters .search-btn button {
        width: max-content;
        margin: 20px auto 0;
        padding: 12px 40px;
    }

    .open-vacancies .list-item-box .list-item {
        font-size: 14px;
    }

    .open-vacancies .list-detail-item-box .list-detail-item h1 {
        font-size: 25px;
    }

    .open-vacancies .list-detail-item-box .list-detail-item .line {
        width: 55px;
        margin: 10px 0;
    }

    .open-vacancies .list-detail-item-box .list-detail-item p {
        font-size: 14px;
    }

    .open-vacancies .list-detail-item-box .list-detail-item h5 {
        font-size: 18px;
    }

    .open-vacancies .list-detail-item-box .list-detail-item ul li {
        font-size: 14px;
    }

    .open-vacancies .list-detail-item-box .list-detail-item .view-job-btn {
        font-size: 14px;
    }

    .open-vacancies .form h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .open-vacancies .form .form-group input:not([type="file"]),
    .open-vacancies .form .form-group select,
    .open-vacancies .form .form-group textarea {
        font-size: 14px;
    }

    .open-vacancies #paging a {
        width: 35px;
        height: 35px;
    }

    .open-vacancies #paging a span {
        font-size: 16px;
    }

}

@media(max-width:767px) {
    .employee-benefits {
        padding: 30px 0;
    }

    .employee-benefits .title h1 {
        font-size: 27px;
    }

    .employee-benefits .list ul li {
        width: 100%;
    }

    .open-vacancies {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    .open-vacancies .start-text {
        margin-bottom: 25px;
    }

    .open-vacancies .start-text h1 {
        font-size: 30px;
    }

    .open-vacancies .start-text p {
        font-size: 14px;
    }

    .open-vacancies .search-filters {
        margin-bottom: 30px;
    }
}

@media(max-width:409px) {
    .company-intro-section {
        padding-bottom: 30px;
    }

    .company-intro-section .text h6,
    .company-intro-section .text p {
        font-size: 14px;
    }

    .company-intro-section .text h1 {
        font-size: 22px;
    }
}

/* Media Queries */

/* 1-2 Nov Shahrez CSS */


.app-process.process-flow4 .desktop-flow .level-1 {
    bottom: 97px;
}

.app-process.process-flow4 .desktop-flow .level-2 {
    bottom: 85px;
}

.staffing-service p.staffing-text {
    margin-bottom: 15px;
}

.virtual-process.process-flow .desktop-flow .level-1 {
    bottom: 67px;
}

.virtual-process.process-flow .desktop-flow .level-2 {
    bottom: 55px;
}

.virtual-process.process-flow .desktop-flow .level-3 {
    top: -31px;
}

.technical-global.global-frame .orange-ball {
    top: 586px;
}

.technical-process-flow.process-flow .desktop-flow .level-5 {
    top: 43px;
}

.technical-banner.banner .text h1 {
    font-size: 45px;
}

.qa-process-flow.process-flow .desktop-flow .level-1 {
    bottom: 49px !important;
}

.qa-process-flow.process-flow .desktop-flow .level-2 {
    bottom: 36px !important;
}

.qa-process-flow.process-flow .desktop-flow .level-3 {
    top: -20px !important;

}

.qa-process-flow.process-flow .desktop-flow .level-4 {
    top: 40px !important;
}

.qa-process-flow.process-flow .desktop-flow .level-6 {
    top: 65px !important;
}

.qa-process-flow.process-flow .desktop-flow .level-5 {
    top: 46px !important;
}

.quality-choose.choose-crecentech .text p {
    width: 67%;
    margin: 0 auto;
    padding-bottom: 23px;
}

.bpo-process.process-flow.crm-process-flow .desktop-flow .level-2 {
    bottom: 54px !important;
}

.bpo-process.crm-process-flow .desktop-flow .level-3 {
    top: -34px !important;
}

.bpo-process.process-flow.crm-process-flow .desktop-flow .level-5 {
    top: 43px !important;
}

.bpo-process.process-flow.crm-process-flow .desktop-flow .level-6 {

    top: 69px !important;

}

.intelligence-video-page.choose-crecentech.choose-video .text p {
    width: 72%;
    padding-bottom: 29px;
    margin: 0 auto;
}

.intelligence-video-page.choose-crecentech .title h1 {
    margin-bottom: 0px;
}

.business-process-flow .desktop-flow .level-1,
.business-process-flow .desktop-flow .level-2 {
    bottom: 56px !important;
}

.business-process-flow .desktop-flow .level-3 {
    top: -29px !important;
}

.business-process-flow .desktop-flow .level-4 {
    top: 30px !important;
}

.business-process-flow .desktop-flow .level-6 {
    top: 56px !important;
}

.employee-benefits .text p {
    width: 62%;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 6px;
}

.career-ecosystem .text p {
    width: 68%;
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 0 40px;
}

.app-banner.banner .text h1 {
    font-size: 45px;
}

.app-global-frame.global-frame.cal-and-telemarkeeing .orange-ball {
    top: 526px;
}

.bi-banner.banner .text h1 {
    font-size: 45px;
}

.uxui-banner.banner .text h1 {
    font-size: 45px;
}

.uxui-video.choose-crecentech .title h1 {
    margin-bottom: 5px;
}

.uxui-video.choose-crecentech .text p {
    padding-bottom: 16px;
}


/* Media Queries-web-development */
@media(max-width:767px) {
    .banner.web-banner .text h1 {
        font-size: 24px;
    }

    .banner.web-banner .text h1 span {
        font-size: 24px;
    }

    .brand-service .heading-text h1.web-heading {
        width: 100%;
        font-size: 19px;
    }

    .brand-service.web-service-brand .heading-text p.orm-text {
        width: 100% !important;
    }

    .web-development.choose-crecentech.choose-video .text p {
        width: 100%;
    }
}

@media(max-width:991px) {
    .banner.web-banner .text h1 {
        font-size: 24px;
    }

    .banner.web-banner .text h1 span {
        font-size: 24px;
    }

    .brand-service .heading-text h1.web-heading {
        width: 100%;
        font-size: 30px;
    }
}

@media(max-width:1024px) {
    .new-process {
        padding: 0px;
    }
}

/* Media Queries-custom-software */
@media(max-width:991px) {
    .custom-software-banner.banner .text h1 {
        font-size: 25px;
    }

    .software-choose.choose-crecentech.choose-video .title p {
        width: 100%;
        font-size: 16px;
    }

    .software-choose.choose-crecentech .title h1 {
        font-size: 30px;
        margin-bottom: 8px;
    }
}

@media(max-width:767px) {
    .custom-software-banner.banner .text h1 {
        font-size: 25px;
    }

    .software-choose.choose-crecentech.choose-video .title p {
        width: 100%;
    }

    .software-development.brand-service .heading-text h1.web-heading {
        width: 95%;
    }
}

/* Media Queries-crm-page */
@media(max-width:991px) {
    .crm-banner.banner .text h1 {
        font-size: 28px;
    }

    .choose-crecentech.crm-video .text p {
        width: 100%;
    }
}

@media(max-width:767px) {
    .crm-banner.banner .text h1 {
        font-size: 24px;
    }
}

/* Media Queries-ecommerce-page */
@media(max-width:991px) {
    .ecommerce-banner.banner .text h1 {
        font-size: 30px;
    }

    .ecommerce-video.choose-crecentech.choose-video {
        padding: 0px;
    }

    .ecommerce-video.choose-crecentech .title h1 {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .ecommerce-banner.banner .text h1 {
        font-size: 22px;
    }

    .ecommerce-video.choose-crecentech .title h1 {
        font-size: 23px;
    }

    .ecommerce-video.choose-crecentech.choose-video {
        padding: 0px;
    }
}

/* Media Queries-bpo-page */
@media(max-width:991px) {
    .spport-service-banner.home-banner.ORM-banner .text h1 {
        font-size: 30px;
    }

    .spport-service-banner.home-banner.ORM-banner .text h1 span {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .spport-service-banner.home-banner.ORM-banner .text h1 {
        font-size: 23px;
    }

    .spport-service-banner.home-banner.ORM-banner .text h1 span {
        font-size: 23px;
    }
}

/* Media Queries-bpo-page */

@media(max-width:991px) {
    .home-banner.telemarketing-banner .text h1 {
        font-size: 30px;
    }

    .home-banner.telemarketing-banner .text h1 span {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .brand-service.telemarketing-brand-service .heading-text p.telemarkeeting-text {
        width: 100%;
    }
}

/* Media Queries-bpo-page */
@media(max-width:991px) {
    .bop-service-banner.banner .text h1 {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .bop-service-banner.banner .text h1 {
        font-size: 25px;
    }
}

/* Media Queries-technical-page */
@media(max-width:991px) {
    .technical-banner.banner .text h1 {
        font-size: 30px;
    }

}

@media(max-width:767px) {
    .technical-banner.banner .text h1 {
        font-size: 25px;
    }

}

/* Media Queries-technical-page */
@media(max-width:991px) {
    .staffing-service-roll-banner.banner .text h1 {
        font-size: 30px;
    }

    .staffing-service-roll-banner.banner .text h1 span {
        font-size: 30px;
    }
}

/* Media Queries staffing-service-by-roll-page */
@media(max-width:767px) {
    .staffing-service-roll-banner.banner .text h1 {
        font-size: 25px;
    }

    .staffing-service-roll-banner.banner .text h1 span {
        font-size: 25px;
    }

    .staffing-by-roll-video.choose-crecentech .text p {
        width: 100%;
    }
}

/* Media Queries virtual-staffing-service-page */
@media(max-width:767px) {
    .virtual-staffing-banner.banner.banner .text h1 {
        font-size: 25px;
    }

    .virtual-brand-service.brand-service .heading-text p {
        width: 100%;
    }
}

/* Media Queries-team augmentation-page */
@media(max-width:767px) {
    .team-augmentation.banner .text h1 {
        font-size: 25px;

    }

    .team-augmentation.banner .text h1 span {
        font-size: 25px;
    }
}

.cal-process-flow.technical-process-flow.process-flow .desktop-flow .level-5 {
    top: 37px;
}

.cal-process-flow.digital-marketing-process.process-flow .desktop-flow .level-6 {
    top: 50px;
}

.bi-blobal-fram .service-item .icons-img1 {
    width: 77px;
    height: 73px;
}

.csm-banner.banner .text h1 {
    font-size: 45px;
}


/* Media Queries-csm-page */

@media(max-width:991px) {
    .csm-banner.banner .text h1 {
        font-size: 28px;
    }

    .csm-video-section.choose-crecentech .title h1 {
        font-size: 34px;
    }
}

@media(max-width:767px) {
    .csm-banner.banner .text h1 {
        font-size: 24px;
    }
}
.detail-text  h1{
    
    padding-bottom: 30px;
}
.detail-text  h1 span {
    
    padding-bottom: 30px;
}

.detail-text h2{
   font-size: 35px;
   padding-top:10px;
 }
.detail-text p{
   text-align: left;
   font-size: 14px;
}

.qa-banner.banner .text h1{
    font-size: 45px;
}
/* Media Queries-home-page-7-11-20 */

@media(max-width:767px) {
.crecentech-studio .right-box .orange-ball{
    display: none;
}
.crecentech-studio .right-box .blue-diamond{
    display: none;
}
}
@media(max-width:991px) {
    .crecentech-studio .right-box .orange-ball{
        display: none;
    }
    .crecentech-studio .right-box .blue-diamond{
        display: none;
    }
    

    .who-we-are .bg-div{
        padding: 65px 15px 65px;
    }
    .app-process.process-flow .desktop-flow p{
        padding-left: 14px;
    }
    .career-banner.banner .text h1{
        font-size:45px;
    }
}

 .news-blog .text p.blog-technilogy-text {
        padding-top: 31px;
        padding-bottom: 4px;
}
.news-blog .text p.blog-digital-text{
    padding-bottom: 6px;
    
}
 .web-dveloping-process.brand-mar-process-flow .level-1
 {
        top: -55px!important;
    
}
 .web-dveloping-process.brand-mar-process-flow .level-2
 {
           top: -55px!important;
    
}
 .web-dveloping-process.brand-mar-process-flow .level-5
 {
         top: 46px !important;
    
}
 .web-dveloping-process.brand-mar-process-flow .level-6
 {
         top: 55px!important;
    
}
.career-banner.banner .text h1{
    font-size:45px;
}
.home-tech-ideology.tech-ideology .upper-ball{
    top: -9px;
    left: 9%;
}
.home-whos.who-we-are .bg-div .text p{
        font-size: 20px;
}
.home-whos.who-we-are .bg-div .fact{
    margin-top: 71px;

}
.home-service.our-services .title p{
        font-size: 18px;
}
.home-service.our-services .list-detail-item ul li a{
        font-size: 16px;
}
.home-dis-pro.dis-pro .div-bg h3{
        font-size: 30px;
}
.home-dis-pro.dis-pro .div-bg p{
    font-size: 18px;
}
.home-industries.our-industries .title h5{
    font-size: 25px;
}
.home-industries.our-industries .title p{
    width: 80%;
    margin: 0 auto;
}

.news-blog2 .input-search{
     display: flex;
    border: 1px solid;
    justify-content: space-between;
    border-radius: 6px;
    padding: 2px;
}

.news-blog2 .title button.btn{

    color: #CED4DA;
 
}
.news-blog2 .form-control{
    background: transparent;
    border: none;
}
.news-blog2 img.bullet-icons{
    width:8px;
}
.news-blog2 .catagories{
     float: right;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
    max-width: 100%;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
}
.news-blog2 .cat_link:last-child .catagories{
    border:none;
}
.news-blog2 .catagories .cat{
        padding-right: 90px;
        padding-left:10px;
        color:#AAAAAA;
       font-family: Montserrat-Regular;
     
}
.news-blog2 .catagories .count{
       color:#AAAAAA;
       font-family: Montserrat-Regular;
       position: absolute;
      right: 0px;
}
    
.news-blog2 h1.pop-cat{
    font-size: 19px;
    padding-bottom: 51px;
      padding-top: 68px;
}
.news-blog2 .blog-item-recommond h1{
    font-size: 20px;
    padding-top: 137px;
    padding-bottom: 19px;
}
.news-blog2 .blog-item-recommond .recommond-text h3{
    font-size:14px;
}
.news-blog2 .blog-item-recommond .recommond-text p{
    font-size:14px;
}
.news-blog2 img.recommend-imgs{
   padding-bottom: 20px;
}
.app-vedio-section.choose-crecentech.brand-markeeting .text p{
        width: 64%;
}
.news-blog2 .text .date p{
    /*padding-right:38px;*/
    padding-bottom: 22px;
    padding-top: 11px;
    padding-left: 16px;
    font-size: 16px;
}
.blog-details.news-blog .blog-row{
        padding-right: 42px;
}
.blog-details.news-blog .blog-row img{
    width:100%;
}
.blog-details.news-blog .blog-row img.blog-details-icons{
    width:20px;    
}
.blog-details.news-blog .blg-qoute{
    background: #F2F9FF;
    padding: 57px;
    border-radius: 13px;
     position:relative;
     background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: 156px;
    background-position: center;

}
.blog-details.news-blog .blg-qoute p{
    font-size: 20px;
    font-family: Montserrat-Medium!important;
    text-align: center;
     
}
.blog-details.news-blog .blog-row img.blog-details-red-icons-1{
      width: 50px;
    left: 175px;
    position: absolute;
    z-index: 2;
    top: 1204px;
}
.blog-details.news-blog .blog-row img.blog-details-red-icons-2{
        width: 50px;
    right: 476px;
    position: absolute;
    top: 1411px;
}
.blog-details.news-blog .blogs-details-text p{
   padding-bottom: 20px;
}

  .blog-details.news-blog .all-contents{
     padding-top: 52px;
  }
.blog-details.news-blog .all-contents p{
    font-size:16px;
}
.blog-details.news-blog .all-contents ul{
    padding:0px;
}
.blog-details.news-blog .all-contents ul li{
 list-style: none;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 29px;
    padding-top: 8px;
    background-position-y: 16px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
}
 .readmore-arrow-0{
    width:20px!important;
}
.blog-details.news-blog .trend-blogs .title h1{
    text-align: center;
    padding-bottom: 20px;
}
 .blog-details{
     padding-bottom:40px;
 }
 .blog-details.news-blog2 .input-search{
         border: 1px solid gray;
 }
 .blog-details.news-blog2 .blog-item-recommond h1{
    padding-top: 189px;
 }
 .blog-details.news-blog .trend-blogs .blog-row{
     padding-right: 0px;
 }
.blog-details.news-blog .blog-row img{
        width: 97%;
}

/* 404 Page 21-Nov */
.short-banner h3{
    margin: 15px 0 0;
    font-family: 'Montserrat-SemiBold';
    font-size: 25px;
}
.section-404{
    padding: 60px 0;
}
.section-404 .image img{
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.section-404 .image a{    
    display: inline-block;
    font-family: 'Montserrat-SemiBold';
    font-size: 17px;
    color: #fff;
    background: linear-gradient(to left, #f73 20%, #FBB03B);
    padding: 14px 20px;
    border-radius: 10px;
}
@media(max-width: 1199px){
    .short-banner h3 {
        font-size: 22px;
    }
}
@media(max-width: 991px){
    .short-banner h3 {
        font-size: 14px;
        margin-top: 10px;
    }
    .section-404 {
        padding: 30px 0;
    }
    .section-404 .image img {
        margin-bottom: 25px;
    }
    .section-404 .image a {
        font-size: 14px;
    }
}
/* 404 Page 21-Nov */

/* local-css---- */
.blog-details.news-blog .all-contents{
     padding-top: 0px;
}
.news-blog2 .text .date p{
    padding-right: 18px;
}
.blog-details.news-blog .all-contents p{
    font-size: 16px;
    text-align: justify;
}
.serchblogs.news-blog .title h1{
    text-align: left;
    
}
.serchblogs.news-blog .title h3{
    text-align: left;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
}
.rearchblogs-related.trend-blogs{
    padding-top: 100px;
}
.rearchblogs-related.trend-blogs h1{
    padding-bottom: 30px;
    font-size: 45px;
    font-family: 'Montserrat-Bold';
}
.serchblogs.news-blog .title h1 span{
    font-size: 45px;
    font-family: 'Montserrat-Bold';
}
.rearchblogs-related.trend-blogs h2{
    font-family: 'Montserrat-SemiBold';
    font-size: 25px;
}
.blogs-details-text img{
    width: 20px;
}
.blogs-details-text p{
    padding-left: 12px;
    padding-top: 20px;
    padding-right: 12px;
}
.rearchblogs-related .blog-row-1{
    padding-bottom: 30px;
}
.paginate-pagination ul > li > a.page{
    height: 37px;
    width: 43px;
}
.paginate-pagination ul > li > a.page:hover{
    background: #0082EC;
}
.paginate-pagination ul > li > a.page.active{
    background: #0082EC;
    color: white;
}
.rearchblogs-related{
    position: relative;
}
.rearchblogs-related .paginate-pagination ul{
    position: absolute;
    right: 108px;
    bottom: 7px;
}
.rearchblogs-related .paginate-pagination ul > li > a.page.active{
    background: #0082EC;
    color: white;
    border: 3px gray;
    border-radius: 10px;
}
.rearchblogs-related .paginate-pagination ul > li > a.page{
    display: block;
    height: 39px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ddd;
    background: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    color: gray;
}
.serchblogs .paginate-pagination ul > li > a.page.active{
    background: #0082EC;
    color: white;
    border: 3px gray;
    border-radius: 10px;
    
}
.serchblogs .paginate-pagination ul > li > a.page{
    display: block;
    height: 39px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ddd;
    background: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    color: gray;
}
.form-search{
display: flex;
}
.form-control:focus{
    box-shadow: none;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
.serchblogs .paginate-pagination ul{
    padding-bottom: 60px;
}
.news-blog2 .text .date p{
    font-size: 14px;
}
.serchblogs .title .form-search{
    /* border: 1px solid gray; */
    padding: 5px;
}
.news-blog .blogs-details-text p{
    padding-top: 0px;
    padding-right: 0px;
}
/* today-cess-new */
.news-blog2 .blog-item-recommond .recommond-text a h3{
    font-size: 14px;
    color: black;
}
.news-blog2 .blog-item-recommond .recommond-text a p{
    font-size: 14px;
    color: black;
}

.news-blog2 .paginate-pagination ul > li > a.page{
    display: block;
    height: 39px;
    width: 40px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ddd;
    background: white;
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    color: gray;
}
.news-blog2 .paginate-pagination ul > li > a.page.active{
    background: #0082EC;
    color: white;
    border: 3px gray;
    border-radius: 10px;
}
.paginate-pagination ul > li > a.page-next.deactive, .paginate-pagination ul > li > a.page-prev.deactive{
    cursor: pointer!important;

}
/***ew-haeder-css-new-localhost****/
.nav-item a.pit-service{
    padding-top:46px!important;
}
h2.heading-licensing{
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: black;
    padding-top: 20px;
}
a.get-start-btn{
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    color: black !important;
    background: transparent;
    padding: 12px 40px;
    border: solid 1px #FBAF3B;
    border-radius: 10px;
}
img.img-linsing{
    width: 70%;
    padding-top: 0px;  
    padding-bottom: 30px;
    margin-left: -10px;
}
.our-services .list-item{
    padding: 17px 15px;
    border-radius: 6px;
}
.img-c2m{
    float: right;
    left: 276px;
    top: -57px;
    width: 150px;
    margin-left: 23px;
    position: relative;
    top: -59px;
    border: 1px solid #8080803d;
    border-radius: 34px;
    background: white;
    padding: 3px 12px;
    box-shadow: 0px 0px 3px 1px #80808040;
    margin-bottom: 21px;
}
.crecentech-studio .streamline-gif.laptop-img{
    left: -27px;
    top: 112px;
}
.crecentech-studio .right-bottom-box{
    background-color: #F1F1F1;
    padding-bottom: 145px;
}
.crecentech-studio .product-box .name img.logo-streamline{
    width: 154px;
    margin-left: -20px;
}

.our-services .list-item .professional-it-black {
    position: absolute;
    /* right: 15px; */
}
.our-services .list-item.active img.professional-it-black{
    display: none;
}

.our-services .list-item .professional-it-white{
    display: none;  
}
.our-services .list-item .professional-it-white{
    position: absolute;
    /* right: 15px; */
}
.page-path{
    /* border-bottom: 1px solid #80808030; */
    background: url(../images/home-page-linking.png) no-repeat;
    background-size: 17px;
    height: 31px;
    background-position-x: 88px;
    top: 98px;
    background-color: white;
}
.page-path p{
    font-size: 14px;
    padding-top: 3px;
    color: #0000009e;
}
.page-path p .all-service{
    font-family: 'Montserrat-Medium';
    color: #FF7733;
    padding-left: 42px;
    font-size: 14px;
    padding-top: 4px;
}

.all-service i{
    padding-left: 5px;
}
 .fa-caret-right{
    padding-left: 2px;
    padding-right: 4px;
}
.ms-office{
    display: flex;
}
.ms-office img{
    width: 12%;
    height: auto;
}
.ms-office h2{
    font-size: 22px;
    color:red;
    padding-left: 8px;  
}
.ms-office-icons ul{
    padding-left: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.ms-office-icons ul li{
    list-style: none;
    padding-bottom: 10px;
}
.managed-it-trend .technology-section .inner-trend-box:nth-child(even) {
    margin-top:100px;
 
}
.managed-it-trend .technology-section .tech-box{
    width: 65px;
    height: 65px;
    box-shadow: 1px 3px 12px -1px #80808059;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
}
.managed-it-trend .tech-box img{
    width: 35px;
    margin:0px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.managed-it-trend .microsoftware img{
    width: 236px;
    padding-top: 40px;
}
.managed-it-trend .microsoftware img.google-img{
    width: 236px;
    padding-top: 40px;
    border-bottom: 1px solid red;
    padding-bottom: 8px;
}
.managed-it-trend .microsoftware img.img-Cloud-aws{
    width: 147px;
}
.page-path.sticky-top{
    box-shadow: 0px 4px 2px -2px #d3d3d3fa;;
    position: fixed;
    width: 100%;
    z-index: 1500;
}
.managed-it-trend.trend-tech{
    padding:0px;
}
.manaed-it-digital-brickwork.digital-brickwork .inner-box img{
    width: 26%;
    height: 119px;
}

.manaed-it-digital-brickwork.digital-brickwork .inner-box{
    border-radius: 48px;
    padding: 35px 30px 40px;
}
.manaed-it-digital-brickwork.digital-brickwork .inner-box{
    box-shadow: 0px 3px 19px #7bbffb87;
}

.brand-service .heading-text.managed-service-text p{
    width:54%;
}
.managed-it-process.process-flow{
    padding: 50px 0 100px;
}

.page-path a{
    color: #000000a6;
    font-size: 14px;
}

.digital-brickwork.manaed-it-digital-brickwork .start-text h6{
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    color: #FF7733;
    margin-bottom: 20px;
}
.manaed-it-digital-brickwork.digital-brickwork .start-text p{
    width: 75%;
    font-family: 'Montserrat-Medium'!important;
}

.digital-marketing-process.process-flow.managed-it-process .desktop-flow h5{
    font-size: 15px;
    font-family: 'Montserrat-SemiBold';
}
.managed-it-process.digital-marketing-process.process-flow .desktop-flow .level-2{
    top: -37px;
}
.managed-it-process.cal-process-flow.technical-process-flow.process-flow .desktop-flow .level-5{
    top: 25px;
}
.managed-it-idustry.home-industries.our-industries .title p{
    width: 84%;
}

.dis-pro.managed-it-dis-por-4 .div-bg h3{
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
    margin-bottom: 15px;
}
.managed-it-idustry.our-industries{
    padding-bottom: 60px!important;
}

.dis-pro.managed-it-dis-por-4 .div-bg h3{  
    margin-bottom: 25px;
}
.managed-it-trend.trend-tech{
    margin-top: 45px;
}
.trend-tech .title.new-clouds-img{
    margin-bottom: 8px;
}

.managed-it-trend .buttom-img{
    padding-bottom: 65px;
    padding-top: 50px;
}
.managed-it-dis-por-4.dis-pro .div-bg p{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 19px;
    font-size: 15px;
}

.technology-section img.exchange-img{
    width:90%;
}

.nav-item a.s-service{
    padding-top: 46px!important;
}

.crecentech-studio .product-box .name img{
    margin-left: -20px;
}

.crecentech-studio .laptop-img.tth-img{
    left: -41px;
}
.crecentech-studio .left-text .left-box{
    margin-top: 61px;
}

@media(max-width:1199px){
    .page-path{
    background-position-x: 22px;
    }
    .manaed-it-digital-brickwork.digital-brickwork-2{
        padding-bottom: 0px;
    }
}


@media(max-width:991px){
    .page-path p .all-service{
        font-size: 11px;
    }
    .page-path p{
        font-size: 13px;
    }
    .page-path{
     background-position-x: 20px;
    top: 74px;
    }
    .process-flow.managed-it-process .small-circle img{
        display: none;
    }
    .process-flow.managed-it-process .large-circle img{
        display: none;
    }
    .brand-service .heading-text.managed-service-text p{
        width: 90%;
    }
    .home-industries.our-industries.managed-it-idustry .title p{
        width:100%;
    }
    .martech-trend-tech{
        padding-top: 0px;
    }
    .managed-it-trend .technology-section .inner-trend-box:nth-child(even){
             margin-top: 0px;
    }
    .managed-it-trend .technology-section .tech-box{
        margin:0 auto;
    }
    .managed-it-trend .inner-trend-box p{
        padding-top:10px;
    }
    .manaed-it-digital-brickwork.digital-brickwork-2{
        padding-bottom:0px;
    }
    .managed-it-process.process-flow{
        padding-bottom: 0px;
    }
}

@media(max-width:767px){
    .page-path p .all-service{
        font-size: 11px;
    }
    .page-path p{
        font-size: 11px!important;
    }
    .page-path{
     background-position-x: 20px;
    top: 77px;
    }
    .img-c2m{
        left:0px;
    }
    .managed-it-trend .technology-section .inner-trend-box:nth-child(even){
        margin-top:0px;
    }
    .managed-it-trend .technology-section .tech-box{
        margin: 0 auto;
    }
    .inner-trend-box p{
        padding-top:10px;
    }
    .managed-it-process.process-flow{
        padding: 50px 0 16px;
    }
    .home-industries.our-industries.managed-it-idustry .title p{
        width:100%
    }
    .brand-service .heading-text.managed-service-text p{
        width:90%;
    }
    .dis-pro.managed-it-dis-pro .div-bg a img{
        display: none;
    }
    .brand-service.managed-it-brand-service .heading-text h1.web-heading{
    width: 90%;
    font-size: 23px;
    }
    .manaed-it-digital-brickwork.digital-brickwork .start-text p{
        width: 100%;
    }
    .managed-it-dis-por-4.dis-pro .div-bg p{
        width: 100%;
    }
}


/*------professional-it-page*/
.professional-it-dis-pro.dis-pro .div-bg h3{
    width: 80%;
    margin: 0 auto;
    line-height: 42px!important;
}
.professional-it-dis-pro.dis-pro-2 .div-bg p{
    width: 80%;
    margin: 0 auto;
    padding: 19px 0px;
}
.digital-brickwork.professional-it-digital-brickwork .inner-box{
    height: 92%;
    padding: 20px 16px 55px;
}
.digital-brickwork.professional-it-digital-brickwork .inner-box img{
    width:20%;
}
.digital-brickwork.professional-it-digital-brickwork .start-text p{
    width: 66%;
}
.professioanl-it-process h5.implementation{
    margin-left: -30px;
}
.digital-marketing-process.process-flow.professioanl-it-process .desktop-flow .level-4{
    top: 31px;
}
.digital-marketing-process.technical-process-flow.professioanl-it-process .desktop-flow .level-3{
    top: -26px !important;
}
.professional-it-digital-brickwork.digital-brickwork .outer-box{
    margin-bottom: 0px;
}
.professional-it-digital-brickwork.digital-brickwork-2{
    padding-bottom: 0px;
}
.managed-it-process.digital-marketing-process.technical-process-flow .desktop-flow .level-3{
    top: -21px !important;
}
.managed-it-process.digital-marketing-process.process-flow .desktop-flow .level-4{
    top: 22px;
}
.professional-feature-work{
    padding:40px 0px;
}
.professional-feature-work.feature-work .start-text p{
    width: 90%;
}
.professional-feature-work .start-text ul{ 
    padding: 13px 0px 0px;
    margin: 0px;
}
.professional-feature-work .start-text ul li{
    list-style: none;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    padding-bottom: 13px;
    color: #333333;
    background: url('../images/feature-work-right-img.png');
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 29px;
}

.professional-feature-work .start-text .orange-arrow-img{
    width: 52px !important;
    margin-left: 10px;
    height: 13px !important;
}
.professional-feature-work .start-text button.learn-more{
    margin: 0px;
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    color: #FF7733;
    text-decoration: underline;
    background: transparent;
    border: none;
}
.professional-feature-work .start-text a.learn-less{
    margin: 0px;
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    color: #FF7733;
    text-decoration: underline;
    background: transparent;
    border: none;
    display:none;
}
.buying-licenses{
    padding: 40px 0px 12px;
}
.buying-licenses.feature-work .start-text p{
    width: 82%;
    padding-top: 13px;
    color: #555555;
    font-size: 16px;
    padding-bottom: 10px;
}
.buying-licenses .start-text ul{ 
    padding: 13px 0px 0px;
    margin: 0px;
    column-count: 2;
}
.buying-licenses .start-text ul li{
    list-style: none;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    padding-bottom: 13px;
    color: #555555;
    background: url('../images/feature-work-right-img.png');
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 29px;
    
}
.buying-licenses .start-text h4{
font-family: 'Montserrat-Bold';
font-size: 40px;
color: #333333;
margin-bottom: 0px;
}
.buying-licenses .start-text h4 span{
    color: #FF7733;
}
.buying-licenses .start-text .line{
    height: 8px;
    width: 88px;
    background-color: #F37135;
}


.dis-pro.managed-it-dis-por-4.professional-it-dis-pro-4 .div-bg h3{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 13px;
    line-height: 40px;
}
.managed-it-dis-por-4.dis-pro.professional-it-dis-pro-4 .div-bg p{
    padding-bottom: 22px;
}

.digital-brickwork.professional-it-digital-brickwork .start-text h6{
    font-family: 'Montserrat-Medium';
    font-size: 20px;
}
.digital-brickwork.professional-it-digital-brickwork .inner-box{
    border-radius: 30px;
}
.process-flow.professioanl-it-process .main-text p{
    width: 73%;
}
.brand-service.professional-it-service-brand .heading-text.managed-service-text p{
width:86%;
}
.feature-work.professional-feature-work .start-img img{
    width: 341px;
}
.professional-it-service-brand .inner-text-listing ul{
    column-count: 2;   
     padding: 0;

}
.professional-it-service-brand .inner-text-listing ul li{
    list-style: none;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    padding-bottom: 13px;
    color: #555555;
    background: url('../images/feature-work-right-img.png');
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 29px;
}
.professional-it-service-brand .inner-text-listing  button.learn-more{
    margin: 0px;
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    color: #FF7733;
    text-decoration: underline;
    background: transparent;
    border: none;
}
.professional-it-service-brand .inner-text-listing  button.learn-less{
    margin: 0px;
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    color: #FF7733;
    text-decoration: underline;
    background: transparent;
    border: none;
    display:none;
}

.professional-it-service-brand .tabcontents h2{
    color:#333333;
}
.professional-it-service-brand .tabcontents h2 span{
    color:#F37135;
}


@media(max-width:991px){
    .professional-it-dis-pro.dis-pro .div-bg h3{
    line-height: unset;
    width: 100%;
    }
    .professional-it-dis-pro.dis-pro-2 .div-bg p{
        width: 100%;
    }
    .buying-licenses .start-text h4{
        font-size: 30px;
    }
    .service-discuss.martech-s-d.professinal-it-service-discuss .service-bg .text{
        padding: 60px 20px;
    }
    .buying-licenses .start-text ul{
             column-count: unset;
    }
    .service-discuss.professinal-it-service-discuss .discuss-bg .text h5{
        font-size: 16px;
    }
    .service-discuss.professinal-it-service-discuss .service-bg .text h5{
        font-size: 16px;
    }
    .process-flow.professioanl-it-process .main-text h1{
        font-size: 30px;
    }
    .process-flow.professioanl-it-process .large-circle img{
        display:none;
    }
    .process-flow.professioanl-it-process .small-circle img{
        display:none;
    }
}


@media(max-width:767px){
    .buying-licenses .start-text h4{
        font-size: 20px;
    }
    .buying-licenses .start-text ul{
        column-count: unset;
    }
    .buying-licenses.feature-work .start-text{
        margin-bottom: 0px;
    }
    .professional-feature-work .start-text ul li{
        font-size: 15px;
    }
    .professional-it-dis-pro.dis-pro .div-bg h3{
        width: 100%;
        margin: 0 auto;
        line-height: 33px!important;
    }
    .professional-it-dis-pro.dis-pro-2 .div-bg p{
        width: 100%;
    }
    .digital-brickwork.professional-it-digital-brickwork .start-text p{
        width: 100%;
    }
}


.business-model .list-box .list-item {
    background: transparent;
    border-bottom: 2px solid #8080802e;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    color: #5B5B5B;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 16px;
}


.header-bottom ul li.active{
    font-family: 'Montserrat-Medium';
    color: #FF7733;
    border-bottom: 2px solid #FF7733;
    position: relative;
}

.sign-section{
    background: url(../images/approved-web.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: center;
 


}

.sign-section .sign-img h1{
Font-family:Montserrat;
font-Weight:600;
font-Size:50px;
Line-height:68.26px;
color:#374151;
}

.sign-section .sign-img h1 span{
    color:#FF7733;
}


.sign-section .sign-img h2{
    Font-family: Montserrat;
    font-Weight: 600;
    font-Size: 50px;
    Line-height: 68.26px;
    color: #374151;
}
.sign-section .sign-img h2 span{
    color:#FF7733;
}
.sign-section .sign-img img{
    width: 63%;
    margin: 0 auto;
    display: block;
    margin-top: -38px;
    text-align: center;
    max-width: max-content;
}

.sign-section .frame-img img{
    width:100%;
}


.all-crm {
    background: url(../images/allcrm-background.webp);
    background-repeat: no-repeat;
    background-size: cover;  
    padding: 50px 0px;
    background-position: center;
}


.all-crm .text-listing h2{
font-family: Montserrat;
font-Weight:700;
font-Size:60px;
Line-height:87.35px;
color:#374151;

}
.all-crm .text-listing h2 span{
    color:#FF7733;
}


.all-crm .text-listing ul{
    padding:0px;
}
.all-crm .text-listing ul li{
    background: url(../images/check_circle.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    list-style: none;
    padding-left: 29px;
    Font-family: Montserrat;
    font-Weight: 400;
    font-Size: 18px;
    Line-height: 49.26px;
    color: #374151;
    background-position-y: 14px;
    }

    .all-crm .all-crm-img img{
        width:100%;
    }


    .business-model{
        padding-bottom: 0px;
        position: relative;
    }

    .business-model .left-col h2{
        color: #374151;
        font-family: Montserrat;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: -173px;
    }
    .business-model .left-col h2 span{
        color: #F73;
    }
    .business-model .list-detail-box .list-detail-item{
        background: transparent;
    }

    .business-model .list-box .list-item.active{ 
        color: #F73;
        border-bottom: 2px solid #F73;
        padding-top: 0px;
        position: relative;
        top: 2px;
    
    }
    .business-model .list-box .list-item{
        background: transparent;
        border: 2px solid transparent;
        padding: 0 0 10px 0;
        font-family: 'Montserrat-Medium';
        font-size: 17px;
        color: #5B5B5B;
        text-align: left;
        margin-left:0px;
    }
    .business-model .list-box{
        border-bottom: 2px solid #8080802e;
        width: 100%;
        padding-top: 34px;
    }
    .business-model .right-col{
        margin-top: 0px;
    }

    .business-model .right-col img.pink-circle{
        width: 36%;
        position: relative;
        left: 295px;
        top: 147px;
    }


    .business-model .right-col img{
        width: 110%;
        position: relative;
        left: -82px;
        max-width: unset;
        top: 0px;
    }
    .professional-it-services{
        background: url(../images/professional-img.webp);
        background-repeat: no-repeat;
        background-size: cover;  
        padding: 50px 0px 40px;
        background-position: center;
    

    }

    .professional-it-services h2{
        color: #374151;
        font-family: Montserrat;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .professional-it-services h2 span{
        color: #F73;
    }

    .professional-it-services ul{
        padding: 0px;
        column-count: 2;
    }
    .professional-it-services ul li{
        background: url(../images/check_circle.webp);
        background-repeat: no-repeat;
        background-size: 20px;
        list-style: none;
        padding-left: 29px;
        Font-family: Montserrat;
        font-Weight: 400;
        font-Size: 18px;
        Line-height: 49.26px;
        color: #374151;
        background-position-y: 14px;
    }


    .backoffice-services{
        padding:0px 0px;
    }

    .backoffice-services h2{
        color: #374151;
        font-family: Montserrat;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;     
        padding-top: 150px;
    }

    .backoffice-services h2 span{
        color: #F73;
    }

    .backoffice-services img{
        width: 100%;
        position: relative;
        left: -82px;
        max-width: unset;
    }
    .backoffice-services ul li{
        background: url(../images/check_circle.webp);
        background-repeat: no-repeat;
        background-size: 20px;
        list-style: none;
        padding-left: 29px;
        Font-family: Montserrat;
        font-Weight: 400;
        font-Size: 17px;
        Line-height: 49.26px;
        color: #374151;
        background-position-y: 14px;
    }
    .licensing-services{
        padding:40px 0px;
        background: url(../images/lincesing-img.webp);
        background-repeat: no-repeat;
        background-size: cover;  
        padding: 90px 0px;
        background-position: center;

    }
    .licensing-services .text h2{
        color: #374151;
        font-family: Montserrat;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .licensing-services .text h2 span{
        color: #F73;
    }
    .licensing-services .licensing-imgs img{
        width: 50%;
    }

    .licensing-services .licensing-listing ul{
        padding: 0px;
        column-count: 2;
    }
    .licensing-services .licensing-listing ul li{
        background: url(../images/check_circle.webp);
        background-repeat: no-repeat;
        background-size: 20px;
        list-style: none;
        padding-left: 29px;
        Font-family: Montserrat;
        font-Weight: 400;
        font-Size: 18px;
        Line-height: 49.26px;
        color: #374151;
        background-position-y: 14px;
    }
    .application-developer{
        padding:0px 0px;
    }
    .application-developer .application-img img{
        width: 123%;
        position: relative;
        left: -82px;
        max-width: unset;
    }
 
    .application-developer .applicationplisting h2{
        color: #374151;
        font-family: Montserrat;
        font-size: 60px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding-top: 90px;
    }

    .application-developer .applicationplisting h2 span{
        color: #F73;

    }
    .application-developer .applicationplisting ul li{
        background: url(../images/check_circle.webp);
        background-repeat: no-repeat;
        background-size: 20px;
        list-style: none;
        padding-left: 29px;
        Font-family: Montserrat;
        font-Weight: 400;
        font-Size: 18px;
        Line-height: 49.26px;
        color: #374151;
        background-position-y: 14px;
    }
    .header-bottom ul li.active a {
        color:#FF7733!important;
    }


    .btn-dark{
        color: #fff;
        background-color: #FF7733;
        border-color: #FF7733;
    }

    .btn-dark:hover{
        color: #fff;
        background-color: #FF7733;
        border-color: #FF7733;
    }

    .btn-dark:active{
        color: #fff;
        background-color: #FF7733;
        border-color: #FF7733;
    }
    .btn-dark:focus{
        color: #fff;
        background-color: #FF7733;
        border-color: #FF7733;
    }
    .new-top-button{
        display: none!important;
    }

.back-to-top{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    
}
.business-model .list-box .list-item {
    background: transparent;
    border-bottom: 2px solid #8080802e;
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    color: #5B5B5B;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 16px;
}

.business-model .list-box{
      border-bottom: 0px solid #8080802e; 
        width: 100%;
        padding-top: 15px;
}
.business-model .list-box .list-item.active{
    color: #F73;
 border-bottom: 2px solid #F73; 
 padding-top: 17px;
  position: relative;
  top:0px;
}

.backoffice-services ul{
    column-count: 2;
}


.ready-to-evevate {
    padding:0px 0px;
    background: linear-gradient(90deg, #0285FF 0%, #01539F 98.58%);

}
.ready-to-evevate h2{
    color: #FFF;
font-family: Montserrat;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
}



.ready-to-evevate img.new-web{
    position: relative;
    max-width: unset;
    width: 122%;
    left: -82px;
    top: 34px;

}

.ready-to-evevate .connect-with-us{
    font-family: 'Montserrat-SemiBold';
    font-size: 15px;
    color: white;
    background: linear-gradient(to left, #FF7733 20%, #FBB03B);
    padding: 14px 33px;
    border-radius: 0px;
    float:right;
}


.ready-to-evevate .mens-img{
    background: url(../images/output-onlinepngtools.webp);
    background-repeat: no-repeat;
    background-size: 108%;
    padding: 117px 14px;
    background-position-x: -66px

}

.ready-to-evevate h2 span{
 color: #FFF;
font-family: Montserrat;
font-size: 50px;
font-style: normal;
font-weight: 500;
line-height: normal; 
}


    @media(max-width:991px){
       
        .header-bottom .menu .navbar-collapse{
            right: -12px;
            top: 55px;
        }


        .all-crm .text-listing h2{
            font-Size: 35px;
            Line-height: 50.35px;
        }
        .business-model .left-col h2{
            font-size: 35px;
        }
        .professional-it-services h2{
            font-size: 35px;
        }
        .backoffice-services img{
            width: 100%;
           position:unset;
          left: 0px; 
         max-width: 100%;
        }
        .licensing-services .text h2{
            font-size: 35px;
        }
        .application-developer .application-img img{
            width: 100%;
            position: unset;
            left: 0px; 
            max-width: 100%;
        }
        .application-developer .applicationplisting h2{
            font-size: 35px;
        }
        .business-model .right-col img{
            width: 100%;
            position: unset;
            left: 0px;
            max-width: 100%;
            top: 0px;      
        }
        .sign-section .sign-img h1{
            font-Size: 35px;
            Line-height: 48.26px;
        }
        .sign-section .sign-img h2{
            font-Size: 30px;
            Line-height: 47.26px;
        }
        .sign-section{
            padding: 30px 0;
        }
        .all-crm .text-listing ul li{
            font-Size: 16px;
        }
        .business-model .left-col h2{
            margin-top: 0px; 
        }
        .business-model .right-col img{
            display: none;
        }
        .business-model .list-box{
         /* border-bottom: 2px solid #8080802e; */
            width: 100%;
            position: unset; 
            left: 0px; 
        }
        .professional-it-services ul{
            column-count: 2;
        }

        .professional-it-services h2{
            font-size: 35px;
            text-align: center;
        }

        .professional-it-services h2 br{
            display:none;
        }


        .backoffice-services h2{
            padding-top: 20px;
            font-size: 35px;
        }
        .licensing-services{
            padding: 30px 0px;
        }
        .licensing-services .licensing-listing ul{
            column-count: 2;
        }
        .application-developer .applicationplisting ul{
            padding: 0px;
        }
        .licensing-services .text h2 br{
            display: none;
        } 

        .business-model{
         padding-top: 30px;
        }
        .business-model .left-col h2{
            margin-top: 0px;
            padding-bottom: 13px;
            text-align: center;
        }
        .professional-it-services ul{
            column-count: 2;
        }
        .header-bottom ul li.active{
            width: 18%;
        }
        .ready-to-evevate h2{
            font-size: 30.813px;
        }
        .ready-to-evevate .connect-with-us{
            padding: 14px 13px;
        }
        .backoffice-services ul{
            column-count: unset;
        }
        .header-bottom .call-service .get-started{
            margin: 0 auto;
        }
        .ready-to-evevate .mens-img{

            background: url(.../images/output-onlinepngtools.webp);
            background-repeat: no-repeat;
            background-size: 108%;
            padding: 0px 14px;
            background-position-x: -66px

        }
        .business-model .list-box{
            text-align: center;
        }
        .business-model .list-box .list-item{
            margin-left: 50px;
            margin-right: 50px;
        }
    }



    @media(max-width:767px) {
        .ready-to-evevate{
            padding: 40px 0px;
        }

        .backoffice-services ul{
            column-count: unset;
        }
        .ready-to-evevate h2{
            padding-top: 20px;
            padding-bottom: 21px;
            font-size: 30px;
        }
        .ready-to-evevate img.new-web{
          left: 0px;
          display:none;
        }

        .header-bottom ul li.active{
            width:34%;
        }
        .crecentech-studio .rslides img {
            height: 209px;
            width: 339px;
        }
    
        .crecentech-studio .product-box {
            margin-bottom: 95px !important;
        }
    
        .header-bottom .menu nav .dropdown-menu {
            height: 200px;
            overflow-y: scroll;
            overflow-x: hidden;
            padding-top: 10px;
    
        }
    
        .header-bottom .menu nav .dropdown-menu .container {
            padding: 0;
        }
        .all-crm .text-listing h2{
            font-Size: 35px;
            Line-height: 50.35px;
        }
        .business-model .left-col h2{
            font-size: 35px;
        }
        .professional-it-services h2{
            font-size: 35px;
        }
        .backoffice-services img{
            width: 100%;
           position:unset;
          left: 0px; 
         max-width: 100%;
        }
        .licensing-services .text h2{
            font-size: 35px;
        }
        .application-developer .application-img img{
            width: 100%;
            position: unset;
            left: 0px; 
            max-width: 100%;
        }
        .application-developer .applicationplisting h2{
            font-size: 35px;
        }
        .business-model .right-col img{
            width: 100%;
            position: unset;
            left: 0px;
            max-width: 100%;
            top: 0px;      
        }
        .sign-section .sign-img h1{
            font-Size: 35px;
            Line-height: 48.26px;
        }
        .sign-section .sign-img h2{
            font-Size: 30px;
            Line-height: 47.26px;
        }
        .sign-section{
            padding: 30px 0;
        }
        .all-crm .text-listing ul li{
            font-Size: 16px;
        }
        .business-model .left-col h2{
            margin-top: 0px; 
        }
        .business-model .right-col img{
            display: none;
        }
        .business-model .list-box{
            /* border-bottom: 2px solid #8080802e; */
            width: 100%;
            position: unset; 
            left: 0px; 
            text-align: center;
         
        }
        .professional-it-services ul{
            column-count: unset;
        }
        .backoffice-services h2{
            padding-top: 20px;
            font-size: 35px;
        }
        .licensing-services{
            padding: 30px 0px;
        }
        .licensing-services .licensing-listing ul{
            column-count: unset;
        }
        .application-developer .applicationplisting ul{
            padding: 0px;
        }
        .licensing-services .text h2 br{
            display: none;
        }
        .ready-to-evevate .mens-img{

            background: url(.../images/output-onlinepngtools.webp);
            background-repeat: no-repeat;
            background-size: 108%;
            padding: 0px 14px;
            background-position-x: -66px

        }
        .ready-to-evevate .connect-with-us{
          
            float:unset;
        }
        .ready-to-evevate h2 span{
            font-size: 28px;
        }
    }