html {
  font-size: 62.5%;
}

@media (max-width: 575.98px) {
  html {
    font-size: 55%;
  }
}

html body {
  font-family: 'Montserrat', sans-serif;
}

html img {
  max-width: 100%;
}

html a:hover {
  text-decoration: none;
}

.page-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: #ffffff;
  z-index: 999;
}

.spinner {
  width: 5rem;
  height: 5rem;
  position: relative;
  margin: 100px auto;
}

.double-bounce1 {
  border-radius: 50%;
  background-color: #0084e3;
  -webkit-animation: sk-bounce 1.5s infinite ease;
          animation: sk-bounce 1.5s infinite ease;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.animated {
  opacity: 0;
}

.section, footer {
  overflow: hidden;
}

.list-unstyled, .testimonials-slider .slick-dots {
  margin: 0;
  list-style: none;
  padding: 0;
}

.upper-text {
  text-transform: uppercase;
}

.text-normal, .text-large {
  font-family: 'Times New Roman', Times, serif;
  color: #646363;
}

.text-normal {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.text-large {
  font-size: 1.8rem;
  line-height: 3rem;
}

.text-center {
  text-align: center;
}

.heading {
  position: relative;
  padding-bottom: .5rem;
  text-align: center;
  margin-bottom: 8rem;
}

.heading-title {
  color: #0084e3;
  font-size: 1.5rem;
  margin: 0;
}

.heading-text-white, .heading-text {
  font-size: 3rem;
  font-weight: 900;
}

.heading-text-white::before, .heading-text-white::after, .heading-text::before, .heading-text::after {
  content: "";
  display: block;
  width: 9rem;
  height: .2rem;
  background: #000000;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.heading-text-white::after, .heading-text::after {
  width: 4.5rem;
  bottom: -.6rem;
}

@media (max-width: 575.98px) {
  .heading-text-white, .heading-text {
    font-size: 2.5rem;
  }
}

.heading-text {
  color: #232323;
}

.heading-text::before, .heading-text::after {
  background: #000000;
}

.heading-text-white {
  color: #ffffff;
}

.heading-text-white::before, .heading-text-white::after {
  background: #ffffff;
}

.double-bounce1, .features .feat-icon::before, .about-us .cover .image:last-of-type::before, .portfolio .portfolio-content .work-info .text, .portfolio .portfolio-content .work-info a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-icons li a, .search-box, header, header .header-content nav, header .header-content nav .nav-links li a:before, header .search-icon .menu-icon span, .slider-section .slick-arrow, .features .feat-icon i, .features .feat-icon::before, .services .service .info, .testimonials-slider .slick-dots li, .portfolio .filter-buttons button, .portfolio .filter-buttons button:before, .portfolio .portfolio-content .work-info .text, .portfolio .portfolio-content .work-info img, .pricing-table, .pricing-table .button, .blog .article-link, .blog .article-link i, .clients .client img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.search-box, .mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.search-box.open, .features .feat:hover .feat-icon::before, .mfp-fade.mfp-bg.mfp-ready, .mfp-fade.mfp-wrap.mfp-ready .mfp-content, .portfolio .portfolio-content .work-info:hover .text {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.features .title, .features .text-large, .features .feat, .about-us .cover .image, .services .service, .statistics .stat, .team .person, .pricing-table, .blog .article, .clients .client, .contact-us form, footer .info .content {
  margin-bottom: 4rem;
}

.testimonials, .portfolio, .statistics, .contact-us {
  padding: 8rem 0;
}

.features, .about-us, .services, .team, .pricing, .blog {
  padding: 8rem 0 4rem;
}

.social-icons li {
  display: inline-block;
  padding: 0 1rem;
}

.social-icons li a {
  color: #232323;
  font-size: 1.8rem;
}

.social-icons li a:hover {
  color: #0084e3;
}

.features .feat, footer .info {
  position: relative;
}

.features .feat:not(.last)::after, footer .info:not(.last)::after {
  content: "";
  display: block;
  background: url("../images/1.png") no-repeat;
  width: 70%;
  height: 6rem;
  position: absolute;
  left: 65%;
  top: 0;
}

@media (max-width: 991.98px) {
  .features .feat:not(.last)::after, footer .info:not(.last)::after {
    display: none;
  }
}

.features .feat:nth-of-type(2)::after, footer .info:nth-of-type(2)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-box {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  cursor: url("../images/icon.png"), auto;
}

.search-box form {
  width: 100%;
}

.search-box form input {
  margin: 0;
}

.search-box form button {
  border-radius: 0;
}

.article-author {
  font-size: 1.3rem;
  color: #646363;
  margin: 1rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #bcbcbc;
}

.button {
  background: #0084e3;
  color: #ffffff;
  border: none;
  padding: 1.5rem 3.5rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
}

.input {
  padding: 1.3rem;
  font-size: 1.4rem;
  border: 1px solid rgba(35, 35, 35, 0.2);
  font-family: sans-serif;
  width: 100%;
  outline: none;
  margin-bottom: 2rem;
}

textarea {
  min-height: 15rem;
}

header {
  color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

header.sticky {
  background-color: #232323;
  position: fixed;
}

header .header-content {
  min-height: 6.5rem;
  position: relative;
}

@media (max-width: 991.98px) {
  header .header-content nav {
    display: block !important;
    position: absolute;
    height: 35rem;
    width: 25rem;
    top: 100%;
    right: 1.2rem;
    background: black;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}

header .header-content nav.open {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 991.98px) {
  header .header-content nav .nav-links {
    padding-top: 2rem;
    height: 100%;
  }
}

header .header-content nav .nav-links li a {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 2px;
}

header .header-content nav .nav-links li a:hover::before {
  width: 100%;
}

header .header-content nav .nav-links li a:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #0084e3;
  position: absolute;
  bottom: -8px;
  left: 0;
}

header .header-content nav .nav-links li a.active:before {
  width: 100%;
}

header .search-icon i {
  cursor: pointer;
  margin-right: 1.5rem;
}

header .search-icon .menu-icon {
  cursor: pointer;
}

header .search-icon .menu-icon span {
  display: block;
  height: .3rem;
  width: 3rem;
  background: #ffffff;
  -webkit-transform-origin: 90%;
          transform-origin: 90%;
}

header .search-icon .menu-icon span:nth-of-type(2) {
  margin: .6rem 0;
}

header .search-icon .menu-icon.open span:first-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .search-icon .menu-icon.open span:nth-of-type(2) {
  opacity: 0;
}

header .search-icon .menu-icon.open span:last-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#mainSlider [data-animation-in] {
  opacity: 0;
}

.slider-section {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

.slider-section .slick-arrow {
  position: absolute;
  top: 50%;
  color: #ffffff;
  background: black;
  padding: 15px;
  cursor: pointer;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3rem;
  opacity: .5;
}

.slider-section .slick-arrow:hover {
  opacity: 1;
}

.slider-section .slick-arrow.next-arrow {
  right: 1rem;
}

.slider-section .slick-arrow.pev-arrow {
  left: 1rem;
}

.slider-section .slider-item {
  height: 100vh;
  background-size: cover;
  background-position: top;
  color: #ffffff;
}

.slider-section .slider-item.item-1 {
  background-image: url(../images/slider/asset50.jpeg);
}

.slider-section .slider-item.item-2 {
  background-image: url(../images/slider/asset51.jpeg);
}

.slider-section .slider-item .intro-text {
  text-align: center;
  font-size: 8rem;
}

.slider-section .slider-item .intro-text h2 {
  line-height: 1.1;
  font-weight: 900;
  font-size: 1em;
}

@media (max-width: 1199.98px) {
  .slider-section .slider-item .intro-text h2 {
    font-size: .7em;
  }
}

@media (max-width: 991.98px) {
  .slider-section .slider-item .intro-text h2 {
    font-size: .6em;
  }
}

@media (max-width: 575.98px) {
  .slider-section .slider-item .intro-text h2 {
    font-size: .5em;
  }
}

.slider-section .slider-item .intro-text h2 span:last-of-type {
  font-size: 1.9em;
}

.features {
  color: #232323;
}

.features .title {
  font-size: 4.4rem;
  font-weight: 900;
}

@media (max-width: 575.98px) {
  .features .title {
    font-size: 3rem;
  }
}

.features .title span {
  color: #0084e3;
}

.features .feat::after {
  background: url("../images/2.png") no-repeat !important;
}

.features .feat-icon {
  border: 1px solid rgba(35, 35, 35, 0.2);
  border-radius: 50%;
  font-size: 3rem;
  display: inline-block;
  position: relative;
  color: rgba(35, 35, 35, 0.5);
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  margin-bottom: 1.4rem;
}

.features .feat-icon::before {
  content: "";
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  z-index: -1;
}

.features .feat-title {
  font-size: 1.8rem;
}

.features .feat:hover .feat-icon {
  color: #ffffff;
}

.features .feat:hover .feat-icon::before {
  background: #0084e3;
}

.about-us {
  background: #232323;
}

.about-us .cover .image {
  position: relative !important;
}

.about-us .cover .image:last-of-type {
  margin-left: auto;
}

.about-us .cover .image:last-of-type::before {
  content: "";
  display: block;
  background: rgba(35, 35, 35, 0.5);
}

.about-us .cover .image a {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  color: #fff;
}

.about-us .heading-text-white::before, .about-us .heading-text-white::after {
  display: none;
}

.about-us .text-large {
  color: #bcbcbc;
  margin: 2rem 0 4rem;
}

.about-us .popup-youtube:hover {
  color: #ffffff;
}

.services .service {
  background-size: cover;
}

.services .service-one {
  background-image: url("../images/sevices/asset 52.jpeg");
}

.services .service-two {
  background-image: url("../images/sevices/asset 53.jpeg");
}

.services .service-three {
  background-image: url("../images/sevices/asset 54.jpeg");
}

.services .service .info {
  border: 1px solid rgba(35, 35, 35, 0.2);
  padding: 6rem 3rem;
  background-color: #ffffff;
}

.services .service .info:hover {
  background: rgba(0, 132, 227, 0.8);
}

.services .service .info:hover i,
.services .service .info:hover .text-normal,
.services .service .info:hover .service-title {
  color: #fff !important;
}

.services .service .info i {
  font-size: 4rem;
  color: rgba(35, 35, 35, 0.5);
}

.services .service .info .service-title {
  font-size: 1.8rem;
  margin: 2rem 0;
}

.testimonials {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7))), url("../images/testimonials/asset 55.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7)), url("../images/testimonials/asset 55.jpeg");
  background-size: cover;
}

.testimonials-slider {
  color: #fff;
}

.testimonials-slider .slider-item {
  font-family: 'Times New Roman', Times, serif;
  font-weight: normal;
  cursor: move;
  font-size: 2.5rem;
}

.testimonials-slider .slider-item h2 {
  font-size: 1em;
}

.testimonials-slider .slider-item i {
  font-size: 1.3em;
  margin: .5rem 0;
}

.testimonials-slider .slider-item h3 {
  font-size: .8em;
}

.testimonials-slider .slider-item p {
  font-size: 1.8rem;
}

.testimonials-slider .slick-dots li {
  background: #fff;
  padding: .7rem;
  cursor: pointer;
  margin: .5rem;
  border-radius: 50%;
  display: inline-block;
}

.testimonials-slider .slick-dots li button {
  display: none;
}

.testimonials-slider .slick-dots li.slick-active {
  background: #0084e3;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* overlay at start */
.mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.portfolio .filter-buttons button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  font-size: 1.3rem;
  margin: 0 2rem 2rem;
  cursor: pointer;
  position: relative;
}

.portfolio .filter-buttons button:hover::before {
  width: 100%;
}

.portfolio .filter-buttons button:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #0084e3;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.portfolio .filter-buttons button.active:before {
  width: 100%;
}

.portfolio .portfolio-content {
  position: relative !important;
}

@media (max-width: 575.98px) {
  .portfolio .portfolio-content .work {
    padding: 0;
  }
}

.portfolio .portfolio-content .work-info {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}

.portfolio .portfolio-content .work-info:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  overflow: hidden;
}

.portfolio .portfolio-content .work-info:hover .text {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .portfolio .portfolio-content .work-info {
    width: 50%;
    margin: 1rem auto;
  }
}

.portfolio .portfolio-content .work-info .text {
  background: rgba(0, 132, 227, 0.7);
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  z-index: 2;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  opacity: 0;
}

.portfolio .portfolio-content .work-info img {
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.portfolio .portfolio-content .work-info a {
  display: block;
  cursor: pointer;
  z-index: 3;
}

.statistics {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7))), url("../images/statistics/asset 56.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7)), url("../images/statistics/asset 56.jpeg");
  background-size: cover;
  color: #ffffff;
  font-size: 1.5rem;
}

.statistics .stat {
  font-size: 6rem;
}

.statistics .stat h2 {
  font-size: 4rem;
  margin: 0;
}

.statistics .stat p {
  font-size: 1.5rem;
}

.statistics .contact {
  border-top: 1px solid #646363;
  margin-top: 5rem;
  padding-top: 8rem;
}

.statistics .contact p {
  font-size: 4.5rem;
  font-family: 'Times New Roman', Times, serif;
}

.team .person img {
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 2rem;
}

.team .person h2 {
  font-size: 2.4rem;
  font-weight: 900;
}

.team .person h4 {
  font-size: 1.5rem;
  color: #646363;
}

.pricing {
  background: #232323;
  color: #ffffff;
}

.pricing-table {
  border: 1px solid rgba(100, 99, 99, 0.3);
  padding: 4rem;
  background-size: 115%;
}

.pricing-table.standard {
  position: relative;
}

.pricing-table.standard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 6.5rem 6.5rem;
  border-color: transparent #0084e3;
}

.pricing-table.standard .button {
  background: #0084e3;
  color: #ffffff;
}

.pricing-table.standard i {
  position: absolute;
  top: 1.2rem;
  left: 1.3rem;
  font-size: 1.5rem;
}

.pricing-table:hover, .pricing-table.standard {
  background-size: 100%;
  border-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9))), url("../images/pricing/asset 58.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.9)), url("../images/pricing/asset 58.jpeg");
}

.pricing-table.basic:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9))), url("../images/pricing/asset 57.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.9)), url("../images/pricing/asset 57.jpeg");
}

.pricing-table.business:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9))), url("../images/pricing/asset 59.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.9)), url("../images/pricing/asset 59.jpeg");
}

.pricing-table h2 {
  font-size: 2.8rem;
  margin: 0;
}

.pricing-table h3 {
  font-size: 3.5rem;
  margin: 0;
}

.pricing-table h3 span {
  font-size: 1.5rem;
}

.pricing-table .pricing-plan {
  margin: 4rem 0;
}

.pricing-table .pricing-plan li {
  color: #bcbcbc;
  padding: .8rem 0;
}

.pricing-table .button {
  background: none;
  border: 2px solid #0084e3;
  padding: 1rem 2.5rem;
  color: #0084e3;
}

@media (max-width: 991.98px) {
  .pricing-table .button {
    font-size: 1.3rem;
  }
}

.pricing-table .button:hover {
  background: #0084e3;
  -webkit-box-shadow: 0px 3px 10px #0084e3;
          box-shadow: 0px 3px 10px #0084e3;
  color: #ffffff;
}

.blog .article-image {
  max-width: 100%;
  margin-bottom: 2rem;
}

.blog .article-title {
  font-size: 1.8rem;
}

.blog .article-link {
  color: #232323;
  font-size: 1.3rem;
}

.blog .article-link i {
  vertical-align: middle;
}

.blog .article-link:hover {
  color: #0084e3;
}

.blog .article-link:hover i {
  padding: 0 .5rem;
}

.clients {
  padding: 16rem 0 12rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7))), url("../images/clients/asset 60.jpeg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7)), url("../images/clients/asset 60.jpeg");
  background-size: cover;
}

.clients .client img:hover {
  opacity: .7;
}

.contact-us form .text-large {
  margin-bottom: 2rem;
}

.contact-us .map iframe {
  width: 100%;
  height: 44rem;
  border: none;
}

footer {
  padding: 8rem 0 0;
  color: #fff;
  background: #232323;
}

footer .info .content i {
  font-size: 5rem;
}

footer .info .content h3 {
  font-size: 1.5rem;
  margin: 1rem 0;
}

footer .info .content .text-normal {
  color: #bcbcbc;
}

footer .info .content .text-normal:last-of-type::after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  margin: auto;
  background: #fff;
  margin-top: 1.5rem;
}

footer .social-icons {
  border-top: 1px solid #646363;
  padding-top: 20px;
}

footer .social-icons li a {
  color: #ffffff;
}

footer p {
  font-size: 1.5rem;
  padding: 10px;
}
/*# sourceMappingURL=homepage.css.map */