/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
* {
    padding: 0;
    margin: 0
}
body {
    font-family: Montserrat, sans-serif !important;
    
}
@font-face { 
    font-display: swap;
}
html {
    scroll-behavior: smooth
}
img {
    max-width: 100%
}
:root {
    --color-1: #168cb8;
    --color-2: #2a9a9f;
    --color-3: #f1b211;
    --color-4: #e83561;
    --color-5: #f9002f
}
/* =================
PRE LOADER CSS
================= */
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage .pre-text- {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
}
.onloadpage .pre-text- span {
    display: block;
}
.logo-pre {
    background: #ffffff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    animation: pulse 1s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #daf4ff;
    }
    70% {
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
/* =================
PRE LOADER CSS
================= */

/* HERO SECTIOIN CSS START */
.header .container {
    max-width: 1400px !important;
}
section.ds-hero-wrapper {
    padding: 50px 0px 50px;
    background-image: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 50%);
}
section.ds-hero-wrapper .row {
    justify-content: center;
}
.ds-hero-content {
    text-align: center;
    margin-bottom: 30px;
}
.ds-hero-content h1 {
    color: #022d62;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.50px;
    align-items: center;
}
.ds-hero-content p {
    color: #000;
    font-size: 20px;
    margin-bottom: 30px;
}
.ds-hero-content h2 {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    font-style: italic;
}
.ds-hero-content a {
    background: #022d62;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.6s;
    font-size: 18px;
}
.ds-hero-content a:hover {
    background: #000;
    color: #FFF;
}
/* HERO SECTIOIN CSS END */
/* Proven Delivery & Industry Experience */
section.ds-proven-wrapper {
    padding-bottom: 20px;
}
.ds-comon-heading-text {
    padding-bottom: 30px;
    text-align: center;
}
section.ds-brands-wrapper .ds-comon-heading-text h2 {
    color: #FFF;
}
.ds-comon-heading-text h2 {
    color: #022d62;
    position: relative;
    font-weight: 700;
}
.ds-comon-heading-text p {
    color: #000;
    font-size: 16px;
}
/* .ds-comon-heading-text h2::after {
    position: absolute;
    content: '';
    background: #022d62;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.ds-proven-content {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0,0, 0, 0.2);
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    padding: 30px;
    background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    border-radius: 20px;
}
.ds-proven-content:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #022d62;
    transform: translateY(-4px);
}
.ds-proven-content p {
    color: #000;
    margin: 0;
    font-weight: 300;
}
.ds-proven-content p span {
    font-weight: 900;
    font-size: 25px;
    color: #FFF;
    background: linear-gradient(90deg, #1e3a8a, #3b82f6, #22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Proven Delivery & Industry Experience */
/* Proven Delivery & Industry Experience */
section.ds-proven-main-area {
    /* background: #f9fafb; */
    padding: 70px 0px 0px;
}
.ds-proven-main-area-content span {
    display: inline-block;
    background: #e0e7ff;
    color: #4338ca;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ds-proven-main-area-content h2 {
    font-weight: 700;
}
.ds-proven-main-area-content p {
    font-size: 16px;
}
.ds-proven-main-area-box {
    display: flex;
    margin-bottom: 20px;
}
.ds-proven-main-area-svg h3 {
    font-size: 20px;
    font-weight: 700;
}
.ds-proven-main-area-box svg {
    background: #022d62;
    padding: 10px;
    margin-right: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ds-proven-main-area-box .one svg {
    background: #dcfce7;
}
.ds-proven-main-area-box .one svg path {
    fill: #16a34a;
}
.ds-proven-main-area-box .two svg {
    background: #e9d5ff;
}
.ds-proven-main-area-box .two svg path {
    fill: #9333ea;
}
.ds-proven-main-area-box .three svg {
    background: #ffedd5;
}
.ds-proven-main-area-box .three svg path {
    fill: #ea580c;
}

.ds-proven-main-area-right-box {
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 20px;
    border-radius: 12px;
    transition: 0.6s;
    min-height: 190px;
}
.ds-proven-main-area-right-box:hover {
    transform: translateY(-10px);
}
.ds-proven-main-area-right-box svg {
    background: #c7d2fe;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    fill: #4f46e5;
}
.ds-proven-main-area-box:nth-child(1) svg {
    background: #c7d2fe;
}
.ds-proven-main-area-right-box h3 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700;
}
p:last-child {
    margin-bottom: 0;
} 
.ds-proven-main-area-right .col-lg-6:nth-child(2) .ds-proven-main-area-right-box {
    margin-top: 50px;
}
.ds-proven-main-area-right .col-lg-6:nth-child(4) .ds-proven-main-area-right-box {
    margin-top: 50px;
}
.ds-proven-main-area-right .col-lg-6:nth-child(2) .ds-proven-main-area-right-box svg {
    background: #fbcfe8;
} 
.ds-proven-main-area-right .col-lg-6:nth-child(3) .ds-proven-main-area-right-box svg {
    background: #e9d5ff;
}
.ds-proven-main-area-right .col-lg-6:nth-child(4) .ds-proven-main-area-right-box svg {
    background: #bfdbfe;
}
/* Proven Delivery & Industry Experience */
/* Services Built to Deliver Measurable Results */
section.ds-services-built-wrapper {
    padding: 60px 0px 10px;
}
.ds-services-built {
    text-align: center;
    margin-bottom: 50px;
}
.ds-services-built span {
    display: inline-block;
    background: rgba(59, 130, 246, 0.15);
    color: rgb(0 84 220);
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ds-services-built h2 {
    font-weight: 700;
}
.ds-services-built p {
    font-size: 17px;
}
.ds-services-built-box {
    background: #FFF;
    padding: 30px;
    border-radius: 14px;
    background-image: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 50%);
    box-shadow: 0px 0px 10px -1px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    height: 100%;
}
.ds-services-built-svg svg {
    background: rgb(5 45 98);
    padding: 10px;
    margin-right: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(1) .ds-services-built-svg svg {
    background: #e9d5ff;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(1) .ds-services-built-svg svg path {
    fill: #9333ea;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(2) .ds-services-built-svg svg {
    background: #dcfce7;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(2) .ds-services-built-svg svg path {
    fill: #16a34a;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(3) .ds-services-built-svg svg {
    background: #ffedd5;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(3) .ds-services-built-svg svg path {
    fill: #ea580c;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(4) .ds-services-built-svg svg {
    background: #fbcfe8;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(4) .ds-services-built-svg svg path {
    fill: #db2777;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(5) .ds-services-built-svg svg {
    background: #dbeafe;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(5) .ds-services-built-svg svg path {
    fill: #2563eb;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(6) .ds-services-built-svg svg {
    background: #ccfbf1;
}
section.ds-services-built-wrapper .col-md-6.mb-5:nth-child(6) .ds-services-built-svg svg path {
    fill: #0d9488;
}


.ds-services-built-box h3 {
    font-size: 20px;
}
.ds-services-built-box p {
    font-size: 15px;
}
.ds-services-built-box ul li {
    list-style: none;
    font-size: 15px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.ds-services-built-box ul li svg {
    position: absolute;
    left: 0;
    top: 5px;
}
/* Services Built to Deliver Measurable Results */
/* Selected Projects & Real-World Solutions */
.ds-projects-content-area span {
    display: inline-block;
    background: #e0e7ff;
    color: rgb(0 84 220);
    padding: 6px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}
.ds-projects-content-area h3 {
    font-weight: 700;
}
.ds-projects-content-area p {
    font-size: 16px;
}
.ds-projects-content-points h4 {
    margin-bottom: 30px;
}
.ds-projects-content-points ul li {
    list-style: none;
    padding-bottom: 30px;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
}
.ds-projects-content-points ul li svg {
    position: absolute;
    top: -8px;
    left: 0;
    background: #4f46e5;
    padding: 10px;
    border-radius: 30px;
}
.ds-projects-content-points ul li:nth-child(2) svg {
    background: #9333ea;
}
.main-case-wrapper {
    padding: 60px 0px 0px;
    background: #f9fafb;
}
section.ds-projects-wrapper {
    padding: 0px 0px 60px;
}
section.ds-projects-wrapper .row {
    align-items: center;
}
.ds-projects-content-points ul li:nth-child(3) svg {
    background: #db2777;
}
.ds-projects-content-banner {
    position: relative;
}
.ds-projects-content-banner img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}
.ds-projects-content-banner span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: opacity .2s ease;
    border-radius: 12px;
}

.ds-projects-content-span {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ds-projects-content-span span {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 15px;
}
/* -----------------------------------------
IFRAME CODE CSS
----------------------------------------- */
/* PREVIEW CONTAINER */
.preview-box {
    width: 600px;
    height: 400px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
/* IFRAME SCALE */
.preview-box iframe {
    width: 1200px;
    height: 800px;
    border: none;
    transform: scale(0.5);
    transform-origin: top left;
}
/* IMAGE */
.preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 
/* CLICK TEXT */
.preview-box span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: opacity .2s ease;
}
 
/* LOADER */
.loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
 
.loader::after {
  content: "";
  width: 36px;
  height: 36px;
  border: 3px solid #ddd;
  border-top-color: #111;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
 
@keyframes spin {
  to { transform: rotate(360deg); }
}
/* What Our Clients Say */
.testmonial-client {
    margin-right: -10px
}
.testimonials-title {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px
}
.testimonials-title h2 {
    font-size: 36px;
    color: #022d62;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize
}
.testimonials-title p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px
}
.testimonail-main-home {
    padding: 20px 0 0;
    text-align: center
}
.testimonial-author {
    display: flex;
    align-items: center
}
.testimonail-main-home i {
    font-size: 60px;
    color: #ef3139;
    margin-bottom: 20px
}
.review {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 100px;
    margin-right: 15px
}
.testimonial-name h3 {
    font-size: 16px;
    color: #022d62;
    font-weight: 600;
    margin-bottom: 5px;
}
.testimonial-name span {
    font-size: 16px;
    color: #212529;
    font-weight: 500
}
.main-testmonial-area {
    height: 100%;
    background: #fffae6;
    margin-bottom: 50px;
    cursor: -webkit-grab;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #f1c308;
    box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, .1)
}
.video,
.waves {
    background: rgba(255, 255, 255, .3);
    border-radius: 100%
}
.cliens-main-video-area.second-videos {
    margin-top: 100px
}
img.video-poster {
    border-radius: 10px
}
.testmonial-client-review p {
    font-size: 18px
}
.cliens-main-video-area {
    text-align: center;
    margin: 0 auto
}
.video,
.waves,
.waves-block {
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0
}
.video-main {
    position: relative
}
.staff-text ul li i,
.video,
.waves,
.waves-block {
    position: absolute;
    left: 0
}
.clients-reviews-main-sec.third-reviews {
    justify-content: start
}
.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    z-index: 9
}
@keyframes waves {
0% {
    -webkit-transform: scale(.2, .2);
    transform: scale(.2, .2);
    opacity: 0
}

50% {
    opacity: .9
}

100% {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9);
    opacity: 0
}
}
.fa-play:before {
    content: "\f04b"
}
.waves-block {
    z-index: 9
}
.waves {
    width: 120px;
    height: 120px;
    opacity: 0;
    z-index: -1;
    -webkit-animation: 3s ease-in-out infinite waves;
    animation: 3s ease-in-out infinite waves
}
.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.testmonial-client-review .owl-dots {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}
.testmonial-client-review .owl-theme .owl-dots .owl-dot.active span,
.testmonial-client-review .owl-theme .owl-dots .owl-dot:hover span {
    background: #ef3139
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ef3139 !important
}
.testmonial-client-review .owl-dots button.owl-dot span {
    width: 30px;
    height: 6px
}
section.testimonials-section {
    padding: 0
}
section.testimonials-section .owl-dots {
    display: none;
}
.success-stories-btn {
    margin: 0 auto;
    text-align: center;
}
.success-stories-btn a {
    background: #022d62;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.6s;
}
.success-stories-btn a:hover {
    background: #ef3139;
    color: #FFF;
}
.testimonail-video img {
    height: auto;
}
/* What Our Clients Say */
/* Modern Technologies We Work With */
section.ds-modern-tech-wrapper {
    /* background: rgba(59, 130, 246, 0.15); */
    padding: 60px 0px 0px;
    margin-bottom: -30px;
}
.ds-modern-tech-cont {
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 30px;
    border-radius: 20px;
    background-image: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
}
.ds-modern-tech-cont h3 {
    margin-bottom: 20px;
    font-size: 20px;
}
.ds-modern-tech-cont ul li {
    list-style: none;
    padding-bottom: 15px;
}
.ds-modern-tech-cont ul li {
    list-style: none;
    padding-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
}
.ds-modern-tech-cont ul li:last-child {
    padding-bottom: 0;
}
.ds-modern-tech-cont ul li svg {
    position: absolute;
    top: -4px;
    left: 0;
}
.ds-modern-tech-cont ul li a {
    color: #212529;
}
/* Modern Technologies We Work With */
.clients-reviews-main-sec {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}
.clients-reviews-main-sec a.reviw-box {
    padding: 30px 30px 20px;
    border: 1px solid #a8b9ff;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    background: #FFF;
}
.clients-reviews-main-sec a.reviw-box .reviews-text {
    position: absolute;
    top: -20px;
    background: #f3ce53;
    display: inline-block;
    padding: 4px 10px;
    left: 6px;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    border-radius: 6px;
}
.clients-reviews-main-sec a.reviw-box .rating-wrap .rating span {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}
.top-clients-video-section {
    position: relative;
    z-index: 9;
}
.rating {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.rating-wrap img {
    max-width: 80px;
    width: 100%;
}
.empower-sec-text.text-left {
    text-align: left;
}
.main-home-section {
    position: relative;
}
.main-home-section:before {
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
section.hero-sec video {
    width: 100%;
    height: 800px;
    object-fit: cover;
    position: relative;
}
section.hero-sec:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.main-video-bg .innovative-v {
    text-align: center;
    padding: 80px 0px;
    position: relative;
    z-index: 9;
}
.main-home-section.second-homepage {
    position: unset !important;
}
.main-home-section.second-homepage:before, .second-homepage section.hero-sec:before {
    display: none;
}
.lity {
    background: rgba(0,0,0,0.6) !important;
}

@media screen and  (max-width:1400px) { 
.preview-box iframe {
    width: 1040px;
    height: 800px;
}
.preview-box {
    width: 520px;
    height: 400px;
}

}
@media screen and  (max-width:1200px) { 
.nav-links {
    gap: 15px;
}
.preview-box {
    width: 420px;
    height: 400px;
}
.preview-box iframe {
    width: 850px;
    height: 800px;
}

}
@media screen and  (max-width:992px) {
.ds-hero-content h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ds-proven-main-area-right .col-lg-6:nth-child(2) .ds-proven-main-area-right-box {
    margin-top: 0;
}
.ds-proven-main-area-right .col-lg-6:nth-child(4) .ds-proven-main-area-right-box {
    margin-top: 0;
}
.ds-proven-main-area-right .col-lg-6 {
    margin-bottom: 20px;
} 
section#grow-curriculum .row {
    flex-direction: column-reverse;
}
.ds-projects-content-banner {
    margin-bottom: 40px;
}
section#hubfleet .row {
    flex-direction: column-reverse;
}
section.ds-hero-wrapper {
    padding: 40px 0px 40px;
}
section.ds-services-built-wrapper {
    padding: 0px 0px 0px;
}
.testimonial-name span {
    font-size: 13px;
}
section.ds-modern-tech-wrapper {
    padding: 40px 0px 0px;
    margin-bottom: 0px;
}

}
@media screen and  (max-width:768px) { 

.ds-hero-content p {
    font-size: 15px;
}
.preview-box {
    width: 320px;
    height: 330px;
}
.preview-box iframe {
    width: 640px;
    height: 660px;
}
.ds-modern-tech-cont h3 {
    margin-bottom: 15px;
    font-size: 16px;
}
.ds-services-built {
    text-align: center;
    margin-bottom: 30px;
}

.third-banner-section {
    display: block;
}
.clients-reviews-main-sec {
    gap: 15px;
    margin-top: 30px;
}
.clients-reviews-main-sec a.reviw-box {
    padding: 20px 10px 10px;
}
.clients-reviews-main-sec a.reviw-box .reviews-text {
    font-size: 12px;
}
.ds-modern-tech-cont ul li {
    font-size: 14px;
}

}
@media screen and  (max-width:575px) { 

.ds-modern-tech-cont {
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 15px;
    border-radius: 10px;
    background-image: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
}
.ds-hero-content {
    margin-bottom: 20px;
}
section.ds-proven-main-area {
    padding: 40px 0px;
}

}
/* =========================
OLD RESPONSIVE CSS ADDED
========================= */
@media screen and (max-width:1200px) {
.our-servoces-title h2, section.customized-section h2, .case-studies-title h2, .case-studies-area h2, .testimonials-title h2, .our-expertise-title h2, .industries-title h2, .certificates-title h2 {
    font-size: 32px;
}
.testimonial-name span {
    font-size: 13px;
    color: #212529;
    font-weight: 500;
}
}
@media screen and (max-width:992px) {
.video-main {
    width: 100%;
}
.testmonial-client-review .row {
    flex-direction: column-reverse;
}
.testimonail-video {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
section.our-servoces-sec, section.customized-section, section.our-expertise-section, section.industries-section, section.certificates-section {
    padding: 50px 0px;
}
}
@media screen and  (max-width:576px) {
section.certificates-section {
    padding: 30px 0px !important;
}
.success-stories-btn a {
    font-size: 15px !important;
}
.our-services-title, .case-studies-title {
    padding-bottom: 30px;
}
}
@media screen and  (max-width:425px) { 

.clients-reviews-main-sec {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.clients-reviews-main-sec a.reviw-box {
    margin-top: 20px;
}
section.our-servoces-sec, section.customized-section, section.case-studies-section, section.testimonials-section, section.our-expertise-section, section.industries-section, section.certificates-section {
    padding: 30px 0px;
}
.our-servoces-title h2, .system-brands-trusted-title h2, .our-services-title h2, section.customized-section h2, .case-studies-title h2, .case-studies-area h3, .testimonials-title h2, .our-expertise-title h2, .industries-title h2, .certificates-title h2 {
    font-size: 25px;
}
}
/* =========================
OLD RESPONSIVE CSS ADDED
========================= */