:root {
  font-size: 15px;
}

* {
  font-family: TTNorms;
  font-weight: 400;
}

body {
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden !important;
  max-width: 100vw;
  position: relative;
}

.min-width-1200 {
  min-width: 1200px;
  max-width: 1400px;
}

@media only screen and (max-width: 1199px) {
  .min-width-1200 {
    min-width: auto;
  }
}

.backgroundColorDark {
  background-color: #000000;
}

.background_color_green
{
    background-color: #31A6DE;
}
.background_color_greenj {
  background-color: #31A6DE;
}

.background_color_white {
  background-color: white;
}

.background_color_light {
  background-color: #eeeeee;
}

.box_shadow_light {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

/********************************* bootstrap 5 grid *********************************/
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4 {
  float: left;
}

.col-xs-5th-5 {
  float: left;
  width: 100%;
}

.col-xs-5th-4 {
  width: 80%;
}

.col-xs-5th-3 {
  width: 60%;
}

.col-xs-5th-2 {
  width: 40%;
}

.col-xs-5th-1 {
  width: 20%;
}

.col-xs-5th-pull-5 {
  right: 100%;
}

.col-xs-5th-pull-4 {
  right: 80%;
}

.col-xs-5th-pull-3 {
  right: 60%;
}

.col-xs-5th-pull-2 {
  right: 40%;
}

.col-xs-5th-pull-1 {
  right: 20%;
}

.col-xs-5th-pull-0 {
  right: auto;
}

.col-xs-5th-push-5 {
  left: 100%;
}

.col-xs-5th-push-4 {
  left: 80%;
}

.col-xs-5th-push-3 {
  left: 60%;
}

.col-xs-5th-push-2 {
  left: 40%;
}

.col-xs-5th-push-1 {
  left: 20%;
}

.col-xs-5th-push-0 {
  left: auto;
}

.col-xs-5th-offset-5 {
  margin-left: 100%;
}

.col-xs-5th-offset-4 {
  margin-left: 80%;
}

.col-xs-5th-offset-3 {
  margin-left: 60%;
}

.col-xs-5th-offset-2 {
  margin-left: 40%;
}

.col-xs-5th-offset-1 {
  margin-left: 20%;
}

.col-xs-5th-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4 {
    float: left;
  }
  .col-sm-5th-5 {
    float: left;
    width: 100%;
  }
  .col-sm-5th-4 {
    width: 80%;
  }
  .col-sm-5th-3 {
    width: 60%;
  }
  .col-sm-5th-2 {
    width: 40%;
  }
  .col-sm-5th-1 {
    width: 20%;
  }
  .col-sm-5th-pull-5 {
    right: 100%;
  }
  .col-sm-5th-pull-4 {
    right: 80%;
  }
  .col-sm-5th-pull-3 {
    right: 60%;
  }
  .col-sm-5th-pull-2 {
    right: 40%;
  }
  .col-sm-5th-pull-1 {
    right: 20%;
  }
  .col-sm-5th-pull-0 {
    right: auto;
  }
  .col-sm-5th-push-5 {
    left: 100%;
  }
  .col-sm-5th-push-4 {
    left: 80%;
  }
  .col-sm-5th-push-3 {
    left: 60%;
  }
  .col-sm-5th-push-2 {
    left: 40%;
  }
  .col-sm-5th-push-1 {
    left: 20%;
  }
  .col-sm-5th-push-0 {
    left: auto;
  }
  .col-sm-5th-offset-5 {
    margin-left: 100%;
  }
  .col-sm-5th-offset-4 {
    margin-left: 80%;
  }
  .col-sm-5th-offset-3 {
    margin-left: 60%;
  }
  .col-sm-5th-offset-2 {
    margin-left: 40%;
  }
  .col-sm-5th-offset-1 {
    margin-left: 20%;
  }
  .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4 {
    float: left;
  }
  .col-md-5th-5 {
    float: left;
    width: 100%;
  }
  .col-md-5th-4 {
    width: 80%;
  }
  .col-md-5th-3 {
    width: 60%;
  }
  .col-md-5th-2 {
    width: 40%;
  }
  .col-md-5th-1 {
    width: 20%;
  }
  .col-md-5th-pull-5 {
    right: 100%;
  }
  .col-md-5th-pull-4 {
    right: 80%;
  }
  .col-md-5th-pull-3 {
    right: 60%;
  }
  .col-md-5th-pull-2 {
    right: 40%;
  }
  .col-md-5th-pull-1 {
    right: 20%;
  }
  .col-md-5th-pull-0 {
    right: auto;
  }
  .col-md-5th-push-5 {
    left: 100%;
  }
  .col-md-5th-push-4 {
    left: 80%;
  }
  .col-md-5th-push-3 {
    left: 60%;
  }
  .col-md-5th-push-2 {
    left: 40%;
  }
  .col-md-5th-push-1 {
    left: 20%;
  }
  .col-md-5th-push-0 {
    left: auto;
  }
  .col-md-5th-offset-5 {
    margin-left: 100%;
  }
  .col-md-5th-offset-4 {
    margin-left: 80%;
  }
  .col-md-5th-offset-3 {
    margin-left: 60%;
  }
  .col-md-5th-offset-2 {
    margin-left: 40%;
  }
  .col-md-5th-offset-1 {
    margin-left: 20%;
  }
  .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4 {
    float: left;
  }
  .col-lg-5th-5 {
    float: left;
    width: 100%;
  }
  .col-lg-5th-4 {
    width: 80%;
  }
  .col-lg-5th-3 {
    width: 60%;
  }
  .col-lg-5th-2 {
    width: 40%;
  }
  .col-lg-5th-1 {
    width: 20%;
  }
  .col-lg-5th-pull-5 {
    right: 100%;
  }
  .col-lg-5th-pull-4 {
    right: 80%;
  }
  .col-lg-5th-pull-3 {
    right: 60%;
  }
  .col-lg-5th-pull-2 {
    right: 40%;
  }
  .col-lg-5th-pull-1 {
    right: 20%;
  }
  .col-lg-5th-pull-0 {
    right: auto;
  }
  .col-lg-5th-push-5 {
    left: 100%;
  }
  .col-lg-5th-push-4 {
    left: 80%;
  }
  .col-lg-5th-push-3 {
    left: 60%;
  }
  .col-lg-5th-push-2 {
    left: 40%;
  }
  .col-lg-5th-push-1 {
    left: 20%;
  }
  .col-lg-5th-push-0 {
    left: auto;
  }
  .col-lg-5th-offset-5 {
    margin-left: 100%;
  }
  .col-lg-5th-offset-4 {
    margin-left: 80%;
  }
  .col-lg-5th-offset-3 {
    margin-left: 60%;
  }
  .col-lg-5th-offset-2 {
    margin-left: 40%;
  }
  .col-lg-5th-offset-1 {
    margin-left: 20%;
  }
  .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}

/******************** bootstrap 5 grids******************************/
p, li {
  font-weight: 300;
  font-size: 1rem;
  font-family: TTNorms;
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: Proxima;
}

h1 {
  font-size: 5rem;
  font-weight: 600;
}

h2 {
  font-size: 3rem;
  font-weight: 500;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

h5 {
  font-size: 1.2rem;
  font-weight: 300;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

.small-text {
  font-size: 0.8rem;
  font-weight: 400;
}

.bold-text {
  font-weight: 500;
}

.heading-text {
  font-size: 1.2rem;
  font-weight: 500;
}

.color_primary {
  color: #05685b;
}

.color_secondary {
  color: #7bb32f;
}

.bg_primary {
  background-color: #05685b;
}

.bg_secondary {
  background-color: #7bb32f;
}

.color_white {
  color: white;
}

.bg_white {
  background-color: white;
}

.color_black {
  color: black;
}

.bg_black {
  background-color: black;
}

.common_heading {
  font-size: 1.4rem;
  font-weight: 500;
}

.color_red {
  color: #f91942;
}

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

.fixedIconsOuter {
  position: relative;
}

.payment-btn {
  margin-bottom: 0px;
  display: inline-block;
  border: 1px solid white;
  padding: 8px 10px;
  min-width: 200px;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.payment-btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 118, 73, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(19, 118, 73, 0.6);
}

.fixedIcons {
  position: fixed;
  width: 100px;
  text-align: center;
  bottom: 100px;
}

.fixedIcons p {
  margin-top: 35px;
}

.fixedIcons a {
  color: white;
  font-size: 1.2rem;
}

.navbarDesign {
  color: white;
}

.navigationBars {
  background-color: #141414;
  padding: 25px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.menuWrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  overflow-y: auto;
}

.menuInner {
  background-color: #141414;
  color: white;
  width: 400px;
  z-index: 999999;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100vh;
  padding: 50px 50px;
  overflow-y: auto !important;
}

.menuInner .closeMenuBtn {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-in;
  transition: transform 1s ease-in, -webkit-transform 1s ease-in;
}

.menuInner .closeMenuBtn:hover {
  -webkit-transform: rotateZ(360deg);
          transform: rotateZ(360deg);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.menuInner ul {
  padding: 0;
  margin-top: 50px;
  list-style: none;
}

.menuInner ul li {
  padding: 10px 0px;
  font-size: 1.2rem;
  color: white;
  font-weight: 400;
  font-family: Proxima;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.menuInner ul li:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

/****************************** parsely error design ends   *************************************/
/****************************** parsely error design ends   *************************************/
/****************************** owl navigation design   *************************************/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #0099FF;
}

.owl-theme .owl-dots .owl-dot span {
  margin-top: 30px;
  width: 20px;
  height: 3px;
  background: #20232e;
  border-radius: 2px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 50px;
  width: 30px;
  background-color: transparent;
  color: black;
  border: 1px solid white;
  border-radius: 0px;
  z-index: 100;
  outline: none;
}

.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {
  font-size: 1.5rem;
  color: #cecece;
}

.owl-theme .owl-nav .owl-prev {
  right: 30px;
}

.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.owl-theme:hover .owl-prev, .owl-theme:hover .owl-next {
  background-color: white !important;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.owl-theme:hover .owl-prev:hover, .owl-theme:hover .owl-next:hover
{
    background-color: #0066CC;
}

.owl-theme:hover .owl-prev:hover i, .owl-theme:hover .owl-next:hover i {
  color: white !important;
}

/****************************** owl navigation design ends  *************************************/
/****************************** Index page Carousel *************************************/
.sliderIndexPage .sliderImage1 {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 94vh;
  width: 100%;
  position: relative;
}

.sliderIndexPage .sliderImage1:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.sliderIndexPage .sliderContent {
  width: 600px;
  max-width: 100vw;
  position: absolute;
  margin-right: auto;
  top: 50%;
  left: 0px;
  color: white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sliderIndexPage .sliderContent .mainHeading {
  border-top: 2px solid white;
  padding: 20px 0px;
  position: relative;
}

.sliderIndexPage .sliderContent .mainHeading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  border: 1px solid white;
  width: 50%;
}

.sliderIndexPage .sliderContent .mainHeading h2, .sliderIndexPage .sliderContent .mainHeading h1 {
  font-size: 10vh;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.sliderIndexPage .sliderContent .paragraphText {
  margin-top: 10px;
  margin-bottom: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.sliderIndexPage .owl-item.active .item .sliderContent {
  left: -80px;
}

.sliderAboutPage .bannerImage {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 94vh;
  width: 100%;
  position: relative;
}

.sliderAboutPage .bannerImage:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.sliderAboutPage .sliderContent {
  width: 600px;
  position: absolute;
  margin-right: auto;
  top: 50%;
  left: 280px;
  color: white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sliderAboutPage .sliderContent .mainHeading {
  border-top: 2px solid white;
  padding: 20px 0px;
  position: relative;
}

.sliderAboutPage .sliderContent .mainHeading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  border: 1px solid white;
  width: 50%;
}

.sliderAboutPage .sliderContent .mainHeading h2, .sliderAboutPage .sliderContent .mainHeading h1 {
  font-size: 6rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.sliderAboutPage .sliderContent .paragraphText {
  margin-top: 10px;
  margin-bottom: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.customPadding {
  padding: 0px 5px 0px 5vw;
}

.custom_heading {
  font-family: Proxima;
  font-size: 3rem;
  color: #141414;
  font-weight: 500;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

/****************************** Index page Carousel ends*************************************/
/****************************** services list index*************************************/
.eachDesignIndex {
  margin: 0px 10px;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.eachDesignIndex:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.eachDesignIndex .imageWrapperIndex {
  max-height: 25vh;
  min-height: 25vh;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.eachDesignIndex .imageWrapperIndex img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 25vh;
}

.eachDesignIndex .imageWrapperIndex a {
  display: block;
  position: relative;
}

.eachDesignIndex .imageWrapperIndex a:before {
  position: absolute;
  content: " ";
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  bottom: 10px;
  right: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
  transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
}

.eachDesignIndex .imageWrapperIndex a:after {
  position: absolute;
  content: " ";
  border-top: 2px solid white;
  border-left: 2px solid white;
  top: 10px;
  left: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
  transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
}

.eachDesignIndex .contentInDesign {
  margin-top: 20px;
  position: relative;
}

.eachDesignIndex .contentInDesign .absoluteContent {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 5rem;
  color: #dedede;
  margin: 0;
  -webkit-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
  font-weight: 900;
}

.eachDesignIndex .contentInDesign h2 {
  font-size: 2rem;
  position: relative;
  font-weight: 400;
  color: #141414;
  margin: 0;
  z-index: 99;
  line-height: 0.9;
  font-family: TTNorms;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 73px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 60px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 350px) {
  .eachDesignIndex .contentInDesign h2 {
    height: 65px;
    font-size: 1.5rem;
  }
}

.eachDesignIndex .contentInDesign .para {
  font-family: TTNorms;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 108px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 108px;
  text-align: justify;
}

.eachDesignIndex:hover h2 {
  color: #31A6DE;
}

.eachDesignIndex:hover .absoluteContent {
  color: #31A6DE;
}

.eachDesignIndex:hover .imageWrapperIndex a:before {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.eachDesignIndex:hover .imageWrapperIndex a:after {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

/****************************** services list index ends *************************************/
/****************************** visualization and execution *************************************/
.visuallizationAndExecution .description {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: TTNorms;
  text-align: justify;
}

/****************************** visualization and execution ends*************************************/
/******************************blogs and news carousel*************************************/
.eachBlogItem {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.eachBlogItem .metaSection i {
  margin-right: 8px;
}

.eachBlogItem .metaSection p {
  font-weight: 400;
}

.eachBlogItem .dateUpdated {
  color: #bababa;
}

.eachBlogItem .imageWrapperBlogs {
  min-height: 30vh;
  max-height: 30vh;
  overflow: hidden;
  position: relative;
  border: 4px solid white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}

.eachBlogItem .imageWrapperBlogs a {
  display: block;
  position: relative;
}

.eachBlogItem .imageWrapperBlogs a:before {
  position: absolute;
  content: " ";
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  bottom: 15px;
  right: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
  transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
}

.eachBlogItem .imageWrapperBlogs a:after {
  position: absolute;
  content: " ";
  border-top: 2px solid white;
  border-left: 2px solid white;
  top: 10px;
  left: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
  transition: opacity 0.3s ease-in,height 0.3s ease-in,width 0.3s ease-in;
}

.eachBlogItem .imageWrapperBlogs img {
  height: 100%;
  width: 100%;
  min-height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.eachBlogItem .blogTitle {
  margin: 15px 0px;
  padding: 5px 5px;
  border-bottom: 1px solid #666666;
}

.eachBlogItem .blogTitle h3 {
  color: #141414;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: Proxima;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 30px;
  /* fallback */
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 30px;
}

.eachBlogItem .readMoreBtn {
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
}

.eachBlogItem:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.eachBlogItem:hover .imageWrapperBlogs a:before {
  opacity: 1;
  height: calc(100% - 25px);
  width: calc(100% - 20px);
}

.eachBlogItem:hover .imageWrapperBlogs a:after {
  opacity: 1;
  height: calc(100% - 25px);
  width: calc(100% - 20px);
}

.blogsCarousel .item {
  margin: 20px;
}

@media only screen and (max-width: 991px) {
  .eachBlogItem .blogTitle h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .eachBlogItem .blogTitle h3 {
    color: #141414;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: Proxima;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    min-height: 30px;
    height: auto;
  }
}

/****************************** blogs and news carousel*************************************/
/****************************** clients design*************************************/
.clientImageWrapper {
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
  margin: 8px;
}

.clientImageWrapper img {
  height: 100%;
  min-height: 60px;
  max-height: 60px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.clientImageWrapper:hover img {
  -webkit-filter: none;
          filter: none;
}

/****************************** clients design ends*************************************/
/****************************** footer Design*************************************/
.footerItems ul {
  padding: 0;
  list-style: none;
}

.footerItems ul li {
  font-family: TTNorms;
  font-weight: 600;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 5px 0px;
  margin: 8px 0px;
  -webkit-transition: color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, color 0.3s ease-in;
  transition: transform 0.3s ease-in, color 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.footerItems ul li:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: #141414;
}

.footerItems p {
  color: white;
  opacity: 0.6;
}

/***********************About Us Page design*******************************/
.negativeMarginAboutUs {
  margin-top: -100px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}

.negativeMarginAboutUs .absoluteContent {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 5rem;
  color: #dedede;
  margin: 0;
  -webkit-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
}

.negativeMarginAboutUs2 {
  margin-top: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}

.negativeMarginAboutUs2 .absoluteContent {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 5rem;
  color: #dedede;
  margin: 0;
  -webkit-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
}

/***********************About Us Page design ends*******************************/
/***********************blog page design *******************************/
.uniqueBlogItem h3 {
  font-size: 1.5rem;
}

.uniqueBlogItem .metaSection i {
  margin-right: 8px;
}

.uniqueBlogItem .metaSection p {
  font-weight: 400;
}

.uniqueBlogItem .dateUpdated {
  color: #bababa;
}

.uniqueBlogItem .imageWrapperBlogs {
  min-height: 30vh;
  max-height: 30vh;
  overflow: hidden;
}

.uniqueBlogItem .imageWrapperBlogs img {
  height: 100%;
  width: 100%;
  min-height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.uniqueBlogItem .blogTitle {
  margin: 15px 0px;
  padding: 5px 5px;
  border-bottom: 2px solid #141414;
  border-top: 2px solid #141414;
}

.uniqueBlogItem .blogTitle h3 {
  font-weight: bold;
  font-size: 1.2rem;
}

.uniqueBlogItem .readMoreBtn {
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
}

.load_more_btn {
  background-color: #141414;
  padding: 15px 40px;
  color: white;
}

.load_more_btn:hover {
  color: white;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.5);
}

#menuSidebarXYZ234HHH {
  display: none;
}

/***********************blog page design *******************************/
/***********************contact us page *******************************/
.sliderContactPage .contactUsImage {
  min-height: 64vh;
}

.mapouter {
  position: relative;
  text-align: right;
}

.mapouter iframe {
  height: 400px;
  width: 100%;
  margin-bottom: -6px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
}

.contactUsInformation {
  /* Effect 7 */
  /* Effect 7a */
  /* Effect 7b */
  /****************Animation on Hover Outer Container****************************/
  /****************Animation on Hover Outer Container ends****************************/
}

.contactUsInformation .icon-wrapper-contact-us {
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  color: white;
  background-color: #31A6DE;
  text-align: center;
}

.contactUsInformation .icon-wrapper-contact-us:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.contactUsInformation .icon-wrapper-contact-us:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.contactUsInformation .icon-wrapper-contact-us i {
  font-size: 1.2rem;
  line-height: 50px;
  color: white;
}

.contactUsInformation .bold-text {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: Proxima;
}

.contactUsInformation .hovicon.effect-7 {
  -webkit-box-shadow: 0 0 0 4px #31A6DE;
          box-shadow: 0 0 0 4px #31A6DE;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.contactUsInformation .hovicon.effect-7:hover, .contactUsInformation .hovicon.effect-7:hover i {
  color: white;
}

.contactUsInformation .hovicon.effect-7:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}

.contactUsInformation .hovicon.effect-7.sub-a:after {
  -webkit-box-shadow: 0 0 0 #31A6DE;
          box-shadow: 0 0 0 #31A6DE;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-a:hover:after {
  opacity: 1;
  -webkit-box-shadow: 3px 3px 0 #31A6DE;
          box-shadow: 3px 3px 0 #31A6DE;
}

.contactUsInformation .hovicon.effect-7.sub-a:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.contactUsInformation .hovicon.effect-7.sub-b:after {
  -webkit-box-shadow: 3px 3px #31A6DE;
          box-shadow: 3px 3px #31A6DE;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-b:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contactUsInformation .hovicon.effect-7.sub-b:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.contactUsInformation .hovicon.effect-7.sub-b:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7, .contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7 i {
  color: white;
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-a:after {
  opacity: 1;
  -webkit-box-shadow: 3px 3px 0 #31A6DE;
          box-shadow: 3px 3px 0 #31A6DE;
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-b:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-b:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contactUsInformation .icons-wrapper-contact-page-wrapper:hover .hovicon.effect-7.sub-b:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.contactUsForm {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 60px 40px;
}

.contactUsForm .common_heading {
  border-top: 2px solid #141414;
  font-size: 3.5rem;
  font-family: TTNorms;
  padding: 10px 0px;
  font-weight: 200;
  margin-bottom: 20px;
}

.contactUsForm label {
  font-family: TTNorms;
  font-size: 1.2rem;
  font-weight: 400;
}

.contactUsForm .customInput {
  border: none;
  background-color: #eeeeee;
  color: #999999;
  padding: 20px 15px;
  font-size: 1rem;
  outline-color: #05685b;
}

.contactUsForm .customInput::-webkit-input-placeholder {
  color: #999999;
}

.contactUsForm .customInput:-ms-input-placeholder {
  color: #999999;
}

.contactUsForm .customInput::-ms-input-placeholder {
  color: #999999;
}

.contactUsForm .customInput::placeholder {
  color: #999999;
}

.contactUsForm .customSubmitBtn {
  background-color: #141414;
  padding: 15px 50px;
  border: none;
  color: white;
  font-size: 1.2rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.contactUsForm .customSubmitBtn:hover {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.6);
}

/***********************contact us page ends *******************************/
/******************************Service Page Design ***************************/
.negativeMargin {
  margin-top: -100px;
}

/****************************** services list service page*************************************/
.eachDesignServices {
  margin: 0px 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.5s ease-in, -webkit-box-shadow 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in, -webkit-box-shadow 0.5s ease-in;
  transition: transform 0.5s ease-in, box-shadow 0.5s ease-in;
  transition: transform 0.5s ease-in, box-shadow 0.5s ease-in, -webkit-transform 0.5s ease-in, -webkit-box-shadow 0.5s ease-in;
}

.eachDesignServices .imageWrapperIndex {
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.eachDesignServices .imageWrapperIndex img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.eachDesignServices .imageWrapperIndex a {
  display: block;
  position: relative;
}

.eachDesignServices .imageWrapperIndex a:before {
  position: absolute;
  content: " ";
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  bottom: 10px;
  right: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.eachDesignServices .imageWrapperIndex a:after {
  position: absolute;
  content: " ";
  border-top: 2px solid white;
  border-left: 2px solid white;
  top: 10px;
  left: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.eachDesignServices .contentInDesign {
  position: relative;
  padding: 30px 40px;
}

.eachDesignServices .contentInDesign .absoluteContent {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 5rem;
  color: #dedede;
  margin: 0;
  -webkit-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
}

.eachDesignServices .contentInDesign h2 {
  font-size: 2rem;
  position: relative;
  font-weight: 400;
  color: #141414;
  margin: 0;
  z-index: 99;
  line-height: 0.9;
  font-family: TTNorms;
  letter-spacing: -1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 73px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 73px;
}

.eachDesignServices .contentInDesign .para {
  font-family: TTNorms;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 108px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 108px;
}

.eachDesignServices:hover {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.eachDesignServices:hover h2 {
  color: #31A6DE;
}

.eachDesignServices:hover .absoluteContent {
  color: #31A6DE;
}

.eachDesignServices:hover .imageWrapperIndex a:before {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.eachDesignServices:hover .imageWrapperIndex a:after {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

/****************************** services list service Page ends *************************************/
/******************************Service Page Design ends***************************/
/******************************Our Mission Page***************************/
.ourMissionDesign {
  padding-top: 20px;
  position: relative;
  border-top: 2px solid #141414;
}

.ourMissionDesign .absoluteContent {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 5rem;
  color: #dedede;
  margin: 0;
  -webkit-transition: color 0.8s ease-in;
  transition: color 0.8s ease-in;
}

.ourMissionDesign h2 {
  font-size: 3rem;
  position: relative;
  font-weight: 400;
  color: #141414;
  margin: 0;
  z-index: 99;
  line-height: 0.9;
  font-family: TTNorms;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.ourMissionDesign .para {
  font-family: TTNorms;
  margin-top: 20px;
}

.ourMissionDesign:hover h2
{
    color: #0099FF;
}

.ourMissionDesign:hover .absoluteContent {
  color: #05685b;
}

.missionHeaderText {
  font-size: 1.5rem;
}

.missionHeaderText h3 {
  font-size: 2rem;
}

.missionHeaderText h4 {
  font-size: 1.5rem;
}

.missionHeaderText ul li {
  font-size: 1.5rem;
  padding: 10px 0px;
  font-weight: bold;
}

.border-top-custom {
  border-top: 2px solid #141414;
}

.border-bottom-custom {
  border-bottom: 2px solid #141414;
}

.z_index_high {
  z-index: 99;
}

.z_index_low {
  z-index: 98;
}

.negativeMarginForDesign {
  margin-top: -250px;
  padding-top: 150px;
}

/******************************Our Mission Page ends***************************/
/******************************blog description design***************************/
.blogDescription {
  float: right;
}

.floatingItemsBlogDescriptin img {
  float: left;
  width: 50%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px 20px 20px 0px;
}

.floatingItemsBlogDescriptin p, .floatingItemsBlogDescriptin li {
  text-align: justify;
}

.floatingItemsBlogDescriptin h3, .floatingItemsBlogDescriptin h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.floatingItemsBlogDescriptin h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.floatingItemsBlogDescriptin h5, .floatingItemsBlogDescriptin h6 {
  font-size: 1rem;
  font-weight: 600;
}

/******************************blog description design ends***************************/
@media only screen and (max-width: 991px) {
  .negativeMarginAboutUs, .negativeMargin {
    margin: 0;
  }
}

/********************************responsive Design*****************************/
@media only screen and (max-width: 767px) {
  .sliderIndexPage .sliderContent {
    width: 500px;
    max-width: 100vw;
  }
  .sliderIndexPage .sliderContent .mainHeading h2, .sliderIndexPage .sliderContent .mainHeading h1 {
    font-size: 4rem;
  }
  .floatingItemsBlogDescriptin img {
    float: left;
    width: 100%;
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0px 20px 20px 0px;
  }
  .sliderAboutPage .sliderContent {
    width: 90%;
    max-width: 98vw;
    top: 50%;
    left: 5%;
  }
  .sliderAboutPage .sliderContent .mainHeading h2, .sliderAboutPage .sliderContent .mainHeading h1 {
    font-size: 2.5rem;
  }
  /******************************Our Mission Page***************************/
  .ourMissionDesign {
    padding-top: 20px;
    position: relative;
    border-top: 2px solid #141414;
  }
  .ourMissionDesign .absoluteContent {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 5rem;
    color: #dedede;
    margin: 0;
    -webkit-transition: color 0.8s ease-in;
    transition: color 0.8s ease-in;
  }
  .ourMissionDesign h2 {
    font-size: 3rem;
  }
  .hiddenOnScroll {
    display: none !important;
  }
  .custom_heading {
    font-size: 2.5rem;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .w-75 {
    width: 100% !important;
  }
  .navigationBars {
    padding: 20px;
    font-size: 1.5rem;
  }
  .negativeMarginAboutUs {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contactUsForm {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .contactUsForm .common_heading {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: normal;
  }
  .contactUsForm .customSubmitBtn {
    width: 100%;
  }
  .uniqueBlogItem {
    background-color: transparent;
  }
  .bg-white-small {
    background-color: white;
  }
  .bg-white-small .box_shadow_light {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .missionHeaderText {
    font-size: 1rem;
  }
  .missionHeaderText h3 {
    font-size: 1rem;
    text-align: justify;
  }
  .missionHeaderText h4 {
    font-size: 1rem;
    text-align: justify;
  }
  .missionHeaderText ul li {
    font-size: 1rem;
    padding: 10px 0px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 575px) {
  .sliderIndexPage .sliderContent {
    width: 90%;
    max-width: 100vw;
  }
  .sliderIndexPage .sliderContent .mainHeading h2, .sliderIndexPage .sliderContent .mainHeading h1 {
    font-size: 10vw;
  }
  .sliderIndexPage .owl-item.active .item .sliderContent {
    left: -10%;
  }
  .custom_heading {
    font-size: 2rem;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  /****************************** visualization and execution *************************************/
  .visuallizationAndExecution .description {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: TTNorms;
  }
  .visuallizationAndExecution ul {
    list-style: none;
    padding: 0;
  }
  .visuallizationAndExecution ul li {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
  }
  /****************************** visualization and execution ends*************************************/
  .navigationBars {
    padding: 15px;
    font-size: 1rem;
  }
  .missionPage .background_color_light {
    background-color: white;
  }
  .missionPage .box_shadow_light {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .missionPage .negativeMarginAboutUs {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .aboutUsPage .negativeMarginAboutUs {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .aboutUsPage .negativeMarginAboutUs2 {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .servicePageDesign .negativeMargin {
    margin: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /****************************** services list service page*************************************/
  .eachDesignServices {
    margin: 0px 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .eachDesignServices .contentInDesign {
    position: relative;
    padding: 30px 0px;
  }
  .eachDesignServices .contentInDesign .absoluteContent {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 5rem;
    color: #dedede;
    margin: 0;
    -webkit-transition: color 0.8s ease-in;
    transition: color 0.8s ease-in;
  }
  .eachDesignServices .contentInDesign h2 {
    font-size: 2rem;
    position: relative;
    font-weight: 400;
    color: #141414;
    margin: 0;
    z-index: 99;
    line-height: 0.9;
    font-family: TTNorms;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 73px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    height: 73px;
  }
  .eachDesignServices .contentInDesign .para {
    font-family: TTNorms;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 95px;
    /* fallback */
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    height: 95px;
  }
  .eachDesignServices:hover {
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .eachDesignServices:hover h2 {
    color: #31A6DE;
  }
  .eachDesignServices:hover .absoluteContent {
    color: #31A6DE;
  }
  /****************************** services list service Page ends *************************************/
  .menuInner {
    width: 100vw;
  }
}

.sliderIndexPage .owl-item .item {
  margin: 2px;
}

.sliderIndexPage .owl-item.active .item {
  margin: 0px;
  margin-left: 80px;
}

@media only screen and (max-width: 575px) {
  .sliderIndexPage .owl-item .item {
    margin: 20px;
  }
  .sliderIndexPage .owl-item.active .item {
    margin: 0px;
    margin-left: 9%;
  }
}

/*********************************responsive design ends************************************/
/* appointment Modal */
.closeBtnModal {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.closeBtnModal i {
  opacity: 0.5;
}

.closeBtnModal:focus {
  outline: none;
}

.closeBtnModal:hover i {
  opacity: 1;
}

.dateAndTime {
  background-color: #31A6DE;
  padding: 10px 0px;
}

.dateAndTime p {
  margin: 0;
  color: white;
}

#bookNowForm .modal-body {
  padding: 0;
}

.bookAppointmentHeader {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bookAppointmentHeader h3 {
  color: #31A6DE;
  font-size: 1.2rem;
  margin: 0;
}

.bookAppointmentHeader p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 300;
}

.dateAndTimeSelector {
  font-family: 'Philosopher', sans-serif;
}

.heading-appointment {
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
}

.customSelect {
  width: 100%;
  border: none;
  outline: none;
}

.customSelect option {
  background-color: white;
  text-align: center;
  border: 1px solid #31A6DE;
  border-radius: 5px;
  margin: 5px 10px;
  padding: 20px 0px;
  color: #31A6DE;
}

.customSelect option.selected {
  background-color: #31A6DE !important;
  color: white;
}

.customSelect option:hover {
  background-color: #31A6DE;
  color: white;
}

.btn-Custom {
  background-color: #31A6DE;
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  -webkit-transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.btn-Custom:focus {
  outline: none;
}

.btn-Custom:hover {
  background-color: #0c4a2e;
  -webkit-box-shadow: 0px 2px 4px rgba(19, 118, 73, 0.3);
          box-shadow: 0px 2px 4px rgba(19, 118, 73, 0.3);
}

.line-appointment {
  border-top: 1px solid #31A6DE;
}

.timerAppointment ::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.timerAppointment ::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}

.timerAppointment ::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #31A6DE;
}

.tabcontentModal {
  display: none;
}

.formDesignAppointment input, .formDesignAppointment textarea, .formDesignAppointment select {
  font-family: 'Philosopher', sans-serif;
  outline-color: #31A6DE;
  font-size: 0.8rem;
  padding: 10px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.formDesignAppointment input:focus, .formDesignAppointment textarea:focus, .formDesignAppointment select:focus {
  outline-color: #31A6DE;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.modal {
  width: 100% !important;
  height: 100% !important;
  z-index: 999999;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important;
}

.btn-Custom2 {
  text-align: left;
  float: left;
  background-color: transparent;
  border: none;
  color: #31A6DE;
}

select option:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#31A6DE), to(#31A6DE));
  background: linear-gradient(#31A6DE, #31A6DE);
  background-color: #31A6DE !important;
  /* for IE */
  color: white !important;
}

.customButtonBookAMeeting
{
    background-color: #0099FF;
    color: white !important;
    border: none;
    -webkit-transition: background-color 0.3s ease-in,color 0.3s ease-in,-webkit-transform 0.3s ease-in,-webkit-box-shadow 0.3s ease-in,-webkit-transform 0.3s ease-in;
    transition: background-color 0.3s ease-in,color 0.3s ease-in,-webkit-transform 0.3s ease-in,-webkit-box-shadow 0.3s ease-in,-webkit-transform 0.3s ease-in;
    transition: background-color 0.3s ease-in,transform 0.3s ease-in,box-shadow 0.3s ease-in,transform 0.3s ease-in,color 0.3s ease-in;
    transition: background-color 0.3s ease-in,transform 0.3s ease-in,box-shadow 0.3s ease-in,transform 0.3s ease-in,color 0.3s ease-in,-webkit-transform 0.3s ease-in,-webkit-box-shadow 0.3s ease-in,-webkit-transform 0.3s ease-in;
    padding: 10px 40px;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.6);
    outline: none;
}

@media only screen and (max-width: 575px) {
  .customButtonBookAMeeting {
    padding: 10px 10px;
    width: 100%;
  }
}

.customButtonBookAMeeting:focus {
  outline: none;
}

.customButtonBookAMeeting:before {
  position: absolute;
  content: " ";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  bottom: 4px;
  right: 4px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.customButtonBookAMeeting:after {
  position: absolute;
  content: " ";
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 4px;
  left: 4px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.customButtonBookAMeeting span {
  display: block;
  height: 100%;
  width: 100%;
}

.customButtonBookAMeeting span::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.customButtonBookAMeeting:hover {
  background-color: #0f603b;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  color: white;
}

.customButtonBookAMeeting:hover:before {
  opacity: 1;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}

.customButtonBookAMeeting:hover:after {
  opacity: 1;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}

.customButtonBookAMeeting:hover span:after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

/* appointment Modal */
.imageWrapperServiceDescription {
  max-height: 450px;
}

.imageWrapperServiceDescription img {
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.w-75-custom {
  width: 75%;
  display: block;
  margin-right: auto;
  min-width: 500px;
}

@media only screen and (max-width: 1200px) {
  .w-75-custom {
    width: 100%;
    min-width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .ourMissionDesign h2 {
    font-size: 2.5rem;
  }
}

/***********************************design approvach changes ***********************************/
.aside-left-container {
  min-height: 100vh;
  width: 120px;
}

.mainBodyWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.right-side-container {
  width: calc(100vw - 120px);
  min-height: 100vh;
}

.homeSliderWrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}

.homeSlidderDesignSide {
  width: 100px;
  min-width: 300px;
}

.homeSliderImageWrapper {
  width: calc(100% - 300px);
  position: relative;
  min-height: 100vh;
  z-index: 98;
}

.homeSliderImageWrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: " ";
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(rgba(0, 0, 0, 0.4)), color-stop(rgba(0, 0, 0, 0.3)), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  z-index: 99;
}

.homeSliderImageWrapper img {
  width: 100%;
  max-height: 100vh;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .mainBodyWrapper .aside-left-container {
    min-height: 0vh;
    width: 0px;
    display: none;
  }
  .mainBodyWrapper .right-side-container {
    width: 100vw;
    min-height: 100vh;
  }
  .homeSliderWrapper .homeSlidderDesignSide {
    width: 0;
    min-width: 200px;
    display: none;
  }
  .homeSliderWrapper .homeSliderImageWrapper {
    width: 100%;
  }
  .w-50 {
    width: 100% !important;
  }
}

.sliderIndexPageRedesigned {
  width: 100%;
  display: block;
  height: 100vh;
  overflow: hidden;
}

.sliderIndexPageRedesigned .sliderContent {
  width: 800px;
  max-width: 100vw;
  position: absolute;
  margin-right: auto;
  top: 50%;
  left: -130px;
  color: white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 100;
}

.sliderIndexPageRedesigned .sliderContent .mainHeading {
  padding: 20px 0px;
  position: relative;
}

.sliderIndexPageRedesigned .sliderContent .mainHeading::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  border: 1px solid white;
  width: 0;
}

.sliderIndexPageRedesigned .sliderContent .mainHeading::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  border: 1px solid white;
  width: 0;
}

.sliderIndexPageRedesigned .sliderContent .mainHeading h2, .sliderIndexPageRedesigned .sliderContent .mainHeading h1 {
  font-size: 10vh;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

@media only screen and (min-height: 991px) {
  .sliderIndexPageRedesigned .sliderContent .mainHeading h2, .sliderIndexPageRedesigned .sliderContent .mainHeading h1 {
    font-size: 7vh;
  }
}

.sliderIndexPageRedesigned .sliderContent .paragraphText {
  margin-top: 10px;
  margin-bottom: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 768px) {
  .sliderIndexPageRedesigned .sliderContent {
    padding: 20px 15px;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sliderIndexPageRedesigned .sliderContent h2, .sliderIndexPageRedesigned .sliderContent h1 {
    text-align: center;
  }
}

@media only screen and (max-width: 675px) {
  .sliderIndexPageRedesigned .sliderContent h2, .sliderIndexPageRedesigned .sliderContent h1 {
    font-size: 10vw !important;
  }
}

.logoImage {
  display: block;
  max-width: 100px;
}

.ourPartnerImage img {
  max-height: 250px;
}

.aboutUsNewData {
  font-size: 1.3rem;
  font-weight: 500;
}

@media only screen and (min-width: 991px) {
  .w-50-custom {
    width: 50%;
    min-width: 800px;
  }
}

.minWidth800 {
  min-width: 800px;
}

@media only screen and (max-width: 800px) {
  .minWidth800 {
    min-width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .aboutUsNewData {
    font-size: 1rem;
    font-weight: 500;
  }
}

.viewAllServicesBtn a {
  display: block;
  width: 100%;
  border: 1px solid white;
  padding: 10px 10px;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in,-webkit-box-shadow 0.3s ease-in;
  transition: opacity 0.3s ease-in,-webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in,opacity 0.3s ease-in;
  transition: box-shadow 0.3s ease-in,opacity 0.3s ease-in,-webkit-box-shadow 0.3s ease-in;
}

.viewAllServicesBtn a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

/***********************************design approvach changes ends ***********************************/
/****************************** parsely error design ends   *************************************/
.parsley-errors-list.filled {
  position: relative;
  background-color: none;
  font-size: 0.7rem;
  color: #f96a6a !important;
  list-style: none;
  display: block;
  margin-bottom: 0px;
}

.parsley-errors-list.filled li {
  color: #f96a6a;
  font-size: 0.7rem;
}

.form-section {
  display: none;
}

.form-section.current {
  display: inherit;
}

.cursor-pointer {
  cursor: pointer;
}

/****************************** parsely error design ends   *************************************/
.joinUsForm {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 60px 40px;
}

.joinUsForm .common_heading {
  border-top: 2px solid #141414;
  font-size: 3.5rem;
  font-family: TTNorms;
  padding: 10px 0px;
  font-weight: 200;
  margin-bottom: 20px;
}

.joinUsForm label {
  font-family: TTNorms;
  font-size: 1.2rem;
  font-weight: 400;
}

.joinUsForm .customInput {
  border: none;
  background-color: #eeeeee;
  color: #999999;
  padding: 20px 15px;
  font-size: 1rem;
  outline-color: #05685b;
}

.joinUsForm .customInput::-webkit-input-placeholder {
  color: #999999;
}

.joinUsForm .customInput:-ms-input-placeholder {
  color: #999999;
}

.joinUsForm .customInput::-ms-input-placeholder {
  color: #999999;
}

.joinUsForm .customInput::placeholder {
  color: #999999;
}

.joinUsForm .customSubmitBtn {
  background-color: #141414;
  padding: 15px 50px;
  border: none;
  color: white;
  font-size: 1.2rem;
}

.joinUsForm .customSubmitBtn:hover {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.6);
}

.add-btn-join-us-Page {
  border: 1px solid #31A6DE;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 10px 15px;
  cursor: pointer;
  color: #31A6DE;
  display: inline-block;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  min-width: 200px;
  text-align: center;
}

.add-btn-join-us-Page:hover {
  -webkit-box-shadow: 2px 4px 10px 0px rgba(19, 118, 73, 0.4);
          box-shadow: 2px 4px 10px 0px rgba(19, 118, 73, 0.4);
}

.dynamicallyAddedElement {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  padding-bottom: 30px;
}

.delete-btn-join-us-Page {
  border: 1px solid #bd2031;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 10px 15px;
  cursor: pointer;
  color: #bd2031;
  display: inline-block;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  min-width: 200px;
  text-align: center;
}

.delete-btn-join-us-Page:hover {
  -webkit-box-shadow: 2px 4px 10px 0px rgba(189, 32, 49, 0.4);
          box-shadow: 2px 4px 10px 0px rgba(189, 32, 49, 0.4);
}

.delete-btn-join-us-Page:focus {
  outline: none;
}

.border-bottom-join-usPage {
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

/****************************Design 2 of Services (Villa Design and Interior Design)***************************************/
.uniqueDesignHeading {
  color: #31A6DE;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
  font-weight: 600;
}

.line-dot {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #31A6DE;
}

.line-dot:before {
  height: 2px;
  width: 100px;
  content: " ";
  right: calc(100% + 20px);
  background-color: #31A6DE;
  position: absolute;
  top: calc(50% - 2px);
}

.line-dot:after {
  height: 2px;
  width: 110px;
  content: " ";
  left: calc(100% + 20px);
  top: calc(50% - 2px);
  background-color: #31A6DE;
  position: absolute;
}

.line-dot i {
  color: #31A6DE;
}

.eachService .image-wrapper img {
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

/****************************Design 2 of Services (Villa Design and Interior Design) ends***************************************/
.upload_btn {
  background-color: #747a81;
  color: white;
  border: 1px solid #31A6DE;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
}

.Custom_upload {
  font-style: normal;
  font-size: 0.8rem;
  color: #495057;
}

.info_text {
  font-size: 0.7rem;
  font-style: italic;
}

.imagecomtainer p {
  margin: 5px;
  display: inline-block;
  background-color: #06592c;
  color: white;
  padding: 5px 10px;
}

.onlyHomeSliderDesign .sliderContent h2, .onlyHomeSliderDesign .sliderContent p, .onlyHomeSliderDesign .sliderContent .icon-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
}

.onlyHomeSliderDesign .sliderContent .mainHeading:before, .onlyHomeSliderDesign .sliderContent .mainHeading:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s ease 0s, opacity 1s ease 0s;
  transition: visibility 1s ease 0s, opacity 1s ease 0s;
}

.onlyHomeSliderDesign .owl-item.active
.sliderContent .mainHeading:after {
  width: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .4s ease 1.2s, opacity .4s ease 1.2s;
  transition: visibility .4s ease 1.2s, opacity .4s ease 1.2s;
}

.onlyHomeSliderDesign .owl-item.active
.sliderContent .mainHeading:before {
  width: 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .4s ease 1.2s,opacity .4s ease 1.2s;
  transition: visibility .4s ease 1.2s,opacity .4s ease 1.2s;
}

.onlyHomeSliderDesign .owl-item.active
.sliderContent h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .4s ease 1s, opacity .4s ease 1s;
  transition: visibility .4s ease 1s, opacity .4s ease 1s;
}

.onlyHomeSliderDesign .owl-item.active
.sliderContent .aesthetic:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .4s ease 1.6s,opacity .4s ease 1.6s;
  transition: visibility .4s ease 1.6s,opacity .4s ease 1.6s;
}

.onlyHomeSliderDesign .owl-item.active
.sliderContent p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .4s ease 1.2s, opacity .4s ease 1.2s;
  transition: visibility .4s ease 1.2s, opacity .4s ease 1.2s;
}

.onlyHomeSliderDesign .owl-item.active
.sliderContent .icon-image {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .4s ease 1.4s, opacity .4s ease 1.4s;
  transition: visibility .4s ease 1.4s, opacity .4s ease 1.4s;
}

.logoWrapper-fixed {
  /*height: 80px;
  width: 120px;*/
  height: 70px;
  width: 267px;
  position: fixed;
  top: 30px;
  left: 10px;
  text-align: center;
  /*background-color: white;*/
  //-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          //box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 99997;
}

.logoWrapper-fixed a {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  //padding-top: 15px;
}

.logoWrapper-fixed img {
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  /*max-height: 80px;
  max-width: 100px;*/
  max-height: 70px;
  max-width: 267px;
}

@media only screen and (max-width: 767px) {
  .logoWrapper-fixed {
    //height: 60px;
    height: 60px;
    width: 229px;
  }
  .logoWrapper-fixed img {
    //height: 40px;
    height: 60px;
    //width: 229px;
  }
}

.navigation-button {
  /* Humberger Design*/
  /* NINE */
}

.navigation-button .row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  color: #ecf0f1;
  text-align: center;
}

.navigation-button .hamburger .line {
  font-size: 1rem;
  width: 30px;
  height: 2px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.8);
  display: block;
  margin: 11px auto;
  -webkit-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.navigation-button .hamburger:hover {
  cursor: pointer;
}

.navigation-button .hamburger:hover:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.navigation-button #hamburger-9 {
  position: relative;
  -webkit-transition: transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.navigation-button #hamburger-9.is-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-button #hamburger-9:before {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border-radius: 100%;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.navigation-button #hamburger-9.is-active:before {
  border: 2px solid white;
}

.navigation-button #hamburger-9.is-active .line {
  width: 30px;
}

.navigation-button #hamburger-9.is-active .line:nth-child(2) {
  opacity: 0;
}

.navigation-button #hamburger-9.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
}

.navigation-button #hamburger-9.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

.navigation-button {
  position: fixed;
  color: white;
  right: 40px;
  top: 30px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  font-size: 1.2rem;
}

.navigation-button i {
  line-height: 50px;
}

@media only screen and (max-width: 575px) {
  .navigation-button {
    right: 30px;
  }
}

/* Humberger Design ends*/
/*******************Heading Animation**********************/
.heading-animation {
  position: relative;
  display: inline-block;
}

.line-design-and-animation {
  display: block;
  text-align: center;
  position: relative;
}

.line-design-and-animation:before, .line-design-and-animation:after {
  height: 3px;
  width: 150px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #31A6DE;
  content: " ";
}

.line-design-and-animation.small-line:before, .line-design-and-animation.small-line:after {
  width: 60px;
}

.line-design-and-animation::before {
  right: calc(50% + 20px);
}

.line-design-and-animation::after {
  left: calc(50% + 20px);
}

.line-design-and-animation img {
  display: block;
  height: 30px;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px auto;
}

.swinging {
  -webkit-animation: swinging ease-in-out 1s infinite alternate;
          animation: swinging ease-in-out 1s infinite alternate;
  display: inline-block;
  position: relative;
}

.swinging h2 {
  position: relative;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.06);
  background-color: #eeeeee;
  padding: 15px 30px;
  z-index: 666;
  font-size: 2rem;
}

@media only screen and (max-width: 991px) {
  .swinging h2 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .swinging h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 575px) {
  .swinging h2 {
    font-size: 1.2rem;
  }
}

.color_text_light {
  color: #a7aaba;
}

.color_text_light p {
  color: #a7aaba;
}

.color_text_light h1, .color_text_light h2, .color_text_light h3, .color_text_light h4, .color_text_light h5, .color_text_light h6 {
  color: #31A6DE;
}

.swinging-wrapper {
  position: relative;
}

.swinging-wrapper:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  border-radius: 50% 50%;
  background: #31A6DE;
}

.swinging-wrapper h2 {
  font-weight: 900;
}

.swinging:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #999;
  top: -12px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 10px 0px 10px 0px;
}

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

@keyframes swinging {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}

.swing-wrapper {
  overflow: hidden;
}

.image-design-with-animation img {
  border: 5px solid white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-left: none;
}

@media only screen and (max-width: 991px) {
  .image-design-with-animation img {
    border-left: 5px solid white;
  }
}

.animated-btns-wrapper {
  list-style: none;
  padding: 0;
}

.animated-btns-wrapper li {
  position: relative;
  display: block;
  display: inline-block;
  width: 40%;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 15px 0px;
  margin: 0px 8px;
  background-color: whitesmoke;
  margin-bottom: 16px;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.animated-btns-wrapper li:before {
  opacity: 0;
  content: " ";
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #31A6DE;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in,  -webkit-transform 0.3s ease-in;
}

.animated-btns-wrapper li::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.animated-btns-wrapper li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.animated-btns-wrapper li:hover:after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in,  -webkit-transform 0.3s ease-in;
}

.animated-btns-wrapper li a {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}

.bg-design {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  background-repeat: repeat;
  background-size: contain;
  background-position: bottom;
  background-attachment: fixed;
}

.imageWrapperServiceDescription {
  display: block;
  position: relative;
}

.imageWrapperServiceDescription:before {
  position: absolute;
  content: " ";
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  bottom: 10px;
  right: 25px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.imageWrapperServiceDescription:after {
  position: absolute;
  content: " ";
  border-top: 2px solid white;
  border-left: 2px solid white;
  top: 10px;
  left: 25px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.uniqueDesignWrapper:hover .imageWrapperServiceDescription:before {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 50px);
}

.uniqueDesignWrapper:hover .imageWrapperServiceDescription:after {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 50px);
}

.bouncing-icon {
  display: block;
  -webkit-animation: bounce;
          animation: bounce;
  /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  /* don't forget to set a duration! */
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*********************Heading Animation Ends********************/
/*****************************Privacy Policy Page ***********************/
.banner-content-pp {
  width: 100%;
  background-color: #31A6DE;
  min-height: 300px;
  color: white;
  position: relative;
  background-position: bottom;
  background-size: cover;
  background-repeat: repeat;
}

.banner-content-pp .banner-inner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-content-pp .banner-inner-content h3 {
  font-size: 5vh;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.static-page-description {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #7f7f7f;
}

.static-page-description h4 {
  font-weight: 400;
  font-size: 1.5rem;
  color: black;
}

.static-page-description p {
  text-align: justify;
}

.static-page-description ul {
  list-style: none;
  padding-left: 35px;
}

.static-page-description ul li {
  margin-bottom: 60px;
  display: block;
  position: relative;
  color: #7f7f7f;
  text-align: justify;
}

.static-page-description ul li::before {
  height: 10px;
  width: 10px;
  top: 6px;
  left: -20px;
  position: absolute;
  content: " ";
  background-color: #000000;
}

.static-page-description ul li p {
  color: #7f7f7f;
}

.static-page-description ul li ul {
  list-style: none;
  padding-left: 70px;
}

.static-page-description ul li ul li {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.static-page-description ul li ul li::before {
  height: 12px;
  width: 12px;
  top: 5px;
  left: -20px;
  position: absolute;
  content: " ";
  background-color: #c1c3ce;
  border: 1px solid #c1c3ce;
  border-radius: 100%;
}

.static-page-description ul li ul li::after {
  height: 4px;
  width: 4px;
  top: 9px;
  left: -16px;
  position: absolute;
  content: " ";
  background-color: white;
  border-radius: 100%;
}

.online-payment-form {
  margin: 50px 0px 50px 0px;
  padding: 50px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.online-payment-form .form-wrapper-new {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
}

.online-payment-form .form-wrapper-new:focus {
  border-color: #05685b;
}

.online-payment-form .form-wrapper-new label {
  position: absolute;
  top: 50%;
  background-color: white;
  left: 40px;
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  height: 0px;
  width: 0px;
}

.online-payment-form .form-wrapper-new input[type=number], .online-payment-form .form-wrapper-new input[type=text], .online-payment-form .form-wrapper-new input[type=password], .online-payment-form .form-wrapper-new input[type=email], .online-payment-form .form-wrapper-new textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 15px 10px;
}

.online-payment-form .form-wrapper-new input[type=number]::-webkit-input-placeholder, .online-payment-form .form-wrapper-new input[type=text]::-webkit-input-placeholder, .online-payment-form .form-wrapper-new input[type=password]::-webkit-input-placeholder, .online-payment-form .form-wrapper-new input[type=email]::-webkit-input-placeholder, .online-payment-form .form-wrapper-new textarea::-webkit-input-placeholder {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new input[type=number]:-ms-input-placeholder, .online-payment-form .form-wrapper-new input[type=text]:-ms-input-placeholder, .online-payment-form .form-wrapper-new input[type=password]:-ms-input-placeholder, .online-payment-form .form-wrapper-new input[type=email]:-ms-input-placeholder, .online-payment-form .form-wrapper-new textarea:-ms-input-placeholder {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new input[type=number]::-ms-input-placeholder, .online-payment-form .form-wrapper-new input[type=text]::-ms-input-placeholder, .online-payment-form .form-wrapper-new input[type=password]::-ms-input-placeholder, .online-payment-form .form-wrapper-new input[type=email]::-ms-input-placeholder, .online-payment-form .form-wrapper-new textarea::-ms-input-placeholder {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new input[type=number]::placeholder, .online-payment-form .form-wrapper-new input[type=text]::placeholder, .online-payment-form .form-wrapper-new input[type=password]::placeholder, .online-payment-form .form-wrapper-new input[type=email]::placeholder, .online-payment-form .form-wrapper-new textarea::placeholder {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new input[type=number]:focus, .online-payment-form .form-wrapper-new input[type=text]:focus, .online-payment-form .form-wrapper-new input[type=password]:focus, .online-payment-form .form-wrapper-new input[type=email]:focus, .online-payment-form .form-wrapper-new textarea:focus {
  outline: none;
}

.online-payment-form .form-wrapper-new.focused input::-webkit-input-placeholder {
  opacity: 0;
  width: 0px;
  -webkit-transition: width 0.3s ease-in,  opacity 0.3s ease-in;
  transition: width 0.3s ease-in,  opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new.focused input:-ms-input-placeholder {
  opacity: 0;
  width: 0px;
  -webkit-transition: width 0.3s ease-in,  opacity 0.3s ease-in;
  transition: width 0.3s ease-in,  opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new.focused input::-ms-input-placeholder {
  opacity: 0;
  width: 0px;
  -webkit-transition: width 0.3s ease-in,  opacity 0.3s ease-in;
  transition: width 0.3s ease-in,  opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new.focused input::placeholder {
  opacity: 0;
  width: 0px;
  -webkit-transition: width 0.3s ease-in,  opacity 0.3s ease-in;
  transition: width 0.3s ease-in,  opacity 0.3s ease-in;
}

.online-payment-form .form-wrapper-new.focused label {
  display: block;
  top: -10px;
  opacity: 1;
  height: auto;
  width: auto;
}

.terms-and-condition {
  color: white;
  text-decoration: underline;
}

.terms-and-condition:hover {
  color: white;
  text-decoration: underline;
}

.img-wrapper-payment {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.img-wrapper-payment img {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px 0px 0px auto;
}

@media only screen and (max-width: 991px) {
  .img-wrapper-payment img {
    margin: 0px auto;
  }
}

.payment-images {
  opacity: 1 !important;
}

.payment-images img {
  max-height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.link-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
  display: none;
}

.link-container p {
  color: white;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.link-container span {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #666666;
  font-size: 0.8rem;
  cursor: pointer;
}

.showAfterMultipleClick {
  display: none;
  margin-bottom: 0px;
}

.background-design-transaction-page {
  display: block;
  width: 100%;
  position: relative;
  min-height: 600px;
}

.background-design-transaction-page .right-design {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  height: 100%;
  width: 100%;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}

.background-design-transaction-page .left-design {
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 100%;
  width: 100%;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
}

.link-container-canceled-page {
  width: 100%;
  padding: 20px 20px;
  position: relative;
  background-color: rgba(19, 118, 73, 0.3);
}

.link-container-canceled-page p {
  color: white;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.link-container-canceled-page span {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #666666;
  font-size: 0.8rem;
  cursor: pointer;
}

/*****************************Privacy Policy Page ends***********************/
/*****************************Payment Page ***********************/
.payment-page-design {
  background-color: #212529;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

@media only screen and (max-height: 700px) {
  .payment-page-design {
    min-height: 800px;
  }
}

.online-payment-form-new-design-wrapper {
  position: relative;
}

.online-payment-form-new-design {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.4);
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  max-width: 600px;
  background-color: rgba(19, 118, 73, 0.5);
}

@media only screen and (max-width: 767px) {
  .online-payment-form-new-design {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .online-payment-form-new-design.responsive-payment-design {
    position: relative;
    left: unset;
    -webkit-transform: none;
            transform: none;
    top: unset;
    margin: 80px 15px;
    max-width: unset;
    width: calc(100% - 30px);
  }
}

.online-payment-form-new-design .form-wrapper-new input[type=number], .online-payment-form-new-design .form-wrapper-new input[type=text], .online-payment-form-new-design .form-wrapper-new input[type=password], .online-payment-form-new-design .form-wrapper-new input[type=email], .online-payment-form-new-design .form-wrapper-new textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(19, 118, 73, 0.2);
  outline: none;
  padding: 5px 10px;
  background-color: transparent;
  color: black;
  border-radius: 5px;
  font-size: 0.9rem;
}

.online-payment-form-new-design .form-wrapper-new input[type=number]::-webkit-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=text]::-webkit-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=password]::-webkit-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=email]::-webkit-input-placeholder, .online-payment-form-new-design .form-wrapper-new textarea::-webkit-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.online-payment-form-new-design .form-wrapper-new input[type=number]:-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=text]:-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=password]:-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=email]:-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new textarea:-ms-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.online-payment-form-new-design .form-wrapper-new input[type=number]::-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=text]::-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=password]::-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new input[type=email]::-ms-input-placeholder, .online-payment-form-new-design .form-wrapper-new textarea::-ms-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.online-payment-form-new-design .form-wrapper-new input[type=number]::placeholder, .online-payment-form-new-design .form-wrapper-new input[type=text]::placeholder, .online-payment-form-new-design .form-wrapper-new input[type=password]::placeholder, .online-payment-form-new-design .form-wrapper-new input[type=email]::placeholder, .online-payment-form-new-design .form-wrapper-new textarea::placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.online-payment-form-new-design .form-wrapper-new input[type=number]:focus, .online-payment-form-new-design .form-wrapper-new input[type=text]:focus, .online-payment-form-new-design .form-wrapper-new input[type=password]:focus, .online-payment-form-new-design .form-wrapper-new input[type=email]:focus, .online-payment-form-new-design .form-wrapper-new textarea:focus {
  border: 1px solid #31A6DE;
}

.online-payment-form-new-design .form-wrapper-new label {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.online-payment-form-new-design .form-wrapper-amount img {
  max-height: 200px;
}

.online-payment-form-new-design .form-wrapper-amount input {
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(19, 118, 73, 0.5);
  font-size: 2rem;
}

.online-payment-form-new-design .form-wrapper-amount input::-webkit-input-placeholder {
  color: #141414;
}

.online-payment-form-new-design .form-wrapper-amount input:-ms-input-placeholder {
  color: #141414;
}

.online-payment-form-new-design .form-wrapper-amount input::-ms-input-placeholder {
  color: #141414;
}

.online-payment-form-new-design .form-wrapper-amount input::placeholder {
  color: #141414;
}

.online-payment-form-new-design .form-wrapper-amount input:focus {
  outline: none;
  border: 1px solid #31A6DE;
}

.online-payment-form-new-design2 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.4);
  border-radius: 0px;
  padding: 20px;
  padding-bottom: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
  max-width: 600px;
  background-color: #31A6DE;
}

@media only screen and (max-width: 767px) {
  .online-payment-form-new-design2 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .online-payment-form-new-design2.responsive-payment-design {
    position: relative;
    left: unset;
    -webkit-transform: none;
            transform: none;
    top: unset;
    margin: 80px 15px;
    max-width: unset;
    width: calc(100% - 30px);
  }
}

.online-payment-form-new-design2 .form-wrapper-new input[type=number], .online-payment-form-new-design2 .form-wrapper-new input[type=text], .online-payment-form-new-design2 .form-wrapper-new input[type=password], .online-payment-form-new-design2 .form-wrapper-new input[type=email], .online-payment-form-new-design2 .form-wrapper-new textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: none;
  padding: 5px 10px;
  background-color: transparent;
  color: black;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 600;
}

.online-payment-form-new-design2 .form-wrapper-new input[type=number]::-webkit-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=text]::-webkit-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=password]::-webkit-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=email]::-webkit-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new textarea::-webkit-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
  font-weight: 400;
}

.online-payment-form-new-design2 .form-wrapper-new input[type=number]:-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=text]:-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=password]:-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=email]:-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new textarea:-ms-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
  font-weight: 400;
}

.online-payment-form-new-design2 .form-wrapper-new input[type=number]::-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=text]::-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=password]::-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=email]::-ms-input-placeholder, .online-payment-form-new-design2 .form-wrapper-new textarea::-ms-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
  font-weight: 400;
}

.online-payment-form-new-design2 .form-wrapper-new input[type=number]::placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=text]::placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=password]::placeholder, .online-payment-form-new-design2 .form-wrapper-new input[type=email]::placeholder, .online-payment-form-new-design2 .form-wrapper-new textarea::placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
  font-weight: 400;
}

.online-payment-form-new-design2 .form-wrapper-new input[type=number]:focus, .online-payment-form-new-design2 .form-wrapper-new input[type=text]:focus, .online-payment-form-new-design2 .form-wrapper-new input[type=password]:focus, .online-payment-form-new-design2 .form-wrapper-new input[type=email]:focus, .online-payment-form-new-design2 .form-wrapper-new textarea:focus {
  border: 1px solid white;
  background-color: white;
}

.online-payment-form-new-design2 .form-wrapper-new label {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.online-payment-form-new-design2 .form-wrapper-amount img {
  max-height: 200px;
}

.online-payment-form-new-design2 .form-wrapper-amount input {
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 2rem;
}

.online-payment-form-new-design2 .form-wrapper-amount input::-webkit-input-placeholder {
  color: #141414;
}

.online-payment-form-new-design2 .form-wrapper-amount input:-ms-input-placeholder {
  color: #141414;
}

.online-payment-form-new-design2 .form-wrapper-amount input::-ms-input-placeholder {
  color: #141414;
}

.online-payment-form-new-design2 .form-wrapper-amount input::placeholder {
  color: #141414;
}

.online-payment-form-new-design2 .form-wrapper-amount input:focus {
  outline: none;
  border: 1px solid white;
}

.villaDesignPageSlider {
  overflow: hidden;
  height: 100vh;
  display: block;
}

.small-image-blur {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.small-image-unblur-blur {
  -webkit-animation: sharpen .5s both;
          animation: sharpen .5s both;
  -webkit-transition: -webkit-animation 0.5s ease-in;
  transition: -webkit-animation 0.5s ease-in;
  transition: animation 0.5s ease-in;
  transition: animation 0.5s ease-in, -webkit-animation 0.5s ease-in;
  -webkit-transition: -webkit-filter 0.5s ease-in;
  transition: -webkit-filter 0.5s ease-in;
  transition: filter 0.5s ease-in;
  transition: filter 0.5s ease-in, -webkit-filter 0.5s ease-in;
}

@-webkit-keyframes sharpen {
  from {
    background-image: blur(10px);
  }
  to {
    background-image: blur(0px);
  }
}

@keyframes sharpen {
  from {
    background-image: blur(10px);
  }
  to {
    background-image: blur(0px);
  }
}

.eachDesignServices .contentInDesign h2 {
  height: 65px;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1300px) {
  .eachDesignServices .contentInDesign h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 350px) {
  .eachDesignServices .contentInDesign h2 {
    height: 65px;
    font-size: 1.5rem;
  }
}

.confirm-payment-page-design {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(33, 37, 41, 0.4);
  border-radius: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  max-width: 100%;
  width: 800px;
}

@media only screen and (max-width: 767px) {
  .confirm-payment-page-design {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .confirm-payment-page-design.responsive-payment {
    position: relative;
    left: unset;
    -webkit-transform: none;
            transform: none;
    top: unset;
    margin: 80px 15px;
    max-width: unset;
    width: calc(100% - 30px);
  }
}

.confirm-payment-page-design .form-wrapper-new input[type=number], .confirm-payment-page-design .form-wrapper-new input[type=text], .confirm-payment-page-design .form-wrapper-new input[type=password], .confirm-payment-page-design .form-wrapper-new input[type=email], .confirm-payment-page-design .form-wrapper-new textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(19, 118, 73, 0.2);
  outline: none;
  padding: 5px 10px;
  background-color: transparent;
  color: black;
  border-radius: 5px;
  font-size: 0.9rem;
}

.confirm-payment-page-design .form-wrapper-new input[type=number]::-webkit-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=text]::-webkit-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=password]::-webkit-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=email]::-webkit-input-placeholder, .confirm-payment-page-design .form-wrapper-new textarea::-webkit-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.confirm-payment-page-design .form-wrapper-new input[type=number]:-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=text]:-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=password]:-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=email]:-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new textarea:-ms-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.confirm-payment-page-design .form-wrapper-new input[type=number]::-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=text]::-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=password]::-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new input[type=email]::-ms-input-placeholder, .confirm-payment-page-design .form-wrapper-new textarea::-ms-input-placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.confirm-payment-page-design .form-wrapper-new input[type=number]::placeholder, .confirm-payment-page-design .form-wrapper-new input[type=text]::placeholder, .confirm-payment-page-design .form-wrapper-new input[type=password]::placeholder, .confirm-payment-page-design .form-wrapper-new input[type=email]::placeholder, .confirm-payment-page-design .form-wrapper-new textarea::placeholder {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  color: white;
  opacity: 0.6;
}

.confirm-payment-page-design .form-wrapper-new input[type=number]:focus, .confirm-payment-page-design .form-wrapper-new input[type=text]:focus, .confirm-payment-page-design .form-wrapper-new input[type=password]:focus, .confirm-payment-page-design .form-wrapper-new input[type=email]:focus, .confirm-payment-page-design .form-wrapper-new textarea:focus {
  border: 1px solid #31A6DE;
}

.confirm-payment-page-design .form-wrapper-new label {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.confirm-payment-page-design .form-wrapper-amount img {
  max-height: 200px;
}

.confirm-payment-page-design .form-wrapper-amount input {
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(19, 118, 73, 0.5);
  font-size: 2rem;
}

.confirm-payment-page-design .form-wrapper-amount input::-webkit-input-placeholder {
  color: #141414;
}

.confirm-payment-page-design .form-wrapper-amount input:-ms-input-placeholder {
  color: #141414;
}

.confirm-payment-page-design .form-wrapper-amount input::-ms-input-placeholder {
  color: #141414;
}

.confirm-payment-page-design .form-wrapper-amount input::placeholder {
  color: #141414;
}

.confirm-payment-page-design .form-wrapper-amount input:focus {
  outline: none;
  border: 1px solid #31A6DE;
}

.items-wrapper-left-background {
  background-color: #31A6DE;
}

.content-right-side-background {
  background-color: white;
  color: black;
  position: relative;
  padding-bottom: 140px;
}

.content-right-side-background .absolute-text-right-side {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 95%;
  border-top: 1px solid #666666;
  padding: 10px 0px 0px 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content-right-side-background .absolute-text-right-side p {
  font-size: 0.7rem;
  color: #666666;
  opacity: 0.8;
  font-weight: 300;
}

.items-wrapper-left {
  padding: 20px;
}

.items-wrapper-left label {
  font-size: 0.8rem;
  color: white;
}

.items-wrapper-left h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.items-wrapper-left h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0px;
}

.items-wrapper-left .item-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.items-wrapper-left .item-design .icon-wrapper {
  width: 30px;
  min-width: 30px;
  text-align: center;
}

.items-wrapper-left .item-design .icon-wrapper i {
  font-size: 0.9rem;
  opacity: 0.7;
  line-height: 30px;
}

.items-wrapper-left .item-design .text-wrapper {
  width: 100%;
  padding-left: 20px;
}

.content-right-side {
  padding: 30px 20px;
  position: relative;
}

.content-right-side .small-logo {
  height: 50px;
  display: inline-block;
}

.content-right-side .small-text-confirm-page {
  font-size: 0.7rem;
}

.content-right-side .line-design-bottom {
  border-bottom: 8px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.content-right-side label {
  font-size: 0.8rem;
  color: #666666;
}

.content-right-side h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0px;
}

.content-right-side h4 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0px;
}

.content-right-side .fees-row .remarks {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  padding-left: 10px;
  font-family: Proxima;
}

.content-right-side .info-div .payment-info {
  font-size: 0.8rem;
  color: #666666;
}

.content-right-side .info-div .name {
  font-size: 1rem;
  color: black;
  font-family: Proxima;
  font-weight: 500;
}

.payNowForm {
  background-color: #31A6DE;
  color: white;
  border: none;
  -webkit-transition: background-color 0.3s ease-in,color 0.3s ease-in,-webkit-transform 0.3s ease-in,-webkit-box-shadow 0.3s ease-in,-webkit-transform 0.3s ease-in;
  transition: background-color 0.3s ease-in,color 0.3s ease-in,-webkit-transform 0.3s ease-in,-webkit-box-shadow 0.3s ease-in,-webkit-transform 0.3s ease-in;
  transition: background-color 0.3s ease-in,transform 0.3s ease-in,box-shadow 0.3s ease-in,transform 0.3s ease-in,color 0.3s ease-in;
  transition: background-color 0.3s ease-in,transform 0.3s ease-in,box-shadow 0.3s ease-in,transform 0.3s ease-in,color 0.3s ease-in,-webkit-transform 0.3s ease-in,-webkit-box-shadow 0.3s ease-in,-webkit-transform 0.3s ease-in;
  padding: 10px 10px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .payNowForm {
    padding: 10px 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 200px) {
  .payNowForm {
    min-width: 200px;
  }
}

.payNowForm:focus {
  outline: none;
}

.payNowForm:before {
  position: absolute;
  content: " ";
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  bottom: 4px;
  right: 4px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.payNowForm:after {
  position: absolute;
  content: " ";
  border-top: 1px solid white;
  border-left: 1px solid white;
  top: 4px;
  left: 4px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
  transition: width 0.3s ease-in, height 0.3s ease-in, opacity 0.3s ease-in;
}

.payNowForm span {
  display: block;
  height: 100%;
  width: 100%;
}

.payNowForm span::after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.payNowForm:hover {
  background-color: #0f603b;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  color: white;
}

.payNowForm:hover:before {
  opacity: 1;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}

.payNowForm:hover:after {
  opacity: 1;
  height: calc(100% - 8px);
  width: calc(100% - 8px);
}

.payNowForm:hover span:after {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.highlight_links {
  color: #31A6DE;
  text-decoration: underline;
}

.highlight_links:hover {
  color: #31A6DE;
  text-decoration: underline;
}

.footerIcons {
  text-align: center;
  margin-bottom: 15px;
}

.footerIcons span {
  display: inline-block;
  margin: 0px 5px;
}

.footerIcons span a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: white;
  color: #31A6DE;
  font-size: 1rem;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.footerIcons span a i {
  line-height: 30px;
}

.footerIcons span a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.projectTxt2 {
  font-size: 0.9rem;
  text-align: justify;
  text-align-last: center;
  background-color: #f3f3f3;
  padding: 20px;
  padding-bottom: 30px;
}

.projectTxt2 h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #31A6DE;
  text-transform: uppercase;
}

.projectTxt2 p {
  font-size: 0.8rem;
  text-align: justify;
  text-align-last: center;
  color: #a7aaba;
}

.projectTxt2 .projectHighlight {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 94px;
  /* fallback */
  -webkit-line-clamp: 5;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  height: 94px;
}

.projectTxt2 .customButtonBookAMeeting {
  color: white !important;
}

.latestProjectsDesign {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 118, 73, 0.09);
          box-shadow: 0px 0px 10px 0px rgba(19, 118, 73, 0.09);
}

.latestProjectsDesign:hover .view-360 {
  bottom: 20px;
  opacity: 1;
}

.view-360 {
  position: absolute;
  right: 20px;
  bottom: -20px;
  background-color: rgba(19, 118, 73, 0.7);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: bottom 0.3s ease-in, opacity 0.3s ease-in;
  transition: bottom 0.3s ease-in, opacity 0.3s ease-in;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  z-index: 22;
  opacity: 0;
}

.latestProjectDesign-btn {
  min-width: auto;
  padding: 5px 10px;
}

/*****************************Payment Page ends***********************/
/*******************************common page  design ***********************************/
.commonPageBanner {
  background-color: #31A6DE;
}

.commonPageBanner .imageWrapper {
  height: 350px;
  position: relative;
}

.commonPageBanner .imageWrapper img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.commonPageBanner .imageWrapper .bannerContent {
  position: absolute;
  top: 100px;
  left: 16%;
  max-width: 500px;
  padding-right: 15px;
}

.commonPageBanner .imageWrapper .bannerContent h3, .commonPageBanner .imageWrapper .bannerContent h1 {
  color: white;
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.commonPageBanner .imageWrapper .bannerContent p {
  font-size: 1rem !important;
  color: white;
}

@media only screen and (max-width: 991px) {
  .commonPageBanner .imageWrapper .bannerContent {
    left: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .commonPageBanner .imageWrapper .bannerContent {
    left: 80px;
  }
  .commonPageBanner .imageWrapper .bannerContent h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  .commonPageBanner .imageWrapper .bannerContent {
    left: 30px;
  }
  .commonPageBanner .imageWrapper .bannerContent h3 {
    font-size: 1.5rem;
  }
  .commonPageBanner .imageWrapper .bannerContent p {
    font-size: 1rem !important;
  }
}

.breadcrumb-custom {
  display: inline-block;
}

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

.breadcrumb-custom ul li {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  font-size: 0.8rem;
  color: white;
}

.breadcrumb-custom ul li:not(:first-child) {
  padding-left: 20px;
}

.breadcrumb-custom ul li:not(:first-child):before {
  content: '\f054';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}

.notLoaded {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.theme-text {
  color: white;
  font-size: 0.8rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.projectPic a {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  display: block;
  z-index: 4;
}

.projectPic a img {
  max-height: 300px;
  min-height: 300px;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .projectPic a {
    max-height: 300px;
  }
  .projectPic a img {
    min-height: 300px;
    max-height: 300px;
  }
}

.projectPic a:before {
  position: absolute;
  content: " ";
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  bottom: 10px;
  right: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.projectPic a:after {
  position: absolute;
  content: " ";
  border-top: 2px solid white;
  border-left: 2px solid white;
  top: 10px;
  left: 10px;
  height: 0px;
  width: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.projectPic a:hover:before {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.projectPic a:hover:after {
  opacity: 1;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.headingBox {
  width: 100%;
}

.headingBox em {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #666;
  font-style: normal;
}

.headingBox h1, .headingBox h2
{
    color: #0066CC;
}

/*******************************common page  design  ends***********************************/
/*******************************projects gallery design***********************************/
.main-image-container {
  background-color: white;
  min-height: 100vh;
}

@media only screen and (max-width: 767px) {
  .main-image-container {
    min-height: auto;
  }
}

.imageContainer-Inner {
  height: calc(100vh);
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .imageContainer-Inner {
    height: 40vh;
    min-height: 400px;
  }
}

.imageContainer-Inner img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.imageContainer-Inner .image-description {
  position: absolute;
  left: 150px;
  bottom: 150px;
  max-width: 350px;
}

.imageContainer-Inner .image-description h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.imageContainer-Inner .image-description p {
  font-size: 1.5rem;
  font-style: italic;
  font-family: "Alegreya", serif;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 991px) {
  .imageContainer-Inner .image-description {
    left: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .imageContainer-Inner .image-description {
    left: 80px;
    bottom: 30px;
  }
  .imageContainer-Inner .image-description h3 {
    font-size: 1.2rem;
  }
  .imageContainer-Inner .image-description p {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 575px) {
  .imageContainer-Inner .image-description {
    left: 30px;
  }
}

.thumbnail-container .item {
  margin-left: 5px;
  margin-right: 5px;
}

.thumbnail-container .imageWrapperCarouselThumbnails {
  height: 90px;
}

.thumbnail-container .imageWrapperCarouselThumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.thumbnail-container .owl-item.current .imageWrapperCarouselThumbnails img {
  border: 2px solid #31A6DE;
  opacity: 1;
}

.imageContainer-Inner h3, .imageContainer-Inner p {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.owl-item.active .imageContainer-Inner h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .4s ease 1s;
  transition: all .4s ease 1s;
}

.owl-item.active .imageContainer-Inner p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .4s ease 1.2s;
  transition: all .4s ease 1.2s;
}

.projectImageContainerMain {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.projectImageContainerMain .projectImageContainerInner {
  position: relative;
  width: calc(100% - 400px);
  min-width: calc(100% - 400px);
  min-height: 100vh;
  background-color: white;
}

.projectImageContainerMain .projectImageContainerInner.expanded {
  min-width: 100%;
  width: 100%;
}

.projectImageContainerMain .projectImageContainerInner .absolute-content-project-page {
  position: absolute;
  right: 30px;
  top: 120px;
  z-index: 99;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .projectImageContainerMain .projectImageContainerInner .absolute-content-project-page {
    top: unset;
    bottom: 10px;
    right: 5px;
  }
}

.projectImageContainerMain .projectImageContainerInner .absolute-content-project-page .abs-cotent .view-360-project-page, .projectImageContainerMain .projectImageContainerInner .absolute-content-project-page .abs-cotent .expand {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: inline-block;
  min-width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.projectImageContainerMain .projectImageContainerInner .absolute-content-project-page .abs-cotent .view-360-project-page i, .projectImageContainerMain .projectImageContainerInner .absolute-content-project-page .abs-cotent .expand i {
  line-height: 35px;
}

.projectImageContainerMain .projectImageContainerInner .absolute-content-project-page .abs-cotent .view-360-project-page {
  color: white;
  height: 35px;
  width: 80px;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 35px;
}

.projectImageContainerMain .projectImageContainerInner .absolute-content-project-page .abs-cotent .expand {
  height: 35px;
  width: 35px;
}

@media only screen and (max-width: 991px) {
  .projectImageContainerMain .projectImageContainerInner .absolute-content-project-page .abs-cotent .expand {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .projectImageContainerMain .projectImageContainerInner {
    min-height: 400px;
  }
}

.projectImageContainerMain .projectTextContainer {
  min-width: 400px;
  background-color: white;
}

.projectImageContainerMain .projectTextContainer.imageContainerExpands {
  min-width: auto;
  display: none;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 {
  margin-top: 120px;
  width: 100%;
  padding: 20px 20px;
}

@media only screen and (max-width: 991px) {
  .projectImageContainerMain .projectTextContainer .text-container-inner22 {
    margin-top: 0px;
  }
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 h1, .projectImageContainerMain .projectTextContainer .text-container-inner22 h3 {
  font-size: 1.5rem;
  color: #31A6DE;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 p {
  font-size: 0.8rem;
  color: #666666;
  text-align: justify;
  text-align-last: left;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .projectsMeta {
  list-style: none;
  padding: unset;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .projectsMeta li {
  background-color: white;
  color: #06592c;
  padding: 5px 10px;
  margin-top: 5px;
  border-bottom: 1px solid #eeeeee;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .projectsMeta li .icon-block {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .projectsMeta li .title-block {
  display: inline-block;
  color: #a7aaba;
  font-weight: 400;
  font-size: 0.9rem;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .projectsMeta li .value-block {
  display: inline-block;
  font-weight: 600;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .projectsMeta li:last-child {
  border-bottom: none;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .feature-container-outer {
  margin-bottom: 15px;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .feature-container-outer .feature-container {
  padding: 30px 10px;
  border: 1px solid #eeeeee;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .feature-container-outer .feature-container label {
  display: block;
  font-size: 1rem;
  color: #999;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .feature-container-outer .feature-container span {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .feature-container-outer .feature-container span i {
  line-height: 20px;
}

.projectImageContainerMain .projectTextContainer .text-container-inner22 .feature-container-outer .feature-container h5 {
  font-weight: 600;
  color: #137749;
  font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .projectImageContainerMain {
    display: block;
  }
  .projectImageContainerMain .projectImageContainerInner {
    width: 100%;
    min-width: 100%;
    display: block;
  }
  .projectImageContainerMain .projectTextContainer {
    width: 100%;
    margin-top: 30px;
    min-width: auto;
  }
}

.projectImageWrapper34 {
  position: relative;
}

.projectImageWrapper34 .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.projectImageWrapper34 .owl-theme .owl-nav .owl-prev, .projectImageWrapper34 .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 50px;
  width: 30px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 0px;
  z-index: 100;
  outline: none;
}

.projectImageWrapper34 .owl-theme .owl-nav .owl-prev i, .projectImageWrapper34 .owl-theme .owl-nav .owl-next i {
  font-size: 1.5rem;
  color: #178c57;
  text-shadow: 2px 2px 4px black;
}

.projectImageWrapper34 .owl-theme .owl-nav .owl-prev {
  left: 100px;
}

.projectImageWrapper34 .owl-theme .owl-nav .owl-next {
  right: 100px;
}

@media only screen and (max-width: 575px) {
  .projectImageWrapper34 .owl-theme .owl-nav .owl-prev {
    left: 20px;
  }
  .projectImageWrapper34 .owl-theme .owl-nav .owl-prev i {
    font-size: 1rem;
  }
  .projectImageWrapper34 .owl-theme .owl-nav .owl-next {
    right: 20px;
  }
  .projectImageWrapper34 .owl-theme .owl-nav .owl-next i {
    font-size: 1rem;
  }
}

.projectImageWrapper34 .owl-theme:hover .owl-prev, .projectImageWrapper34 .owl-theme:hover .owl-next {
  background-color: transparent !important;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.projectImageWrapper34 .owl-theme:hover .owl-prev:hover, .projectImageWrapper34 .owl-theme:hover .owl-next:hover {
  background-color: transparent !important;
}

.projectImageWrapper34 .owl-theme:hover .owl-prev:hover i, .projectImageWrapper34 .owl-theme:hover .owl-next:hover i {
  color: #31A6DE !important;
}

.thumbnail-container-main {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  z-index: 44;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .thumbnail-container-main {
    position: relative;
    bottom: unset;
    margin-top: 10px;
  }
}

.imageCategory {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 44;
  width: 100%;
  text-align: center;
  max-width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 767px) {
  .imageCategory {
    position: relative;
    bottom: unset;
    margin-top: 10px;
  }
}

.imageCategory ul {
  display: block;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.imageCategory ul li {
  border: 1px solid white;
  background-color: white;
  color: #186b4e;
  display: inline-block;
  padding: 5px 15px;
  margin: 0px 2px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(19, 118, 73, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(19, 118, 73, 0.6);
  cursor: pointer;
  min-width: 80px;
  margin-top: 5px;
  -webkit-transition: color 0.3s ease-in,background-color 0.3s ease-in;
  transition: color 0.3s ease-in,background-color 0.3s ease-in;
}

.imageCategory ul li.active {
  background-color: #31A6DE;
  color: white;
}

.imageCategory ul li:hover {
  background-color: #31A6DE;
  color: white;
}

.blurInitial {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
/*# sourceMappingURL=style.v15.css.map */