/* body {
  background: url(images/bg/bodybg.jpg) no-repeat center center fixed; 
	background-size: cover;
	linear-gradient(45deg,#43DDE6 0%,#9870FC 100%)

	background-color: #43DDE6!important;
	opacity: .8;
	background: url(images/bg/bodybg.webp) no-repeat center center fixed;
	background-size: cover; 
} */

header {
  background: linear-gradient(30deg, #43dde6 0%, #9870fc 100%);
  border-bottom: 1px solid #fff;
}

.navbar-nav li {
  font-size: 16px;
  font-weight: 900;
}

.navbar-nav li:hover {
  background-color: #fff;
}

.navbar-nav li:hover a {
  color: #1f7dd2 !important;
}

.devider {
  border-bottom: 1px solid #fff;
}

/*.overlay{
    top: 0;
    bottom: -2;
    left: 0;
    right: 0;
	background: linear-gradient(45deg,#43DDE6 0%,#9870FC 100%);
	opacity: .7;	
  	z-index: -1;
} */

.hero {
  color: #4fcee9;
  text-shadow: 4px 3px 4px #2126b8;
  font-size: 40px;
  letter-spacing: 0.03em;
  font-family: "Righteous", cursive;
}

.services {
  /* background-image: url(images/bg/bodybg.webp); */
  background: url(images/bg/bodybg.webp) no-repeat center center fixed;
}

.services::before {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 93%;
  background-color: #9475fb;
  opacity: 0.8;
  content: "";
}

.services h1 {
  font-size: 2.2rem;
  text-align: center;
}

.services h1,
.services p,
.services a {
  position: relative;
  color: #fff;
  font-weight: 900;
}

.services-list {
  list-style-type: none;
  position: relative;
  /*border: 1px solid #000;*/
}

ul.services-list li.list-head {
  font-size: 24px;
  font-weight: 700;
}

ul.services-list li {
  color: #fff;
  /*border-bottom: 1px solid #000;*/
  padding: 2px 5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

ul.services-list li:last-child {
  border-bottom: 0;
}

ul.services-list li i {
  color: #fff;
  margin: 0 10px;
}

/*-------- clients carousel ---------- */

/* .clients-carousel {
  align-items: center;
  background: #e3e3e3;
  display: flex;
  height: 100vh;
  justify-content: center;
} */

/* @mixin white-gradient {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
} */

/* $animationSpeed: 40s; */

/* // Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 5));
  }
}

/* // Styling */
.cslider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 960px; */
}

.cslider::before,
.cslider::after {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.cslider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.cslider::before {
  left: 0;
  top: 0;
}

.slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 6);
}

.cslide {
  height: 100px;
  width: 250px;
}

.clients-carousel h1 {
  text-align: center;
}

.bb {
  padding: 3px 20px;
  background-color: #9870fc;
  width: 100px;
}

.herohead {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*-------- clients carousel End ---------- */

footer {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* ----------header footer and homepage css end --------- */

/*------ Contact us page CSS -----*/

.contact-details {
  background: url(images/bg/bodybg.webp) no-repeat center center fixed;
  background-size: cover;
  position: relative;
  padding: 30px 40px 20px 30px;
}

.contact-details::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* background-color: #59C1EC; */
  background: linear-gradient(30deg, #43dde6 0%, #9870fc 100%);
  opacity: 0.8;
  content: "";
  border-radius: 5px;
}

.address-block {
  padding: 30px;
  /* border-right: 1px solid rgba(33, 37, 41, 0.8);
	color: #FFF; */
  background-color: rgba(125, 175, 241, 0.8);
}

.address-block h1 {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.87);
}

.address-block ul {
  position: relative;
  list-style-type: none;
  text-align: center;
}

.address-block ul li {
  margin-bottom: 10px;
  font-weight: 700;
}

.address-block ul li i {
  margin-right: 10px;
}

.contact-form h1 {
  text-align: center;
  /* color: #FFF; */
  font-size: 28px;
  font-weight: 700;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.87);
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 600;
  box-shadow: 3px 3px 8px 1px rgba(108, 117, 125, 0.87);
  color: #000 !important;
}

.contact-form ::placeholder {
  color: #000;
}

.btn-s {
  background-color: transparent;
  border: 1px solid #fff;
  /* color: #FFF; */
  font-weight: 700;
  box-shadow: 3px 3px 8px 1px rgba(108, 117, 125, 0.87);
  margin: 0 40%;
  /* 10px 10px 3px -5px rgba(0,0,0,0.87); */
}

.btn-s:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #fff;
  box-shadow: 2px 2px 6px 1px rgba(255, 255, 255, 0.87);
}

.map-view iframe {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 2px 2px 6px 1px rgba(108, 117, 125, 0.87);
}

/*------ Contact us page CSS ends -----*/

/* ---------- Grid Gallery page -------- */

.gallery {
  background-color: #f8f8ff;
}

.grow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gcolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 15px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gcolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gcolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.gcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  border-radius: 3px;

  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.gcolumn img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70vw;
  height: 85vh;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff !important;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.modal-content img {
  /* margin-bottom: -4px; */
  width: 70vw;
  height: 85vh;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
/* ---------- Grid Gallery page ends -------- */

/* -------------- Services Page css ------------- */

.servicespage .ph {
  background-color: #f8f8ff;
  display: flex;
  padding: 30px 0;
  justify-content: space-around;
}

.servicespage img {
  width: 100px;
}

.pageheading {
  color: #4fcee9;
  text-shadow: 4px 3px 4px #2126b8;
  font-size: 40px;
  letter-spacing: 0.03em;
  font-family: "Righteous", cursive;
  padding: 10px 12px;
  border-left: 5px solid #4fcee9;
  border-right: 5px solid #9870fc;
  border-top: 5px solid #4fcee9;
  border-bottom: 5px solid #9870fc;
  text-align: center;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5); */
}

/* Responsive layout - tablet */
@media screen and (max-width: 800px) {
  .gcolumn {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout mobile */
@media screen and (max-width: 600px) {
  .servicespage .ph {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  .servicespage img {
    width: 70px;
    margin: 10px 0;
  }

  .pageheading {
    font-size: 35px;
    padding: 10px 12px;
    border-left: 3px solid #4fcee9;
    border-right: 3px solid #9870fc;
    border-top: 3px solid #4fcee9;
    border-bottom: 3px solid #9870fc;
    text-align: center;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5); */
  }
}

/* -------------- Services Page css ends ------------- */
