* {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  overflow-x: hidden !important;
  width: 100%;
}

body {
  -webkit-tap-highlight-color: transparent;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  color: #1d1d1d;
  padding: 0px;
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    line-height: 1.4em;
  }
}

html,
html a,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
dl,
th,
dt,
input,
textarea,
span,
div {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.004) 1px 1px 1px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

input,
textarea {
  border: 1px solid #ccc;
  /* width: 100%; */
  font-size: 14px;
  line-height: 38px;
  padding: 0 10px;
  color: rgb(0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

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

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

input {
  height: 40px;
}

input:focus {
  outline: 0;
}

input[type="submit"] {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.sectionWrapper {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.bannerBtn {
  border-radius: 40px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.bannerBtn i {
  position: relative;
  top: 1px;
  padding-left: 5px;
}

.bannerBtn:hover {
  background: #fff;
  color: #6c4197;
}

.siteTitle {
  background: url("../images/icons/heading_bg1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px 0;
}

@media (max-width: 767.98px) {
  .siteTitle {
    padding: 25px 0 10px;
  }
}

.siteTitle h6 {
  font-size: 16px;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.siteTitle h2 {
  font-size: 40px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .siteTitle h2 {
    font-size: 33px;
  }
}

@media (max-width: 375px) {
  .siteTitle h2 {
    font-size: 28px;
  }
}

.siteBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
  transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
  font-weight: 900;
  padding: 12px 15px;
  font-size: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f15f79),
    to(#b24592)
  );
  background: linear-gradient(to right, #f15f79, #b24592);
  color: #fff;
  text-transform: uppercase;
}

.siteBtn:hover,
.siteBtn:focus,
.siteBtn:active {
  letter-spacing: 0.125rem;
  color: #fff;
}

header .topbarWrapper {
  background: #145763;
  padding: 7px 0;
  color: #fff;
}

@media (max-width: 767.98px) {
  header .topbarWrapper {
    padding: 4px 0;
  }
}

header .topbarWrapper .contactDetails li {
  color: #fff;
}

@media (max-width: 767.98px) {
  header .topbarWrapper .contactDetails li i {
    font-size: 14px;
  }
}

header .topbarWrapper .contactDetails li span {
  font-size: 13px;
  padding-left: 8px;
}

header .topbarWrapper .contactDetails li + li {
  margin-left: 15px;
}

@media (max-width: 991.98px) {
  header .topbarWrapper .contactDetails li + li {
    margin: 0;
  }
}

header .topbarWrapper .socialWrap li i {
  color: #fff;
}

@media (max-width: 767.98px) {
  header .topbarWrapper .socialWrap li i {
    font-size: 13px;
  }
}

header .topbarWrapper .socialWrap li + li {
  margin-left: 15px;
}

header .mainHeader {
  padding: 12px 0;
  /* margin: 0 0 15px; */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media (max-width: 767.98px) {
  header .mainHeader .logoWrapper img {
    width: 180px;
  }
}

header .mainHeader .menuWrapper li a {
  position: relative;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  color: #1d1d1d;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 1199px) {
  header .mainHeader .menuWrapper li a {
    font-size: 12px;
  }
}

header .mainHeader .menuWrapper li.active a {
  background: #145763;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#145763),
    to(#145763)
  );
  background: linear-gradient(to right, #145763, #145763);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .mainHeader .menuWrapper li.active a:before {
  width: 100%;
}

header .mainHeader .menuWrapper li:hover a {
  background: #145763;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#145763),
    to(#145763)
  );
  background: linear-gradient(to right, #145763, #145763);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .mainHeader .menuWrapper li:hover a:before {
  width: 100%;
  -webkit-transition: all 450ms ease 0s;
  transition: all 450ms ease 0s;
}

header .mainHeader .menuWrapper li {
  margin-left: 7px;
}

header .mainHeader .socialIconWrap li a {
  color: #1d1d1d;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

header .mainHeader .socialIconWrap li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #eee;
}

header .mainHeader .hamburger {
  float: right;
}

header .mainHeader.stickyTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .mainHeader.stickyTop .logoWrapper img {
  width: 180px;
}

@media (max-width: 767.98px) {
  header .mainHeader.stickyTop .logoWrapper img {
    width: 160px;
  }
}

.gridWrapper .sliderWrapper {
  margin: 0;
}

.gridWrapper .sliderWrapper .slick-dots {
  bottom: 30px;
}

.gridWrapper .sliderWrapper .slick-dots li button {
  height: 2px;
  width: 2px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
  padding: 3.5px;
}

.gridWrapper .sliderWrapper .slick-dots li button:before {
  color: #fff0;
  font-size: 14px;
  width: 0px;
  height: 2px;
}

.gridWrapper .sliderWrapper .slick-dots li.slick-active button {
  background: #fff;
  height: 5px;
  width: 20px;
  padding: 2px;
}

/* .gridWrapper .sliderWrapper .slide .imgWrap img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 6px
} */

@media (max-width: 991.98px) {
  .gridWrapper .sliderWrapper .slide .imgWrap img {
    height: 400px;
  }
}

@media (max-width: 767.98px) {
  .gridWrapper .sliderWrapper .slide .imgWrap img {
    height: 248px;
  }
}

@media (max-width: 375px) {
  .gridWrapper .sliderWrapper .slide .imgWrap img {
    height: 215px;
  }
}

@media (max-width: 991.98px) {
  .gridWrapper .sliderWrapper .slide {
    margin: 0 0 15px;
  }
}

.gridWrapper .sideGridWrap .sideGrid {
  height: 210px;
}

@media (max-width: 991.98px) {
  .gridWrapper .sideGridWrap .sideGrid {
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGrid {
    height: 229px;
  }
}

.gridWrapper .sideGridWrap .sideGrid .sideGridImg {
  height: 125px;
  width: 85%;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0 0 20px 0 rgba(6, 30, 37, 0.1);
  box-shadow: 0 0 20px 0 rgba(6, 30, 37, 0.1);
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .gridWrapper .sideGridWrap .sideGrid .sideGridImg {
    height: 115px;
  }
}

@media (max-width: 991.98px) {
  .gridWrapper .sideGridWrap .sideGrid .sideGridImg {
    height: 180px;
  }
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGrid .sideGridImg {
    height: 145px;
  }
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent {
  -webkit-clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 170px;
  border-radius: 85px 12px 6px 6px;
  bottom: 0;
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent.purple {
  background: #6a3093;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a044ff),
    to(#6a3093)
  );
  background: linear-gradient(to right, #a044ff, #6a3093);
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent.pink {
  background: #bc4e9c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f80759),
    to(#bc4e9c)
  );
  background: linear-gradient(to right, #f80759, #bc4e9c);
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent.blue {
  background: #00b4db;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0083b0),
    to(#00b4db)
  );
  background: linear-gradient(to right, #0083b0, #00b4db);
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent.green {
  background: #11998e;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#38ef7d),
    to(#11998e)
  );
  background: linear-gradient(to right, #38ef7d, #11998e);
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent .content {
  color: #fff;
  position: absolute;
  bottom: 12%;
  padding: 0 20px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGrid .sideGridContent .content {
    padding: 0 14px;
  }
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent .content h2 {
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGrid .sideGridContent .content h2 {
    font-size: 12px;
    line-height: 18px;
  }
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent .content h2 span {
  font-size: 12px;
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent .content .iconWrap {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background: #f3ebeb5c;
  position: relative;
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGrid .sideGridContent .content .iconWrap {
    width: 16px;
    height: 16px;
  }
}

.gridWrapper .sideGridWrap .sideGrid .sideGridContent .content .iconWrap img {
  width: 10px;
  margin: 0 auto;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGrid .sideGridContent .content .iconWrap img {
    width: 8px;
  }
}

.gridWrapper .sideGridWrap .sideGridMore:before,
.gridWrapper .sideGridWrap .sideGridMore:after {
  content: "";
  position: absolute;
  width: 98%;
  left: 1%;
  height: 10%;
  border-radius: 12px;
  background: #00b4db;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0083b0),
    to(#00b4db)
  );
  background: linear-gradient(to right, #0083b0, #00b4db);
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
  top: 34%;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .gridWrapper .sideGridWrap .sideGridMore:before,
  .gridWrapper .sideGridWrap .sideGridMore:after {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
    top: 45%;
  }
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGridMore:before,
  .gridWrapper .sideGridWrap .sideGridMore:after {
    -webkit-transform: rotate(-21deg);
    transform: rotate(-21deg);
    top: 38%;
  }
}

@media (max-width: 375px) {
  .gridWrapper .sideGridWrap .sideGridMore:before,
  .gridWrapper .sideGridWrap .sideGridMore:after {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    top: 39%;
  }
}

.gridWrapper .sideGridWrap .sideGridMore:after {
  width: 87%;
  left: 6%;
  background: #6a3093;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a044ff),
    to(#6a3093)
  );
  background: linear-gradient(to right, #a044ff, #6a3093);
  top: 31%;
  z-index: -2;
}

@media (max-width: 991.98px) {
  .gridWrapper .sideGridWrap .sideGridMore:after {
    top: 42%;
  }
}

@media (max-width: 767.98px) {
  .gridWrapper .sideGridWrap .sideGridMore:after {
    top: 35%;
  }
}

@media (max-width: 375px) {
  .gridWrapper .sideGridWrap .sideGridMore:after {
    top: 36%;
  }
}

.gridWrapper .sideGridWrap .col-6 {
  padding: 0 7px;
}

.gridWrapper .sideGridWrap.ml-2 {
  margin-left: 0px !important;
}

.gridWrapper .sideGridWrap.mb-3 {
  margin: 0 0 30px !important;
}

.categoriesWrapper {
  padding: 10px 0;
}

.categoriesWrapper .categoryBlock .imgWrap img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.categoriesWrapper .categoryBlock .imgWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000)
  );
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.categoriesWrapper .categoryBlock .contentWrap {
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
  bottom: 0px;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
}

.categoriesWrapper .categoryBlock .contentWrap h3 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}

.categoriesWrapper .categoryBlock .contentWrap p {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 15px;
}

.categoriesWrapper .categoryBlock:hover .contentWrap {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.categoriesWrapper .categoryBlock:hover .contentWrap p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.formWrapper {
  padding: 55px 40px;
  background: #fff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .formWrapper {
    margin: 0 0 50px;
  }
}

.formWrapper .input-wrapper input,
.formWrapper .input-wrapper textarea {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 100%;
  border: 0px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #145763;
}

.formWrapper .input-wrapper textarea {
  height: auto;
  line-height: 1.15;
  padding: 10px 15px;
}

.formWrapper .input-wrapper + .input-wrapper {
  margin-top: 18px;
}

.formWrapper input[type="submit"] {
  margin: 25px 0 0;
  white-space: nowrap;
  display: inline-block;
  height: 36px;
  line-height: 37px;
  padding: 0 14px;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  color: #fff;
  background: #145763;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.exportWrapper {
  padding: 10px 0 40px;
}

.exportWrapper p {
  line-height: 28px;
  font-size: 15px;
}

.exportWrapper .counterWrapper {
  z-index: 1;
  position: absolute;
  top: 9%;
  margin: 0 auto;
  left: 0;
  width: 75%;
  right: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .exportWrapper .counterWrapper {
    width: 85%;
    top: 5%;
  }
}

.exportWrapper .counterWrapper .counter {
  color: #145763;
  padding: 15px 20px;
  font-weight: 600;
  width: 33.33%;
}

@media (max-width: 767.98px) {
  .exportWrapper .counterWrapper .counter {
    padding: 7px 10px;
    font-size: 13px;
  }
}

.exportWrapper .counterWrapper .counter .count {
  font-size: 20px;
  letter-spacing: 2px;
}

@media (max-width: 767.98px) {
  .exportWrapper .counterWrapper .counter .count {
    font-size: 13px;
  }
}

.exportWrapper .counterWrapper .counter p {
  margin: 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #1d1d1d;
}

@media (max-width: 767.98px) {
  .exportWrapper .counterWrapper .counter p {
    font-size: 10px;
    line-height: 20px;
  }
}

.exportWrapper .counterWrapper .counter + .counter {
  border-left: 1px solid rgba(221, 221, 221, 0.76);
}

.exportWrapper .imgWrapper:before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  width: 73%;
  height: 89px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 9%;
  display: block;
}

@media (max-width: 767.98px) {
  .exportWrapper .imgWrapper:before {
    width: 85%;
    height: 58px;
    top: 5%;
  }
}

.blogWrapper {
  padding: 10px 0 20px;
}

@media (max-width: 767.98px) {
  .blogWrapper {
    padding: 5px 0 10px;
  }
}

.blogWrapper .blog {
  border-radius: 6px;
  display: block;
  background: #fcfcfc;
  border: 1px solid rgba(238, 238, 238, 0.548);
  margin-bottom: 30px;
}

.blogWrapper .blog .imgWrap img {
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blogWrapper .blog .contentWrap {
  padding: 20px 10%;
  color: #1d1d1d;
}

.blogWrapper .blog .contentWrap h4 {
  font-size: 17px;
  line-height: 26.1px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  margin: 0;
}

.blogWrapper .blog .contentWrap span {
  color: #5c636e;
  font-size: 13px;
  font-weight: 300;
}

.blogWrapper .blog-thumbnail-wrapper {
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: block;
  background: #ffffff;
  padding: 4% 15% 4% 5%;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .blogWrapper .blog-thumbnail-wrapper {
    margin-bottom: 20px;
  }
}

.blogWrapper .blog-thumbnail-wrapper .blog-thumbnail-date {
  color: #5c636e;
  font-size: 13px;
  margin: 0 0 5px;
  font-weight: 300;
}

.blogWrapper .blog-thumbnail-wrapper .blog-thumbnail-text {
  font-size: 15px;
  line-height: 24.65px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #1d1d1d;
}

.blogWrapper .blog-thumbnail-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  background: url(../images/icons/arrow-point-to-right.png);
  background-size: contain;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.blogWrapper .site-link {
  letter-spacing: 1px;
  font-size: 12px;
  position: relative;
  padding: 6px 18px;
  border: 1px solid #145763;
  -webkit-box-shadow: 0 2px 4px rgba(50, 50, 93, 0.1);
  box-shadow: 0 2px 4px rgba(50, 50, 93, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 6px;
  line-height: 1.8;
  color: #1d1d1d;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.partnersWrapper {
  padding: 20px 0 50px;
}

.partnersWrapper .border-top {
  border-top: 1px solid #eeeeeef5;
}

@media (max-width: 767.98px) {
  .partnersWrapper .border-top {
    padding: 20px 0 0;
  }
}

.partnersWrapper img {
  height: 69px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767.98px) {
  .partnersWrapper img {
    /* margin: 0 0 25px; */
    height: 80px;
  }
}

footer {
  padding: 80px 0 0px;
  background: #131314;
}

footer * {
  color: #fff;
}

footer .footerBlock h3 {
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0 0 15px;
}

@media (max-width: 767.98px) {
  footer .footerBlock h3 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  footer .footerBlock p {
    font-size: 14px;
    line-height: 24px;
  }
}

footer .footerBlock ul {
  margin-left: 10px;
}

footer .footerBlock ul li {
  margin: 0 0 5px;
}

footer .footerBlock ul li a {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  footer .footerBlock ul li a {
    font-size: 14px;
  }
}

footer .footerBlock .footerSocialIcons li {
  display: inline;
}

footer .footerBlock .footerSocialIcons li i {
  font-size: 17px;
}

footer .footerBlock .footerSocialIcons li + li {
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  footer .footerBlock .footerSocialIcons {
    margin: 15px 0 0;
  }
}

footer .footerBlock .footerContact li {
  font-size: 17px;
  margin: 0 0 5px;
}

@media (max-width: 767.98px) {
  footer .footerBlock .footerContact li {
    font-size: 14px;
    line-height: 26px;
  }
}

footer .footerBlock .footerContact li i {
  padding-right: 10px;
  position: relative;
  top: 2px;
}

@media (max-width: 991.98px) {
  footer .footerBlock {
    margin: 0 0 25px;
  }
}

@media (max-width: 767.98px) {
  footer .footerBlock {
    margin: 0 0 35px;
  }
}

footer .absoluteFooter {
  border-top: 1px solid #ffffff91;
  padding: 15px 0;
  margin: 80px 0 0;
}

@media (max-width: 767.98px) {
  footer .absoluteFooter {
    margin: 40px 0 0;
  }
}

footer .absoluteFooter p {
  opacity: 0.7;
  margin: 0;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.mobileMenuTrigger {
  float: right;
  background: #00b4db;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0083b0),
    to(#00b4db)
  );
  background: linear-gradient(to right, #0083b0, #00b4db);
  padding: 10px 11px;
  border-radius: 100%;
}

.mobileMenuTrigger i {
  color: #fff;
}

.mobileMenuWrapperOuter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mobileMenuWrapperOuter.on {
  opacity: 1;
  visibility: visible;
}

.mobileMenuWrapperOuter .mobileMenuCloseWrapper {
  position: fixed;
  top: 22px;
  left: 270px;
  color: #6c4197;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #00b4db;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0083b0),
    to(#00b4db)
  );
  background: linear-gradient(to right, #0083b0, #00b4db);
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.mobileMenuWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 320px;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  overflow-y: auto;
}

.mobileMenuWrapper .mobileHeaderSeparator {
  width: 100%;
  position: absolute;
  top: 74px;
  height: 2px;
  background: #eee;
}

.mobileMenuWrapper .mobileMenu {
  margin-top: 65px;
  padding: 0 25px;
}

.mobileMenuWrapper .mobileMenu .mobileMenuLink {
  position: relative;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 6px 0;
  line-height: 2.25;
}

.mobileMenuWrapper .mobileMenu .mobileMenuLink:before {
  content: "\f119";
  font-family: "Ionicons";
  padding-right: 10px;
  font-size: 12px;
}

.mobileMenuWrapper .mobileMenu .mobileMenuLinkChild {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

.mobileMenuWrapper .mobileMenu .mobileMenuLinkChild:before {
  content: "";
}

.mobileMenuWrapper .mobileMenu .childMenuWrapper {
  padding-left: 20px;
  margin-bottom: 10px;
}

.mobileMenuWrapper .mobileMenuFooter {
  padding: 20px 0;
  width: 100%;
  max-width: 320px;
}

.mobileMenuWrapper .bottomWrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #cececea3;
}

.mobileMenuWrapper .bottomWrap .socialIconWrap {
  padding: 10px 15px;
}

.mobileMenuWrapper .bottomWrap .socialIconWrap li a {
  color: #1d1d1d;
  font-size: 14px;
}

.mobileMenuWrapper .bottomWrap .socialIconWrap li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #cecece;
}

.mobileMenuActive {
  overflow-y: hidden;
}

.breadcrumbWrapper {
  margin: 0 0 5px;
  position: relative;
  overflow: hidden;
}

.breadcrumbWrapper .contentWrap {
  background: #f5f5f5;
  padding: 11px 17px;
  margin: 0 0 16px;
  letter-spacing: 1.5px;
}

.breadcrumbWrapper .contentWrap h1 {
  margin: 0;
  font-size: 16px;
}

.breadcrumbWrapper .contentWrap h1 span {
  opacity: 0.7;
}

.breadcrumbWrapper .iframeWrap {
  position: relative;
  top: -50px;
}

.breadcrumbWrapper .iframeWrap iframe {
  border: 0;
}

.breadcrumbWrapper .iframeWrap:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background: #fff;
}

.aboutWrapper {
  padding: 0 0 30px;
}

@media (max-width: 991.98px) {
  .aboutWrapper {
    padding: 0 0 60px;
  }
}

.aboutWrapper p {
  line-height: 28px;
  font-size: 15px;
}

.aboutWrapper ul {
  padding: 10px 0 11px 11px;
}

.aboutWrapper ul li {
  line-height: 28px;
  font-size: 15px;
}

.aboutWrapper img {
  height: 400px;
  width: 100%;
  margin: 0 0 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.aboutWrapper .formWrapper {
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  margin: 0;
}

.aboutWrapper .formWrapper h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}

.aboutWrapper .formWrapper p {
  font-size: 15px;
  line-height: 27px;
}

.aboutWrapper .formWrapper input[type="submit"] {
  margin: 15px 0 0;
}

.aboutWrapper .contactDetailWrap {
  margin: 25px 0 0;
  border-top: 1px solid #dddddd87;
  padding: 25px 0 25px;
}

.aboutWrapper .contactDetailWrap h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}

.aboutWrapper .contactDetailWrap .contactDetail {
  margin: 0 0 10px;
}

.aboutWrapper .contactDetailWrap .contactDetail i {
  color: #145763;
  font-size: 20px;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.aboutWrapper .contactDetailWrap .contactDetail p {
  margin: 0;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 28px;
}

.galleryWrapper {
  padding: 0px 0 40px;
}

.galleryWrapper #portfolio {
  margin: 1rem 0;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}

@media (max-width: 767.98px) {
  .galleryWrapper #portfolio {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    column-width: 50%;
    -webkit-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

.galleryWrapper .tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.galleryWrapper .tile:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(108, 65, 151, 0.7);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
}

.galleryWrapper .tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.galleryWrapper .tile p {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  line-height: 28px;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  top: 60%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.galleryWrapper .tile:hover p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.galleryWrapper .tile:hover:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}

.galleryWrapper .scale-anm {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767.98px) {
  .galleryWrapper .toolbar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}

.galleryWrapper .toolbar .btn {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 0.5rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid;
  vertical-align: middle;
  -webkit-appearance: none;
  color: #1d1d1d;
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767.98px) {
  .galleryWrapper .toolbar .btn {
    font-size: 11px;
  }
}

.galleryWrapper .toolbar .btn:hover {
  text-decoration: none;
}

.galleryWrapper .toolbar .btn:focus {
  outline: none;
}

.galleryWrapper .toolbar .btn + .btn {
  margin-left: 15px;
}

@media (max-width: 767.98px) {
  .galleryWrapper .toolbar .btn + .btn {
    margin-left: 6px;
  }
}

.productsWrapper {
  padding: 50px 0 40px;
}

.productsWrapper .nav-tabs {
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  border: 0;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .productsWrapper .nav-tabs {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}

.productsWrapper .nav-tabs .nav-item {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}

.productsWrapper .nav-tabs .nav-item a {
  color: #1d1d1d;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  outline: none;
  padding: 19px 20px;
  letter-spacing: 1.5px;
  background: #f5f5f5;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 767.98px) {
  .productsWrapper .nav-tabs .nav-item a {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 10px 8px;
  }
}

.productsWrapper .nav-tabs .nav-item a.active,
.productsWrapper .nav-tabs .nav-item a:hover {
  background: #fff;
  border: 0;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.productsWrapper .nav-tabs .nav-item + .nav-item {
  border-top: 1px solid #ddd;
}

@media (max-width: 767.98px) {
  .productsWrapper .nav-tabs .nav-item + .nav-item {
    margin-left: 4px;
  }
}

.productsWrapper .tab-content {
  margin: 10px 0 0;
  width: 70%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

@media (max-width: 767.98px) {
  .productsWrapper .tab-content {
    margin: 40px 0 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.productsWrapper .tab-content h2 {
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0 0 15px;
}

@media (max-width: 767.98px) {
  .productsWrapper .tab-content h2 {
    font-size: 18px;
  }
}

.productsWrapper .tab-content p {
  line-height: 26px;
  font-size: 15px;
  margin: 0 0 8px;
}

.productsWrapper .tab-content img {
  height: 300px;
  width: 100%;
  margin: 20px auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.productsWrapper .formWrapper {
  width: 100%;
  margin: 25px 0 0;
  border-top: 0px solid #dddddd87;
  padding: 25px 0 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

@media (max-width: 767.98px) {
  .productsWrapper .formWrapper {
    display: none;
  }
}

.productsWrapper .formWrapper h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}

.productsWrapper .formWrapper p {
  font-size: 15px;
  line-height: 27px;
}

.productsWrapper .formWrapper input[type="submit"] {
  margin: 15px 0 0;
}

.contactWrapper {
  margin: -30px 0 0;
  padding: 0 0 40px;
}

.contactWrapper h1 {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .contactWrapper h1 {
    font-size: 18px;
    line-height: 32px;
  }
}

.contactWrapper p {
  line-height: 27px;
  font-size: 15px;
  margin: 0 0 5px;
}

@media (max-width: 767.98px) {
  .contactWrapper .contactDetailWrap {
    margin: 0 0 40px;
  }
}

.contactWrapper .contactDetailWrap .contactDetailBlock {
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  border-radius: 6px;
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 27px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767.98px) {
  .contactWrapper .contactDetailWrap .contactDetailBlock {
    font-size: 11px;
    padding: 5px 10px;
  }
}

.contactWrapper .contactDetailWrap .contactDetailBlock img {
  margin-right: 12px;
  width: 20px;
}

@media (max-width: 767.98px) {
  .contactWrapper .contactDetailWrap .contactDetailBlock img {
    width: 15px;
    margin-right: 10px;
  }
}

.contactWrapper .contactDetailWrap .contactDetailBlock + .contactDetailBlock {
  margin-left: 10px;
}

.contactWrapper form input,
.contactWrapper form textarea {
  width: 100%;
  margin: 0 0 15px;
  color: #1d1d1d;
  background: #fcfcfc;
  border: 1px solid rgba(238, 238, 238, 0.548);
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: 0.35px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
}

.contactWrapper form input:focus,
.contactWrapper form textarea:focus {
  border: 1px solid #6c4197;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contactWrapper form::-webkit-input-placeholder {
  color: #1d1d1d;
}

.contactWrapper form:-ms-input-placeholder {
  color: #1d1d1d;
}

.contactWrapper form::-ms-input-placeholder {
  color: #1d1d1d;
}

.contactWrapper form::placeholder {
  color: #1d1d1d;
}

.contactWrapper form textarea {
  height: auto;
}

.contactWrapper form .submitBtn {
  margin: 0;
  background: #145763;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  padding: 0;
  height: 45px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.5px;
}
