body, .form-control, .btn, p {
    font-family: 'Poppins', sans-serif;
}
.topBtn a{
    font-family: 'Oswald', sans-serif;
}
a,
.btn,
.navbar {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

a:focus,
.btn:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

body {
  background: url("../images/bg.jpg") repeat-y center;
  background-size: 100%;
}

header nav.innerNavbar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content {
  margin-bottom: 100px;
}

.locationLink {
  padding-bottom: 70px;
  margin-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.title {
  overflow: hidden;
}

.title .text {
  display: inline-block;
  position: relative;
}

.title .text p, .title .text a, .title .text .txt {
  font-size: 110px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 5px 0 #ff3479, -5px 0 #00caeb;
  line-height: 1;
}

.title .text a {
  text-decoration: none;
}

.title .text a:hover {
  text-shadow: 2px 0 #ff3479, -2px 0 #00caeb;
}

.title.titleLeft .text:before, .title.titleLeft .text:after, .title.titleRight .text:before, .title.titleRight .text:after {
  position: absolute;
  content: "";
  height: 16px;
  background: #fff;
  width: 100%;
  top: 50%;
  margin-top: -8px;
}

.title.titleLeft .text:before, .title.titleRight .text:before {
  border-right: 5px solid #ff3479;
}

.title.titleLeft .text:after, .title.titleRight .text:after {
  border-left: 5px solid #00caeb;
}

.title.titleLeft .text:before {
  left: auto;
  right: 100%;
  margin-right: 15px;
}

.title.titleLeft .text:after {
  width: 1900px;
  left: 100%;
  right: auto;
  margin-left: 15px;
}

.title.titleRight {
  text-align: right;
}

.title.titleRight .text:before {
  width: 1900px;
  left: auto;
  right: 100%;
  margin-right: 15px;
}

.title.titleRight .text:after {
  left: 100%;
  right: auto;
  margin-left: 15px;
}
.teamMembers{
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.eachMember {
    text-align: center;
    width: 40%;
    margin-right: 4%;
}
.teamMembers h3{
    color: #fff;
    margin-top:20px;
}
.eachMember img {
    width: 60%;
    border: 10px solid #ededed;
    border-radius: 10px;
}
@media (max-width: 1799.98px) {
  .title .text p, .title .text a, .title .text .txt {
    font-size: 64px;
    text-shadow: 3px 0 #ff3479, -3px 0 #00caeb;
  }
  .title .text a:hover {
    text-shadow: 1px 0 #ff3479, -1px 0 #00caeb;
  }
  .title.titleLeft .text:before, .title.titleLeft .text:after, .title.titleRight .text:before, .title.titleRight .text:after {
    height: 10px;
    margin-top: -5px;
  }
  .locationLink {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1199.98px) {
  .title .text p, .title .text a, .title .text .txt {
    font-size: 50px;
    font-weight: 500;
    text-shadow: 2px 0 #ff3479, -2px 0 #00caeb;
  }
  .title .text a:hover {
    text-shadow: 1px 0 #ff3479, -1px 0 #00caeb;
  }
  .locationLink {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}

@media (max-width: 991.98px) {
    .eachMember {
        width: 100%;
        text-align: left;
    }
  .title .text p, .title .text a, .title .text .txt {
    font-size: 50px;
    text-shadow: 2px 0 #ff3479, -2px 0 #00caeb;
  }
  .title.titleLeft .text:before, .title.titleLeft .text:after, .title.titleRight .text:before, .title.titleRight .text:after {
    height: 6px;
    margin-top: -3px;
  }
  .locationLink {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .title .text p, .title .text a, .title .text .txt {
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
  }
  .title .text p:hover, .title .text a:hover, .title .text .txt:hover {
    text-shadow: none;
  }
  .title.titleLeft .text:before, .title.titleLeft .text:after, .title.titleRight .text:before, .title.titleRight .text:after {
    height: 4px;
    margin-top: -2px;
  }
  .content {
    padding-top: 100px;
    margin-bottom: 50px;
  }
}

.preloader {
  background-color: #FFF;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
}

.preloader .spinner-border {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.scrolltotop {
  position: fixed;
  bottom: -50px;
  right: 21px;
  color: #fff;
  border-radius: 40px;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  opacity: 0;
  z-index: 1000;
  padding: 0px;
  border: none;
  font-size: 0.75rem;
}

.scrolltotop:hover {
  color: #fff;
}

.scrolltotop,
.scrolltotop i,
.scrolltotop i:before {
  height: 36px;
  width: 36px;
  line-height: 34px;
  display: block;
}

.show-to-top {
  opacity: 1;
  bottom: 15px;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  padding: 0 !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kzh6b6");
  src: url("../fonts/icomoon.eot?kzh6b6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kzh6b6") format("truetype"), url("../fonts/icomoon.woff?kzh6b6") format("woff"), url("../fonts/icomoon.svg?kzh6b6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-whatsapp:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

header .navbar {
  padding-top: 44px;
  padding-bottom: 44px;
}

header .topBtn {
  width: 313px;
}

header .topBtn a {
  display: inline-block;
}

@media (max-width: 1799.98px) {
  header .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header .topBtn {
    width: 200px;
  }
  header .navbar-brand img {
    max-width: 120px;
  }
}

@media (max-width: 1199.98px) {
  header .navbar, header nav.innerNavbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .topBtn {
    width: 170px;
  }
}

@media (max-width: 991.98px) {
  header .navbar, header nav.innerNavbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .topBtn {
    width: 170px;
  }
  header .navbar-brand img {
    max-width: 90px;
  }
}

@media (max-width: 767.98px) {
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #1f1d34;
  }
  header .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  header .navbar .navbar-brand img {
    width: 70px;
  }
  header .navbar .whatsappBtn {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
  }
  header .navbar .navbar-toggler {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  header .navbar .navbar-nav {
    padding-top: 15px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
  }
  header.active .navbar .navbar-brand img {
    width: 50px;
  }
}

footer {
  padding-bottom: 50px;
}

footer .footerTop {
  margin-bottom: 60px;
}

footer .footerTop .socialMedia p {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

footer .footerTop .socialMedia ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

footer .footerTop .socialMedia ul li {
  padding-right: 20px;
}

footer .footerTop .socialMedia ul li a {
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  display: block;
}

footer .footerTop .socialMedia ul li a:hover {
  color: #00caeb;
}

footer .footerTop .socialMedia ul li:last-child {
  padding-right: 0;
}

footer .footerTop .subscribe {
  position: relative;
}

footer .footerTop .subscribe .form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  width: 400px;
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
}

footer .footerTop .subscribe button {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-radius: 0;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 20px;
  padding-left: 20px;
}

footer .footerTop .subscribe button:hover {
  opacity: 0.8;
}

footer .footerTop .subscribe label.error {
  position: absolute;
  left: 0;
  top: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #f00;
}

footer .footerTop .subscribe .successmsg {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: green;
}

footer .footerTop .subscribe .errormsg {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #f00;
}

footer .footerMid {
  margin-bottom: 30px;
}

footer .footerMid h5 {
  font-size: 29px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}

footer .footerMid ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

footer .footerMid ul li a {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
}

footer .footerMid ul li a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}

footer .footerMid ul li a:hover:before {
  width: 100%;
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}

footer .footerBtm p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 4px;
}

footer .footerBtm .copyright {
  margin-bottom: 18px;
}

footer .footerBtm .copyright p {
  font-size: 17px;
  margin-bottom: 3px;
}

@media (max-width: 1199.98px) {
  footer .footerTop .socialMedia p {
    font-size: 24px;
  }
  footer .footerTop .subscribe .form-control {
    width: 300px;
    font-size: 16px;
  }
  footer .footerTop .subscribe button {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  footer .footerTop .socialMedia p {
    font-size: 20px;
  }
  footer .footerTop .socialMedia ul li {
    padding-right: 15px;
  }
  footer .footerTop .socialMedia ul li a {
    font-size: 20px;
  }
  footer .footerTop .subscribe .form-control {
    width: 260px;
  }
  footer .footerTop .subscribe button {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767.98px) {
  footer {
    padding-bottom: 25px;
  }
  footer .footerTop {
    margin-bottom: 40px;
  }
  footer .footerTop .socialMedia {
    margin-bottom: 30px;
  }
  footer .footerTop .socialMedia p {
    font-size: 18px;
  }
  footer .footerTop .subscribe .form-control {
    width: 1%;
    font-size: 14px;
  }
  footer .footerTop .subscribe button {
    font-size: 14px;
  }
  footer .footerMid {
    margin-bottom: 5px;
  }
  footer .footerMid h5 {
    font-size: 22px;
  }
  footer .footerMid ul li a {
    font-size: 16px;
  }
  footer .footerBtm p {
    font-size: 12px;
  }
  footer .footerBtm .copyright p {
    font-size: 14px;
  }
}

.intro {
  padding-top: 260px;
  padding-bottom: 160px;
}

.intro img {
  margin-bottom: 20px;
}

.intro h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 130px;
  color: #fff;
  font-weight: 700;
  text-shadow: 5px 0 #FF3479, -5px 0 #00CAEB;
}
.intro h2 {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.intro p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
}

@media (max-width: 1799.98px) {
  .intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .intro h1 {
    font-size: 100px;
    text-shadow: 3px 0 #FF3479, -3px 0 #00CAEB;
  }
  .intro h2 {
    font-size: 52px;
  }
}

@media (max-width: 1199.98px) {
  .intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .intro h1 {
    font-size: 80px;
    font-weight: 500;
    text-shadow: 3px 0 #FF3479, -3px 0 #00CAEB;
  }
  .intro h2 {
    font-size: 46px;
  }
}

@media (max-width: 991.98px) {
  .intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .intro h1 {
    font-size: 60px;
    font-weight: 500;
    text-shadow: 2px 0 #FF3479, -2px 0 #00CAEB;
  }
  .intro h2 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .intro {
    padding-top: 30px;
  }
  .intro h1 {
    font-size: 34px;
    text-shadow: none;
  }
  .intro h2 {
    font-size: 24px;
    font-weight: 500;
  }
  .intro p {
    font-size: 16px;
    font-weight: 300;
  }
}

.about .title {
  margin-bottom: 40px;
}

.about article {
  margin-bottom: 30px;
}

.about h2 {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 2px 0 #FF3479, -2px 0 #00CAEB;
}

.about p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.teamDescription{
    text-align:left;
}

@media (max-width: 767.98px) {
  .about {
    padding-top: 30px;
  }
  .about h2 {
    font-size: 30px;
    font-weight: 400;
    text-shadow: none;
  }
  .about p {
    font-size: 14px;
    text-shadow: none;
    font-weight: 300;
  }
}

.location {
  margin-bottom: 80px;
}

.location .title {
  margin-bottom: 40px;
}

.location .ratio {
  margin-bottom: 40px;
}

.location .ratio iframe {
  border-radius: 10px;
}

.location address {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 1px 0 #FF3479, -1px 0 #00CAEB;
  text-align: right;
}

@media (max-width: 767.98px) {
  .location {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .location .title {
    margin-bottom: 30px;
  }
  .location address {
    font-size: 16px;
    text-shadow: none;
    font-weight: 400;
  }
}

.gallery {
  margin-bottom: 80px;
}

.gallery .title {
  margin-bottom: 60px;
}

.gallery .card {
  border-radius: 0;
  background: none;
  border: none;
}

.gallery .card .thumbnail {
  border-radius: 0;
  padding: 0;
  border: none;
}

.gallery .card figure {
  margin-bottom: 0;
}
.gallery .card figure img{
    width:100%;
}
@media (max-width: 767.98px) {
  .gallery {
    padding-top: 30px;
  }
  .gallery .title {
    margin-bottom: 30px;
  }
}

.imageGallery .modal-header {
  border: none;
  padding: 0;
  position: relative;
}

.imageGallery .modal-header .btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: #000;
}

.imageGallery .modal-header .btn i, .imageGallery .modal-header .btn i:before {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
}

.imageGallery .modal-header .btn:hover {
  background: #fff;
}

.imageGallery .modal-content {
  border-radius: 0;
}

.imageGallery .modal-body {
  padding: 0;
}

.imageGallery .owl-nav {
  margin-top: 0;
}

.imageGallery .owl-nav .btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 1;
  border: none;
  padding: 0;
  background: white;
  color: #00caeb;
  border-radius: 30px;
  margin: 0;
  margin-top: -18px;
}

.imageGallery .owl-nav .btn i, .imageGallery .owl-nav .btn i:before {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}

.imageGallery .owl-nav .btn:hover {
  background: #00caeb;
}

.imageGallery .owl-nav .btn.owl-prev {
  left: 10px;
}

.imageGallery .owl-nav .btn.owl-next {
  right: 10px;
}

.projects .title {
  margin-bottom: 60px;
}

.projects .projectCarousel {
  padding-left: 50px;
  padding-right: 50px;
}

.projects .owl-carousel.owl-drag .owl-item {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.projects .owl-carousel.owl-drag .owl-item.center {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.projects .owl-carousel.owl-drag .owl-nav {
  margin-top: 0;
}

.projects .owl-carousel.owl-drag .owl-nav .btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #6c2340;
  font-size: 24px;
}

.projects .owl-carousel.owl-drag .owl-nav .btn:hover {
  color: #00caeb;
}

.projects .owl-carousel.owl-drag .owl-nav .btn i, .projects .owl-carousel.owl-drag .owl-nav .btn i:before {
  width: 40px;
  height: 40px;
  display: block;
  font-weight: bold;
  line-height: 40px;
}

.projects .owl-carousel.owl-drag .owl-nav .btn.left {
  left: -50px;
}

.projects .owl-carousel.owl-drag .owl-nav .btn.right {
  right: -50px;
}

@media (max-width: 991.98px) {
  .projects .title {
    margin-bottom: 40px;
  }
  .projects .owl-carousel.owl-drag .owl-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
