@import "../css/bootstrap.min.css";
.load {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999999;
  top: 0px;
  background: #3a2323;
  background: radial-gradient(circle, #eee 0%, #b1b1b1 100%);
}
.load .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.load .lds-ripple div {
  position: absolute;
  border: 4px solid #363636;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.load .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
.text-white {
  color: #fff;
}

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.color-text-1 {
  color: #16c1dc;
}

.color-text-2 {
  color: #c15407;
}

.color-text-3 {
  color: #16a663;
}

.color-text-4 {
  color: #074aad;
}

.opacity-0 {
  opacity: 0;
}

.btn1 {
  background-color: transparent;
  color: #f55222;
  border-radius: 45px;
  text-transform: capitalize;
  padding: 12px 50px;
  border: 2px solid #f55222;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.btn1:hover {
  background-color: #f55222;
  color: #fff;
}
@media (max-width: 767px) {
  .btn1 {
    padding: 10px 40px;
  }
}

.btn2 {
  background-color: #f55222;
  color: #fff;
  border-radius: 45px;
  text-transform: capitalize;
  padding: 12px 50px;
  border: 2px solid #f55222;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.btn2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #151823;
}
@media (max-width: 767px) {
  .btn2 {
    padding: 10px 40px;
  }
}

input.form-control {
  border: none;
  border-radius: 0px;
  font-size: 15px;
  min-height: 45px;
}

.modal {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal.show {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal .modal-dialog {
  -webkit-transform: none !important;
          transform: none !important;
  max-width: 500px;
  margin: 120px auto;
  left: -200px;
}
@media (max-width: 1439px) {
  .modal .modal-dialog {
    margin: 50px auto;
  }
}
@media (max-width: 1365px) {
  .modal .modal-dialog {
    left: auto;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 20px auto;
  }
}
.modal .modal-content {
  border-radius: 0px;
  background-color: #151823;
}
@media (max-width: 767px) {
  .modal .modal-content {
    margin: 0 auto;
    width: 95%;
  }
}
.modal .modal-content .modal-body {
  padding: 70px 40px 40px;
  border: 2px solid #f55222;
}
@media (max-width: 767px) {
  .modal .modal-content .modal-body {
    padding: 50px 20px 20px;
  }
}
.modal .modal-content .modal-body button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  font-size: 25px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 45px;
}
.modal .modal-content .modal-body button.close img {
  width: 12px;
}
.modal .modal-content .modal-body h2 {
  color: #fff;
}
.modal .modal-content .modal-body p {
  color: #c5c5c5;
}

.mouse {
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  bottom: 50px;
  width: 40px !important;
  -webkit-animation: myanimation 1.3s infinite;
          animation: myanimation 1.3s infinite;
  cursor: pointer;
  left: 0;
  margin: 0 auto;
  right: 0;
}
@media (max-width: 767px) {
  .mouse {
    width: 25px !important;
  }
}

@-webkit-keyframes myanimation {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(18%);
            transform: translateY(18%);
  }
}

@keyframes myanimation {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(18%);
            transform: translateY(18%);
  }
}
@-webkit-keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
h2 {
  font-size: 2.5rem;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 1rem;
  }
}

p {
  font-size: 15px;
  color: #868686;
}
@media (max-width: 1023px) {
  p {
    font-size: 14px;
  }
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
  text-transform: capitalize;
}
.heading h2 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.heading span {
  color: #f55222;
}
.heading p {
  max-width: 600px;
  margin: auto;
}

header {
  position: relative;
  background-image: url("../images/bg1.jpg");
}
header button.navbar-toggler {
  padding: 0px;
}
header button.navbar-toggler img {
  width: 29px !important;
}
header img {
  width: 200px;
}
@media (max-width: 1365px) {
  header img {
    width: 200px;
  }
}
header nav {
  padding: 30px 15px !important;
  z-index: 99999;
}
@media (max-width: 1365px) {
  header nav {
    padding: 0px;
  }
}
@media (max-width: 797px) {
  header nav .navbar-collapse {
    background: #151823;
    position: absolute;
    width: 90%;
    top: 70px;
    padding: 30px 5px;
    z-index: 103;
    border-radius: 0px;
    margin: 0 auto;
    left: 0px;
    right: 0;
  }
}
header nav .navbar-collapse ul li {
  margin-right: 15px;
}
header nav .navbar-collapse ul li a {
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  padding: 10px 15px !important;
}
header nav .navbar-collapse ul li a:before {
  content: "";
  text-align: center;
  position: absolute;
  left: -8px;
  width: 5px;
  background: #f55222;
  height: 5px;
  bottom: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 979px) {
  header nav .navbar-collapse ul li a:before {
    display: none;
  }
}
header nav .navbar-collapse ul li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #f55222;
}
header nav .navbar-collapse ul li a:hover:before {
  background: #fff;
}
header nav .dropdown {
  z-index: 999999;
}
header nav .dropdown .dropdown-menu {
  top: 90%;
  padding: 0px;
  background-color: #1f2322;
}
header nav .dropdown .dropdown-menu .dropdown-item {
  color: #bbb;
}
header nav .dropdown .dropdown-menu .dropdown-item:before {
  display: none;
}
header nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #3a3f44;
}
header nav .dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  header nav {
    padding: 15px 15px !important;
  }
}
header .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #151823;
  text-transform: capitalize;
}
header .topbar ul {
  padding: 0px;
  margin: 0px;
}
header .topbar ul li {
  margin-right: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .topbar ul li a {
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  color: #fff;
  padding: 15px 0px;
}
header .topbar ul li a:hover {
  text-decoration: none;
  color: #f55222;
}
header .topbar .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .topbar .social li {
  margin-right: 25px;
}
header .topbar span {
  color: #fff;
  margin-right: 15px;
}

.slider {
  position: relative;
  background-image: url("../images/bg1.jpg");
  padding-bottom: 150px !important;
  padding-top: 100px !important;
}
.slider:after {
  top: -125px;
  opacity: 0.2;
  width: 217px;
  height: 189px;
  content: "";
  position: absolute;
  border-radius: 100px;
  overflow: hidden;
  left: -43px;
  background-image: url("../images/dot.svg");
}
.slider .title {
  font-size: 3.5rem;
  position: relative;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .slider .title {
    font-size: 2.5rem;
  }
}
.slider .title b {
  color: #f55222;
}
.slider .title:after {
  content: "";
  height: 50px;
  width: 5px;
  background-color: #f55222;
  left: 10px;
  position: absolute;
  top: -60px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .slider .title:after {
    width: 3px;
  }
}
.slider p {
  color: #5e6362;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slider p {
    font-size: 1rem;
  }
}
.slider .curve:after, .slider .curve:before {
  content: "";
  background-color: #fff;
  width: 50%;
  height: 60px;
  position: absolute;
  bottom: -30px;
  z-index: 9;
}
.slider .curve:before {
  left: 0;
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}
.slider .curve:after {
  right: 0;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
@media (max-width: 767px) {
  .slider {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
.slider figure {
  position: absolute;
  bottom: -258px;
  margin-left: 66px;
}
.slider figure .top {
  z-index: 9;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  top: 40px;
}
.slider figure .pattern {
  position: absolute;
  left: -81px;
  top: -1px;
  z-index: 9;
  opacity: 0.2;
}

.whyus .inner-box {
  text-align: center;
  padding: 40px 45px 20px 45px;
  position: relative;
  border: 1px solid #e4e7f2;
  margin-bottom: 15px;
}
.whyus .inner-box .details {
  position: relative;
  z-index: 9;
}
.whyus .inner-box .border-effect {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.whyus .inner-box .border-effect svg {
  width: 100%;
  height: 100%;
  stroke-dasharray: 1604;
  stroke-dashoffset: 1604;
}
.whyus .inner-box .border-effect svg rect {
  fill: transparent;
  stroke-width: 3px;
  stroke: #f55222;
  width: 100%;
  height: 100%;
}
.whyus .inner-box .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 1px solid #f55222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  border-radius: 100px;
}
.whyus .inner-box .content {
  line-height: 1.7;
}
.whyus .inner-box:hover .border-effect svg {
  -webkit-animation: dash 2s linear forwards;
          animation: dash 2s linear forwards;
}
.whyus .inner-box:hover svg {
  fill: #f55222;
}

.ourcase {
  background-image: url("../images/bg1.jpg");
}
.ourcase .heading {
  color: #fff;
}
.ourcase .owl-carousel .slide {
  border-radius: 10px;
  overflow: hidden;
}
.ourcase .owl-carousel .slide .slider-inner {
  position: relative;
}
.ourcase .owl-carousel .slide .slider-inner .over-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(244, 67, 54, 0.69);
}
.ourcase .owl-carousel .slide .slider-inner .over-layer a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.ourcase .owl-carousel .slide .slider-inner img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.ourcase .owl-carousel .slide .slider-inner:hover .over-layer {
  opacity: 100;
}
.ourcase .owl-carousel .slide .slider-inner:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ourcase .owl-carousel .owl-stage-outer {
  margin-bottom: 15px;
}
.ourcase .owl-carousel button.owl-prev,
.ourcase .owl-carousel button.owl-next {
  background: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-right: 15px;
  padding: 15px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ourcase .owl-carousel button.owl-prev:hover,
.ourcase .owl-carousel button.owl-next:hover {
  background: #f55222;
}

.price-table .inner-box {
  border-radius: 15px;
  background: #f6f7fb url("../images/land_price.png");
  border: 1px solid rgba(228, 231, 242, 0);
  padding: 60px;
  margin-bottom: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-size: cover;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.price-table .inner-box .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 15px;
}
.price-table .inner-box .price {
  margin-bottom: 30px;
}
.price-table .inner-box .price .con-price {
  color: #222222;
  font-size: 52px;
  font-weight: 500;
  line-height: 58px;
  padding-top: 10px;
  padding-bottom: 25px;
}
.price-table .inner-box .price .con-duration {
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  top: -20px;
  position: relative;
}
.price-table .inner-box ul {
  padding: 0px;
  margin-bottom: 15px;
}
.price-table .inner-box ul li {
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  list-style: none;
}
.price-table .inner-box ul li .check-icon {
  width: 14px;
  margin-right: 20px;
}
.price-table .inner-box .con-button {
  display: block;
  width: 100%;
  text-align: center;
}
.price-table .inner-box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 999;
}
.price-table .dark-back {
  background: #151823;
  color: #fff;
  position: relative;
  overflow: hidden;
  border: unset;
}
.price-table .dark-back .price .con-price {
  color: #fff;
}
.price-table .dark-back .price .con-duration {
  color: #fff;
}
.price-table .dark-back ul li {
  color: #fff;
}

section.About h2 {
  font-weight: bold;
}
section.About .icon {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  background: #f55222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  margin-bottom: 15px;
  padding: 5px;
  color: #fff;
}

.newproject .grid {
  list-style: none;
  padding: 0;
}
.newproject .grid .grid-items .bg-theme {
  background-color: #f55222;
  border-radius: 0.25rem;
}
.newproject .grid .grid-items .bg-theme img {
  opacity: 100;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.newproject .grid .grid-items figure {
  margin: 0px;
  position: relative;
}
.newproject .grid .grid-items figure figcaption {
  position: absolute;
  bottom: 0px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.newproject .grid .grid-items figure figcaption .hover-content {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.newproject .grid .grid-items figure figcaption .hover-content p {
  color: #fff;
}
.newproject .grid .grid-items figure:hover figcaption {
  opacity: 100;
}
.newproject .grid .grid-items figure:hover figcaption .hover-content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.newproject .grid .grid-items figure:hover .bg-theme img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
}

.work {
  background-image: url("../images/bg1.jpg");
}
.work .inner-box {
  color: #7e8399;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 30px;
}
.work .inner-box .small-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work .inner-box .small-heading h4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 15px;
}
.work .inner-box .small-heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.work .inner-box .content {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
.work .inner-box .content:after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #f55222;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.work .inner-box .content p {
  margin: 0px;
}
.work .inner-box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.work .inner-box:hover .content:after {
  width: 0%;
}

.testimonials {
  overflow: hidden;
}
.testimonials #testimonials-slider {
  position: relative;
}
.testimonials #testimonials-slider:after {
  top: -37px;
  width: 217px;
  height: 207px;
  content: "";
  position: absolute;
  border-radius: 100px;
  overflow: hidden;
  left: -90px;
  background-image: url(../images/dot.svg);
}
.testimonials #testimonials-slider .client {
  position: relative;
}
.testimonials #testimonials-slider .client span {
  position: absolute;
  right: -33px;
  top: 10%;
  width: 70px;
  height: 70px;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100px;
  color: #f55222;
}
.testimonials #testimonials-slider .content {
  padding: 3rem;
  text-transform: capitalize;
}
.testimonials #testimonials-slider .content .info {
  margin-bottom: 2rem;
}
.testimonials #testimonials-slider .content .info span {
  color: #535e72;
}
.testimonials #testimonials-slider .content p {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  color: #272d3a;
  font-weight: 500;
}
.testimonials #testimonials-slider .owl-stage-outer {
  margin-bottom: 15px;
}
.testimonials #testimonials-slider .owl-nav {
  position: absolute;
  left: 38%;
  bottom: 8%;
}
.testimonials #testimonials-slider button.owl-prev,
.testimonials #testimonials-slider button.owl-next {
  background: #fafafb;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-right: 15px;
  padding: 15px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.testimonials #testimonials-slider button.owl-prev:hover,
.testimonials #testimonials-slider button.owl-next:hover {
  background: #f55222;
}

.counter-box {
  background: #fafafb;
}
.counter-box .end {
  margin-right: 0 !important;
}
.counter-box .counter {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 5px;
}
.counter-box .counter .count-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-box .count-title {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.counter-box .count-text {
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  color: #7e8399;
  font-size: 20px;
  text-align: center;
}
.counter-box .icon {
  width: 50px;
  height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-box .icon svg {
  width: 100%;
  font-size: 40px;
  stroke-width: 1;
}

footer {
  background-color: #151823;
  text-transform: capitalize;
  font-size: 14px;
}
footer p {
  color: #bbbbbb;
}
footer .footer-top ul {
  padding: 0px;
}
footer .footer-top ul li {
  list-style: none;
}
footer .footer-top ul li a {
  color: #bbbbbb;
  display: block;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  padding: 10px 0px;
}
footer .footer-top ul li a:hover {
  text-decoration: none;
  color: #f55222;
}
footer .footer-top h3 {
  color: #fff;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media (max-width: 979px) {
  footer .footer-top h3 {
    font-size: 1.1rem;
  }
}
footer .footer-top .contact ul,
footer .footer-top .follow-us ul {
  padding: 0px;
  margin: 0px;
}
footer .footer-top .contact ul li,
footer .footer-top .follow-us ul li {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 979px) {
  footer .footer-top .contact ul li,
footer .footer-top .follow-us ul li {
    margin-right: 5px !important;
  }
}
footer .footer-top .contact ul li a,
footer .footer-top .follow-us ul li a {
  padding: 15px 0px;
}
footer .footer-top .contact ul li a:hover,
footer .footer-top .follow-us ul li a:hover {
  text-decoration: none;
  color: #f55222;
}
footer .footer-top .contact ul li span,
footer .footer-top .follow-us ul li span {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-transform: capitalize;
  position: relative;
}
footer .footer-top .contact span img {
  width: 30px;
  height: 30px;
}
footer .footer-top .follow-us {
  margin: 30px 0px;
}
footer .footer-top .follow-us .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .footer-top .follow-us .social li {
  margin-right: 25px;
}
footer .footer-top .follow-us .social li a {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  position: relative;
}
footer .footer-top .follow-us .social li a i {
  position: relative;
  z-index: 9;
  font-size: 12px;
}
footer .footer-top .follow-us .social li a:after {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  content: "";
  left: 0px;
  top: 0px;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
}
footer .footer-top .follow-us .social li a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
footer .footer-top .news-lists {
  margin-bottom: 15px;
}
footer .footer-top .news-lists span {
  color: #7e8399;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
footer .footer-top .news-lists a {
  color: #fff;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-transform: capitalize;
}
footer .footer-top .news-lists a:hover {
  color: #f55222;
  text-decoration: none;
}
footer .footer-top .footer-logo img {
  width: 180px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .footer-top .footer-logo img {
    width: 200px;
  }
}
footer .copyright {
  color: #7e8399;
  text-transform: capitalize;
  background-color: #1b2032;
  padding: 30px;
}
footer .copyright p {
  margin: 0px;
}
footer .copyright a {
  color: #bbbbbb;
}

button:focus {
  outline: none;
}

span#toTop {
  position: fixed;
  cursor: pointer;
  z-index: 999;
  right: 10px;
  background: #f55222;
  width: 30px;
  height: 30px;
  left: auto;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  border-radius: 3px;
}

.masonry {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.masonry .grid {
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}

.masonry .grid:before {
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.masonry .grid img {
  width: 100%;
  border-radius: 5px;
}

.masonry .grid__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.masonry .grid__author {
  font-size: 14px;
  font-weight: 300;
}

.masonry .grid__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.masonry .grid__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.masonry .grid__tag {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  border-radius: 5px;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.mt-auto {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .masonry {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (max-width: 992px) {
  .masonry {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 1279px) {
  .ourcase .heading p {
    max-width: 100%;
  }
  .ourcase .owl-nav {
    margin-top: 30px;
  }

  .price-table .inner-box {
    padding: 35px;
  }

  .price-table .inner-box .price .con-price {
    font-size: 40px;
  }

  .price-table .inner-box .price .con-duration {
    font-size: 22px;
    top: -16px;
  }
}
@media (max-width: 767px) {
  .testimonials #testimonials-slider {
    position: relative;
  }
  .testimonials #testimonials-slider .client {
    padding: 25px;
  }
  .testimonials #testimonials-slider .client span {
    right: 2px;
    top: 1%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonials #testimonials-slider .content {
    padding: 0px 25px;
  }
  .testimonials #testimonials-slider .content .info {
    margin-bottom: 15px;
  }
  .testimonials #testimonials-slider .content p {
    font-size: 17px;
  }
  .testimonials #testimonials-slider .owl-nav {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}