/*----------------------------------------------------
@File: Default Styles
@Author: Rony
@URL: http://themeforest/user/Dreemsthemes

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Napoli
@Author: Rony
@Developed By: Rony
@Developer URL: http://rocky.obaidul.com

@Default Styles

Table of Content:
01/ variables
02/ predefined
03/ button
04/ header
05/ slider
06/ about-us
07/ button
08/ team
09/ work
10/ contact
11/ footer 
=====================================================================*/
/*Color Variables*/
/*=========Prefix==========*/
/*====================================================*/
/*========font===========*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Montserrat:400,700");
/*====color====*/
/*====================================================*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
  font: 400 14px/25px "Lato", sans-serif;
  color: #424242;
}

a, .btn, button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

ul, h2, h3, h4, h5, h6 {
  margin: 0;
  list-style: none;
  padding: 0;
}

section.row, header.row, footer.row {
  margin: 0;
}

p {
  margin-bottom: 0px;
}
.services-items{
  height: 190px;
}
.img-gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sect-pad {
  padding: 100px 0px;
}

.section-title {
  display: block;
  text-align: center;
  padding-bottom: 93px;
}
.section-title h2 {
  font: 700 24px/30px "Montserrat", sans-serif;
  color: black;
  border: 3px solid black;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 30px;
  letter-spacing: 3px;
}
.section-title h2 i {
  padding: 15px 28px;
  border-left: 3px solid black;
  margin-left: 22px;
}

/*====================================================*/
/*====================================================*/
/*=========== slider button==================*/
.button a {
  font: 400 10px "Montserrat", sans-serif;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  padding: 19px 38px;
  letter-spacing: 3px;
  display: inline-block;
  transition: all 0.5s linear;
}
.button a:hover {
  background: black;
  border-color: transparent;
}

/*=====services btn=====*/
.service-btn {
  font: 400 14px "Montserrat", sans-serif;
  letter-spacing: 3px;
  color: black;
  border: 1px solid black;
  text-transform: uppercase;
  padding: 10px 27px 10px 30px;
  background: #fff;
  min-width: 200px;
  text-align: center;
}

/*====================================================*/
/*====================================================*/
/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */
.sampleContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 99999999;
}

.loading {
  position: relative;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  text-align: center;
}

.loading h2 {
  color: #fff;
  margin: 0;
  font: 0.8em "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .19em;
  background: #007DB6;
  border-radius: .6em;
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2) {
  background: #008FB2;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  background: #009B9E;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  background: #00A77D;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  background: #00B247;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
  background: #5AB027;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.loading span:nth-of-type(7) {
  background: #A0B61E;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/*================ header css ==================*/
.header .header-navigation {
  padding: 0px 100px;
  display: flex;
  background: black;
  transition: all 5s ease-in-out;
}
.header .header-navigation .left-side {
  padding: 17px 0px;
}
.header .header-navigation .menu {
  flex: 1;
  padding-top: 21px;
}
.header .header-navigation .menu .navbar-nav {
  width: 100%;
  text-align: center;
}
.header .header-navigation .menu .navbar-nav li {
  float: none;
  display: inline-block;
}
.header .header-navigation .menu .navbar-nav li a {
  font: 400 10px/30px "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.header .header-navigation .menu .navbar-nav li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms linear 0s;
}
.header .header-navigation .menu .navbar-nav li a:focus {
  background: none;
}
.header .header-navigation .menu .navbar-nav li a:hover {
  background: none;
}
.header .header-navigation .menu .navbar-nav li a:hover:after {
  content: '';
  width: 90%;
}
.header .header-navigation .menu .navbar-nav li + li {
  margin-left: 24px;
}
.header .header-navigation .menu .navbar-nav li.current a:after {
  content: '';
  width: 90%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 300ms linear 0s;
}
@media (min-width: 768px) {
  .header .header-navigation .menu .mobile-social {
    display: none;
  }
}
.header .header-navigation .right-side .social li {
  display: inline-block;
}
.header .header-navigation .right-side .social li a {
  font-size: 13px;
  color: #fff;
  padding: 0px;
  line-height: 70px;
  transition: all 0.5s ease-in-out;
}
.header .header-navigation .right-side .social li a:hover, .header .header-navigation .right-side .social li a:focus {
  background: none;
  color: #999;
}
.header .header-navigation .right-side .social li + li a {
  padding-left: 15px;
}

/*===============End header css==============*/
/*=============Start menu scrolled css ==============*/
.header.scrolled .header-navigation {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  z-index: 999;
  border-radius: 0px;
}

/*=============End menu scrolled css ==============*/
/*====================================================*/
/*====================================================*/
/*======== Start slider css ===========*/
.main_slider_area .camera_overlayer {
  background: rgba(0, 0, 0, 0.55);
}
.main_slider_area .img-overlay {
  position: relative;
  z-index: 1;
}
.main_slider_area .img-overlay .slider_text {
  text-align: center;
  padding-top: 100px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.main_slider_area .img-overlay .slider_text ul {
  padding-top: 230px;
}
.main_slider_area .img-overlay .slider_text ul li {
  display: inline-block;
  font: 400 60px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 13px;
}
.main_slider_area .img-overlay .slider_text ul li:nth-child(3), .main_slider_area .img-overlay .slider_text ul li:nth-child(7) {
  padding-left: 35px;
}
.main_slider_area .img-overlay .slider_text p {
  font: 400 18px "Montserrat", sans-serif;
  letter-spacing: 3px;
  padding-top: 12px;
  padding-bottom: 45px;
}
.main_slider_area .img-overlay .slider_text .button {
  padding-bottom: 310px;
}
.main_slider_area .img-overlay .slider_text .button a + a {
  margin-left: 29px;
}
.main_slider_area .img-overlay .slider_text .mouse-button {
  -webkit-animation: mouseUpDown 2s ease-in-out;
  animation: mouseUpDown 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: relative;
  padding-bottom: 90px;
}
.main_slider_area .img-overlay .slider_text .mouse-button a {
  font: 400 10px "Montserrat", sans-serif;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 17px 0px 8px;
  letter-spacing: 2px;
}
.main_slider_area .img-overlay .slider_text .mouse-button a:before {
  content: "\f103";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.main_slider_area .img-overlay .slider_text .mouse-button a:after {
  content: '';
  background: #fff;
  width: 2px;
  height: 70px;
  display: inline-block;
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
}
.main_slider_area .img-overlay .slider_text.slider-text2 h2 {
  font: 400 36px/64px "Montserrat", sans-serif;
  letter-spacing: 3px;
  padding-top: 270px;
}
.main_slider_area .img-overlay .slider_text.slider-text2 h3 {
  font: 700 60px/65px "Montserrat", sans-serif;
  letter-spacing: 4px;
  padding-bottom: 346px;
}
.main_slider_area .camera_next, .main_slider_area .camera_prev {
  width: 30px;
  height: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.main_slider_area .camera_next:before, .main_slider_area .camera_prev:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  position: relative;
}
.main_slider_area .camera_next span, .main_slider_area .camera_prev span {
  display: none;
}
.main_slider_area .camera_prev:before {
  content: "\f104";
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mouseUpDown {
  0% {
    bottom: 10px;
  }

  25% {
    bottom: 20px;
  }

  50% {
    bottom: 10px;
  }

  75% {
    bottom: 30px;
  }

  100% {
    bottom: 10px;
  }
}
@keyframes mouseUpDown {
  0% {
    bottom: 10px;
  }

  25% {
    bottom: 20px;
  }

  50% {
    bottom: 10px;
  }

  75% {
    bottom: 30px;
  }

  100% {
    bottom: 10px;
  }
}
/*======== End slider css ===========*/
/*======= =parallax css ==========*/
.parallax-img {
  background: url("../images/slider2.jpg") no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.parallax-img:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #000;
  position: absolute;
  opacity: 0.50;
  z-index: -1;
}

/*====================================================*/
/*====================================================*/
/*===============about-us css==================*/
.about-us-area h4 {
  font: 400 14px/24px "Montserrat", sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.about-us-area .about-texts h4 {
  padding-bottom: 17px;
}
.about-us-area .about-texts p {
  font: 400 14px/24px "Lato", sans-serif;
  color: #424242;
}
.about-us-area .about-texts .progress-element p {
  font: 400 10px/36px "Montserrat", sans-serif;
  color: black;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 16px;
}
.about-us-area .about-texts .progress-element + p {
  padding-top: 5px;
}
.about-us-area .about-texts .progress-element .progress {
  height: 10px;
  background: #dddddd;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
.about-us-area .about-texts .progress-element .progress .progress-bar {
  background: black;
}
.about-us-area .about-right {
  padding-left: 75px;
}
.about-us-area .about-right h4 {
  padding-left: 10px;
  padding-bottom: 23px;
}
.about-us-area .about-right .clients-logos .clients-logo {
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  margin: 0 auto;
  text-align: center;
  line-height: 144px;
}
.about-us-area .about-right .clients-logos .clients-logo img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}
.about-us-area .about-right .clients-logos .clients-logo + .clients-logo {
  margin-top: 25px;
}

/*============End about-us area ============*/
/*============Start service area ============*/
.services-area {
  padding: 100px 0px 33px;
}
.services-area .section-title {
  padding-bottom: 115px;
}
.services-area .services .services-items {
  padding-top: 55px;
  padding-bottom: 57px;
}
.services-area .services .icon {
  bottom: -25px;
  top: auto;
}
.services-area .services .service-btn {
  top: -20px;
  bottom: auto;
}

.services-items {
  border: 1px solid black;
  position: relative;
  padding: 69px 28px 43px 30px;
  transition: all 0.5s ease-in-out;
  cursor: nesw-resize;
  margin-bottom: 103px;
}
.services-items .icon {
  width: 50px;
  height: 50px;
  border: 1px solid black;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: black;
  position: absolute;
  transform: rotate(45deg);
  top: -26px;
  left: 43%;
  background: #fff;
}
.services-items .icon i {
  transform: rotate(-45deg);
}
.services-items p {
  font: 400 14px/24px "Lato", sans-serif;
  color: #424242;
  transition: all 0.5s ease-in-out;
}
.services-items .service-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
.services-items .service-btn:hover {
  color: #999;
}
.services-items:hover {
  background: black;
}
.services-items:hover p {
  color: #fff;
}

/*============End service area ============*/
/*====================================================*/
/*====================================================*/
/*================= team-area css ==================*/
.team-area {
  padding-bottom: 99px;
}
.team-area .team {
  padding-top: 8px;
}
.team-area .team .team-item {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.team-area .team .team-item .img {
  overflow: hidden;
}
.team-area .team .team-item .img img {
  transition: all 0.6s ease-in-out;
}
.team-area .team .team-item h4 {
  font: 400 10px/24px "Montserrat", sans-serif;
  color: black;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  padding-top: 22px;
  padding-bottom: 6px;
  display: inline-block;
  letter-spacing: 3px;
}
.team-area .team .team-item h4:hover {
  color: #999999;
}
.team-area .team .team-item p {
  font: 400 14px/14px "Lato", sans-serif;
  color: #999999;
  text-transform: capitalize;
}
.team-area .team .team-item .social-icon {
  border: 1px solid black;
  max-width: 162px;
  margin: 0 auto;
  top: 30px;
  position: relative;
  background: #fff;
}
.team-area .team .team-item .social-icon ul li {
  display: inline-block;
}
.team-area .team .team-item .social-icon ul li a {
  font-size: 14px;
  color: black;
  transition: all 0.4s ease-in-out;
  line-height: 39px;
}
.team-area .team .team-item .social-icon ul li a:hover {
  color: #999;
}
.team-area .team .team-item .social-icon ul li + li a {
  padding-left: 15px;
}
.team-area .team .team-item:hover img {
  transform: scale(1.1) rotate(5deg);
}

/*=========== End team css ========*/
/*========== fanfact-area css===========*/
.fanfact-area {
  background: url("../images/bg.jpg") no-repeat scroll center 0;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 138px 0px 123px;
}
.fanfact-area:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.fanfact-area .fan-item {
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fanfact-area .fan-item .icon {
  width: 50px;
  height: 50px;
  color: #fff;
  border: 1px solid #fff;
  transform: rotate(45deg);
  margin: 0 auto 36px;
}
.fanfact-area .fan-item .icon i {
  font-size: 24px;
  transform: rotate(-45deg);
  line-height: 47px;
  transition: all 0.5s ease;
}
.fanfact-area .fan-item span {
  font: 700 30px/41px "Montserrat", sans-serif;
}
.fanfact-area .fan-item h5 {
  font: 400 14px/24px "Montserrat", sans-serif;
}
.fanfact-area .fan-item:hover .icon i {
  transform: scale(1.2) rotate(-45deg);
  padding-left: 2px;
}

/*========== fanfact-area css===========*/
/*==========blog area css =============*/
.blog-area .blog {
  padding-top: 7px;
}
.blog-area .blog .blog-item {
  position: relative;
  transform: translateZ(0);
  overflow: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
.blog-area .blog .blog-item:before, .blog-area .blog .blog-item:after {
  content: '';
  background: black;
  opacity: 0.50;
  position: absolute;
  width: 250%;
  height: 250%;
}
.blog-area .blog .blog-item:before {
  right: 0;
  bottom: 0;
  transform: skew(-45deg) translateX(168%);
  transition: all 0.6s ease;
}
.blog-area .blog .blog-item:after {
  top: 0;
  left: 0;
  transform: skew(-45deg) translateX(-168%);
  transition: all 0.6s ease;
  z-index: 1;
}
.blog-area .blog .blog-item .content {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0px 30px 20px 30px;
  transition: all 1.6s ease;
  opacity: 0;
}
.blog-area .blog .blog-item .content p {
  font: 400 14px/24px "Montserrat", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.blog-area .blog .blog-item .content ul:before {
  content: '';
  width: 30px;
  height: 1px;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  margin-right: 15px;
}
.blog-area .blog .blog-item .content ul li {
  display: inline-block;
}
.blog-area .blog .blog-item .content ul li a {
  font: 400 14px "Lato", sans-serif;
  color: #fff;
  text-transform: capitalize;
}
.blog-area .blog .blog-item:hover:before {
  transform: skew(-45deg) translateX(68%);
}
.blog-area .blog .blog-item:hover:after {
  transform: skew(-45deg) translateX(-68%);
  visibility: hidden;
  opacity: 0;
}
.blog-area .blog .blog-item:hover .content {
  opacity: 1;
}

/*==========blog area css =============*/
/*====================================================*/
/*====================================================*/
/*============ work area css ============*/
.work-area {
  padding: 100px 100px;
  background: #f5f5f5;
}
.work-area .filter_row .work_filter {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 7px;
}
.work-area .filter_row .work_filter li {
  font: 400 10px/30px "Montserrat", sans-serif;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  border: 1px solid black;
  padding: 9px 30px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  letter-spacing: 3px;
}
.work-area .filter_row .work_filter li:hover {
  background: black;
  color: #fff;
}
.work-area .filter_row .work_filter li + li {
  margin-left: 27px;
}
.work-area .filter_row .work_filter li.active {
  background: black;
  color: #fff;
}
.work-area .work-gallery {
  margin: 0px -10px;
}
.work-area .work-gallery .work-item {
  padding: 0px 10px;
  margin-bottom: 48px;
  cursor: nesw-resize;
  overflow: hidden;
}
.work-area .work-gallery .work-item .img {
  position: relative;
}
.work-area .work-gallery .work-item .img:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  position: absolute;
  display: block;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform-origin: top;
  transform: translateY(-100%);
}
.work-area .work-gallery .work-item .img img {
  max-width: 100%;
}
.work-area .work-gallery .work-item h2 {
  font: 400 14px "Montserrat", sans-serif;
  color: black;
  text-transform: uppercase;
  padding: 17px 0px 8px;
  transition: all 0.2s ease-in-out;
  letter-spacing: 3px;
}
.work-area .work-gallery .work-item p {
  font: 400 14px "Lato", sans-serif;
  color: #999;
}
.work-area .work-gallery .work-item p:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #999;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.work-area .work-gallery .work-item:hover h2 {
  color: #999999;
}
.work-area .work-gallery .work-item:hover .img:before {
  opacity: 0.50;
  transform: translateY(0%);
}
.work-area .button {
  text-align: center;
}
.work-area .button a {
  background: black;
  color: #fff;
  padding: 18px 45px;
  border-color: transparent;
}
.work-area .button a:hover {
  background: none;
  border-color: #000;
  color: black;
}

/*============ End work area css =============*/
/*==========Start priceing area css ============*/
.priceing-area .section-title {
  padding-bottom: 119px;
}
.priceing-area .price-item {
  color: black;
  text-align: center;
}
.priceing-area .price-item .icon {
  width: 64px;
  height: 64px;
  background: black;
  top: -33px;
  left: 42%;
  transition: all 0.5s ease-in-out;
}
.priceing-area .price-item .icon p {
  font: 700 30px "Montserrat", sans-serif;
  color: #fff;
  transform: rotate(-45deg);
  left: 20%;
  position: absolute;
  top: 20%;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.priceing-area .price-item .table-header h3 {
  font: 700 36px "Montserrat", sans-serif;
  letter-spacing: 3px;
  padding-bottom: 12px;
  border-bottom: 2px solid black;
  padding-top: 7px;
}
.priceing-area .price-item .table-middle {
  padding-top: 9px;
}
.priceing-area .price-item .table-middle h3 {
  font: 700 72px "Montserrat", sans-serif;
}
.priceing-area .price-item .table-middle h3 span {
  font-size: 24px;
  vertical-align: top;
  line-height: 58px;
  padding-right: 8px;
}
.priceing-area .price-item .table-middle h3 .time {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-left: -11px;
  padding-right: 0px;
}
.priceing-area .price-item .table_data {
  padding-top: 18px;
  padding-bottom: 11px;
}
.priceing-area .price-item .table_data li {
  font: 400 14px/42px "Lato", sans-serif;
  color: #242424;
  transition: all 0.5s ease-in-out;
}
.priceing-area .price-item .service-btn {
  width: 200px;
  background: black;
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  bottom: -23px;
}
.priceing-area .price-item:hover {
  color: #fff;
}
.priceing-area .price-item:hover .icon {
  background: #fff;
}
.priceing-area .price-item:hover .icon p {
  color: black;
}
.priceing-area .price-item:hover .table-header h3 {
  border-color: #fff;
}
.priceing-area .price-item:hover .table_data li {
  color: #fff;
}
.priceing-area .price-item:hover .service-btn {
  background: #fff;
  color: black;
}

/*==========End priceing area css ============*/
/*==========Start Testimonial area css ============*/
.testimonial-area {
  background: url(../images/testimonial-bg.jpg) no-repeat scroll center 0;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.testimonial-area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.testimonial-area .section-title h2 {
  border-color: #fff;
  color: #fff;
}
.testimonial-area .section-title h2 i {
  border-color: #fff;
}
.testimonial-area .testimonial-slider {
  text-align: center;
  color: #fff;
}
.testimonial-area .testimonial-slider .testimonial-text p {
  font: 400 18px/24px "Lato", sans-serif;
  color: #fff;
  padding-bottom: 37px;
}
.testimonial-area .testimonial-slider .testimonial-text a {
  font: 400 14px/24px "Montserrat", sans-serif;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
.testimonial-area .testimonial-slider .owl-dots {
  padding-top: 45px;
}
.testimonial-area .testimonial-slider .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  transition: all 0.6s ease-in-out;
}
.testimonial-area .testimonial-slider .owl-dots .owl-dot.active {
  background: #fff;
}
.testimonial-area .testimonial-slider .owl-dots .owl-dot + .owl-dot {
  margin-left: 20px;
}

/*==========End Testimonial area css ============*/
/*====================================================*/
/*====================================================*/
/*============ contact-area css ===============*/
.contact-area {
  padding: 45px 0px 80px;
}
.contact-area h4 {
  font: 400 14px/24px "Montserrat", sans-serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 24px;
}
.contact-area .input_form form .form-control {
  font: 400 14px/24px "Lato", sans-serif;
  color: black;
  box-shadow: none;
  border: 1px solid black;
  border-radius: 0px;
  padding-left: 20px;
  text-transform: capitalize;
  min-height: 44px;
  margin-bottom: 30px;
}
.contact-area .input_form form .form-control.placeholder {
  color: black;
}
.contact-area .input_form form .form-control:-moz-placeholder {
  color: black;
}
.contact-area .input_form form .form-control::-moz-placeholder {
  color: black;
}
.contact-area .input_form form .form-control::-webkit-input-placeholder {
  color: black;
}
.contact-area .input_form form .form-control.error {
  margin-bottom: 0px;
}
.contact-area .input_form form .form-control.error + .error {
  font: 400 10px/30px "Montserrat", sans-serif;
  color: black;
  background: none;
  border: 0px;
  margin-bottom: 0px;
  display: block;
}
.contact-area .input_form form textarea.form-control {
  resize: none;
  height: 142px;
  padding-top: 12px;
}
.contact-area .input_form form .service-btn {
  font-size: 10px;
  background: black;
  border-radius: 0px;
  color: #fff;
  padding: 19px 38px 16px 42px;
}
.contact-area .input_form form .service-btn:hover {
  background: #fff;
  border-color: black;
  color: black;
}
.contact-area .input_form #success, .contact-area .input_form #error {
  position: absolute;
  top: -15px;
  display: block;
  right: 0;
  left: 0;
  bottom: -15px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.contact-area .input_form #success p, .contact-area .input_form #error p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.contact-area .input_form #success {
  color: lawngreen;
}
.contact-area .input_form #error {
  color: orangered;
}
.contact-area .contact_info ul .item {
  cursor: pointer;
}
.contact-area .contact_info ul .item .media .media-left {
  padding: 10px;
  vertical-align: middle;
}
.contact-area .contact_info ul .item .media .media-left a {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  display: block;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.contact-area .contact_info ul .item .media .media-left a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  left: 0;
  transition: transform 0.6s ease 0s, opacity 0.5s ease 0s;
}
.contact-area .contact_info ul .item .media .media-left i {
  color: #fff;
  line-height: 28px;
  text-align: center;
  transform: rotate(-45deg);
  font-size: 14px;
  position: absolute;
  left: 31%;
}
.contact-area .contact_info ul .item .media .media-body {
  vertical-align: middle;
  padding-left: 20px;
  transition: all 0.9s ease-in-out;
}
.contact-area .contact_info ul .item .media .media-body a {
  color: black;
  font: 400 14px/24px "Lato", sans-serif;
}
.contact-area .contact_info ul .item:hover .media .media-left a {
  border: 1px solid black;
}
.contact-area .contact_info ul .item:hover .media .media-left a:before {
  transform: scale(0.5);
  opacity: 0;
}
.contact-area .contact_info ul .item:hover .media .media-left a i {
  color: black;
}
.contact-area .contact_info ul .item:hover .media .media-body {
  color: #999;
}
.contact-area .contact_info ul .item + .item {
  padding-top: 12px;
}

/*============contact map=============*/
.contact_map {
  position: relative;
}
.contact_map iframe{
  width: 100%;
  height: 500px;
}
.contact_map #googleMap {
  height: 500px;
}
.contact_map .location {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  border: 1px solid black;
  padding: 20px 30px 16px;
}
.contact_map .location:before {
  content: '';
  left: 47%;
  bottom: -20px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: black transparent transparent transparent;
}
.contact_map .location h6 {
  font: 400 14px "Montserrat", sans-serif;
  color: black;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contact_map .location ul li {
  padding-bottom: 5px;
}
.contact_map .location ul li a {
  font: 14px/24px "Lato", sans-serif;
  color: #242424;
}
.contact_map .location ul li a i {
  padding-right: 20px;
}

/*====================================================*/
/*====================================================*/
/*========= Start footer area css ========*/
.footer-area {
  background: black;
  position: relative;
}
.footer-area .footer-content {
  text-align: center;
}
.footer-area .footer-content .scroll-t {
  position: absolute;
  width: 50px;
  height: 50px;
  background: black;
  transform: rotate(45deg);
  top: -25px;
  left: 49%;
  color: #fff;
  cursor: pointer;
}
.footer-area .footer-content .scroll-t i {
  transform: rotate(-45deg);
  font-size: 18px;
  line-height: 50px;
}
.footer-area .footer-content .logo img {
  max-width: 100%;
}
.footer-area .footer-content h6 {
  font: 400 14px/24px "Lato", sans-serif;
  color: #999;
  padding-top: 92px;
  padding-bottom: 16px;
}
.footer-area .footer-content h6 a {
  color: #fff;
}
.footer-area .footer-content p {
  font: 400 10px/22px "Montserrat", sans-serif;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.main_slider_area .img-overlay .slider_text ul li:nth-child(3), .main_slider_area .img-overlay .slider_text ul li:nth-child(7){
  padding-left:   0px!important;
}
/* Small only */
        @media screen and (max-width: 39.9375em) {
            .work-gallery img{
                height: 80vw;
            }
        }
        /* Medium only */
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
            .work-gallery img{
                height: 125px;
            }
        }
        /* Large and up */
         @media screen and (min-width: 64em) {
            .work-gallery img{
                height: 275px;
            }
         } 
/*========= End footer area css ========*/
/*====================================================*/

/*# sourceMappingURL=style.css.map */
