@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i";
@import "https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i";
@import "https://fonts.googleapis.com/css?family=Great+Vibes";
@import "animate.css";
@import "font-awesome.min.css";
@import "magnific-popup.css";
@import "responsiveslides.css";
@import "timeline.css";
@import "flaticon.css";

body {
  color: #666;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.80857
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 400;
  position: relative;
  padding: 0 0 10px;
  font-weight: 400;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0
}

h1 {
  font-size: 24px
}

h2 {
  font-size: 22px
}

h3 {
  font-size: 20px
}

h4 {
  font-size: 16px
}

h5 {
  font-size: 14px
}

h6 {
  font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: .8
}

a {
  color: #1f1f1f;
  text-decoration: none;
  outline: none
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0
}

blockquote {
  margin: 20px 0;
  padding: 30px
}

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

button:focus {
  outline: none
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  position: fixed;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(#1D415E, #50030b)
}

.loader {
  display: inline-flex;
  flex-wrap: wrap;
  width: 90px;
  height: 90px;
  -webkit-transform-style: preserve-3d
}

.box {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background-image: none;
  background-size: auto auto;
  background-image: none;
  -webkit-animation: move 2s ease-in-out infinite both;
  animation: move 2s ease-in-out infinite both;
  animation-delay: 0;
  animation-delay: 0;
  animation-delay: 0;
  background-image: url(../images/gb.png);
  background-size: 100% 100%
}

.box:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.box:nth-child(2) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s
}

.box:nth-child(3) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s
}

@-webkit-keyframes move {

  0%,
  100% {
    -webkit-transform: none;
    transform: none
  }

  12.5% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0)
  }

  25% {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0)
  }

  37.5% {
    -webkit-transform: translate(80px, 40px);
    transform: translate(80px, 40px)
  }

  50% {
    -webkit-transform: translate(80px, 40px);
    transform: translate(80px, 40px)
  }

  62.5% {
    -webkit-transform: translate(30px, 60px);
    transform: translate(30px, 60px)
  }

  75% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 40px)
  }

  87.5% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px)
  }
}

@keyframes move {

  0%,
  100% {
    -webkit-transform: none;
    transform: none
  }

  12.5% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0)
  }

  25% {
    -webkit-transform: translate(80px, 0);
    transform: translate(80px, 0)
  }

  37.5% {
    -webkit-transform: translate(80px, 40px);
    transform: translate(80px, 40px)
  }

  50% {
    -webkit-transform: translate(80px, 80px);
    transform: translate(80px, 80px)
  }

  62.5% {
    -webkit-transform: translate(40px, 80px);
    transform: translate(40px, 80px)
  }

  75% {
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px)
  }

  87.5% {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px)
  }
}

#scroll-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 130px;
  right: 20px;
  display: none;
  font-size: 25px;
  border-radius: 0;
  transition: .2s;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  background: #1D415E;
  color: #fff;
  font-weight: 900;
  border-radius: 100%
}

.top-header .navbar {
  padding: 5px 0
}

.top-header {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 20
}

.top-header .navbar .navbar-collapse ul li a {
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px 15px;
  position: relative;
  font-weight: 500;
  overflow: hidden
}

.top-header .navbar .navbar-collapse ul li a.active {
  background-color: #fff;
  color: #90090e;
  border-radius: 0 15px
}

.top-header .navbar .navbar-collapse ul li a:hover,
.top-header .navbar .navbar-collapse ul li a:focus {

  color: #90090e;
  border-radius: 0 15px
}

.top-header .navbar .navbar-collapse ul li {
  margin: 0 2px
}

.top-header.fixed-menu {
  width: 100%;
  position: fixed;
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff;
  z-index: 20
}

.navbar-toggler {
  border: 2px solid #1D415E;
  border-radius: 0;
  margin: 16px 15px;
  padding: 10px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.navbar-toggler span {
  background: #1D415E;
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  margin-top: 0;
  margin-top: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.navbar-toggler span+span {
  margin-top: 5px
}

.navbar-toggler:hover {
  border: 2px solid #1D415E
}

.navbar-toggler:hover span {
  background: #1D415E
}

.home-slider {
  position: relative;
  height: 540px
}

.lbox-caption {
  display: table;
  height: 100% !important;
  width: 100% !important;
  left: 0 !important
}

.lbox-caption {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10
}

.lbox-details {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 22% 0
}

.lbox-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.lbox-details h1 {
  font-size: 54px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 3
}

.lbox-details h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 3
}

.lbox-details p {
  color: #fff;
  position: relative;
  z-index: 3
}

.lbox-details p strong {
  color: #70c6eb;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif
}

.lbox-details a.btn {
  background: #fff;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: capitalize;
  color: #3a4149;
  border-radius: 0;
  position: relative;
  z-index: 3
}

.lbox-details a.btn:hover {
  background: #70c6eb
}

.pogoSlider-nav-btn {
  background: #ddd
}

.pogoSlider-nav-btn--selected {
  background: #1D415E !important
}

.pogoSlider--navBottom .pogoSlider-nav {
  bottom: 0
}

.img-responsive {
  max-width: 100%
}

.tooltip-1 {
  display: inline-block;
  position: relative;
  color: #70c6eb;
  opacity: 1
}

.tooltip__wave {
  width: 30%;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden
}

.tooltip__wave span {
  position: absolute;
  left: -100%;
  width: 200%;
  height: 100%;
  background: url(../images/wave.svg) repeat-x center center;
  background-size: 50% auto
}

.about-box {
  padding: 70px 0
}

.price-tag1 {
  position: absolute;
  width: 128px;
  background: #eb0000;
  text-transform: uppercase;
  transform: rotate(310deg);
  font-size: .7em;
  line-height: 120%;
  text-align: center;
  top: 0;
  left: -5px;
  border-radius: 0 0 0 0;
  margin-top: 24px;
  margin-left: -25px;
  padding: 3px 5px;
  color: #fff;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.45);
  text-shadow: 0 2px 3px -1px rgba(0, 0, 0, .95)
}

.title-box {
  text-align: center;
  margin-bottom: 30px
}

.title-box h1 {
  font-size: 75px;
  font-family: 'Great Vibes', cursive;
  color: #1D415E;
  font-weight: 400;
  padding: 0
}

.title-box h2 {
  font-size: 75px;
  font-family: 'Great Vibes', cursive;
  color: #1D415E;
  font-weight: 400;
  padding: 0;
}

.title-box h3 {
  font-size: 50px;
  font-family: 'Great Vibes', cursive;
  color: #1D415E;
  font-weight: 400;
  padding: 0
}

.title-box h2 span {
  color: #70c6eb;
  text-decoration: underline
}

.about-main-info h2 span {
  color: #70c6eb;
  text-decoration: underline
}

.about-main-info {
  margin-bottom: 30px
}

.about-m {}

.about-img {
  padding: 30px 0
}

.about-img img {
  border-radius: 10px
}

.about-m ul {
  display: block;
  text-align: center;
  padding-bottom: 30px
}

.about-m ul li {
  display: inline-block;
  text-align: center
}

.about-m ul li a {
  background: #528780;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  display: block;
  border-radius: 50px;
  margin: 0 5px
}

.about-m ul li a:hover {
  background: #333;
  color: #fff
}

.about-main-info h2 {
  font-size: 45px;
  color: #1D415E;
  font-weight: 600
}

.about-main-info a {
  border-radius: 2px;
  transition: .2s;
  padding: 10px 25px;
  background: #1D415E;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  border-radius: 0 15px;
  margin-top: 10px
}

.about-main-info a:hover {
  color: #fff
}

.about-main-info div.full>img {
  height: 500px
}

.about-main-info div.full>img.aboutImg {
  height: 300px;
  object-fit: COVER;
  width: 100%;
}



.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-radial-out::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a4149;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.hvr-radial-out:hover::before,
.hvr-radial-out:focus::before,
.hvr-radial-out:active::before {
  -webkit-transform: scale(2);
  transform: scale(2)
}

.services-box {
  padding: 70px 0;
  background-color: #fff
}

.effect-service {
  position: relative;
  height: auto;
  text-align: center;
  cursor: pointer;
  border: 8px solid #eee;
  margin-bottom: 30px
}

figure.effect-service {
  background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
  background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%)
}

figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: .8
}

figure.effect-service img {
  opacity: .85;
  -webkit-transition: opacity .35s;
  transition: opacity .35s
}

figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

figure figcaption {
  padding: 10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

figure.effect-service h2 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0)
}

figure.effect-service h2 {
  background: #1D415E;
  padding: 13px;
  width: 94%;
  height: 58px;
  border: 0;
  margin: 0;
  font-weight: 200;
  font-size: 34px;
  color: #fff;
  text-align: center;
  font-family: 'Great Vibes', cursive
}

figure.effect-service p {
  padding: 15px;
  width: 100%;
  height: 80%;
  font-size: 14px;
  border: 2px solid #fff;
  margin: 0;
  font-weight: 300;
  display: none
}

figure.effect-service p {
  float: right;
  padding: 20px;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform .35s;
  transition: opacity 0.35s, transform .35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0
}

figure.effect-service:hover img {
  opacity: .6
}

figure.effect-service:hover p {
  opacity: 1
}

figure.effect-service:hover {
  border: 8px solid #1D415E
}

.gallery-box,
.paddingGallery {
  padding: 100px 0;
}



.gallery-box ul li {
  position: relative;
  width: 31.33%;
  margin: 0 1% 20px !important;
  padding: 0;
  float: left;
  border: none;
  overflow: hidden;
  margin-bottom: 0
}

.gallery-box ul li a {
  position: relative;
  display: inline-block;
  border: 4px solid #fff
}

.gallery-box ul li a::before {
  content: "";
  position: absolute;
  background: rgba(233, 19, 39, 0.9);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out
}

.gallery-box ul li a .overlay {
  background: #70c6eb;
  color: #3a4149;
  font-size: 22px;
  text-align: center;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out
}

.gallery-box ul li a:hover::before {
  top: 0;
  opacity: 1
}

.gallery-box ul li a:hover .overlay {
  opacity: 1
}

.gallery-box ul li a:hover {
  border: 4px solid #1D415E
}

.gallery-box ul li a .overlay {
  background: #fff;
  color: #1D415E
}


.galleryBox {
  display: flex;
  flex-wrap: wrap;
}

.galleryBox .slider-item {
  width: 23%;
  margin: 1%;
  border: 1px solid #ddd;
}

.properties-box {
  padding: 70px 0;
  background-color: #f2f3f5
}

.single-team-member {
  position: relative;
  margin-top: 30px;
  border: 10px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.filter-button-group {
  margin-bottom: 30px
}

.filter-button-group button {
  border-radius: 2px;
  transition: .2s;
  letter-spacing: 1px;
  padding: 10px 18px;
  background: #57cef8;
  color: #fff;
  cursor: pointer;
  border: none
}

.filter-button-group button:hover {
  color: #fff
}

.properties-single {
  margin-bottom: 30px;
  background: #fff;
  transition: all .5s ease 0
}

.fuit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100
}

.fuit a {
  background: #57cef8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #fff
}

.for-sal {
  background: #3a4149;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 13px;
  z-index: 10
}

.pro-price {
  background: #57cef8;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  font-size: 13px;
  z-index: 10
}

.properties-img {
  position: relative;
  overflow: hidden
}

.properties-img img {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
  transition-delay: 0;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s
}

.properties-single:hover .properties-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.hover-box {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
  transition-delay: 0;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s
}

.properties-single:hover .hover-box {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0
}

.properties-dit {
  padding: 15px
}

.properties-dit h3 {
  font-size: 20px
}

.properties-dit ul {
  padding: 10px 0
}

.properties-dit ul li {
  float: left;
  width: 33.33%;
  font-size: 12px;
  line-height: 30px
}

.properties-dit ul li i {
  float: right;
  padding: 7px 10px;
  font-size: 15px;
  color: #57cef8
}

.properties-dit p {
  margin: 0
}

.properties-dit p i {
  padding-right: 10px
}

.team-box {
  padding: 70px 0
}

.our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1
}

.our-team:before,
.our-team:after {
  content: "";
  width: 130px;
  height: 150px;
  background: #57cef8;
  position: absolute;
  z-index: -1
}

.our-team:before {
  bottom: -20px;
  left: 0
}

.our-team:after {
  top: -20px;
  right: 0
}

.our-team .pic {
  margin: 8px;
  position: relative;
  border: 3px solid #57cef8;
  transition: all .5s ease 0
}

.our-team:hover .pic {
  border-color: #3a4149
}

.our-team .pic:after {
  content: "";
  width: 100%;
  height: 0;
  background: #57cef8;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: 0 0 0;
  transition: all .5s ease 0
}

.our-team:hover .pic:after {
  height: 100%;
  opacity: .85
}

.our-team img {
  width: 100%;
  height: auto
}

.our-team .team-content {
  width: 100%;
  position: absolute;
  top: -50%;
  left: 0;
  transition: all .5s ease .2s
}

.our-team:hover .team-content {
  top: 38%
}

.our-team .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  margin: 0
}

.our-team .post {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-transform: capitalize
}

.our-team .social {
  padding: 0;
  margin: 40px 0 0;
  list-style: none
}

.our-team .social li {
  display: inline-block
}

.our-team .social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  margin: 0 7px;
  transition: all .5s ease 0
}

.our-team .social li a:hover {
  background: #fff;
  color: #00bed3
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px
  }
}

.blog-box {
  padding: 70px 0;
  background-color: #f2f3f5
}

.blog-inner {
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
  border: 10px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.blog-img {
  margin-bottom: 15px;
  overflow: hidden
}

.blog-img img {
  transition: all .9s ease 0
}

.blog-inner:hover .blog-img img {
  -moz-transform: scale(1.5) rotate(-10deg);
  -webkit-transform: scale(1.5) rotate(-10deg);
  -ms-transform: scale(1.5) rotate(-10deg);
  -o-transform: scale(1.5) rotate(-10deg);
  transform: scale(1.5) rotate(-10deg)
}

.blog-inner a {
  border-radius: 2px;
  transition: .2s;
  letter-spacing: 1px;
  padding: 10px 18px;
  background: #57cef8;
  color: #fff
}

.blog-inner a:hover {
  color: #fff
}

.contact-box {
  padding: 70px 0
}

.left-contact h2 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 30px
}

.cont-line {
  overflow: hidden;
  margin-bottom: 30px
}

.icon-b {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
  margin-right: 15px;
  color: #fff;
  border-radius: 100%;
  background: #1D415E
}

.dit-right h4 {
  font-size: 16px;
  color: #3a4149;
  font-weight: 500;
  margin: 0;
  padding: 0
}

.dit-right p {
  font-size: 14px;
  margin-top: 0
}

.dit-right a {
  font-size: 14px;
  color: #3a4149;
  font-weight: 300;
  line-height: normal
}

.dit-right a:hover {
  color: #57cef8
}

.contact-block {}

.contact-block .form-group .form-control {
  background: #333;
  height: 48px;
  font-size: 14px;
  border: 0;
  padding: 5px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 200;
  letter-spacing: 0
}

.submit-button .btn-common {
  background-color: #1D415E;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  border-radius: 0 15px 0 15px;
  opacity: 1
}

.contact-block .form-group textarea.form-control {
  height: 150px;
  padding-top: 15px
}

.submit-button .btn-common:hover {
  background-color: #111;
  opacity: 1
}

.custom-select {
  height: 45px;
  font-size: 16px
}

select.form-control:not([size]):not([multiple]) {
  height: calc(45px + 2px)
}

.help-block ul li {
  color: red
}

.footer-box {
  background: #1d415e;
  padding: 20px 0
}

.footer-box .footer-company-name {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding-top: 2px
}

.footer-box .footer-company-name a {
  color: #fff;
  text-decoration: underline !important
}

.footer-box .footer-company-name a:hover {
  color: #1D415E
}

.subscribe-box {
  padding: 70px 0;
  background: #fff1db;
  color: #000
}

.subscribe-box a,
.subscribe-box li,
.subscribe-box p {
  color: #000
}

.subscribe-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  border-bottom: 1px dashed #ff7f82;
  margin-bottom: 15px;
}

.paypal {
  height: 90px;
  border-radius: 5px;
}

.subscribe-inner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto
}

.subscribe-inner h2 {
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  font-family: 'Great Vibes', cursive;
  padding: 0
}

.subscribe-inner p {
  color: #ccc
}

.socialIcon {
  margin-left: 25px;
}

.socialIcon a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  margin: 0 5px;
}

.socialIcon a i {
  font-size: 18px;
}

.socialIcon a:hover {
  color: #ffc002;
}

.subscribe-inner .form-group .form-control-1 {
  width: 100%;
  padding: 12px 15px;
  border-radius: 0;
  border: none
}

.subscribe-inner .form-group button {
  border-radius: 0;
  transition: .2s;
  padding: 10px 18px;
  background: #222;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: .1px;
  border-radius: 0 15px 0 15px
}

.about-main-info h2 img {
  margin-top: -10px
}

p {
  margin-top: 5px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: normal
}

.text_align_center {
  text-align: center
}

.red_bg {
  background: #1D415E
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
  color: #fff !important
}

.red_bg .about-main-info a {
  background: #fff;
  color: #1D415E
}

.testimonial_img {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center
}

.mfp-figure figure .mfp-bottom-bar {
  display: none
}

#client_slider .carousel-indicators {
  bottom: -45px
}

#client_slider .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #999
}

#client_slider .carousel-indicators li.active {
  background: #1D415E
}

.hover-animation {
  position: relative;
  margin: 0 auto;
  max-width: 400px
}

.hover-animation img {
  position: absolute;
  top: -230px;
  left: 20px
}

.hover-animation img.image-front {
  z-index: 9;
  transition: opacity .5s linear;
  cursor: pointer
}

.hover-animation:hover>img.image-front {
  opacity: 0;
  cursor: pointer
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

h1 {
  text-align: center;
  margin-bottom: 1rem;
  color: #badc58;
  font-size: 3.5rem
}

.slider-container {}

.slider-item {
  padding: 1rem
}

.slick-next {
  right: -15px
}

.slick-prev {
  left: -15px
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #22a6b3
}

.slick-dots {
  left: 0
}

.slick-dots:active {
  color: #fff
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #22a6b3
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

figcaption {
  color: #95afc0;
  text-align: center
}

.bg-image {
  background-size: 90%;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  max-width: 100%;
  border-radius: 15px;
  background-image: url(../gallery/1.jpeg)
}

.bg-image:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  cursor: pointer
}

.bg-2 {
  background-image: url(../gallery/2.jpg)
}

.bg-3 {
  background-image: url(../gallery/3.jpg)
}

.bg-4 {
  background-image: url(../gallery/4.jpg)
}

.bg-5 {
  background-image: url(../gallery/5.jpg)
}

.bg-6 {
  background-image: url(../gallery/6.jpg)
}

.bg-7 {
  background-image: url(../gallery/7.jpg)
}

.bg-8 {
  background-image: url(../gallery/8.jpg)
}

.bg-9 {
  background-image: url(../gallery/9.jpg)
}

.bg-10 {
  background-image: url(../gallery/10.jpg)
}

.bg-11 {
  background-image: url(../gallery/11.jpg)
}

.bg-12 {
  background-image: url(../gallery/12.jpg)
}

.bg-13 {
  background-image: url(../gallery/13.jpg)
}

.bg-14 {
  background-image: url(../gallery/14.jpg)
}

.bg-15 {
  background-image: url(../gallery/15.jpg)
}

.bg-15 {
  background-image: url(../gallery/15.jpg)
}


.bg-16 {
  background-image: url(../gallery/16.jpg)
}


.bg-17 {
  background-image: url(../gallery/17.jpg)
}


.bg-18 {
  background-image: url(../gallery/18.jpg)
}


.bg-19 {
  background-image: url(../gallery/19.jpg)
}



.bg-20 {
  background-image: url(../gallery/20.jpg)
}

.bg-21 {
  background-image: url(../gallery/21.png)
}

.bg-22 {
  background-image: url(../gallery/22.jpg)
}


.bg-23 {
  background-image: url(../gallery/23.jpg)
}


.bg-24 {
  background-image: url(../gallery/24.jpg)
}

.bg-25 {
  background-image: url(../gallery/25.jpg)
}

.bg-26 {
  background-image: url(../gallery/26.jpg)
}

.bg-27 {
  background-image: url(../gallery/27.jpg)
}


.bg-28 {
  background-image: url(../gallery/28.jpg)
}

.bg-29 {
  background-image: url(../gallery/29.jpg)
}

.bg-30 {
  background-image: url(../gallery/30.jpg)
}

.bg-31 {
  background-image: url(../gallery/31.jpg)
}

.bg-32 {
  background-image: url(../gallery/32.jpg)
}

.bg-33 {
  background-image: url(../gallery/33.jpg)
}

.bg-34 {
  background-image: url(../gallery/34.jpg)
}

.bg-35 {
  background-image: url(../gallery/35.jpg)
}



.landscape {
  padding-bottom: 120%
}

@media (max-width: 600px) {
  figcaption {
    font-size: .8rem
  }

  .galleryBox {
    display: flex;
    flex-wrap: wrap;
  }

  .galleryBox .slider-item {
    width: 90%;
    margin: 1%;
    border: 1px solid #ddd;
  }

}

.hm_footer_information p {
  display: inline-block
}

.main-head {
  background: #1D415E;
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, .15);
  padding: 1rem;
  margin-bottom: 0;
  margin-top: 5rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 16px
}

.pricing-table {
  background: #fff;
  box-shadow: 0 1px 10px -6px rgba(0, 0, 0, .15);
  padding: 2rem;
  border-radius: 4px;
  transition: .3s
}

.pricing-table:hover {
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, .15)
}

.pricing-table .pricing-label {
  border-radius: 2px;
  padding: .25rem .5rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500
}

.pricing-table h2 {
  color: #3b3b3b;
  font-size: 23px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.pricing-table h5 {
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 400
}

.pricing-table .pricing-features {
  margin-top: 2rem
}

.pricing-table .pricing-features .feature {
  font-size: 14px;
  margin: .5rem 0;
  color: #B3B3B3
}

.pricing-table .pricing-features .feature span {
  display: inline-block;
  float: right;
  color: #3b3b3b;
  font-weight: 500
}

.pricing-table .price-tag {
  text-align: center;
  font-weight: 500
}

.pricing-table .price-tag .symbol {
  font-size: 24px
}

.pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 64px
}

.pricing-table .price-tag .after {
  color: #3b3b3b;
  font-weight: 500
}

.pricing-table .price-button {
  display: block;
  color: #fff;
  margin-top: 2rem;
  padding: .75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: .3s
}

.pricing-table .price-button:hover {
  text-decoration: none
}

.purple .pricing-label {
  background: #cad2ff;
  color: #627afe
}

.purple .price-tag {
  color: #627afe
}

.purple .price-button {
  background: #627afe
}

.purple .price-button:hover {
  background: #546dfe
}

.turquoise .pricing-label {
  background: #b9edee;
  color: #44cdd2
}

.turquoise .price-tag {
  color: #44cdd2
}

.turquoise .price-button {
  background: #44cdd2
}

.turquoise .price-button:hover {
  background: #2dbcc4
}

.red .pricing-label {
  background: #ffc4c4;
  color: #ff5e5e
}

.red .price-tag {
  color: #ff5e5e
}

.red .price-button {
  background: #ff5e5e
}

.red .price-button:hover {
  background: #f23c3c
}

.hoodies {
  background: #EEE5D4;
  padding: 50px;
}

.hoodies h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 50px;
}

ul.hoodiesList li {
  display: inline-block;
  margin: 5px;
  width: 45%;

  vertical-align: top;
}

ul.hoodiesList li img {
  width: 40px important;
  height: 40px;
  margin-right: 15px;
}

ul.hoodiesList {
  display: inline-block;
}

.footer_icon {
  margin-right: 10px;
}

.countnumer {
  font-size: 2rem;
  font-weight: bold;
}

section.couting {
  background: #1D415E;
}

.count {
  text-align: center;
  color: #fff;
  border-right: 1px dashed #894d4f;
}

.count:last-child {
  text-align: center;
  color: #fff;
  border-right: 0px dashed #894d4f;
}

.countnumer {
  font-size: 35px;
}

.title {
  font-size: 20px;
  width: 60%;
  margin: 0 auto;
}

#free-design,
#gallery {
  background: #f1f1f1;
}

#free-design .cardDetails {
  width: 48%;
  margin: 0.2% 0.2% 2%;
  padding: 15px;
  display: flex;
  background: #fff;
  justify-content: space-around;
  text-align: left;
}

#free-design .cardDetails img {
  border: 1px solid #ddd;
  object-fit: cover;
}

#free-design .cardDetails .details {
  width: 50%;
  padding: 20px 0 0 0;
}

#free-design .cardDetails .details .btn {
  width: 100%;
  text-align: center;
}

#free-design .cardDetails img {
  height: 250px;
}

#free-design .cardDetails h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#free-design .cardDetails .btn {
  font-size: 15px;
  background: #546DFE !important;
  border: 0px solid #fff;
  border-radius: 0px;
  padding: 13px;
}

#free-design .cardDetails .btn:hover {
  background: #69D385 !important;
}


#free-design .cardDetails:hover {
  box-shadow: 0px 25px 35px #00000020;
}

ul.menuDesigns {
  display: block;
  padding: 0;
  margin-bottom: 35px;
}

ul.menuDesigns li {
  display: inline-block;
  margin: 3px;
}

ul.menuDesigns li a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
  background: #333;
}


ul.menuDesigns li a.active,
ul.menuDesigns li a:hover {
  display: block;
  background: #00bed3;
}

.cardDetails {
  display: none;
}

.huddiesImage {
  margin: -49px -65px;
  position: absolute;
  height: auto;
  width: 91% !important;
}

.ulockd-home-slider {
  margin-top: 85px;
}

.iconh {
  height: 60px;
}

.about-a1 {
  background: #f7f7f7;
  padding-top: 75px;
  padding-bottom: 75px;
}

.about-a2 {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

.d-flex {
  display: flex;
}

.align-item-center {
  align-items: center;
}

.measurement-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form-control {
  height: 47px;
}

.x-symbol {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

textarea#message {
  min-height: 100px;
}

.lineSmll {
  font-size: 13px;
  line-height: 18px;
  margin-top: 25px;
}

.navbar-brand img {
  width: 280px;
}