.navbar{
  background-color: #fff;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #253d97;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 100px;
  bottom: 15px;
  z-index: 99999;
  text-decoration:none
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #106eea;
  color: #fff;
  transition: all 0.4s;
  text-decoration:none
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
  text-decoration:none
}




/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  position: relative;
  overflow: hidden;
  background: #f4f7fd;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #253d97;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #253d97;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff  !important;
}

.featured-services .icon-box:hover .icon i {
  color: #fff  !important;
}
.btn_service:hover{
  color: #fff  !important;
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
  text-decoration: none;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  text-decoration: none;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
  text-decoration: none;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
  text-decoration: none;
}

.team .member .member-info {
  padding: 25px 15px;
  text-decoration: none;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
}

.team .member .member-info span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: none;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
  text-decoration: none;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
  text-decoration: none;
}



/* <!-- Start VDO OUR CUSTOMER  --> */


.container-data {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  text-decoration: none;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  text-decoration: none;
}

/* h1 span , h2 span ,h3 span , p span {
  color: #253d97;
} */
.card .card-body .card-text{
  font-size: 18px !important;
  font-weight: 300;
  text-decoration: none;
  text-decoration: none;
}
.carousel-indicators [data-bs-target]{
  background-color: #253d97 !important;
  text-decoration: none;
}


/*--------------------------------------------------------------
# team_wisdom
--------------------------------------------------------------*/
.team_wisdom .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  text-decoration: none;
}

.team_wisdom .member .pic {
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-decoration: none;
}

.team_wisdom .member .pic img {
  transition: ease-in-out 0.3s;
  text-decoration: none;
}

.team_wisdom .member:hover img {
  transform: scale(1.1);
  text-decoration: none;
}

.team_wisdom .member .member-info {
  padding-left: 30px;
  text-decoration: none;
}

.team_wisdom .member h4 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
  text-decoration: none;
}

.team_wisdom .member span {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none !important;
}

.team_wisdom .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
  text-decoration: none;
}

.team_wisdom .member p {
  margin: 10px 0 0 0;
  font-size: 10px !important;
  text-decoration: none !important;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
  
}
.contact-a{
  font-size: 16px !important;
  text-decoration: none !important;
  white-space: nowrap;
}


.team_wisdom .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.team_wisdom .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
  text-decoration: none;
}

.team_wisdom .member .social a i {
  font-size: 16px;
  margin: 0 2px;
  text-decoration: none;
}

.team_wisdom .member .social a:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

.team_wisdom .member .social a + a {
  margin-left: 8px;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
  text-decoration: none;
}

.contact .info-box i {
  font-size: 32px;
  color: #253d97;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
  text-decoration: none;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  margin: 10px 0;
  text-decoration: none;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 25px;
  margin-bottom: 0;
  text-decoration: none;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
  text-decoration: none;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  text-decoration: none;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  text-decoration: none;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
  text-decoration: none;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}

.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;
  text-decoration: none;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  text-decoration: none;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #253d97;
  text-decoration: none;
}

.contact .php-email-form input {
  padding: 20px 15px;
  text-decoration: none;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  text-decoration: none;
}

.contact .php-email-form button[type="submit"] {
  background: #253d97;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  text-decoration: none;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
  text-decoration: none;
}
.underline-unset{
  text-decoration: none;
}
.contact-address h3{
 font-size: 22px;
}
.contact-address p{
  font-size: 16px !important;
  line-height: 2 !important;
}

.vdo-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%,-50%);
  font-size: 68px;
  border-radius: 10%;
  color: #ff0000;
  line-height: 0.5 !important;
  letter-spacing: 0.5 !important;
}

.vdo-icon:hover{
  color: #253d97;
}

.img-logo-cus{
  float: left;
  width: auto;
}

.img-logo{
  width: 130px;
  transition: transform 750ms;
  transition: all 1s ease 0s;

}
.img-logo-hover{
  transition: all 1s ease 0s;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.unset-text-uppercase{
  text-transform: none !important;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


