
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
.client{
  height: 50px;
}
a {
  color: #3498db;
  text-decoration: none;
}

/* Carousel Start */

.carousel-1{
  overflow: hidden; 
  height: 300px;
  /* margin-top: 8vh; */
}
.carousel-2{
  overflow: hidden;
  height: 400px;
}
/* @media (max-width: 576px) {
  .carousel-2{
  overflow: hidden; 
  height: 480px;
}
.service-logo{
  display: none;
  position: relative;
  right: -8px;
}
} */
.carousel-inner h4{
  color: #051F3F;
  text-align: justify;
}
.carousel-inner h6{
  color: black;
  text-align: justify;
}
.Previous{
  color:whitesmoke;
  background-color: #051F3F;
  margin-left: -150px;
  padding:2px 8px;
  border-radius: 100%; 
  font-size: 24px;
}
.Previous2{
  color:whitesmoke;
  background-color: #051F3F;
  margin-left: -300px;
  margin-bottom: 100px;
  padding:2px 8px;
  border-radius: 100%; 
  font-size: 24px;
}
.Next2{
  color:whitesmoke;
  background-color: #051F3F; 
  margin-right: -300px;
  margin-bottom: 100px;
  padding:2px 8px;
  border-radius: 100%; 
  font-size: 24px;
}
.Next{
  color:whitesmoke;
  background-color: #051F3F; 
  margin-right: -150px;
  padding:2px 8px;
  border-radius: 100%; 
  font-size: 24px;
}

.Next i{
  color:whitesmoke; 
  font-size: 24px;
}
.carousel-indicators .active{
  background-color:#0957C9;
}

.carousel-indicators .button{
  color: #051F3F;
  background-color: #051F3F;
}
/* .carousel-inner,
.carousel-item {
  height: 300px;
} */

/* @media (max-width: 992px) {
  .carousel-inner,
  .carousel-item {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .carousel-inner,
  .carousel-item {
    height: 500px;
  }
} */

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/* Carousel End */

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #051F3F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #051f3fbd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

 .companylogo{
  padding: 0;
  margin: 0;
  max-height: 10px;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #fff;
}
#logo1{
  display: none;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background:#051F3F;
}
.header-scrolled a{
  color:whitesmoke;
}
.header-scrolled .mobile-nav-toggle{
  color:whitesmoke;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
  padding:8px 25px;
  margin-left:10px;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color:#0957C9;
  background-color: white;
  border-radius: 30px;
}

.navbar .getstarted {
  background: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}

.navbar .getstarted:hover {
  color: #fff;
  text-align: center;
    background: #4aa3df;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3498db;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3498db;
}

.navbar-mobile .getstarted {
  margin: 15px;
  text-align: center;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3498db;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  height: 80vh;
  margin-top: 70px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: black;
}
#hero h4{
  margin: 0 0 10px 0;
  /* font-size: 30px; */
  font-weight: 700;
  line-height: 30px;
  color: black;
}
@media (max-width: 576px) {
  .carousel-item h4 {
    display: inline-block;
    max-width: 90%;        
    font-size: 1.1rem;    
    /* line-height: 1.4;      */
  }
  #hero h2{
    font-size: 18px !important;
  }
}
br.mobile-only {
  display: none;
}

/* Show it only on small screens */
@media (max-width: 576px) {
  br.mobile-only {
    display: inline;
  }
}
#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 20px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #3498db;
  text-align: center;
  border: 2px solid #3498db;
}

#hero .btn-get-started:hover {
  background: #3498db;
  color: #fff;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  
  .hide{
    display: none;
  }
}


@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 70%;
  }
  .hide{
    display: none;
  }
  #hide{
    display: none;
  }
  
  .mob{
    text-align: center;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

section {
  padding: 50px 0;
  overflow: hidden;
}

.sectionIndex{
  padding: 0px !important;
  overflow: hidden !important;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h1 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h1::before, .section-title h1::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}

.section-title h1::before {
  margin: 0 15px 10px 0;
}

.section-title h1::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}
@media screen and (max-width : 767px) {
  .section-title h1::before, .section-title h1::after {
    display: none;
  }
}
.service-content{
  text-align: justify;
}
.about p{
  text-align: justify;
}
.about span{
  color:#0957C9;
  font-size:20px;
}
.our-products span{
  position: relative;
  top: -3px;
}
.overview p,ul{
  text-align: justify;
  font-size: 20px;
}
.overview ul{
  list-style: none; 
  line-height: 40px;
}
.overview ul li:before {
  content: '✓'; 
  margin-right: 0.5em;
  color: black; 
}
.overview-img{
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.overview-img {
  transition: transform 0.1s ease-in-out;  /* smooth transition */
}

.overview-img:hover {
  transform: scale(1.2);
}
/* .card{
  width: 20rem;
  height: 22rem;
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
} */
/* 
.Todo-card .card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
} */

 #todo-icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

 #todo-icon-box::before {
  content: '';
  position: absolute;
  background: #F4E9F1;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

 #todo-icon-box:hover::before {
  background: #AE85C4;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
 #astro-icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

 #astro-icon-box::before {
  content: '';
  position: absolute;
  background: #FEF1D8;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

 #astro-icon-box:hover::before {
  background: #FA9039;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
 #bronya-icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

 #bronya-icon-box::before {
  content: '';
  position: absolute;
  background: #F5D8EA;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

 #bronya-icon-box:hover::before {
  background: #D445AC;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
 #lss-icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

 #lss-icon-box::before {
  content: '';
  position: absolute;
  background: #F1DFDF;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

 #lss-icon-box:hover::before {
  background: #93373A;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.main-btn{
    font-weight: 500;
    font-size: 18px;
    color: whitesmoke;
    z-index: 5;
    white-space: nowrap;
    padding: 20px 40px;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
    background: #365985;
    overflow : hidden;
}
.cta-btn img{
  width: 2rem;
}
.contactForm-label{
  font-size: 15px;
}
.contact-form{
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.clients{
  flex-direction: column;
}
.plus{
  position: relative;
  top: 6px;
  font-size: 50px;
}
.web-app{
  text-align: justify;
}
/* .clients .Ourclient{
    background-color: gainsboro;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px;
    padding: 2rem 2rem;
    border-radius: 2rem;
    position: relative;
    top: -10px;
}
.clients .projects{ 
    position: relative;
    top: -10px;
    background-color: gainsboro;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px;
    padding: 20px 5px 40px 30px;
    border-radius: 2rem;
} */

 .clients .Ourclient,
.clients .projects {
  background-color: #E1E3E7;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px;
  border-radius: 2rem;
  position: relative;
  top: -10px;
  padding: 1rem; /* unified padding */
  box-sizing: border-box; /* ensures padding doesn’t get cut off */
}
@media (min-width: 500px) and (max-width: 991px) {
  .clients br {
    display: none;
  }
}
@media screen and (max-width : 768px) {
  .main-btn{
    white-space: normal !important;
    overflow-wrap: break-word !important; /* modern name for word-wrap */
    word-break: break-word !important;    /* fallback for older browsers */
    display: block; /* or block, depending on your layout */
  }
}
.card-body p{
  text-align: justify;
}
/* @media (min-width : 1000px) and (max-width : 1200px) {
  .main-btn{
    white-space: normal !important;
    overflow-wrap: break-word !important; 
    word-break: break-word !important;    
    display: block; 
  }
} */
/* @media screen and (max-width : 768px) {
  .card{
    width: 21rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width : 992px) {
  .card{
    
  }
} */
 /* @media screen and (min-width: 992px) {
  #todo-icon-box {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    text-align: center;
  }
} */

 .our-products .card:hover{
  /* background: #AA8CBB; */
  /* transform: translateY(-10px) scale(1.05); */
  color: whitesmoke;
  cursor: pointer;
}

.card-img-top{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* margin: auto auto 30px; */
    transition: 0.3s ease-out;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
/* @media screen and (min-width : 1000px) {
  .products .card {
    width: 40rem !important;
    height: 20rem !important;
  }
} */
@media screen and (max-width : 991px) {
  /* .overview ul{
    display: none;
  } */
  .overview-img{
    display: none;
  }
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}
/* .about .content p{
  text-align: justify;
} */
.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}


.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.services .icon-box ul li{
  margin-top: 10px;
  font-size: 15px;
  text-align: justify;
}
.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  /* background: #3498db; */
  
}

.services img {
  font-size: 36px;
  line-height: 1;
  border-radius: 40%;
  width: 20px;
  height: 20px;
  /* background: #3498db; */
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width : 991px) {
  .services .title{
    display: flex;
  }
  .carousel-2{
  overflow: hidden;
  height: 560px;
}
}
@media screen and (max-width : 392px) {
  .services .icon{
    display: none;
  }
}
.services .title{
  color: #111;
}
/* Apply justification to both paragraph and ul */
.icon-box .description {
  text-align: justify;
  text-justify: inter-word;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Make sure list items align neatly */
.icon-box .description li {
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 4px;
}

/* Fix for small screens — reduce the wide gaps between words */
@media (max-width: 768px) {
  .icon-box .description {
    letter-spacing: 0;
    word-spacing: 0;
    line-height: 1.5;
  }
}


.services .icon-box:hover .title , .services .icon-box:hover .description {
  color: #fff;
}
.icon-box .service-logo1 {
  display: none;
}
/* .services .icon-box{
  min-height: 500px;
} */
.icon-box .service-logo2 {
  display: inline-block;
}

/* On hover — swap images */
.icon-box:hover .service-logo1 {
  display: inline-block;
}

.icon-box:hover .service-logo2 {
  display: none;
}


.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio img{
  height: auto;
  width: 160px;
  cursor:pointer;
}
.portfolio img:hover{
  transform: scale(1.2);
  /* animation: up-down 2s ease-in-out infinite alternate-reverse both; */
}
.portfolio .common-img{
  height: auto;
  width: 90px;
  cursor:pointer;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

#clientele .SbProjects{
  min-width: 300px;
  margin-top: 25px;
}
.client-logo {
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
  
}

.client-logo:hover {
  transform: scale(1.05);
}

.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 20px 30px;
  width:300px;
  line-height: 28px;
  font-size: 16px;
  margin-left: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: rgb(24, 21, 21);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.form-check-input{
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.form-control{
  border-radius: 12px;
  /* background-color: gr; */
}
.btn{
  border-radius: 12px;
}
/* .formbg{
  background-color: #E1E3E7;
} */
.form-check-label{
  font-size: 18px;
  margin-right: 20px;
}
.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #3498db;
}

.contact .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2383c4;
}

.submit{
  background-color: #3498db;
  color: white;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #222222;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #3498db;
}



@media screen and (min-width : 991px){
    .sb{
      align-items: center;
      justify-content: center;
    }
}
.contactIndex{
z-index: 1055;
}
.contactBorder{
border: 0;
}
.contactAlingn{
  text-align:center;
}
