/* ============================ Google Fonts =================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --bg-color: #fbfbfb;
  }

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

.section-padding {
    padding: 120px 0px;
}
.container-fluid {
    max-width: 1650px;
}

.container {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid hsl(0, 0%, 100%, 0.2);
    z-index: 99999;
    background-color: hsl(0deg 0% 100% / 90%);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agency-logo {
    width: 140px;
}

.header .logo img {
    vertical-align: middle;
}

.header .menu img {
    display: none;
}

.header .menu>ul {
    list-style: none;
    margin: 0%;
    padding:0%
}

.header .menu>ul>li {
    display: inline-block;

}

.header .menu>ul>li:not(:last-child) {
    margin-right: 30px;
}

.header .menu a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
    color: hsl(0deg 0% 0%);
    line-height: 1.5;
    display: block;
    font-weight: 500;
}

.header .menu>ul>li>a {
    padding: 35px 0px;
}

.header .menu .dropdown {
    position: relative;
    z-index: 99999 !important;
}

.header .menu>ul>.dropdown>a {
    padding-right: 15px;

}

.header .menu i {
    font-size: 20px;
    pointer-events: none;
    user-select: none;
    position: absolute;
    color: hsl(0deg 0% 0%);
    top: calc(50% - 12px);
}

.header .menu>ul>li>i {
    right: -10%;
}

.header .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 230px;
    padding: 15px 0px;
    background-color: hsl(229, 54%, 51%);
    background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
    box-shadow: 0 0 5px hsl(0, 0%, 0%, 0.5);
    z-index: 9999;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    list-style: none;
}

.header .menu li:hover>.sub-menu {
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: all 0.5s ease;
}

.header .menu .sub-menu a {
    padding: 6px 24px;
    color: hsl(0deg 0% 100% / 100%);
}

.header .menu .sub-menu i {
    transform: rotate(-90deg);
    right: 24px;
    color: hsl(0deg 0% 100% / 100%);

}

.header .menu .sub-menu .dropdown>a {
    padding-right: 34px;
}

.header .menu .sub-menu span {
    background-image: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: background-size 0.5s ease;
}

.header .menu .sub-menu li:hover>a>span {
    background-size: 100% 1px;
}

.header .menu .sub-menu-right {
    left: 100%;
    top: 0;
}

.header .menu .sub-menu-left {
    left: auto;
    right: 100%;
    top: 0;
}

.header-right {
    display: flex;
}

.header-right>* {
    margin-left: 25px;
}

.header-right .icon-btn {
    background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
    background-color: hsl(229, 54%, 51%);
    border-radius: 12px;
    border: none;
    cursor: pointer;
    color: hsl(0, 0%, 100%);
    font-size: 17px;
    font-weight: 600;
    padding: 10px 23px;
    transition: background-color 0.5s ease, transform 0.3s ease;
}
.icon-btn {
    background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
    background-color: hsl(229, 54%, 51%);
    border-radius: 12px;
    border: none;
    cursor: pointer;
    color: hsl(0, 0%, 100%);
    font-size: 17px;
    font-weight: 600;
    padding: 10px 23px;
    transition: background-color 0.5s ease, transform 0.3s ease;
}
.icon-btn:hover {
    background-image: linear-gradient(331deg, #1d374b 39%, #1f8ac2 91%);
    background-color: hsl(229, 54%, 51%);
    transform: translateY(-2px);

}


.header-right .icon-btn:hover {
    background-image: linear-gradient(331deg, #1d374b 39%, #1f8ac2 91%);
    background-color: hsl(229, 54%, 51%);
    transform: translateY(-2px);

}
.icon-btn>a {
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}

.header-right .icon-btn>a {
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}

.header-right .open-menu-btn {
    display: none;
}

.close-menu-btn {
    display: none;
}

/* header end css */

/* hero section start  */
.hero {
    min-height: 100vh;
    background-image: url('../img/high-angle-people-working-with-laptop.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
.hero::after {
    content: '';
    background-color: #000000b2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    
}

.hero .hero-items {
    position: relative;
    z-index: 10;
    padding-top: 220px;
    padding-bottom:100px ;
}
.banner-form button {
    padding: 10px 30px;
    border-radius: 12px;
    border: none !important;
}



.hero .hero-items .banner-form{
    background-image: linear-gradient(to right, #000000, #1f8ac2);
    padding: 50px 30px;
    border-radius: 12px;
    box-shadow: 0px 1px 14px 10px #3e4244
}

.hero .hero-items .banner-form h2{
    color: hsl(0, 0%, 94%);
}
.hero .content-sec .heading-sec h6{
    color: hsl(0, 0%, 100%);
    font-weight: 700;
    padding-bottom: 10px;
}
.hero  .content-sec .heading-sec h1{
    color: hsl(0, 0%, 100%);
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.hero  .content-sec .heading-sec h6 span{
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color: hsl(0, 0%, 100%);
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 12px;
}
.hero  .content-sec  p{
    color: hsl(0, 0%, 100%);
    font-weight: 400;
    padding: 20px 0px  30px 0px;
}
input#name {
    padding: 12px 20px !important;
}
input#email{
    padding: 12px 20px !important;

}
input#phone\ {
    padding: 12px  20px !important;
}

select#services {
    padding: 12px 20px !important;
}


/* hero section end */


/* why choose us section  start*/
.why-choose-us .heading-sec h6{
    color: hsl(0, 0%, 0%);
    font-weight: 600;
    padding-bottom: 10px;
}
.why-choose-us span{
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color:hsl(0, 0%, 100%);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 12px;
}
.why-choose-us span a {
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 10px;
}
.why-choose-us .heading-sec h2{
    color: hsl(0, 0%, 0%);
    font-weight: 700;

}

.why-choose-us .content-sec  p{
    color: hsl(0, 0%, 0%);
    font-weight: 400;
    padding: 10px 0px  10px 0px;
}


.why-choose-us .stat-card {
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #fff;
    transition: transform 0.2s ease;
  }
.why-choose-us .stat-card:hover {
    transform: translateY(-4px);
  }
  .why-choose-us .stat-icon {
    font-size: 28px;
    padding: 12px;
    border-radius: 12px;
    color: white;
  }
 .why-choose-us strong {
    color: #000;
}
  .why-choose-us .icon-red { background-color: #fce4ec; color: #e91e63; }
  .why-choose-us .icon-yellow { background-color: #fff8e1; color: #fbc02d; }
  .why-choose-us .icon-purple { background-color: #ede7f6; color: #673ab7; }
  .why-choose-us .icon-blue { background-color: #e1f5fe; color: #03a9f4; }
  .why-choose-us .stat-number {
    font-size: 1.5rem;
    font-weight: bold;
  }
.why-usi-mg-sec{
    border-radius: 12px ;
}
.why-usi-mg-sec img{
    border-radius: 12px ;
}

/* Our Partner start */
.our-partners span {
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 12px;
}
.our-partners span a{
    text-decoration: none;
    color: hsl(0, 0%, 100%);
}


.our-partners .heading-sec h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: hsl(0, 0%, 0%);
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}


.our-partners .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  animation-play-state: running;
}

.our-partners .slider:hover .slide-track {
  animation-play-state: paused;
}
.our-partners .slider .slide {
  height: 100px;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

.our-partners .slider .slide:hover {
  transform: scale(1.1);
}
.our-partners .slider {
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  /* height: 100px; */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.our-partners .slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.our-partners .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.our-partners .slider::before {
  left: 0;
  top: 0;
}
.our-partners .slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.our-partners .slider .slide {
  height: 100px;
  width: 250px;
}

/* * Our Partner end */



/* our recent  start*/
.our-recent{
    background-color: var(--bg-color);
}

.our-recent .recent-project {
    border-radius: 12px;
    box-shadow: 2px 1px 20px 4px #f3f3f3;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.our-recent .recent-project:hover img{
 transform: scale(1.05);

}
.our-recent .recent-project img{
    width: 100%;
    border-radius: 12px;
    transition: 1s;
}

.our-recent  span {
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 12px;
}
.our-recent span a{
    text-decoration: none;
    color: hsl(0, 0%, 100%);
}
.our-recent .heading-sec h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: hsl(0, 0%, 0%);
}

.our-recent .img-heading {
    text-align: center;
    padding: 9px 0px;
    background-color: #e9e9e9f3;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

/* our recent  start*/

/* our testimonitals start */
.testimonial-sec{
    background-color: var(--bg-color);

}
.testimonial-sec .contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.testimonial-sec .item {
  align-items: center;
  color: white;
  display: flex;
  height: 300px;
  justify-content: center;
}

.testimonial-sec span {
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 12px;
}
.testimonial-sec span a{
    text-decoration: none;
    color: hsl(0, 0%, 100%);
}
.testimonial-sec .heading-sec h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: hsl(0, 0%, 0%);
    padding: 5px 0px 40px 0px;
}

    .testimonial-section {
      max-width: 800px;
      margin: auto;
      background: white;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      padding: 30px;
      position: relative;
    }

    .testimonial-section::before, .testimonial-section::after {
      content: "“";
      font-size: 60px;
      color: #afafaf;
      position: absolute;
      font-family: Georgia, serif;
    }

    .testimonial-section::before {
      top: 5px;
      left: 10px;
    }

    .testimonial-section::after {
      content: "”";
      bottom: -35px;
      right: 15px;
    }
    .contact-form input.form-control {
        padding: 15px 25px;
        font-size: 17px;
    }
    .contact-info-item{
        display: flex;
        justify-content:start;
        align-items: center;
        background-color: var(--bg-color);
        margin: 15px;
        padding: 15px 14px;
        border-radius: 12px;
        border: 1px solid #f7f7f7;
    }
    .contact-info-icon {
        background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
        padding: 16px 20px;
        border-radius: 12px;
        margin-right: 30px;
    }

    .contact-info-icon i {
        color: hsl(0, 0%, 100%);
        font-size: 24px;
        font-weight: 500;

    }
    .contact-info-icon:hover{
        background-image: linear-gradient(330deg, #5ebbee 20%, #07131b 91%);
    }
    .contact-info-content a{
        text-decoration: none;
        color: hsl(0, 0%, 0%);
    }
    .social-icon a i {
        font-size: 18px;
        color: hsl(0, 0%, 100%);
    }
    .social-icon a {
     background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
     padding:16px 18px;
     border-radius: 12px;
     text-decoration: none;
    }
    .social-icon a:hover{
        background-image: linear-gradient(330deg, #5ebbee 20%, #07131b 91%);
    }
    .social-icon a i:hover{
        color: hsl(0, 0%, 100%);
    }
    .social-icon h4{
        margin-bottom: 30px;
    }
    .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .review-header img {
      width: 60px !important;
      height: 60px;
      border-radius: 50%;
      margin-right: 12px;
    }

    .review-header .name {
      font-weight: bold;
      font-size: 16px;
      color: #000;
    }

    .stars {
      color: #ffc107;
      margin-top: 2px;
    }

    .review-body {
      font-size: 15px;
      color: #333;
      line-height: 1.6;
    }

    .tags {
      font-size: 13px;
      color: #000;
      margin: 10px 0;
    }

    @media (max-width: 600px) {
      .testimonial-section {
        padding: 20px;
      }
    }


/* our testimonitals end */

/* seo-keywords-content */
.seo-keywords-sec .heading-sec h2{
        font-size: 40px;
        font-weight: 600;
        font-family: Poppins, sans-serif;
        color: rgb(0, 0, 0);
        margin-bottom: 20px
}
.seo-keywords-sec .seo-keywords-content{
    text-align: center;
}
.seo-keywords-sec .seo-keywords-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
/* Footer start*/
footer .bg-color {
    background-color: #1d374b;
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
}

footer .footer-logo {
    margin-bottom: 20px;

}

footer .footer-logo img {
    width: 180px;
    margin-bottom: 10px;
}

footer p {
    color: hsl(0, 0%, 100%);
}

footer h3 {
    color: hsl(0, 0%, 100%);
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    padding: 10px 0px;
    transition: 0.5s ease;
}

footer ul li span {
    transition: 0.5s ease;
}

footer ul li:hover>a>span {
    background-size: 100% 1px;
    padding-left: 10px;
}

footer ul li a {
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}

footer h3 {
    color: hsl(0, 0%, 100%);
}

footer .footer-social {
    margin-top: 20px;
}

footer .footer-social ul {
    list-style: none;
    margin: 0%;
    padding: 0;
}

footer .footer-social ul li {
    display: inline-block;
}

footer .footer-social ul li a {
    color: hsl(0, 0%, 100%);
    font-size: 30px;
    text-decoration: none;
    margin-right: 10px;
}

footer .footer-social ul li a:hover {
    color: hsl(0, 0%, 94%);
}

footer .newlatter {
    margin-top: 10px;
    margin-bottom: 15px;
    position: relative;
}

footer .newlatter input {
    background-color: transparent !important;
    padding: 15px 20px;
    border-radius: 12px;
}

footer .newlatter input#email::placeholder {
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-size: 17px;
}

.form-control {
    color: hsl(0deg 0% 100% / 100%);
}

footer .newlatter button {
    position: absolute;
    top: 40%;
    right: -5px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 28px;
    color: hsl(0, 0%, 100%);
    background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
    padding: 8px 20px;
    border: none;
}



.newlatter button i {
    display: inline-block;
    transition: transform 0.5s ease;
}

.newlatter button:hover i {
    transform: rotate(45deg);
}

footer .bottom-footer {
    border: 1px solid #ebebeb25;
    background-image: linear-gradient(to right, #1a3446, #1e6d97);
}

footer .copyright {
    margin: 0;
    padding: 15px 0;
    color: hsl(0, 0%, 100%);
    text-align: center;
}

footer .copyright a {
    margin: 0;
    padding: 15px 0;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}

/*======================call icon=============*/
.call-back-1 {
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: +9999;
    animation-name: mover1;
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}

.call-back-1 img {
    width: 65px;
    margin-bottom: 5px;
    display: block;
    margin-left: 0 !important;
}

@-webkit-keyframes mover1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/*======================call icon=============*/



/* our services css */
.our-services{
    background-image: url('../img/services-banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}
.our-services .heading-sec{
    position: relative;
    z-index: 9999;
    padding-bottom: 45px;
}
.our-services .heading-sec h2{
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: hsl(0, 0%, 0%);
}
.our-services::after{
    content: '';
    background-color: hsl(0, 0%, 100%, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.our-services .service-icon {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.our-services .service-card .service-items {
    width: 80%;
}
.our-services .service-card .service-icon {
    width: 20%;
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
}
.our-services .service-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 4px 1px #d5d5d5;
    border-radius: 12px;
    background-color: hsl(0, 0%, 100%);
    padding: 40px;
    z-index: 9999;
    position: relative;

}
.our-services .service-card .service-icon img{
    width: 50px;
    margin: 12px auto;
}

.our-services .service-card .service-title h2{
    color: hsl(0, 0%, 0%);
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;

}

.our-services .service-card .service-title p{
    color: hsl(0, 0%, 0%);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.our-services span {
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 12px;
}
.our-services span a{
    text-decoration: none;
    color: hsl(0, 0%, 100%);
}
/* page-hero */



.page-hero{
background-image: url('../banner/contact-us-banner.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.page-hero::after{
    content: '';
    background-color: #00000061;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


.about-hero{
background-image: url('../banner/about-us-banner.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.about-hero::after{
    content: '';
    background-color: #00000061;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.page-hero .breadcam-content{
    padding: 160px 70px 0px;
   
}
.page-hero .breadcam-content h1,
.page-hero .breadcam-content p {
    position: relative;
    z-index: 1; 
}

.page-hero .breadcam-content h1{
    color: hsl(0, 0%, 100%);
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    padding-bottom: 10px;
    line-height: 1.1;
    text-transform: capitalize;
   

}
.page-hero .breadcam-content p{
    color: hsl(0, 0%, 100%);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 1.5;
  
}
.contact-us-bg{
    background-color: var(--bg-color);
}

.contact-box .enquiry-box {
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    padding: 30px 40px;
    height: 100%;
    background-color: var(--bg-color);
}
.contact-box .enquiry-box .enquiry-icon{
    width: 70px;
    padding: 15px 10px;
    background-image: linear-gradient(330deg, #1f8ac2 20%, #1d374b 91%);
    border-radius: 12px;
    text-align: center;

}
.contact-box .enquiry-box h4{
    margin-top: 20px;
}
.contact-box .enquiry-box a{
    color: hsl(0, 0%, 0%);
    text-decoration: none;
}
.contact-box .enquiry-box .enquiry-icon i{
    color: hsl(0, 0%, 100%);
    font-size: 24px;
}
.contact-box .enquiry-box .enquiry-icon:hover{
    background-image: linear-gradient(330deg, #5ebbee 20%, #07131b 91%);
       

}

.heading-sec span a{
    color: hsl(0deg 0% 100%);
    text-decoration: none;
}
.cont-sec span {
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 12px;
}
.cont-sec .heading-sec h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: hsl(0, 0%, 0%);
}
.cont-sec .cont-bg img {
    width: 560px;
}


.our-mision-vision-bg{
    background-image: url('../img/our-vision-banner.jpg');
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}

.our-mision-vision-bg::after {
    content: '';
    background-color: #00000096;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.ourmision {
    background-color: #0000004f;
    padding: 80px 30px;
    z-index: 1;
    position: relative;
    border: 1px solid #3e3e3e;
    
}

.ourmision h3, strong, p {
    color: #fff;
    z-index: 999;
    
}
.ourmision p {
    color: #fff;
    z-index: 999;
    
}
.ourvision {
    background-color: #0000004f;
    padding: 80px 30px;
    z-index: 999;
    position: relative;
    border: 1px solid #3e3e3e;
    
}
.ourmision h3 {
    font-weight: 800;
    font-size: 45px;
    z-index: 999;
    
}
.ourvision h3 {
    font-weight: 800;
    font-size: 45px;
}
.ourvision h3, strong, p {
    color: #fff;
    z-index: 999;
    
}
.ourvision p {
    color: #fff;
    z-index: 999;
    
}

.our-corevalues span {
    background-image: linear-gradient(to right, #1d374b, #1f8ac2);
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 12px;
}
.our-corevalues span a{
    text-decoration: none;
    color: #fff;
}

.our-corevalues  h2{
    color: hsl(0, 0%, 0%);
    font-weight: 700;
    padding: 10px;
}
.cure-value h3, p{
    color: #000;
 
 
}
.cure-value {
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f34f;
}
.content-sec h3 {
    color: hsl(0, 0%, 0%);
    font-weight: 700;
}

