body {
    font-family: "Montserrat", sans-serif;
}
/* #3596DD */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffff;
    padding: 10px 20px;
}

.nav-links {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  li {
    list-style: none;
    a {
      position: relative;
      display: block;
      text-transform: uppercase;
      margin: 20px 0;
      padding: 10px 20px;
      text-decoration: none;
      color: #262626;
      font-family: sans-serif;
      font-size: 18px;
      font-weight: 600;
      transition: .5s;
      z-index: 1;
      &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 2px solid #3596DD;
        border-bottom: 2px solid #3596DD;
        transform: scaleY(2);
        opacity: 0;
        transition: .3s;
      }
      &:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #3596DD;
        transform: scale(0);
        opacity: 0;
        transition: .3s;
        z-index: -1;
      }
      &:hover {
        color: #fff;
        &:before {
          transform: scaleY(1);
          opacity: 1;
        }
        &:after {
          transform: scaleY(1);
          opacity: 1;
        }
      }
    }
  }
}
.navbar .logo {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.logo img{
      max-width: 15%;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
}

.nav-toggle {
    display: none;
    font-size: 28px;
    color: #000000;
    background: none;
    border: none;
    cursor: pointer;
}
li{
  list-style: none;
}
a {
    text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
}

.bt-header {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.icon-header {
    font-size: 14px;
    background-color: #3596DD;
    padding: 10px;
    border-radius: 50%;
}

.slick-slider {
    overflow: hidden;
    height: 100vh;
    max-height: 100%;
    position: relative;
}

.slick-slider::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    z-index: 2;
}

.slick-slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.about-slider {
    overflow: hidden;
    height: 400px;
    position: relative;
}

.about-slider::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    z-index: 2;
}

.about-slider img {
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.slick-text {
    position: absolute;
    top: 35%;
    color: #fff;
    left: 10%;
    z-index: 99;
}
.slick-text-1 {
    position: absolute;
    top: 35%;
    color: #fff;
    left: 10%;
    z-index: 99;
    width: 78%;
}
.slider-heading {
    font-size: 48px;
    line-height: 1.4;
    font-family: 'Roboto Slab', serif;
}

.slider-para {
    font-size: 18px;
    line-height: 1.6;
}

.btn-slick {
    background: transparent;
    border: 2px solid white;
    padding: 15px;
    border-radius: 50px;
}
.pd-101 {
    padding: 70px 0;
    background-color: #F1F1F1;
}
.pd-100 {
    padding: 100px 0;
    background-color: #F1F1F1;
}
.mt-lg{
      padding: 100px 0;

}
/* .logo-carousel img {
    width: 120px;
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
}

.logo-carousel img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
} */

.logo-carousel img {
    width: 235px;
    height: 200px;
    object-fit: contain;
    opacity: 0.2;
    max-width: 100%;
    transition: 500ms;
}

.logo-carousel img:hover {
    opacity: 0.6;
}

.mt-100 {
    padding: 100px 0;
    background-image: url(../image/about-bg.jpg);
}
.mt-101 {
    padding: 100px 0 0 0;
    background-image: url(../image/about-bg.jpg);
}
.about-img {
    position: relative;
}

.img-read {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: contain;
}

.abt-img {
    position: absolute;
    bottom: -183px;
    right: -10px;
}

.abt-img img {
    height: 325px;
    object-fit: contain;
}
.heading-sub{
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}
.about-heading{
    color: transparent;
    -webkit-text-stroke: 2px #3596DD;
    font-size: 48px;
    font-family: 'Roboto Slab', serif;
}
.button--greip {
    overflow: hidden;
    color: #fff;
    font-family: input-mono-narrow, monospace;
    font-weight: 500;
    padding: 1rem 2rem;
}
/* abt-btn */
.button--greip::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: 
cubic-bezier(0.7, 0, 0.2, 1);
}
.button-abt {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}
.button-abt::before, .button-abt::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button--greip span {
    display: block;
    position: relative;
}
.button--greip:hover {
    overflow: hidden;
    color: #fff;
    font-family: input-mono-narrow, monospace;
    font-weight: 500;
    padding: 1rem 2rem;
}
.button-abt:hover {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}
.button--greip:hover::before {
    transition-duration: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.button--greip::before {
    content: '';
    background: #3596DD;
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: 
cubic-bezier(0.7, 0, 0.2, 1);
}
.button-abt::before, .button-abt::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button-abt a{
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
/* .button-abt a:hover{
    color: #000000;
} */
/* abt-btn */

/* choose */

.choose-box
{
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding: 40px 0;
}

.choose-box .box
{
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: 0.5s;
}

.choose-box .box::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}

.choose-box .box::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  filter: blur(30px);
}

.choose-box .box:hover:before,
.choose-box .box:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
  
}

.choose-box .box:nth-child(1):before,
.choose-box .box:nth-child(1):after
{
  background: linear-gradient(315deg, #ffbc00, #ff0058)
}

.choose-box .box:nth-child(2):before,
.choose-box .box:nth-child(2):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.choose-box .box:nth-child(3):before,
.choose-box .box:nth-child(3):after
{
  background: linear-gradient(315deg, #4dff03, #00d0ff)
}

.choose-box .box:nth-child(4):before,
.choose-box .box:nth-child(4):after
{
  background: linear-gradient(315deg, #ffbc00, #ff0058)
}

.choose-box .box:nth-child(5):before,
.choose-box .box:nth-child(5):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.choose-box .box:nth-child(6):before,
.choose-box .box:nth-child(6):after
{
  background: linear-gradient(315deg, #4dff03, #00d0ff)
}

.choose-box .box span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.choose-box .box span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;  
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.choose-box .box:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.choose-box .box span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}

.choose-box .box:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  
  50%
  {
    transform: translate(-10px);
  }
}

.choose-box .box .content
{
  position: relative;
  left: 0;
  font-family: 'Roboto Slab', serif;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #000;
}

.choose-box .box:hover .content
{
  left: -25px;
  padding: 60px 40px;
}

.choose-box .box .content h2
{
  font-size: 2em;
  color: #000;
  margin-bottom: 10px;
}

.choose-box .box .content p
{
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.choose-box .box .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}

.choose-box .box .content a:hover
{
  background: #3596DD;
  border: 1px solid rgba(255, 0, 88, 0.4);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}

/* service */
.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
}

.card--1 .card__img, .card--1 .card__img--hover {
    background-image: url('../image/products/dell-laptops1.jpg');
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url('https://images.pexels.com/photos/307008/pexels-photo-307008.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
}
/* image swap */
.card_link .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
}

.card_link img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}

.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;        
}

.card_link:hover .img-hover {
  opacity: 1;        
}

.card_link:hover .img-default {
  opacity: 0;          
}
/* image swap end */

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
  vertical-align: middle;
    fill: #AD7D52;
}
.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
  position: absolute;
    height: 235px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
/* .card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
} */
.img-wrapper img{
      height: 260px;
    object-fit: contain;
}
.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab', serif;
}

.card__by {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}
/* gallery */
figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px;
    max-width: 480px;
    max-height: 360px; */
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi figcaption::before, figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
}
figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* number animation */
.stats {
  display: flex;
  justify-content: space-around;
  color: black;
  padding: 100px 0px;
}

.stat-item h2 {
  font-size: 2.5rem;
  margin: 0;
}

.stat-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}
.testinomial-section {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: auto;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
}

.testimonials-wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.testimonial {
  flex: 0 0 100%;
  background: white;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #007BFF;
}

.testimonial-text {
  font-size: 1rem;
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
  min-height: 80px;
}

.testimonial-name {
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 0.9rem;
  color: #777;
}

/* Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.4);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  border-radius: 50%;
  user-select: none;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.slider-btn:hover {
  background-color: rgba(0,0,0,0.7);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}
.social-icons {
  gap: 15px;
}

.social-icons .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-radius: 50%;
  color: #333;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.social-icons .icon:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-5px);
}

.icon.facebook:hover { background: #3b5998; }
.icon.instagram:hover { background: #e4405f; }
.icon.twitter:hover { background: #55acee; }
.icon.youtube:hover { background: #ff0000; }
.text-footer{
  color: #000 !important;
} 
.ftr-icon {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  
}
.Address-list{
  margin-left: 48px;
}
.contact-section {
    background: #f1f5f9;
    padding: 50px 0;
}

.box-header {
    background: #3596DD;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 20px;
    margin-bottom: 20px;
    text-align: center;
}

.info-box-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.info-box {
    padding: 25px 10px;
    border: 1px solid #ddd;
}


.info-icon {
    font-size: 30px;
    color: #3596DD;
    margin-bottom: 10px;
}

.info-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3596DD;
}

.info-box p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.contact-form {
    background: #e4e4e4;
    padding: 25px;
    border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

.submit-btn {
    background: #3596DD;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #132d63;
}
.mt-102{
  padding: 100px 0;
}
.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #ddd;
    height: 400px;
    overflow-y: scroll;
}

.tabs li {
    padding: 18px;
    cursor: pointer;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    transition: 0.3s;
}

.tabs li.active,
.tabs li:hover {
    background: #3596DD;
    color: #fff;
}

.tab-content {
    width: 100%;
    padding: 30px;
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.list {
    padding-left: 20px;
}

.list li {
    margin-bottom: 10px;
    /* list-style: "✔  "; */
    color: #555;
    font-size: 16px;
}

.service-img {
    width: 350px;
    height: auto;
    float: right;
    border-radius: 6px;
    margin-top: -220px;
}
/* #0c2048 */