/*
@File: Battle Template Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - Default CSS
** - Preloaders CSS
** - Top Header area CSS
** - Video Background Area CSS
** - Welcome area CSS
** - Our Services Area CSS
** - Our Works Area CSS
** - Counter Area CSS
** - Our Team Area CSS
** - Our Skills Area CSS
** - Our Testimonials area CSS
** - Our Pricing Area CSS
** - Video Area CSS
** - Blog Area CSS
** - Subscribe area CSS
** - Contact Form Area CSS
** - Back Top Top CSS
** - Footer Area CSS
*/


/* ========================= 
    Default CSS
   ========================= */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #8a8a8a;
    letter-spacing: .5px;
    overflow-x: hidden;
}
.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
p {
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
h2 {
    color: #343434;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}
h3 {
    font-weight: 500;
    font-size: 18px;
    color: #343434;
    margin-bottom: 15px;
}
.section-header {
   margin-bottom: 100px; 
}
.section-header span {
	text-transform: uppercase;
}
.section-header h2 {
	text-transform: uppercase;
    margin: 0;
}
.section-header p {
    margin-top: 15px;
    margin-bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.icon {
	margin-bottom: 25px;
}
.icon span {
	display: inline-block;
	font-size: 40px;
}
.ptb-80 {
    padding: 80px 0;
}
.ptb-100 {
    padding: 100px 0;
}
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}
.gray-bg {
    background-color: #f8f8f8;
}
.btn, input[type="submit"] {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}
  .btn:focus {
    box-shadow: none;
    outline: none;
}
  .btn-common, input[type="submit"] {
    position: relative;
    z-index: 1;
    border-radius: 100px;
}
  .btn-common:hover, input[type="submit"]:hover {
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
  .btn-border {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
}
  .btn-border:hover {
    border: 2px solid #fff;
    color: #fff;
}
  .btn-border-filled {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
}
  .btn-border-filled:hover {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
  .btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}
  .btn-rm {
    padding: 7px 20px;
    text-transform: capitalize;
}
  .btn-blue {
    position: relative;
    z-index: 1;
    border-radius: 100px;
}
.btn-blue:hover {
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.read-more-link {
    display: inline-block;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.section-header .lines {
	margin-top: 25px;
	margin-bottom: 30px;
}
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
/* ========================= 
    End Default CSS
   ========================= */

/* ==========================================================================
   Preloader CSS 
   ========================================================================== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 9999999999;
}
.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f92c8b;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
      -webkit-transform: scale(0);
    }
    50% {
      -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
      transform: scale(0);
      -webkit-transform: scale(0);
    }
    50% {
      transform: scale(1);
      -webkit-transform: scale(1);
    }
}
/* ==========================================================================
   End Preloader CSS 
   ========================================================================== */

/* ========================= 
    Top Header Area CSS
   ========================= */
.mainmenu-area .fixed-top .navbar-nav .nav-link {
    color: #fff;
    padding: 1.5rem 1rem;
    transition: .4s;
    -webkit-transition: .4s;
    font-size: 16px;
    font-weight: 500;
}
.mainmenu-area a.navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.mainmenu-area .fixed-top.menu-bg .navbar-nav .nav-link {
    color: #333;
    padding: .5rem 1rem;
}
.mainmenu-area .fixed-top {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.navbar-expand-md .navbar-toggler {
	border-radius: 0;
	margin: 5px;
	cursor: pointer;
    float: right;
    color: #fff;
}
.collapse.show {
	background: #f1f1f1;
	margin-bottom: 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.fixed-top.menu-bg {
    background-color: #fff !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.16), 0 1px 3px 0 rgba(0,0,0,.12);
    z-index: 999;
    transition: .6s;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ========================= 
    End Top Header Area CSS
   ========================= */


/* ===========================
    Main Banner area
    ================ */
.main-banner {
    height: 850px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.main-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .77;
}
.item-bg-one {
    background-image: url(../img/banner-bg.jpg);
}
.item-bg-two {
    background-image: url(../img/banner-bg2.jpg);
}
.item-bg-three {
    background-image: url(../img/banner-bg3.jpg);
}

.item-bg-1 {
    background-image: url(../img/slider-bg.jpg);
}
.item-bg-2 {
    background-image: url(../img/slider-bg2.jpg);
}
.item-bg-3 {
    background-image: url(../img/hero-bg-1.jpg);
}
.main-banner-text {
    text-align: center;
	max-width: 850px;
    margin: auto;
}
.main-banner-text h1 {
    color: #fff;
    font-size: 45px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.main-banner-text p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 35px;
}

.main-banner-text-two {
    text-align: left;
    max-width: 650px;
    margin-right: auto;
    margin-left: 0;
}
.main-banner-text-two h1 {
    color: #fff;
    font-size: 45px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.main-banner-text-two p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 35px;
}
.home-slides .owl-controls {
  margin-top: 0;
}
.banner-btn {
    display: inline-block;
    padding: 8px 35px;
    color: #fff;
    background-color: #f92c8b;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
	margin-left: 12px;
}
.banner-btn:hover {
    color: #f92c8b;
    background-color: #ffffff;
    transition: .6s;
    -webkit-transition: 0.5s;
}
.banner-btn-two {
    display: inline-block;
    padding: 8px 35px;
    color: #f92c8b;
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500;
    margin-left: 12px;
}
.banner-btn-two:hover {
    color: #ffffff;
    background-color: #f92c8b;
    transition: .6s;
    -webkit-transition: 0.5s;
}
.hero-image-bg {
    background-image: url(../img/hero-bg.jpg);
}
.home-single-preview {
    height: 100vh;
    background-color: #ddd;
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1;
}
.home-single-preview:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: -1;
}
.banner-text {
    max-width: 700px;
    margin: auto;
}
.banner-text h1 {
    line-height: 50px;
    margin-bottom: 15px;
}
.banner-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

/* Owl Carousel Button */

.home-slides.owl-theme .owl-controls {
    margin-top: 50px;
    line-height: 0;
}
.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
    border-radius: 5px;
    width: 35px;
    height: 10px;
    border-color: #f92c8b;
    background: #f92c8b;
}
.home-slides.owl-theme.owl-dots .owl-dot:hover span {
    background: #f92c8b;
    border-color: #f92c8b;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.33);
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}
.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #f92c8b;
    color: #ffffff;
}
.home-slides.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}

/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
    overflow: hidden;
    position: relative;
}
#video-area .contents {
    padding: 300px 0 300px;
    max-width: 750px;
    margin: auto;
}
#video-area .contents h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 70px;
}
#video-area .contents p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
}
#video-area .contents .btn {
    margin: 20px 10px;
    text-transform: uppercase;
}
#video-area .banner_bottom_btn {
    margin-top: 40px;
}
#video-area .banner_bottom_btn i {
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.overlay-2 {
    background: rgba(0, 0, 0, 0.5) !important;
}
/* ==========================================================================
   End Video Background
   ========================================================================== */

/* ========================= 
    Welcome Area CSS
   ========================= */
.welcome-area {
    padding: 100px 0 80px;
}
.item-box {
	margin-bottom: 40px;
}
.item-box-img {
    position: relative;
}
.item-box-img::before {
	position: absolute;
	display: block;
	left: -15px;
	top: 15px;
	content: "";
	bottom: -15px;
	right: 15px;
	opacity: .8;
}
/* ========================= 
   End Welcome Area CSS
   ========================= */

/* ==========================================================================
   Our Services Area CSS
   ========================================================================== */
.what-we-do {
    padding: 100px 0 70px;
}
.service-item-box {
	background-color: #fff;
    padding: 30px 20px;
    position: relative;
}
.service-item-box {
	margin-bottom: 30px;
}
.service-item-box::before, .item-box::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    visibility: hidden;
    opacity: 0;
}
.service-item-box:after, .item-box::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 9;
    content: "";
    height: 0px;
    position: absolute;
    width: 0px;
    visibility: hidden;
    opacity: 0;
}
.service-item-box:hover:before,
.service-item-box:hover:after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease 0s;
    width: 60px;
    height: 60px;
}
.service-item-box:hover,
.service-item-box:hover:before,
.service-item-box:hover:after,
.service-item-box:before,
.service-item-box:after {
    -webkit-transition:0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: transparent;
}
/* ==========================================================================
   End Our Services
   ========================================================================== */

/* ==========================================================================
   Our Works Area CSS
   ========================================================================== */
.shorting-menu-area {}
.shorting-menu-area ul {
    padding: 0;
    margin: 0;
}
.shorting-menu-area ul li {
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
    position: relative;
    padding: 10px;
    margin: 0 10px;
}
.shorting-menu-area ul li::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100% !important;
	height: 2px;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}
.project-list .mix {
    display: none;
}
.shorting-menu-area ul li:hover::after, .shorting-menu-area ul li.active::after {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.shorting-menu-area ul li:hover::after, .shorting-menu-area ul li.active::after {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.single-work-item {
	margin-top: 30px;
}
.box{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after{
    content: "";
    display: block;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 10%;
    left: 7%;
    bottom: 10%;
    right: 7%;
    z-index: 1;
    transform: scale(0,1);
    transition: all 0.3s;
}
.box:after{
    top: 10.8%;
    bottom: 10.8%;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
}
.box:hover:before,
.box:hover:after{
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    animation: animate 1.5s;
}
.box:hover:before{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.box:hover:after{
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.box:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px);
}
.box .box-content{
    position: absolute;
    top: 10%;
    left: 7%;
    bottom: 10%;
    right: 7%;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}
.box:hover .box-content{
    box-shadow: 0 0 0 35px rgba(255,255,255,0.3);
    opacity: 1;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 50%;
    margin-top: -20px;
}
.box .icon li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.box .icon a:hover{
    text-decoration: none;
    border-radius: 50%;
    animation: animate-hover 0.5s;
}
@keyframes animate{
    0%{opacity: 1;}
    100%{opacity: 1;}
}
@keyframes animate-hover{
    0% {box-shadow: 0 0 0 10px rgba(255,255,255,0.3);}
    50% {box-shadow: 0 0 0 5px rgba(255,255,255,0.3);}
    100% {box-shadow: 0 0 0 0 rgba(255,255,255,0.3);}
}
/* ==========================================================================
   End Our Works 
   ========================================================================== */

/* ==========================================================================
   Counter Area CSS
   ========================================================================== */
.counters-area {
    background-size: cover;
    background-position: 100% 100%;
    position: relative;
    padding: 60px 0 90px;
}
.single-counter {
    margin-top: 40px;
}
.counters-area .icon span {
	font-size: 50px;
}
.counter-number {
	font-size: 40px;
	font-weight: 400;
}
.counters-area .counter-number.plus::after {
	content: "+";
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	margin-left: 10px;
	display: inline-block;
}
.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}
/* ==========================================================================
   End Counter Area 
   ========================================================================== */

/* ==========================================================================
   Our Team Area CSS
   ========================================================================== */
.our-team{
    text-align: center;
    position: relative;
}
.our-team:before{
    content: "";
    opacity: 0;
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: 1px;
    right: -7px;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.our-team:hover:before, .our-team-active:before {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.our-team .pic{ position: relative; }
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.our-team:hover .pic:before, .our-team-active .pic:before{ opacity: 1; }
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    padding: 30px 0 20px;
    position: relative;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.our-team:hover .team-content, .our-team-active .team-content { transform:translateY(-200%);-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);-o-transform:translateY(-200%);-moz-transform:translateY(-200%); }
.our-team .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.our-team:hover .title, .our-team-active .title{ color: #fff; }
.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0 0 38px;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}
.our-team:hover .social, .our-team-active .social {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 0 15px;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.our-team .social li:last-child a{ border-right: none; }

/* ==========================================================================
   End Our Team 
   ========================================================================== */

/* ==========================================================================
   Our Skills Area CSS
   ========================================================================== */
.our-skills-area .section-header {
    margin-bottom: 40px;
}
.skills-box-bottom {
	color: #333333;
	padding: 100px 40px;
}
.skills-box-bottom h4 {
    margin: 5px 0 15px;
}
.skills-box-bottom p {
    line-height: 28px;
}
.bg-box-1 {
	background-color: #efefef;
}
.bg-box-2 {
	background-color: #f7f7f7;
}
.bg-box-3 {
	background-color: #dfdfdf;
}
.bg-box-4 {
	background-color: #cccccc;
}
.left-man-img img {
	height: 544px;
}
.our-team-area {
    padding: 100px 0 50px;
}
.our-team {
	margin-bottom: 50px;
}
.skills-box {
	margin-top: 60px;
}
.left-man-img {
    padding-top: 60px;
}
.skills-info {
	padding: 25px 0 60px;
}
.skills-box .icon span {
	color: #33b7ff;
}
/* ==========================================================================
   End Our Skills 
   ========================================================================== */

/* ==========================================================================
   Our Testimonials Area CSS
   ========================================================================== */
.our-testimonials {
    background-color: #333;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
}
.testimonial-bg {
    background-image: url(../img/testimonial-bg1.jpg);
    background-attachment: fixed;
}
.testimonial{
    margin: 50px 30px 30px 30px;
    text-align: center;
    position: relative;
}
.testimonial .description{
    padding: 30px;
    margin-bottom: 80px;
    font-size: 15px;
    color: #fff;
    line-height: 33px;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    width: 20%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    top: auto;
    bottom: 0;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    position: relative;
}
.testimonial:before,
.testimonial .title:before{
    content: "";
    width: 1px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .title:before{ top: -80px; }
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 100px;
}
.testimonial-slider.owl-theme .owl-controls {
    margin-top: 50px;
    line-height: 0;
}
.testimonial-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #dddddd;
    -webkit-transition: .4s;
    transition: .4s;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
    border-radius: 5px;
    width: 35px;
    height: 10px;
    border-color: #f92c8b;
    background: #f92c8b;
}
.testimonial-slider.owl-theme.owl-dots .owl-dot:hover span {
    background: #f92c8b;
    border-color: #f92c8b;
}
.testimonial-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -20px;
    background: rgba(255, 255, 255, 0.33);
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 54px;
    border-radius: 50%;
    font-size: 30px;
    color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}
.testimonial-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #f92c8b;
    color: #ffffff;
}
.testimonial-slider.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px;
}
/* ==========================================================================
   End Our Testimonials 
   ========================================================================== */


/* ==========================================================================
   Our Pricing Area CSS
   ========================================================================== */
.our-pricing.ptb-100{
    padding: 100px 0 70px;
}
.pricing .pricing-table {
	box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
	transition: 0.5s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	background: #fff;
	border-radius: 10px;
}
.pricing .pricing-header {
    padding: 40px;
}
.bg-grey {
    background: #f8f8f8;
}
.pricing .main-pricing {
	margin-top: 25px;
}
.pricing .pricing-table .pricing-content {
	margin-top: 40px;
}
.pricing .pricing-content .pricing-feature ul {
	padding: 0;
    margin: 0;
}
.pricing .pricing-content .pricing-feature li {
	list-style: none;
	line-height: 32px;
}
.pricing .pricing-footer {
	padding: 40px 0px;
}
.pricing .pricing-table.main {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    position: relative;
	z-index: 10;
}
.pricing {
	padding: 60px 0 90px 0;
}
div[class*="style-"], [class*="style-"] {
	position: relative;
}
.style-wave::after {
	background: url('../img/img-wave.png')bottom no-repeat;
}
.pricing .pricing-table.main [class*="style-"]::after {
	bottom: -10px;
}
.clr-white {
    color: #fff;
}
.pricing-header.grdnt-pink h6 {
    color: #fff;
}
div[class*="style-"]::after, [class*="style-"]::after {
	position: absolute;
	content: '';
	background-size: contain !important;
	height: 100%;
	left: -1px;
	right: -1px;
	bottom: -40px;
	z-index: 1;
}
.btn.grdnt-pink {
	color: #fff;
	border-radius: 100px;
	font-size: 14px;
	padding: 7px 20px;
}
.fw-300 {
    font-weight: 300;
}
.meta {
    font-size: 14px;
    line-height: 0;
}
.fw-600 {
    font-weight: 600;
}
.pricing-header h6 {
  font-size: 20px;
  color: #333;
}
.main-pricing h3 {
  font-size: 28px;
}
/* ==========================================================================
   End Our Pricing 
   ========================================================================== */

/* ==========================================================================
   Video Area CSS 
   ========================================================================== */
.video-area {
    padding: 100px 0 80px;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    z-index: 2;
}
.video-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .8;
    left: 0;
    top: 0;
}
.video-bg {
    background: url(../img/bg_2.jpg) fixed;
}
.video-inner-content {
	color: #fff;
	position: relative;
}
.video-inner-content h2 {
	font-weight: 500;
	font-size: 40px;
	text-transform: capitalize;
	color: #fff;
	margin: 85px 0 15px;
}
.video-inner-content p {
    max-width: 750px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 30px;
}
.button__holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button__holder:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-inner-content .plus {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
      font-size: 40px;
      line-height: 80px;
      padding-left: 5px;
    background: #fff;
    border-radius: 50%;
    border: none;
    -webkit-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
      box-shadow: 0 0 1px 15px rgba(255, 255, 255, 0.4), 0 0 1px 30px rgba(255, 255, 255, 0.1), 0 0 1px 45px rgba(255, 255, 255, 0.1);
  }
.video-inner-content .plus:hover {
   box-shadow: none;
}
/* ==========================================================================
   End Video Area CSS 
   ========================================================================== */

/* ==========================================================================
   Blog Area CSS
   ========================================================================== */
.our-blog-area .section-header  {
    margin-bottom: 60px;
}
.blog-item-wrapper {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}
.blog-item-wrapper:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.blog-item-wrapper:hover .blog-item-img:before {
    opacity: 1;
    height: 100%;
    width: 100%;
}
.blog-item {
    margin-top: 40px;
} 
.blog-item-img {
    position: relative;
}
.blog-item-img img {
    width: 100%;
}
.blog-item-img:before {
    width: 50%;
    height: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
.blog-item-text {
    border: 1px solid #f1f1f1;
    padding: 20px;
}
.blog-item-text .meta-tags {
    margin-bottom: 10px;
}
.blog-item-text .meta-tags span {
    color: #999;
    margin-right: 10px;
}
.blog-item-text .meta-tags span i {
    margin-right: 5px;
}
.blog-item-text .meta-tags span a {
    color: #999;
}
.blog-item-text .meta-tags span a:hover {
    color: #4676fa;
}
.blog-item-text h3, .blog-item-content h3 {
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-item-text h3 a, .blog-item-content h3 a {
    color: #333;
}
.blog-item-text p {
    line-height: 25px;
    margin-bottom: 20px;
}
.blog-item-box {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}
.blog-item-box-img {
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.blog-img1 {
    background-image: url(../img/blog/blog-1.jpg);
}
.blog-img2 {
    background-image: url(../img/blog/blog-2.jpg);
}
.blog-img3 {
    background-image: url(../img/blog/blog-3.jpg);
}
.blog-item-content {
	padding: 40px 30px;
}
.blog-item-content span {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
}
.blog-item-content h3 {
    margin: 18px 0 12px;
}
/* ==========================================================================
   End Blog Area CSS 
   ========================================================================== */

/* ==========================================================================
    Subscribe Area CSS
    ========================================================================== */
#subscribe .section-header {
    margin-bottom: 0;
}
#subscribe .section-title {
    color: #ffffff;
}
#subscribe form {
    position: relative;
}
#subscribe form input {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    color: #999999;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}
 #subscribe .sub_btn {
    border: none;
    line-height: 44px;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 150px;
    color: #fff;
    top: 0;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
/* ==========================================================================
    End Subscribe Area CSS
    ========================================================================== */

/* ==========================================================================
   Contact Form Area CSS
   ========================================================================== */
.contact-form-area {
    margin-top: 60px;
}
.contact-form-area .form-group {
    margin-bottom: 20px;
}
.wiget-title {
  color: #fff;
  font-size: 17px;
}
input[type="text"], input[type="email"] {
	height: 45px;
	background: #fff;
	border: none;
}
input[type="submit"] {
    cursor: pointer;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: none;
	outline: 0;
	box-shadow: none;
}
.contact-form-area textarea {
    border: none;
}
.text-danger {
    font-size: 14px;
    margin-top: 10px;
}
.list-unstyled li {
    color: #d9534f;
}
.address-info {
    padding: 60px 0 90px;
}
.single-contact-info {
    margin-top: 40px;
}
.submit-btn {
    text-align: right;
}
.submit-btn .h3 {
    margin: 0;
}
/* ==========================================================================
   End Contact Form
   ========================================================================== */

/* ==========================================================================
   Back Top Top 
   ========================================================================== */
.scrolltop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 80;
    filter: alpha(opacity=8000);
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    font-size: 25px;
    background: #343331;
    z-index: 99999;
    text-align: center;
    color: #ffffff !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
      opacity: .5;
      transition: .4s;
      -webkit-transition: .4s;
}
.scrolltop:hover {
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=9000);
}
/* ==========================================================================
   End Back Top Top 
   ========================================================================== */

/* ==========================================================================
   Footer Area CSS 
   ========================================================================== */
.footer {
    background-color: #000;
    color: #fff;
}
.footer-bottom {
	background-color: #1a1a1a;
	padding: 30px 0;
}
.footer-top {
	padding-bottom: 50px;
}
.address-footer-info h5 {
  font-size: 17px;
  margin-bottom: 5px;
}
.address-footer-info p {
  font-size: 13px;
    color: #f5f7f9;
}
.address-footer-info {
  margin-bottom: 15px;
}
.address-footer-info:last-child {
    margin-bottom: 0;
}
.widgtet ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widgtet i.fab {
    background: #1a1a1a;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 34px;
    margin-right: 5px;
    font-size: 18px;
}
.widgtet ul li a {
    color: #f5f7f9;
    text-transform: capitalize;
}
.widgtet ul li {
    padding: 10px 0;
}
.widgtet.footer-menu ul li {
    padding: 3px 0;
}
.widget-big {
    background-color: #1a1a1a;
    padding: 50px 30px;
    position: relative;
}
.widget-big h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.widget-big:before {
    position: absolute;
    content: "";
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
}
.widgtet {
    margin-top: 50px;
}
.footer-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-link ul li a {
    color: #fff;
    text-transform: capitalize;
}
#map {
    height: 450px;
    width: 100%;
}
/* ==========================================================================
   End Footer 
   ========================================================================== */
