
/* ---------------------footer----------------------------------------- */
.social {
  display: flex;
  gap: 10px;
  justify-content: center;
}

footer.nb-footer {
  background: #000;
}
footer.nb-footer  hr{    border-color: #5e5e5e;}
footer.nb-footer .about {
  margin: 0 auto;
  text-align: center;
}

footer.nb-footer .about p {
  font-size: 13px;
  color: #999;
  margin-top: 30px;
}

footer.nb-footer .about .social-media {
  margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {

  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: #1153ff ;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer.nb-footer .about .social-media ul li img{  width: 30px;
  height: 30px;}
/* footer.nb-footer .footer-info-single .title::after {
  content: "";
  display: block;
  height: 2px;
  width: 54px;
  background: #3a3a3a;
  margin-top: 11px;padding: 0;
} */

.foot {
  display: flex;
  gap: 30px;
  justify-content: end;
}
.footone{
  justify-content: start;
}
footer.nb-footer .about .social-media ul li a:hover {
  background: #1153ff ;
  color: #fff;
  border-color: #1153ff ;
}

footer.nb-footer .footer-info-single {
  margin-top: 10px;

}

footer.nb-footer .footer-info-single .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 0;
  position: relative;
  text-align: left;
  transform: unset;
}
footer.nb-footer .footer-info-single .title2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 0;
  position: relative;
  text-align: center;
  transform: unset;
  width: 83% !important;
}
footer.nb-footer .footer-info-single ul{margin-top: 15px;}
footer.nb-footer .footer-info-single ul li{	background: url("../images/double-arrow.svg");
	    background-repeat: no-repeat;
    background-size: 15px 10px;
    background-position: 7px;
    padding-left: 30px;}
footer.nb-footer .footer-info-single ul li a {

  font-size: 14px;
  display: flex;
  color: #aaa;
  padding: 2px 0;
  text-decoration: none;
  line-height: 2;
  align-items: baseline;
}
footer.nb-footer .footer-info-single ul li a i{margin-right: 6px;}
footer.nb-footer .footer-info-single ul li a:hover {
  color: #1153ff ;
}

footer.nb-footer .footer-info-single p {
  font-size: 13px;
  line-height: 20px;
  color: #aaa;
}

footer.nb-footer .copyright {
  background: #000;
  padding: 7px 0;
  color: #999;
}

footer.nb-footer .copyright p {
  margin: 0;
  padding: 0;
}
/*---------------------HAVE A PROJECT SECTION-------------------*/
.subs {
  background-color: #141414;
  padding: 20px 0;
}
.subs h3 {
  color: white;
}
.subs p {
  color: white;
}
.let-btb {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  background: #1153ff  !important;
  color: white !important;
  border-radius: 63px;
  padding: 15px 28px;
  line-height: 1;
text-decoration: none;
}

/* -----------------------------------------responsive----------------------- */
@media screen and (min-width: 200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) {

footer.nb-footer .footer-info-single ul li a {
  font-size: 16px;
}
}

/* -- -------------------------*/
@media screen and (min-width: 200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.25) {

}


/* ------------------------ */
@media screen and (min-width: 200px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.50) {
 
footer.nb-footer .footer-info-single ul li a {
  font-size: 12px;
}

}

/* ------------------------------ */
@media screen and (min-width: 200px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.50) {
  footer.nb-footer .footer-info-single ul li a {
    font-size: 14px;
}

}

/**************************************************************/
/*Contact us small popup css */

.siteform {
  background: rgba(0, 0, 0, 0.7);
}
.siteform .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem 1rem 1rem;
}
.siteform .modal-header {
  background-color: #1153ff ;
  border-radius: 0;
}
.siteform .modal-header .close {
  color: #fff;
  border: none;
  background: none;
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.siteform .modal-title {
  margin: 0;
  left: 1;
  line-height: 1;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.siteform .modal-title span {
  font-weight: 600;
}
.siteform .modal-content {
  border-radius: 0;
  border: 0;
}
.siteform .form-group {
  position: relative;
  margin-bottom: 1rem;
}
.siteform .form-control {
  border: 0;
  border-bottom: 1px solid #999;
  border-radius: 0;
}
.siteform .form-control:focus,
.siteform .form-control:hover {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.siteform .fs-label {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 0.2s;
  opacity: 0.5;
}
.siteform .form-control:focus + .fs-label,
.siteform .form-control:valid + .fs-label,
.siteform input.form-control[type="email"]:not(:placeholder-shown) ~ .fs-label {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  top: 12px;
  color: #999;
}
footer.nb-footer .about .social-media li:hover svg path{
  fill:white !important
}


@media screen and (min-width: 200px) and (max-width: 768px) {
 
 
  .foot {
    justify-content: start;
  }
  .footone{
    justify-content: start;
  }
  .two-part-title h2 {
    font-size: 26px;
  }
  }
  