/**
* Template Name: Arsha - v4.7.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: #F5F6FD;
	background-color: #F5F6FD !important;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}
.swiper-wrapper {
        height: auto !important;
}


@media (max-width: 767px) {
  .img-content2 {
    position: static;
    margin-left: -5%;
  }
  .img-content4 {
    position: unset;
    margin-top: 0;
    margin-left: 10%;
  }
  .img-content3 {
    position: unset;
    margin-left: 10%;
  }
  .heading23 {
    position: unset;
    margin-left: 22%;
  }
  .img-mobile {
    margin-left: 70%;
    margin-top: -50px;
  }
  .cta p {
    margin-top: 0px;
    margin-left: 30%;
  }
  .box {
    width: 90%;
    margin-left: 5%;
  }
  .slider-test {
    position: static;
  }
} 
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  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;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #843d8d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 15px 0;
	padding-top: 40px;
}
#header.header-scrolled, #header.header-inner-pages {
	background: rgb(236, 233, 255);
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
	height: auto;
	max-width: 180px;
}
#header .bi-x.menu-cancel {
	color: white;
	font-size: 32px;
	transition: all .5s;
	position: fixed;
	right: 100%;
	z-index: 1;
	top: 20px;
	opacity: 0;
	visibility: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 500;
	color: #640685;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
	font-size: 26px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a.active::after {
	content: "";
	background-image: url(/wp-content/themes/spark/assets/img/Path-33.png);
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	left: 30px;
	top: -15px;
	width: 100%;
	max-width: 20px;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}
.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: #843d8d;
}
.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 Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  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(40, 58, 90, 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: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #843d8d;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #47b2e4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #843d8d;
}
.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: #843d8d;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	height: 100vh;
	margin-top: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
#hero .banner-content {
	text-align: center;
}

@media (max-width: 991px) {
  .navbar ul {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    background-color: #ece9ff;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
  }
  .navbar ul.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  #header .bi-x.menu-cancel.click-cancel {
    right: 20px;
    opacity: 1;
    visibility: visible;
  }
  .navbar li {
    padding: 10px 0;
  }
  .navbar a, .navbar a {
    display: block;
    position: relative;
  }
  .navbar a.active::after {
    width: 100%;
    max-width: 20px;
  }
  /* #hero {
    height: 54vh;
    text-align: center;
    margin-top: -60px;
  } */
  .heading1 {
    font-size: 40px;
  }
  .e_logo {
    max-width: 90px;
  }
  .para1 {
    font-size: 16px;
  }
  /*  */
  #header .logo img {
    max-height: 100px;
    max-width: 100px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 50%;
  }
  /* .para1 {
    position: absolute  !important;
    top: 135px !important;
    text-align: center !important;
    right: 0 !important;
    left: 0 !important;
  } */
  /* .heading1 {
    position: absolute !important;
    top: 100px !important;
    text-align: center !important;
     right: 0 !important;
    left: 0 !important;
  } */
  .b_img {
    height: 130% !important;
    width: 100% !important;
    position: relative !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 768px) {
  #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%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.b_img {
	height: 100vh;
	width: 100%;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	opacity: 0.9;
}

.heading1 {
	font-size: 50px;
}

.para1 {
	line-height: 1.4;
	font-size: 18px;
	margin-bottom: 0;
}

.e_logo {
	width: 100%;
	max-width: 100px;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
  .products .img-content2 {
    width: 300px !important;
  }
  .products .img-content1 {
    width: 200px !important;
    top: 10% !important;
    left: 70px !important;
  }
  .products .img-content3 {
    top: -60px !important;
    right: 70px !important;
    width: 200px !important;
  }
  .products .img-content4 {
    width: 200px !important;
    right: 80px !important;
  }
  .products .content5 {
    height: 500px !important;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about .image_about {
	width: 100%;
	height: auto;
	max-width: 400px;
	margin-left: auto;
	display: block;
}

#about .heading2 {
	color: #843D8D;
	font-size: 40px;
	font-weight: 500;
}

#about .text {
	margin-left: 50px;
	max-width: 85%;
}
#about {
	padding: 160px 0;
}

#about .para2 {
	color: gray;
	font-size: 18px;
	line-height: 1.4;
}
#about .col-md-7 {
	align-self: center;
}
#about .about-box {
	background-image: url(/wp-content/themes/spark/assets/img/Rectangle2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid white;
	box-shadow: 0 0 60px 30px #efecff;
	padding: 0 10px;
	max-height: 500px;
	display: flex;
	align-items: center;
}


.img-content {
  height: 250px;
  width: 250px;
  position: absolute;
  margin-top: -24%;
  margin-left: 48px;
}

/*.products {
  background-color: #000;
}
*/
.products .img-content1 {
	height: auto;
	width: 350px;
	position: absolute;
	top: 12%;
	left: 120px;
	z-index: 1;
}

.para4 {
  position: absolute;
    margin-top: -10%;
    z-index: 1;
    margin-left: 11%;
    color: #000;
}

.products .img-content2 {
	height: auto;
	width: 500px;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 0;
}

.products .img-content3 {
	position: absolute;
	height: auto;
	width: 350px;
	z-index: 1;
	top: -180px;
	right: 140px;
}

.products .img-content4 {
	position: absolute;
	height: auto;
	width: 350px;
	bottom: 0;
	right: 140px;
}

.content5 {
	margin-left: 0;
}
.products .content5 {
	position: relative;
	display: flex;
	margin-top: 50px;
	height: 770px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
  color: #848484;
}
.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.img11 {
  background-image: url(/wp-content/themes/spark/assets/img/garej.jpg);
}

.heading124 {
  color: #843D8D;
  text-align: center;
}
#team h1 {
	font-size: 40px;
}
.box {
	width: 70%;
	margin: 40px;
	margin-left: auto;
	margin-right: auto;
}
.portfolio p {
	max-width: 520px;
	font-size: 18px;
	line-height: 1.4;
	color: #0C0B0C;
	font-weight: 100;
}

.portfolio {
  background-color: #f3f5fa;
}
#portfolio h1 {
	font-size: 40px;
}
#portfolio .swiper-pagination-bullet-active {
  background-color: #843D8D !important;
}

.para5 {
    color: #000;
    width: 75%;
}

.portfolio .slider-test {
	width: 280px;
	height: 280px;
	position: absolute;
	bottom: -60px;
	right: -60px;
}
.slider-box {
	padding: 40px 0;
	padding-left: 80px;
	position: relative;
	background: linear-gradient(90deg, rgba(255,255,255,1) 45%, rgba(227,226,239,1) 100%);
	border-radius: 120px;
	border-bottom-right-radius: 200px;
	border-top-right-radius: 20px;
  border: 2px solid white;
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	/* background: linear-gradient(rgba(132 61 141), rgba(0, 0, 0, 0.5)), url("../img/garej.jpg") fixed center center; */
	/* background-size: cover; */
	padding: 0;
}
.products {
	overflow: visible;
}
.products .heading123 {
	display: inline-block;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.products h1 {
	font-size: 40px;
	font-weight: 500;
	color: #843D8D;
}
.products p {
	font-size: 38px;
	line-height: 1;
	font-weight: 100;
	color: #843D8D;
	margin: 0;
}
.cta p {
  color: #fff;
  position: absolute;
    margin-top: -40px;
    margin-left: 42%;
    font-size: 10px;
}
.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  

}
@media (max-width: 375px) {
  .heading23 {
    margin-left: 0px !important;
  }
  /* .mobile-img {
    margin-left: 34% !important;
  } */
  .img-mobile {
    margin-left: -60px !important;
  }
  .content5 {
    margin-left: 0px !important;
  }
  /* .img-content2 {
    position: static !important;
    margin-top: -42% !important;
    margin-left: -45px !important;
  }
  .img-content3 {
    position: static !important;
    margin-left: 0px !important;
    margin-top: -40% !important;
  }
  .img-content2 {
    position: unset;
    margin-top: -42% !important;
    margin-left: -45px !important;
  } */
  /* .img-content1 {
    margin-left: -30px !important;
  } */
  .box {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .slider-test {
    margin-top: -50% !important;
  }
  .heading124 h1 {
    font-size: 20px !important;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .heading23 {
    margin-left: 0px;
  }
}


.mobile-img {
	height: auto;
	width: 100%;
}
/* #cta .mobile-img {
	width: 100%;
} */

.heading23 {
  position: absolute;
    margin-top: -100px;
    margin-left: 40%;
    color: #fff;
    font-size: 50px;
}

.img-mobile {
  height: 30px;
    margin-left: 23px;
    margin-top: 14px;
    position: absolute;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.swiper-pagination {
  position: static !important;
  margin-top: 15px !important;
}




/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	position: relative;
	padding: 40px 60px;
	transition: 0.5s;
	border-radius: 140px;
	align-items: center !important;
	box-shadow: 0 0 40px 0px #efecff;
	background: linear-gradient(110deg, rgba(227,226,239,1) 0%, rgba(255,255,255,1) 45%);
	border: 2px solid white;
}
#team .mt-4 {
	margin-top: 40px !important;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
}
.team .member .pic img {
	transition: ease-in-out 0.3s;
	max-width: 50px;
	height: auto;
}
.team .member:hover {
	transform: translateY(-10px);
	background: rgb(227,226,239);
}
.team .member .member-info {
	padding-left: 10px;
}
.team .member h4 {
  /*font-weight: 700;*/
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
.team .member span {
	font-size: 20px;
	padding-bottom: 10px;
	position: relative;
	font-weight: normal;
}
/* .team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
} */
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .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: #eff2f8;
}
.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #47b2e4;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #000;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
.footer-btn {
	background-color: #000;
	color: #fff;
	border-radius: 40px;
	border: none;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 60px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.mt-3 {
    margin-top: 9rem!important;
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}
#footer .footer-top {
	padding: 60px 0;
	background-color: #f3f5fa;
}
#footer .footer-top .footer-contact {
	align-self: center;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
	margin-bottom: 0;
	align-self: end;
	display: flex;
	justify-content: center;
}
#footer .footer-top .footer-links ul li:last-child {
	padding-bottom: 0;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: gray;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}
#footer .social-links.mt-3 {
	margin-left: auto;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #843d8d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
	color: white;
	padding: 20px 0;
}
#footer .copyright {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}



/*  */



@media (max-width: 1399px) {
  .products .img-content1 {
    left: 40px;
  }
  .products .img-content3 {
    right: 70px;
  }
  .products .img-content4 {
    right: 70px;
  }
  .team .member {
    padding: 40px 40px;
  }
  
}

@media (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100% !important;
  }
  .heading1 {
    font-size: 45px;
  }
  .para1 {
    font-size: 17px;
  }
  #about {
    padding: 140px 0;
  }
  #about .image_about {
    max-width: 350px;
  }
  #about .about-box {
    max-height: 450px;
  }
  #about .heading2 {
    font-size: 35px;
  }
  #about .para2 {
    font-size: 17px;
  }
  .products h1 {
    font-size: 35px;
  }
  .products p {
    font-size: 33px;
  }
  .products .img-content2 {
    width: 400px;
  }
  .products .img-content1 {
    width: 300px;
    top: 10%;
    left: 150px;
  }
  .products .img-content3 {
    top: -130px;
    right: 160px;
    width: 300px;
  }
  .products .img-content4 {
    width: 300px;
    right: 160px;
  }
  .products .content5 {
    height: 680px;
  }
  section {
    padding: 40px 0;
  }
  #portfolio h1 {
    font-size: 35px;
  }
  .box {
    width: 60%;
    margin-top: 30px;
  }
  .slider-box {
    padding: 30px 80px;
  }
  .portfolio .slider-test {
    width: 240px;
    height: 240px;
    bottom: -40px;
  }
  #team h1 {
    font-size: 35px;
  }
  .team .member h4 {
    font-size: 19px;;
  }
  .team .member span {
    font-size: 19px;
  }
  .team .member .pic img {
    max-width: 40px;
    margin: 0 auto;
    display: block;
  }
  .footer-btn {
    font-size: 18px;
  }

}

@media (max-width: 1024px) {
  .products .img-content2 {
    width: 350px;
  }
  .products .img-content1 {
    width: 250px;
    top: 10%;
    left: 130px;
  }
  .products .img-content3 {
    top: -110px;
    right: 140px;
    width: 250px;
  }
  .products .img-content4 {
    width: 250px;
    right: 140px;
  }
  .products .content5 {
    height: 560px;
    margin-top: 0px;
  }

}


@media (max-width: 991px) {
  .e_logo {
    max-width: 90px !important;
  }
  .para1 {
    font-size: 16px;
  }
  #header .logo img {
    max-width: 140px;
  }
  #header {
    padding-top: 15px;
  }
  #about .image_about {
    max-width: 300px;
  }
  #about .about-box {
    max-height: 400px;
  }
  #about .heading2 {
    font-size: 30px;
  }
  #about .para2 {
    font-size: 16px;
  }
  #about {
    padding: 100px 0;
  }
  section {
    padding: 30px 0;
  }
  .products h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .products .img-content2 {
    width: 320px;
  }
  .products .img-content1 {
    width: 220px;
    top: 10%;
    left: 150px;
  }
  .products .img-content3 {
    top: -80px;
    right: 160px;
    width: 220px;
  }
  .products .img-content4 {
    width: 220px;
    right: 160px;
  }
  .products .content5 {
    height: 520px;
  }
  #portfolio h1 {
    font-size: 30px;
  }
  .portfolio p {
    font-size: 17px;
  }
  .products p {
    font-size: 28px;
  }
  .portfolio .slider-test {
    width: 200px;
    height: 200px;
    bottom: -10px;
  }
  #team h1 {
    font-size: 30px;
  }
  .team .member h4 {
    font-size: 17px;
  }
  .team .member span {
    font-size: 17px;
  }
  .box {
    width: 70%;
  }
  .footer-btn {
    font-size: 15px;
    padding: 10px 40px;
  }
  #footer .footer-top .social-links a {
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  #hero h1 {
    font-size: 26px;
  }
  .e_logo {
    max-width: 80px !important;
  }
  .para1 {
    font-size: 15px;
  }
  #about .about-box {
    height: auto;
    max-height: 100%;
    padding: 10px;
  }
  #about .text {
    margin-left: 0;
    max-width: 100%;
    margin-top: 20px;
  }
  #about .image_about {
    margin: 0 auto;
  }
  #about .heading2 {
    font-size: 24px;
  }
  #about .para2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #about {
    padding: 50px 0;
  }
  .products h1 {
    font-size: 24px;
  }
  .products p {
    font-size: 22px;
  }
  section {
    padding: 20px 0;
  }
  #portfolio h1 {
    font-size: 24px;
  }
  .box {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .portfolio .slider-test {
    width: 160px;
    height: 160px;
    bottom: 0px;
    right: -30px;
  }
  .portfolio p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .para5 {
    font-size: 15px;
  }
  #team h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .team .member h4 {
    font-size: 15px;
  }
  .team .member span {
    font-size: 15px;
  }
  #team .mt-4 {
    margin-top: 30px !important;
  }
  #footer .footer-top .footer-links {
    justify-content: start;
    margin-top: 50px;
  }
  #footer .social-links.mt-3 {
    margin: 0;
  }
  .products .img-content2 {
    position: unset;
    transform: none;
    width: 250px !important;
    margin: 0;
  }
  .products .img-content1 {
    position: unset;
    width: 150px !important;
  }
  .products .img-content3 {
    position: unset;
    width: 150px !important;
    margin: 0;
  }
  .products .img-content4 {
    position: unset;
    width: 150px !important;
    margin: 0;
  }
  .products .content5 {
    margin-top: 20px;
    flex-wrap: wrap;
    height: auto !important;
  }
  .products .content5 {
    justify-content: center;
  }
}

@media (max-width: 599px) {
  #about .image_about {
    max-width: 250px;
  }
  #about .heading2 {
    font-size: 22px;
  }
  .products h1 {
    font-size: 22px;
  }
  .products p {
    font-size: 20px;
  }
  #portfolio h1 {
    font-size: 22px;
  }
  #team h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .slider-box {
    padding: 20px 50px;
  }
}

@media (max-width: 479px) {
  .para1 {
    font-size: 14px;
  }
  #hero h1 {
    font-size: 24px;
  }
  .e_logo {
    max-width: 70px !important;
  }
  #about {
    padding: 30px 0;
  }
  #about .heading2 {
    font-size: 20px;
  }
  #about .para2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .products h1 {
    font-size: 20px;
  }
  .products p {
    font-size: 18px;
  }
  #portfolio h1 {
    font-size: 20px;
  }
  .portfolio p {
    font-size: 14px;
  }
  .para5 {
    font-size: 14px;
  }
  .portfolio .slider-test {
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: -10px;
  }
  .para5 {
    color: #000;
    width: 90%;
  }
  #team h1 {
    font-size: 20px;
  }
  .team .member {
    padding: 20px 20px;
  }
  .team .member .pic {
    width: 120px;
  }
  #team .mt-4 {
    margin-top: 20px !important;
  }
  .team .member .pic img {
    max-width: 30px;
  }
  .footer-btn {
    font-size: 14px;
  }
  #footer .copyright {
    font-size: 14px;
  }
  #footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .box {
    width: 99%;
  }
  .products .content5 {
    justify-content: center;
  }
  .products .img-content3 {
    margin-left: 0;
  }
  .products .img-content2 {
    margin: 0;
  }
  .products .img-content4 {
    margin: 0;
  }
}

@media (max-width: 375px) {

}