:root {
    --teal-dark: #004a5c;
    --teal-mid: #01566b;
    --teal-bright: #006CAF;
    --teal-light: #006CAF;
    --navy: #012d61;
    --grad-hero: linear-gradient(88deg, #004a5c 11%, rgba(8, 145, 178, 0) 71%);
    --grad-strip: linear-gradient(100.09deg, #003340 17.73%, #007A98 117.46%);
    --grad-purple: linear-gradient(88deg, #590afb 4%, #db60fe 100%);
    --blue-primary: #0a5fa8;
    --blue-accent: #1572c8;
    --card-border: #1e3a5f;
}

body {
    font-family: "Inter", sans-serif;
    color: #000;
    overflow-x: hidden;
    font-size: 18px;
}


/********************
 container size 
****************************/

.container {
    max-width: 1650px;
}

@media (max-width: 1780px) {
    .container {
        max-width: 1550px;
    }
}

@media (max-width: 1599px) {
    .container {
        max-width: 1360px
    }
}

@media (max-width: 1399px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1160px
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 95%
    }
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0
}  

/********************
 font size  & spacing & button
****************************/

h1,
h2,
h3,
h4,
h5,
h6,.display-font {
    font-family: "Inter", sans-serif;
}

p {
    font-size: 20px;
    color: #000
}

.section-space {
    padding: 70px 0;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 70px;
}   

img {
    max-width: 100%;
} 

:not(.btn-check)+.btn:active{
     background: #fff !important;    
     color: #000;
}

.btn-cta-teal {
     background: #279CE4;
     color: #fff;
     border-radius: 50px;
     padding: .75rem 1.8rem;
     font-weight: 600;
     font-size: 26px;
     border: none
 }

 .btn-cta-teal:hover {
     background: #1f78af;
     color: #fff
 } 

.btn.btn-cta-teal:focus-visible{
    background: #279CE4 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.btn-check:checked+.btn, .btn.btn-cta-teal.active, .btn.btn-cta-teal.show, .btn.btn-cta-teal:first-child:active{
     background: #279CE4 !important;
    color: #fff !important;
    border-color: transparent !important;
} 

@media (max-width: 1599px) { 

    p {
        font-size: 18px;
        line-height: 30px;
    }

    .section-title {
        font-size: 36px;
        line-height: 46px;
    }

    .btn-cta-teal {
        font-size: 18px;
    } 

    .bullet-listing li{
        font-size: 18px;
        line-height: 28px;
    }
} 

@media (max-width: 991px) {   

   .section-space {
       padding: 40px 0;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .section-title {
        font-size: 32px;
        line-height: 42px;
    }
    
    .btn-cta-teal {
        font-size: 18px;
    } 

    .bullet-listing li{
        font-size: 16px;
        line-height: 22px;
    }
}
 

/* *******************
color css start
******************** */  
.radius-10{
    border-radius: 10px;
}

.radius-25{
    border-radius: 25px;
}

.border-blue{ 
    border: 1px solid #006CAF;
}

.border-light-blue{
    border: 1px solid #279CE4 !important;
} 

.border-gray{
   border: 1px solid #8C8C8C;
} 

.text-blue{
    color: #006CAF;
} 

.text-light-blue{
    color: #279CE4;
}

.bg-light-purple{
    background: #F7F3FE !important;
}

.bg-light-blue{
    background: #F5FBFF;
}

.bg-gradient-blue{
    background: linear-gradient(117.74deg, #ECF8FF -7.5%, #BFE7FF 103.34%);
}

.bg-light-info{
    background: #279CE40D;
}  

.bg-light-white {
    background-color: #FAFAFA;
} 

.bg-dark-blue{
    background: #043350 !important;
} 

/* *******************
header css start
******************** */  

.nav-link {
    font-weight: 600;
    font-size: 1rem;
    color: #111 !important;
    padding: 10px 15px !important;
    border-radius: 50px;
}

.btn-contact,
.btn-digital {
    color: #fff;
    font-weight: 600;
    letter-spacing: .08em
} 

.sticky-top .nav-link.active, .sticky-top .nav-link:hover {
    color: #111;
    border: 0px !important;
    border-bottom: 2px solid #000 !important;
    box-shadow: none;
    border-radius: 0px;

}

.btn-contact {
    background: var(--navy);
    border-radius: 50px;
    padding: .45rem 1.6rem;
    font-size: .9rem;
    border: 1px solid var(--navy)
}

.btn-contact img {
    display: none
}

.btn-contact:hover {
    border: 1px solid var(--navy)
}

.btn-digital {
    background: var(--grad-purple);
    border-radius: 50px;
    padding: .45rem 1.4rem;
    font-size: .95rem
} 

.navbar-nav .nav-item {
    margin: 0 10px;
} 

.search-backdrop {
    display: none;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    transition: .6s;
    height: 100%
}

.search-backdrop.active {
    display: block;
    top: 0
}

.search-backdrop-wrapper {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.search-form {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    height: 78px;
    align-content: center;
    text-align: center;
    transition: top .3s
}

.search-btn {
    background: 0 0;
    border: 0
}

.search-backdrop.active .search-form {
    top: 0
}

.search-form input {
    border: 0;
    height: 60px;
    width: 96%;
    padding: 21px 60px 21px 21px;
    font-size: 18px;
    border-bottom: 1px solid #ddd
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0
}

.search-form button {
    border: 0;
    background: 0 0;
    position: relative;
    left: -54px;
    transition: .3s
}

.search-form button:hover img {
    transform: rotate(180deg)
}

.search-form button img {
    max-width: 24px;
    transition: .3s
}

@media (max-width: 1199px) { 
    /* .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .sticky-top .collapse:not(.show) {
        display: none;
    } */

    .navbar-nav .nav-item {
        margin: 0 5px;
    }

    .nav-link {
        font-size: 14px;
        padding: 10px 12px !important;
    }

    .search-btn {
        padding-right: 20px;
    }
}
   

@media (max-width: 1199px) {  

    .search-form input {
        width: 90%;
    } 

}

@media (max-width: 991px) { 
.navbar .navbar-collapse {
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        top: 76px;
        padding: 20px 0;
        border-top: 1px solid #e5e5e5;
    }  
}

@media (max-width: 767px) { 
 
    .navbar-nav .nav-item {
        margin: 3px 10px
    } 

    .btn-contact img {
        display: block;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(116deg) brightness(109%) contrast(109%);
        max-width: 20px
    }

    .btn-contact span {
        display: none
    }

    .btn-contact {
        padding: 10px
    }
}   
 
/* *******************
Hero banner css start
******************** */ 

.dc-hero-section {
    position: relative; 
    width: 100%; 
    min-height: 900px;
    overflow: hidden;   
    margin-top: 0px;
}

.dc-hero-section .hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0
}

.dc-hero-section .book-a-demo-hero {
    display: flex;
    justify-content: space-between;
    position: relative;
} 

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1
} 

.hero-content {
    position: relative;
    z-index: 2;
    padding: 2rem 0 5rem !important
}

.hero-sub {
    font-size: 30px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.5
}

.book-a-demo-left {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    color: #fff
}

.book-a-demo-left img {
    width: 38%;
}

.btn-book-demo {
    background: #fff;
    color: #006CAF;
    border-radius: 50px;
    padding: .35rem 1rem;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .07em;
    height: 62px;
}

.btn-book-demo:hover {
    background-color: #006CAF;
    color: #fff;
}

.hero-title {
    font-size: 78px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1
} 

.dc-hero-dashboard {
    margin: 0;
    z-index: 9;
    position: relative;
    text-align: center;
    margin-top: -420px;
}

.stat-card{
    background:#FFFFFF4D;
    border-radius:14px;
    padding:1rem 1.4rem;
    flex:1;
    max-width:255px
}

.stat-num{
    font-size:2.4rem;
    font-weight:700;
    color:#fff;
    font-family:Inter,sans-serif
}

.stat-label{
    font-size:24px;
    color:#fff;
    line-height:1.3
}

@media (max-width: 1599px) { 
    .dc-hero-dashboard {
        /* margin: -260px auto; */
        /* margin: -270px auto; */
    }
 
    .book-a-demo-left img {
       width: 26%;
    } 
    
    .hero-sub {
        font-size: 28px !important;
        line-height: 40px;
    }

    .hero-title {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    .container.hero-content {
        padding: 2rem 0 5rem
    }  

    .hero-sub {
        font-size: 25px !important;
        line-height: 35px;
    } 
} 

@media (max-width: 991px) { 
    .btn-book-demo{
        background-color: transparent;
    } 
    
    .hero-title {
        font-size: 50px;
    } 

    .dc-hero-dashboard {
        margin: -231px auto;
        /* margin: -295px auto !important; */
    } 
}

@media (max-width: 767px) { 

     .hero-title {
        font-size: 40px;
    }
    .dc-hero-dashboard {
        margin: -165px auto !important;
    }
}

@media (max-width:680px) { 

    .dc-hero-dashboard {
        margin: -200px auto !important;
    }
}

@media (max-width:560px) { 

    .dc-hero-dashboard {
        margin: -110px auto !important;
    }
    .dc-hero-dashboard .w-75{
       width: 100% !important; 
    }
} 

/* *******************
automation tab css start
******************** */ 

.automation-tabs .tab-scroll {
     margin: 40px 0 0 0;
     overflow-x: auto;
     white-space: nowrap;
     scroll-behavior: smooth;
     margin: 25px 25px 0px;
     padding: 0 !important;
     overflow-y: hidden;
     scrollbar-width: none; 
     -ms-overflow-style: none;
     scroll-behavior: smooth;
     border-bottom: 1px solid #979797;
 }

 .automation-tabs .nav-pills {
     flex-wrap: nowrap;
     /* height: 63px; */
 }

 .automation-tabs .nav-link {
     background: transparent;
     color: #279CE4;
    border: solid 0px #279CE4;
     padding: 15px 15px !important;
     font-size: 20px;
     font-weight: 600;
     border-radius: 0;
 }

 .automation-tabs .nav-link.active,
 .automation-tabs .nav-link:hover {
     border-bottom: 2px solid #0D84CE;
     background: transparent;
     color: #0D84CE !important; 
 } 

 .automation-tabs ul li {
     font-size: 20px;
     margin-right: 20px;
 }

 .automation-tabs h3 {
     font-size: 24px;
     font-weight: 700;
 } 

@media (max-width: 1599px) {
    .automation-tabs ul li {
        font-size: 18px;
    } 
}

@media (max-width: 991px) {
    .automation-tabs .nav-link {
        font-size: 18px;
    } 

    .automation-tabs ul li {
        font-size: 16px;
    }
}

@media (max-width:767px) { 
    
    .automation-tabs .nav-link{
        padding: 5px 15px;
    }
} 

@media (max-width:560px) { 

   .automation-tabs .tab-scroll{border-bottom: 0px;}

   .automation-tabs ul {
        display: block !important;
    }
} 

/* *******************
offcanvas css start
******************** */ 

.offcanvas.offcanvas-end {
    width: 800px;
}

.offcanvas.offcanvas-end .contact-herobanner-form-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.offcanvas .contact-padding h2 {
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 700 !important;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    color: #fff;
}

.offcanvas .check-icon img {
    width: 25px;
}

.offcanvas .contactus-left {
    flex: 1 1 auto;
    background-color: #022255;
    background-position: bottom;
    border-radius: 12px;
}

.offcanvas .contact-padding .contact-address {
    display: block !important;
}

.offcanvas .contact-padding {
    padding: 30px;
}

.offcanvas.offcanvas-end {
    border-left: 0px;
    background-color: #022255;
}

.offcanvas .padding-right-custom {
    padding: 0 12px;
}

.offcanvas .contact-herobanner-form-content iframe {
    min-height: 360px
}

.offcanvas .offcanvas-header.bg-dark {
    background-color: #022255;
}

@media (max-width: 1599px) {
    .offcanvas .contactus-left {
        flex: 1 1 60%;
        padding-right: 25px;
    }

    .custom-table td {
        font-size: 16px;
    }

    .custom-table td:first-child,
    .custom-table th {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .offcanvas .contactus-left {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .offcanvas.offcanvas-end {
        width: 100%;
    }

    .offcanvas .contactus-left {
        background-position: bottom;
    }

    .offcanvas .contact-padding {
        padding: 10px;
    }
}

@media(max-width:704px) {
    .offcanvas-body .contact-herobanner-form-content iframe {
        min-height: 475px;
    }
}

/* *******************
step-card  css start
******************** */ 

.steps-wrapper .step-card {
    padding: 20px 24px 20px 30px;
    width: 100%;
    height: 100%;
    border: 1.5px solid transparent;
}

.steps-wrapper .step-card:hover {
    box-shadow: 2px 2px 15px 1px #0000001A;
    border: 1.5px solid #DCDCDC;
    border-radius: 22px;
}

.steps-wrapper .step-number-label {
    font-weight: 800;
    font-size: 26px;
    color: #006CAF;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
    text-align: start;
}

.steps-wrapper .step-underline {
    display: block;
    width: 44px;
    height: 1px;
    background: #006CAF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.steps-wrapper .step-title {
    font-size: 24px;
    font-weight: 500;
}  

.step-card { 
    border-radius: 10px;
    padding: 30px 30px 30px 42px;
    position: relative;
    margin: 0 10px;
    background: #fff;
    height: 100%;
}

.step-header {
    color: #000;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    padding: 12px 0;
    font-weight: 800;
    position: relative;
    text-align: start;
    line-height: 38px;
    font-size: 28px !important;
}

.step-number {
    font-size: 40px;
    line-height: 100%;
    font-weight: bold; 
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    display: block;
}

.step-count-flex {
    background: #fff;
    position: absolute;
    left: -25px;
    top: 40px;
}

.step-card .card-body {
    padding: 12px 20px
}

.step-card .card-body p {
    margin: 0;
    text-align: start;
}

.step-card img {
    width: 70px;
}

.step-header small {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1599px) {

    .step-header {
        font-size: 24px !important
    }

      .steps-wrapper .step-number-label {
        font-size: 24px !important;
    }

    .steps-wrapper .step-title {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .step-card {
        padding: 15px 15px 15px 40px;
    }

    .step-card .card-body p {
        margin: 0;
        text-align: start;
    } 
}

@media (max-width:991px){
    .step-header {
        font-size: 22px !important;
        padding: 0;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .step-header small {
        font-size: 16px; 
    }
}

@media (max-width: 767px) {
    .step-header {
        padding: 22px 50px 22px 16px
    }

    .step-title br{
        display: none;
    }

    .steps-wrapper .step-title {
        font-size: 20px;
    }

    .steps-wrapper .step-number-label{
        margin-bottom: 20px;
    }

    .steps-wrapper .step-underline {
       margin-top: 16px;
       margin-bottom: 16px;
    }
}


/* *******************
challenge section css start
******************** */   

.complete-automation {
    padding: 5rem 0 0rem;
}

.complete-automation .clients-logos1 img{
    padding: 0 16px;
} 

.what-data-center .what-center-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
    gap: 0 20px;
}

.complete-automation .clients-logos1 img{
    padding: 0 16px;
}

@media (max-width: 991px) { 

    .complete-automation {
        padding: 20rem 0 0rem !important;
    }

    .what-data-center .what-center-grid {
        display: grid;
        grid-template-columns: auto;
        gap: 0;
    }
}

@media (max-width: 767px) {

    .complete-automation {
        padding: 16rem 0 0rem !important;
    }

    .complete-automation.challenge-section{
        padding: 16rem 0 0rem !important;
    }
} 

@media (max-width: 560px) {

    .complete-automation {
        padding: 11rem 0 0rem !important;
    }
}
 
/* *******************
background cta css start
******************** */  

.dc-findout-cta {
    background-image: url(../images4/dc-findout-cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

/* *******************
vertical tab & accordion  css start
******************** */ 

.use-case-dc h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.use-case-dc p {
    font-size: 20px;
}

.use-case-dc ul li {
    margin-bottom: 10px;
    font-size: 20px;
}

.use-case-dc .use-case-tabs .nav-link img {
    display: none;
}

.use-case-dc .use-case-tabs .nav-link.active img {
    display: block;
} 
  
.use-case-dc .use-case-accordion .accordion-button {
    font-weight: 500;
    background: #fff;
}

.use-case-dc .use-case-accordion .accordion-collapse.collapse.show{
    border-top: 0px solid #A8C5CF;
}

.use-case-dc .use-case-accordion .accordion-button:not(.collapsed) {
    background-color: #006CAF;
    color: #fff;
    border-radius: 15px 15px 0px 0px !important;
}

.use-case-dc .use-case-accordion .accordion-body {
    font-size: 14px;
    color: #444;
}

.use-case-dc .use-case-accordion .accordion-button::after {
    filter: brightness(0);
} 

.use-case-dc .use-case-tabs {
    display: inherit;
    gap: 5px;
}

.use-case-tabs .nav-link {
    color: #000;
    border-radius: 0;
    text-align: left;
    padding: 12px 16px;
    border-left: 3px solid transparent;
    background: transparent;
    transition: 0.3s;
    border-bottom: solid 1px #0D84CE;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: auto;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
}

.use-case-tabs .nav-link:hover {
    color: #000 !important;
}

.use-case-tabs .nav-link.active {
    background-color: #006CAF;
    color: #fff !important;
}

.use-case-tabs .nav-link.active{
    background-color: #0D84CE;
}

.use-case-accordion .accordion-item{
    border-radius: 12px;
}

@media (max-width: 1599px) {

    .use-case-dc .use-case-accordion .accordion-button {
        font-size: 22px;
        line-height: 34px;
    }

    .use-case-dc .use-case-accordion .accordion-body {
        font-size: 20px;
        line-height: 30px;
    }

    .use-case-dc .use-case-tabs .nav-link {
        font-size: 20px;
    }

    .use-case-dc p,
    .use-case-dc ul li {
        font-size: 18px;
        line-height: 28px;
    }

    .use-case-dc p {
       font-size: 18px;
    }
}

@media (max-width:991px){
    
    .use-case-dc .use-case-accordion .accordion-button {
        font-size: 20px;
        line-height: 30px;
        border-radius: 15px;
    }

    .use-case-dc .use-case-accordion .accordion-body {
        font-size: 18px;
        line-height: 28px;
    }
}

/* *******************
Client logos
******************** */
.clients-logos1 {
    border-bottom: 1px solid #A8C5CF;
    padding-bottom: 27px;
    padding-top: 27px;
}

.clients-logos { 
	justify-content: space-between; 
	border-bottom: 1px solid #a8c5cf;
	flex-wrap: wrap;
	align-content: stretch;
	display: flex;
}
.clients-logos li {
	padding: 0;
	display: flex;
	align-items: center; 
}
.clients-logos li img {
	max-width: 100%;
}

@media(max-width:1599px) {
    
	.clients-logos li {
		padding: 0 10px;
	} 

	.clients-logos {
		flex-wrap: nowrap;
		display: flex;
		padding-left: 0;
	}
	.clients-logos li {
		flex: 0 0 10%;
		justify-content: center;
	}
}

@media (max-width:767px){
    
	.clients-logos li {
		width: 100%;
		justify-content: center;
		flex: auto;
	}
}

/* *******************
DIFFERENTIATORS blue theme css start
******************** */  

.diff-card {
    border-radius: 20px;
    padding: 2rem 1.6rem;
    height: 100%;
    border: 1px solid #006CAF;
    position: relative
}

.diff-card::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 20px;
    bottom: 10%;
    width: 6px;
    background: #006CAF;
    border-radius: 6px 0 0 6px;
    height: 85px
}

.diff-card:hover {
    background: #006CAF;
    border-color: #fff;
    color: #fff;
}

.diff-card h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
}

.diff-card:hover h4,
.diff-card:hover h3,
.diff-card:hover p {
    color: #fff !important;
}

.diff-card .icon-wrap {
    width: 72px;
    height: 72px;
    background: #006CAF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diff-card:hover .icon-wrap {
    background-color: #fff
}

.diff-card:hover .icon-wrap img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(24%) saturate(4409%) hue-rotate(179deg) brightness(104%) contrast(102%);
}

.diff-card .icon-wrap img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(37deg) brightness(107%) contrast(102%);
}

.diff-card h4 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}  

@media (max-width:1599px){
    .diff-card h4{
        font-size: 24px;
        line-height: 34px;
    } 

    .diff-card p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:991px){

    .diff-card h3 {
        font-size: 24px;
        line-height: 34px;
        text-align: start;
    }

    .diff-card h4{
        font-size: 20px;
        line-height: 30px;
        text-align: start;
    }
}

/* *******************
DIFFERENTIATORS NOne css start
******************** */ 

.diff-card-none {
    padding: 30px 20px;
    height: 100%;
    position: relative
}

.diff-card-none h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.diff-card-none h4 {
    font-size: 28px;
    font-weight: 700;
} 

.diff-card-none .icon-wrap {
    width: 72px;
    height: 72px;
    background: #006CAF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diff-card-none.new-card ,
.step-card.new-card{
    box-shadow: 2px 2px 15px 1px #0000001A;
    border: 1.5px solid #DCDCDC;
    border-radius: 20px;
      padding: 20px;
}

@media (max-width:1599px){
    .diff-card-none h4 ,.diff-card-none h3{ 
        font-size: 24px;
        line-height: 34px;
    } 

    .diff-card-none p {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width:1199px){

    .diff-card-none {
      padding: 0px 20px;
    }
}

@media (max-width:991px){ 

    .diff-card-none h4 ,.diff-card-none h3{
        font-size: 20px;
        line-height: 30px;
    }
} 

/* *******************
How Works & what-center-card & Why companies css start
******************** */ 

.what-work-iq .what-center-card {
    border: 1.5px solid #DCDCDC;
    box-shadow: 2px 2px 15px 1px #0000001A;
    height: 100%;
}

.what-center-card {
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    height: 100%;
    gap: 20px;
    padding: 20px 30px;
}

.what-center-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: normal;
    text-align: start;
    margin-bottom: 20px;
}

.what-center-card img {
    max-width: 25px;
    margin-top: 7px;
}

.what-center-card p {
    font-size: 20px;
    font-weight: 300;
}

@media (max-width:1599px){
     .what-center-card p {
        font-size: 18px;
    }
    .what-center-card h3 {
        font-size: 24px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {  

    .what-center-card h3 {
        font-size: 22px;
    }
    .what-center-card{ 
        padding: 20px 30px;
    }
} 

/* *******************
CTA  css start
******************** */ 

.consulting-strip { 
    background: linear-gradient(104.51deg, #003C61 2.82%, #006CAF 86.68%); 
    color: #fff
}

.consulting-strip.dark-green {
    background: #244342 !important;
    color: #fff
}

.consulting-strip h3 {
    font-size: 44px;
    line-height: 54px
}

.consulting-strip .f-32 {
    font-size: 42px;
    line-height: 52px;
    margin-top: 16px;
    font-weight: 700;
}

.consulting-strip p {
    font-size: 32px;
    line-height: 42px;
}

@media (max-width:1599px) { 
    .consulting-strip .f-32 {
        font-size: 40px;
        line-height: 50px;
    }

    .consulting-strip h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .consulting-strip p{
        font-size: 20px;
        line-height: 30px;
    }
  }

@media (max-width:991px) { 
    .consulting-strip h3 {
        font-size: 33px;
        line-height: 43px;
    }

    .consulting-strip .f-32 {
        font-size: 33px;
        line-height: 43px;
    }
} 

/* ******************* 
automation-section css start
******************** */ 

.automation-section ul li h3{
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: start;
}

.automation-section ul li::marker {
    color: transparent;
}

.automation-section ul li:before {
    font-weight: 700;
    content: "";
    position: absolute;
    left: -50px;
    background: url(../images4/dc-arrow-icon.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 0;
}


/* ******************* 
FOOTER css start
******************** */  

footer {
    padding: 40px 0 40px;
    background: #fff
}

.footer-links-top {
    display: flex;
    justify-content: space-between
}

.footer-links-top .footer-links {
    max-width: 20%;
    color: #355360;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px
}

.footer-middle .footer-links {
    flex: 0 0 20%;
    max-width: 20%;
    color: #355360;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-bottom: 0 !important
}

.footer-links-top .footer-links h4,
.footer-middle .footer-links h5 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000
}

.footer-middle .footer-links h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 !important;
    line-height: 34px;
    color: #012d61;
    text-transform: uppercase
}

.footer-links-top .footer-links h4:after,
.footer-middle .footer-links h5::after {
    content: none
}

.footer-links-top .footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-links-top .footer-links ul li a {
    color: #051e29;
    line-height: 1.4;
    font-size: 18px;
    margin-bottom: 8px;
    transition: .5s all;
    position: relative;
    display: block;
    text-decoration: none;
}

.footer-links-top .footer-links a:hover {
    text-decoration: underline
}

.footer-middle {
    border-bottom: 1px solid #cee4ee;
    padding: 35px 0;
    display: flex
}

.footer-middle .footer-logo {
    padding-right: 20px
}

.footer-middle .footer-logo img {
    min-width: 142px
}

.social-links {
    display: flex;
    margin-right: 70px
}

.social-links a {
    transition: all .5s ease;
    color: #000;
    margin-right: 10px;
    font-size: 20px;
    transform: translateZ(0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff
}

.social-links a:hover {
    background-color: #a8c5cf
}

.social-links a:hover i {
    color: #000
}

.company-address {
    display: flex;
    flex: auto;
    align-items: self-start;
    padding-left: 10px
}

.company-address .address-content {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0 15px 0 20px
}

.company-address .address-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 34px;
    color: #012d61;
}

.company-address .address-content p {
    margin: 0;
    color: #051e29;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.company-address .address-content:first-child,
.company-address .address-content:last-child {
    flex: 0 0 30%;
    max-width: 30%
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 20px;
    color: #355360;
    font-size: 16px;
    font-weight: 400;
    align-items: center
}

.direct-links a {
    padding: 0 12px;
    border-right: 1px solid #cee4ee;
    color: #051e29;
    font-size: 15px
}

.direct-links a:hover {
    text-decoration: underline
}

.direct-links a:last-child {
    padding-right: 0;
    border-right: 0
}

.direct-links a:first-child {
    padding-left: 0
}

.footer-bottom-right {
    display: flex;
    align-items: center
}  

@media (max-width: 1599px) {  
 
    .footer-links-top .footer-links ul li a,
    .footer-links-top .footer-links,
    .company-info-footer {
        line-height: 18px;
        font-size: 14px
    }

    .company-address .address-content h5 {
        line-height: 28px;
        font-size: 14px;
        text-align: left
    }

    .footer-middle .footer-links h5 {
        line-height: 28px;
        font-size: 14px
    }

    .company-address .address-content p {
        font-size: 14px;
        line-height: 28px
    }

    .company-address .address-content {
        padding: 0 10px 0 15px
    }

    .footer-bottom {
        font-size: 14px
    }
} 
 
@media (max-width: 1199px) {  

    .footer-bottom {
        flex-flow: wrap;
        justify-content: center
    }

    .direct-links a {
        font-size: 14px
    }

    .footer-bottom .copy-rights {
        padding-bottom: 15px
    }

    .footer-bottom-right {
        padding-left: 40px;
        flex-direction: row;
        align-items: center;
    }
}  

@media (max-width: 1128px) {
    .footer-bottom-left {
        text-align: center;
    }
}

@media (max-width: 991px) {    

    .footer-links-top {
        flex-flow: wrap
    }

    .footer-links-top .footer-links {
        flex: 0 0 100%;
        max-width: 100%;
        background: #e8eefa;
        padding: 10px 15px;
        border-radius: 6px
    }

    .footer-links-top .footer-links ul,
    .company-info-footer {
        display: none
    }

    .footer-links-top .footer-links h4.open~ul,
    .footer-links-top .footer-links h4.open~.company-info-footer {
        display: block;
        padding-top: 5px;
    }

    .footer-middle .company-address .address-content .d-flex.align-items-center {
        justify-content: center;
    }

    .footer-links-top .footer-links h4 {
        margin-bottom: 0;
        position: relative;
        font-size: 18px;
        cursor: pointer;
        text-align: left
    }

    .footer-links-top .footer-links h4:before {
        content: "+" !important;
        position: absolute;
        right: 0;
        font-size: 24px;
        width: auto;
        height: auto;
        background: transparent
    }

    .footer-links-top .footer-links h4.open:before {
        content: "-" !important
    }

    .company-address {
        flex-flow: wrap
    }

    .company-address .address-content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 15px
    }

    .company-address .address-content h5 {
        text-align: center
    }

    .company-address .address-content p {
        text-align: center
    }

    .footer-middle {
        flex-flow: wrap;
        justify-content: center
    }

    .footer-middle .company-address {
        padding-left: 0
    }

    .company-info-footer .d-flex {
        justify-content: center
    }

    .direct-links {
        text-align: center
    }

    .footer-middle .footer-links {
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%
    }

    .footer-middle .footer-links .company-info-footer {
        display: block
    }

    .footer-bottom .copy-rights {
        text-align: center
    }

    .footer-bottom {
        justify-content: center
    }

    .footer-links-top .footer-links ul li a,
    .footer-links-top .footer-links,
    .company-info-footer {
        font-size: 16px
    }

    .footer-bottom-right {
        padding-left: 0
    }
}   

@media (max-width: 767px) {  

    .hero-section {
        padding: 25px;
    }

    .footer-middle {
        flex-flow: wrap;
        border-top: 0
    }

    .footer-middle .footer-logo {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0
    }

    .company-address {
        padding-left: 0
    }

    .footer-links-top .footer-links ul li {
        padding: 5px 0
    }

    .footer-links-top .footer-links ul li a {
        margin: 0;
        padding: 3px 0
    }

    .footer-links-top .footer-links {
        margin-bottom: 10px
    }

    .direct-links a {
        font-size: 14px
    }

    .company-address .address-content {
        text-align: center
    }

    .company-address .address-content h5 {
        text-align: center
    }

    .company-address .address-content p {
        text-align: center
    }

    .footer-bottom-right {
        padding-left: 0
    } 
}

/* 
.engineering-depth {
    background-color: #01426A;
} 
 
.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 46px;
    border-bottom: solid 1px #C0C0C0;
    padding: 0 0 15px 0;
    margin: 10px 20px;
}

.stat-label {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;

}

.expect-item {
    margin-bottom: 15px;
}

.expect-dot {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 0px;
}

.expect-dot img {
    max-width: 20px;
}

.expect-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}  */