/*!
 * Author: Akash Bhadange
 */
html {
  scroll-behavior: smooth;
}
 body {
  font-family: 'Open Sans', sans-serif;
  background-image: url(../assets/backDrop.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  background-attachment: fixed;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  letter-spacing: 0.03em;
  overflow-x: hidden;
}

/*SCROLLBAR*/
body::-webkit-scrollbar {
  width: 0.75em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 232, 214, 0.8);
}
 
body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 167, 4);
  border-radius: 30px;
}
/*SCROLLBAR END*/
a {
  color: #7447ae;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
section {
  width: 100%;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  border-radius: 5px;
}
.gold {
  color: rgb(255, 167, 4);
  text-shadow: 0 0 10px rgba(115, 115, 115, 0.199);
}
.lightBackDrop {
  color: rgba(255, 232, 214, 0.8);
}
.pink {
  color: #ff2a75;
}
.grey {
  color: #4d4d4d;
}

/* Hero Section */
header.hero {
  color: #fff;
  padding-bottom: 80px;
  text-align: center;
}

header.hero .hero-text {
  margin-top: 15%;
  margin-bottom: 20%;
  color: rgb(255, 255, 255);
  width: 100%;
}
header.hero .hero-text img {
  width: 200px;
  margin-top: 40px;
}
header.hero .hero-text h4 {
  line-height: 25px;
  margin: 10px 0px -35px 0px;
}
header.hero .hero-text .social-links {
  width: 100%;
  float: left;
  text-align: center;
}
header.hero .hero-text .social-links li {
  width: 30px;
  margin: 0px 10px;
}
header.hero .row {
  position: relative;
}
a.menu {
  position: absolute;
  right: 0;
  top: 3em;
}
a.menu img {
  max-width: 40px;
}
a.menu:hover {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
}
header.hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1.4em;
}
header.hero h1 span,
header.hero h3 {
  font-weight: 300;
}
header.hero .btn {
  margin: 4em 0 3em 0;
  background: none;
  border: 3px solid rgb(255, 167, 4);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
header.hero .btn:hover {
  background-color: rgb(255, 167, 4);
}

ul.social-links li {
  display: inline-block;
}
ul.social-links li a {
  padding: 5px;
  opacity: 0.6;
}
ul.social-links li.label {
  font-size: 20px;
  opacity: 0.6;
  font-weight: 400;
}
ul.social-links li a:hover {
  opacity: 1;
}
ul.social-links li a img {
  max-height: 30px;
  margin-bottom: 50px;
}


/* Case study */
.case-study .col-md-12 {
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  padding: 5em 3em;
  background-color: rgba(255, 232, 214, 0.8);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.heading_s1 h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
.heading_s1 p {
  margin: 0px 10px;
  font-family: 'Montserrat', sans-serif;
  color: rgb(70, 70, 70);
  font-weight: 400;
  font-size: 1.2em;
}
h1.heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: rgba(255, 232, 214, 1);
  font-size: 3em;
  position: relative;
  padding-bottom: 10px;
}
h1.heading span {
  font-weight: 600;
}
h1.heading:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 3px;
  width: 100px;
}


.swiper-container {
  width: 100%;
  height: 100%;
  padding: 4em 1em;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.client-box {
  background-color: rgba(255, 232, 214, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding: 3.5em 2em;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.client-box .client-logo {
  max-height: 120px;
  opacity: 0.4;
}
.client-box h3.title {
  color: #4e4c58;
  margin-bottom: 2em;
}
.client-box a {
  color: #333;
  font-style: italic;
  opacity: 0.5;
}
.client-box.swiper-slide-next {
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.swiper-button-next, .swiper-button-prev {
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 5em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../assets/arrow-right.png);
  right: -40px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../assets/arrow-left.png);
  left: -40px;
}

.mb-4 .heading {
  margin-left: 50px;
}

/* Testimonial */
.testimonial-box {
  padding: 2em;
  background-color: rgba(255, 232, 214, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  color: rgb(70, 70, 70);
  border-radius: 5px;
  font-weight: 300;
  min-height: 400px;
}

.testimonial-box h3 {
  font-family: 'Montserrat', sans-serif;
  color: rgb(122, 86, 70);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
}
.testimonial-box p.name {
  font-family: 'Montserrat', sans-serif;
  color: rgb(70, 70, 70);
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0;
}


/* Statistics */
.stats {
  margin: 4em 0;
}
.stat-box {
  padding: 4em;
  margin-top: 4em;
  margin-bottom: 4em;
}
.stat-box h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 5.6em;
}
.stat-box h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #4e4c58;
  font-size: 2em;
}


/* CONTACT US */
.contact-banner {
  padding: 6em;
}

.contact-banner fieldset {
  width: 100%;
}

.contact-banner .fieldset_blog input,
.contact-banner .fieldset_blog textarea {
  width: 100%;
  padding: 10px;
  margin: 8px;
  border: none;
  box-shadow: 0px 0px 5px #4d4d4d;
  border-radius: 5px;
}

.contact-banner .fieldset_blog button {
  background: none;
  border: 3px solid rgb(255, 167, 4);
  text-decoration: none;
  border-radius: 5px;
  color: white;
  padding: 10px;
  margin: 8px;
  width: 30%;
}
.contact-banner .fieldset_blog button:hover {
  background-color: rgb(255, 167, 4);
}

.contact-banner h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 1em;
}


/* Footer */
.footer {
  background-color: rgba(255, 167, 4, 0.8);
  padding: 5em;
}
.footer img {
  width: 200px;
  margin: 0px 20px 30px 20px;
}
.footer ul.social-links li a {
  padding-left: 12px;
  padding-right: 12px;
}
.footer ul.social-links li a img {
  max-height: 40px;
  margin: 0;
  width: 30px;
}

/* Sub-footer */
.sub-footer {
  padding: 2em;
  color: rgb(70, 70, 70);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0 0 -50px 0;
}
.sub-footer p {
  font-size: 1.2em;
}
.sub-footer p a {
  color: #fff;
}
.sub-footer p a:hover {
  opacity: 0.8;
}


/* Main navigation */
nav {
  height: 40px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 3em;
  cursor: pointer;
  transition: .25s ease-in-out;
}
#menu-toggle {
  width: 40px;
  clear: both;
  float: right;
}
#menu-toggle span.line {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #fff;
  transition: .25s ease-in-out;
}
#menu-toggle .hamburger span.line {
  margin-bottom: 0.45em;
  clear: both;
  float: right;
}
#menu-toggle .hamburger span.line:nth-child(1) {
  width: 30px;
  transition-delay: .25s;
}
#menu-toggle .hamburger span.line:nth-child(2) {
  transition-delay: .325s;
}
#menu-toggle .hamburger span.line:nth-child(3) {
  width: 20px;
  transition-delay: .475s;
}

#menu-toggle .cross span.line {
  width: 0px;
  position: absolute;
  top: 10px;
  right: 0;
}
#menu-toggle .cross span.line:nth-child(1) {
  transform: rotate(45deg);
  transition-delay: .0s;
}
#menu-toggle .cross span.line:nth-child(2) {
  transform: rotate(-45deg);
  transition-delay: .25s;
}

#menu-toggle.open .hamburger span.line {
  width: 0px;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}

#menu-toggle.open .cross span.line:nth-child(1) {
  width: 40px;
  transition-delay: 1s;
}
#menu-toggle.open .cross span.line:nth-child(2) {
  width: 40px;
  transition-delay: 1.25s;
}

ul.main-nav {
  padding-right: 20px;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: .25s all;
}
ul.main-nav li {
  display: inline-block;
}
ul.main-nav li a {
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
}
ul.main-nav li a:hover {
  color: #ffbe61;
}
ul.main-nav.show-it {
  opacity: 1;
  visibility: visible;
  transition-delay: .25s;
}



/* Let's optimise it for mobile devices */

@media (max-width: 720px){
  .btn-lg {
    padding: .8em 3em;
    font-size: .8em;
  }
  h1.heading {
    font-size: 2em;
  }
  header.hero {
    text-align: center;
    padding-bottom: 0;
  }
  header.hero h1 {
    font-size: 2em;
    margin-top: 1.5em;
  }
  header.hero h3 {
    font-size: 1.2em;
    line-height: 1.6em;
  }
  ul.social-links li.label {
    display: block;
    font-size: 16px;
    margin-bottom: 1em;
  }
  ul.social-links li a {
    opacity: 1;
  }
  .testimonial {
    padding-top: 3rem;
  }
  .case-study .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-study .col-md-12 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  /*Swiper classes*/
  .client-box.swiper-slide-next {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .swiper-container {
    padding: 4em 0em;
  }
  .client-box {
    padding: 1em;
    text-align: center;
  }
  .stat-box {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .stat-box h1 {
    font-size: 3.6em;
  }
  .stat-box h3 {
    font-size: 1.4em;
  }
  
  .footer {
    padding: 1em 0em;
  }
}






