@import url(css2);

body,
html {
    height: 100%
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0 0 15px;
    color: #b1b1b1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

h1 {
    font-size: 42px;
    line-height: 48px
}

h2 {
    font-size: 34px;
    line-height: 44px
}

h3 {
    font-size: 30px;
    line-height: 40px
}

h4 {
    font-size: 26px;
    line-height: 34px
}

h5 {
    font-size: 22px;
    line-height: 30px
}

h6 {
    font-size: 18px;
    line-height: 28px
}

a {
    transition: all .3s ease 0s;
    text-decoration: none
}

a:hover {
    color: #252525;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0 none
}

hr {
    border-color: #d9d9d9;
    margin-top: 10px;
    margin-bottom: 10px
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

a:focus {
    color: #a32a2b;
    text-decoration: none
}

body {
    background: #fff none repeat scroll 0 0;
    color: #999;
    font-family: Nunito, sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.intro-default {
    width: 100%;
    height: auto
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

.display-table {
    width: 100%;
    height: 100%;
    display: table
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.area-padding {
    padding: 90px 0
}

.area-padding-2 {
    padding: 80px 0 60px
}

.section-headline h3 {
    font-size: 38px;
    color: #ddd;
    margin-bottom: 40px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.top-head {
    text-transform: uppercase;
    color: #a32a2b;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}

.top-head::before {
    position: absolute;
    content: "";
    top: 13px;
    background: #a32a2b;
    width: 40px;
    height: 1px;
    left: -50px
}

.top-head::after {
    position: absolute;
    content: "";
    top: 13px;
    background: #a32a2b;
    width: 40px;
    height: 1px;
    right: -50px
}

#scrollUp {
    bottom: 110px;
    font-size: 12px;
    line-height: 22px;
    right: 30px;
    width: 100px;
    background-color: transparent;
    color: #000;
    text-align: center;
    height: 20px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #000;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important
}

#scrollUp:hover {
    bottom: 130px;
    transition-duration: .5s
}

.bg-color {
    background: #161616
}

.bg-color-2 {
    background: #131313
}

.parallax-bg {
    position: relative;
    z-index: 1
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #10100e;
    opacity: .7;
    content: "";
    z-index: -1
}

button,
button[type=submit],
input,
input[type=date],
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -moz-appearance: none;
    box-shadow: none !important
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(img/logo/preloader.gif) no-repeat center center
}

.header-area {
    background: #10100e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #10100e
}

.logo {
    display: block;
    height: 70px
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 5px 0
}

.logo a {
    position: relative
}

.team-content h4 a::after {
    position: absolute;
    content: "";
    background: #a32a2b;
    width: 40px;
    height: 40px;
    left: -30px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    opacity: .6;
    transition: .5s
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative
}

.slide-menu {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    padding-top: 70px
}

.slide-menu-item {
    font-size: 15px;
    display: block;
    padding: 14px 10px 14px 20px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 0;
    margin-left: 14%;
    text-align: left;
    margin-right: 1%
}

.slide-dropdown-menu-item {
    line-height: 28px;
    display: block;
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase
}

.slide-menu-item:hover {
    color: #fff;
    background-color: #a32a2b
}

.navbar {
    border: medium none;
    margin-bottom: 0
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.stick .header-social>li>a,
.stick .main-menu ul.navbar-nav li a {
    color: #444
}

.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #a32a2b
}

.navbar.navbar-default {
    float: right
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: 0 0;
    color: #a32a2b
}

.logo-pic {
    position: relative;
    top: 70px;
    left: 5%;
    display: inline-block
}

.logo-pic img {
    display: block
}

.slide-right.slide-open .slide-hamburger {
    right: 5%;
    top: 15px
}

.mobile-menu-area {
    background: #10100e none repeat scroll 0 0;
    padding: 10px 0
}

.mean-container a.meanmenu-reveal span {
    background: #ddd none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 30px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #10100e
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500
}

.mean-container a.meanmenu-reveal {
    color: #ddd;
    font-weight: 300
}

.mean-container a.meanmenu-reveal:hover {
    color: #ddd
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: 100%
}

.mean-container .mean-nav ul li a {
    background: #10100e none repeat scroll 0 0;
    color: #ddd;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 98%
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #ddd;
    line-height: 17px
}

.mean-container .mean-nav ul li {
    width: 99.7%;
    border: none
}

.stick .main-menu ul.navbar-nav li.active a {
    color: #a32a2b
}

.slide-hamburger:hover ..slide-hamburger-icon {
    margin: 5px 0
}

.slide-area {
    background: rgba(0, 0, 0, 0) url(img/background/s1.jpg) no-repeat scroll bottom center/cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.title1 {
    color: #a32a2b;
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .8px;
    text-transform: uppercase
}

.title2 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 0;
    color: #fff;
    padding: 14px 0;
    letter-spacing: 1px;
    font-weight: 400
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0
}

.slide-btn {
    padding: 9px 26px;
    border-radius: 5px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
    z-index: 1
}

.slide-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #a32a2b;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    z-index: -1;
    transition: all .3s
}

.slide-btn:hover {
    color: #fff;
    border: 1px solid #a32a2b
}

.slide-btn:hover:after {
    height: 260%;
    opacity: 1
}

.about-images {
    margin-right: 15px
}

.about-headline h3 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.about-content {
    margin: 20px 0 0 15px
}

.about-content p {
    color: #d6d6d6
}

.sub-content h4 {
    font-size: 20px;
    margin-top: 20px;
    display: block
}

.award-all {
    background: #333;
    padding: 0 30px;
    position: relative;
    margin-top: 10px;
    border-left: 2px solid #a32a2b
}

.side-head.top-head::before {
    display: none
}

.about-top-image {
    position: relative;
    overflow: hidden
}

.video-content {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -12%;
    right: -10%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    background: rgba(215, 180, 116, .6);
    border-radius: 50%
}

.video-play.vid-zone {
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 77px;
    position: relative;
    font-size: 40px;
    background: 0 0;
    top: 25%
}

.video-play::before {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: popcircle;
    animation-name: popcircle;
    border: 1px solid #fff;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px
}

.single-services {
    margin-bottom: 30px;
    position: relative
}

.services-content {
    padding: 30px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    background: #131313
}

.services-content h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    font-weight: 400
}

.services-content h4::after {
    position: absolute;
    content: "";
    background: #a32a2b;
    width: 40px;
    height: 40px;
    left: -6px;
    top: -12px;
    border-radius: 50%;
    z-index: -1;
    opacity: .6;
    transition: .5s
}

.single-services:hover .services-content h4::after {
    transition: .5s;
    top: -4px;
    left: 0
}

.services-btn:hover {
    color: #a32a2b
}

.services-image {
    overflow: hidden
}

.services-image img {
    position: relative;
    transform: scale(1);
    display: block;
    transition: .5s
}

.single-services:hover .services-image img {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: .5s
}

.counter-area {
    background: rgba(0, 0, 0, .7) url(/uploads/banners/2.jpg) no-repeat scroll center center/cover;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-attachment: fixed
}

.counter-area::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.fun_text {
    padding: 75px 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #191919;
    background: rgba(0, 0, 0, .5);
    width: 260px;
    height: 260px
}

.fun_text span {
    color: #a32a2b;
    display: block;
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 40px
}

.fun_text>h4 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize
}

.project-area {
    position: relative
}

.single-awesome-project {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.awesome-img img {
    transform: scale(1.1);
    transition: .4s
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: .4s
}

.awesome-img>a {
    display: block;
    position: relative
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1
}

.single-awesome-project:hover .add-actions {
    opacity: 1
}

.awesome-img>a::after {
    background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .4s
}

.awesome-img .vbox-item i {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 88;
    color: #fff;
    font-size: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    font-weight: 100
}

.single-awesome-project:hover .awesome-img .vbox-item i {
    opacity: 1
}

.banner-area {
    background: rgba(0, 0, 0, .7) url(/uploads/banners/2.jpg) no-repeat scroll center center/cover;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-attachment: fixed
}

.banner-area::after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.banner-content h2 {
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
    max-width: 954px;
    line-height: 56px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.banner-contact .slide-btn {
    margin: 10px 0 0
}

.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.team-hover {
    padding: 15px 0 0;
    text-align: center;
    transition: all .4s ease 0s
}

.single-member .team-img {
    display: block;
    position: relative
}

.single-member .team-img a {
    display: block
}

.team-content {
    position: absolute;
    top: 70%;
    content: "";
    left: 0;
    right: 0;
    transition: .5s;
    background: rgba(19, 19, 19, .75) none repeat scroll 0 0;
    padding: 30px 20px;
    width: 100%;
    height: 200px
}

.team-content h4 a {
    color: #fff;
    position: relative;
    z-index: 1
}

.team-content h4 a::after {
    position: absolute;
    content: "";
    background: #a32a2b;
    width: 40px;
    height: 40px;
    left: -30px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    opacity: .6;
    transition: .5s
}

.team-content p {
    margin-bottom: 0;
    color: #b1b1b1
}

.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    letter-spacing: 1px
}

.team-content .social-icon {
    margin-top: 15px;
    opacity: 0
}

.social-icon li {
    display: inline-block;
    margin: 0 2px
}

.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #222;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #222
}

.social-icon li a:hover {
    border: 1px solid #a32a2b;
    color: #fff;
    background: #a32a2b
}

.single-member .team-img::after {
    background: rgba(19, 19, 19, .9) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transition: .5s;
    box-shadow: 2px 2px 20px #ddd
}

.single-member:hover .team-img::after {
    height: 100%
}

.single-member:hover .team-content .social-icon {
    opacity: 1
}

.single-member:hover .team-content {
    opacity: 1;
    top: 45%;
    transition: .5s;
    background: 0 0
}

.single-member:hover .team-content h4 a::after {
    left: -15px;
    top: -10px;
    transition: .5s
}

.blog-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.single-blog {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

.blog-content {
    padding: 30px 40px 40px 30px;
    position: absolute;
    top: 60%;
    transition: .5s;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    text-align: center
}

.blog-content a h4 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    transition: .4s
}

.admin-type i,
.comments-type i,
.date-type i {
    color: #a32a2b;
    margin-right: 5px
}

.home-blog .blog-btn {
    display: none
}

.blog-content a h4:hover {
    color: #a32a2b;
    transition: .4s
}

.blog-meta span {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px
}

.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #a32a2b;
    margin-right: 10px
}

.single-blog:hover .blog-content {
    transition: .5s;
    top: 45%;
    background: 0 0
}

.single-blog:hover .blog-btn {
    display: inline-block
}

.blog-meta {
    margin-bottom: 10px
}

.image-scale {
    position: relative;
    transform: scale(1);
    display: block;
    transition: .5s
}

.image-scale::after {
    background: #10100e;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0
}

.single-blog:hover .image-scale {
    transform: scale(1.1);
    transition: .5s
}

.blog-btn {
    color: #b1b1b1;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: all .4s ease 0s;
    position: relative
}

.blog-grid .single-blog:hover .blog-btn:hover {
    background: 0 0;
    color: #a32a2b;
    transition: .4s
}

.blog-btn::after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "\e628";
    color: #b1b1b1;
    font-family: themify;
    font-size: 16px;
    transition: .5s
}

.blog-grid .single-blog:hover .blog-btn:hover::after {
    color: #a32a2b;
    transition: .4s;
    right: -30px
}

.single-blog:hover .image-scale::after {
    opacity: .8
}

.reviews-area {
    position: relative
}

.reviews-area .section-headline h3 {
    font-size: 40px;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.reviews-area .section-headline p {
    margin-right: 30px
}

.single-testi {
    margin: 0 0 50px
}

.clients-text {
    padding: 30px 25px;
    position: relative;
    background-color: #1c1c1c;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.reviews-content .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #1c1c1c;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.guest-details {
    display: inline-block;
    text-align: left;
    margin-top: 50px;
    position: relative
}

.reviews-content {
    margin-bottom: 5px
}

.testi-text h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 1px
}

.testi-text p {
    margin-bottom: 0
}

.client-rating {
    margin-bottom: 10px
}

.testi-text span a {
    color: #a32a2b
}

.testi-text h5 {
    color: #2a354e;
    font-size: 20px
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0 5px 0 0
}

.reviews-content .active.center .single-testi .clients-text {
    background: #1c1c1c
}

.reviews-content .active.center .single-testi .clients-text p {
    color: #fff
}

.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #1c1c1c;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute
}

.testimonial-content {
    margin-bottom: 15px
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #a32a2b;
    width: 30px;
    border-radius: 3px
}

.brand-area {
    position: relative
}

.single-brand-item a {
    background: rgba(215, 180, 116, .5);
    display: block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto
}

.single-brand-item a img {
    padding: 38px 0
}

.contact-form {
    margin-left: 10px
}

.contact-form input[type=email],
.contact-form input[type=text] {
    border: 1px solid #1c1c1c;
    border-radius: 0;
    height: 52px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    background: #1c1c1c
}

.contact-form textarea#message {
    border: 1px solid #1c1c1c;
    border-radius: 0;
    height: 170px;
    padding: 20px;
    width: 100%;
    background: #1c1c1c
}

.contact-btn {
    border: 1px solid #ddd;
    color: #ddd;
    padding: 9px 40px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 15px;
    background: 0 0
}

.contact-btn:hover {
    color: #fff;
    transition: .5s;
    background: #a32a2b;
    border: 1px solid #a32a2b;
    transform: translateY(-5px)
}

.map-area {
    border-radius: 5px;
    margin-right: 10px
}

#googleMap {
    border-radius: 5px
}

.single-photo {
    position: relative;
    display: block
}

.single-photo::after {
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: .4s
}

.single-photo a {
    position: absolute;
    left: 0;
    top: 55%;
    color: #fff;
    z-index: 99;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: -15px;
    opacity: 0;
    transition: .5s
}

.single-photo:hover::after {
    opacity: 1;
    transition: .4s
}

.single-photo:hover a {
    top: 50%;
    opacity: 1;
    transition: .5s
}

.footer-area {
    padding: 100px 0;
    background: #10100e
}

.footer-logo {
    margin-bottom: 20px
}

.footer-head h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize
}

.footer-icons ul li {
    display: inline-block
}

.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: .4s
}

.footer-contact li {
    margin-top: -15px
}

.footer-icons ul li a:hover {
    color: #fff;
    border: 1px solid #a32a2b;
    background: #a32a2b;
    transition: .4s
}

.footer-tags li a:hover {
    color: #a32a2b
}

.footer-contact li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: 300
}

.footer-contact li:last-child a {
    margin-bottom: 0
}

.footer-contact li a i {
    font-size: 16px;
    margin-right: 10px;
    line-height: 34px;
    color: #a32a2b
}

.subs-feilds {
    background: #1c1c1c;
    padding: 40px 20px;
    border-radius: 3px
}

.suscribe-input input {
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 66%;
    float: left;
    background: #0c0c0b
}

.suscribe-input button {
    background: #a32a2b;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 5px;
    width: 34%;
    height: 46px;
    border-left: 1px solid #a32a2b
}

.footer-icons {
    margin-top: 20px;
    text-align: center;
    position: relative
}

.footer-list {
    width: 50%;
    float: left
}

.footer-contacts p span {
    color: #a32a2b;
    font-weight: 700
}

.footer-area-bottom {
    background: #0c0c0b none repeat scroll 0 0;
    padding: 25px 0
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #a32a2b
}

.copyright-text a {
    color: #fff
}

.copyright>p {
    margin-bottom: 0;
    color: #fff
}

.copyright a {
    color: #a32a2b
}

.intro-content-2 {
    position: relative;
    z-index: 1
}

.intro-content-2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background: rgba(19, 19, 19, .4) none repeat scroll 0 0;
    content: ""
}

.slide-content {
    margin-top: 30px
}

.slider-content {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    left: 5%;
    margin: 0 auto;
    margin-top: -80px
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    color: #fff;
    font-size: 20px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 1px solid #f3cc85;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f3cc85
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    opacity: 1
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #a32a2b;
    background: 0 0;
    border: 1px solid #a32a2b
}

.intro-carousel .owl-item .title1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out .5s
}

.intro-carousel .owl-item .title2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s
}

.intro-carousel .owl-item .slider-button {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s
}

.intro-carousel .owl-item.active .slider-button,
.intro-carousel .owl-item.active .title1,
.intro-carousel .owl-item.active .title2 {
    transform: translateY(0);
    opacity: 1
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1.1);
    transition: 10s
}

.page-area {
    background: url(img/background/bread-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: 80px
}

.breadcrumb-inner {
    padding: 160px 0
}

.bread-headline {
    text-align: center;
    margin: 0 auto;
    left: 0;
    background: rgba(28, 28, 28, .9);
    width: 44%;
    padding: 22px 26px;
    position: relative;
    top: 170px;
    border-radius: 4px;
    display: none
}

.bread-headline h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.bread-headline p {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 0
}

.blog-details {
    padding-top: 90px
}

.adver-img {
    margin-top: 20px
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #666;
    color: #c5c5c5;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize
}

.comments-list ul li {
    margin-bottom: 25px
}

.comments-list-img {
    float: left;
    margin-right: 15px;
    border-radius: 50%
}

.comments-list-img img {
    border-radius: 50%;
    border: 1px solid #a32a2b
}

.comments-content-wrap {
    color: #c5c5c5;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative
}

blockquote {
    padding: 40px 40px 10px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative
}

blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #c5c5c5
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px;
    color: #c5c5c5 !important
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%
}

.comments-content-wrap span b {
    margin-right: 5px
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #c5c5c5;
    margin-top: 10px
}

.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px
}

span.email-notes {
    color: #c5c5c5;
    display: block;
    font-size: 12px;
    margin-bottom: 10px
}

.comment-respond p {
    color: #c5c5c5;
    margin-bottom: 5px
}

.comment-respond input[type=email],
.comment-respond input[type=text] {
    border: 1px solid #888;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: 0 0
}

.comment-respond textarea#message-box {
    border: 1px solid #888;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: 0 0
}

.comments-content-wrap span a {
    color: #a32a2b
}

.comments-content-wrap span a:hover {
    color: #a32a2b
}

.comment-respond .add-btn.contact-btn {
    background: 0 0;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: .4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #fff;
    text-transform: uppercase
}

.comment-respond .add-btn.contact-btn:hover {
    background: #a32a2b;
    color: #fff;
    border: 1px solid #a32a2b;
    transition: .5s;
    transform: translateY(-4px)
}

.blog-page-details .left-blog-page {
    margin-top: 0;
    margin-bottom: 30px
}

.left-head-blog .pst-content p {
    margin-bottom: 5px
}

.blog-details .blog-content h5 {
    font-size: 18px;
    color: #f5f5f5;
    margin: 20px 0
}

.blog-details .blog-content {
    padding: 30px 0 0;
    position: static;
    background: 0 0;
    text-align: left
}

.blog-details .blog-content p {
    letter-spacing: .5px
}

.blog-details .blog-content h4 {
    font-size: 24px
}

.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover
}

.blog-details .img-blog {
    margin: 30px 0 30px;
    overflow: hidden
}

.blog-details .blog-images {
    display: block
}

.related-post,
.single-post-comments {
    margin-top: 30px
}

.img-blog img {
    float: left;
    width: 50%;
    height: 100%;
    max-height: 450px;
    object-fit: cover
}

.img-blog .b-image-one {
    padding-right: 15px
}

.img-blog .b-image-two {
    padding-left: 15px
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0
}

.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0 20px 0 0
}

.related-post-list .recent-single-post:last-child {
    padding: 0 0 0 20px
}

.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #a32a2b
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 15px
}

.pst-content {
    padding-left: 20px;
    padding-top: 10px
}

.pst-content p {
    margin-bottom: 0
}

.pst-content .date-type {
    font-size: 14px
}

.pst-content p a {
    color: #fff;
    font-size: 15px
}

.pst-content p a:hover {
    color: #a32a2b
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.last-item {
    margin-bottom: 0
}

.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes popcircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    99% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0
    }
}

.navbar-brand>img {
    display: block;
    width: 198px
}

.workd {
    padding-top: 60px;
    margin-top: 30px;
    padding-bottom: 60px
}

.box-sdw {
    box-shadow: 0 60px 80px -40px rgb(0, 0, 0, .5)
}

.a-btn-symbol i {
    float: right;
    margin-top: 7px;
    font-size: 12px;
    color: #908e8e
}

ul.slide-menu li {
    border-bottom: solid 1px #3a3a3a;
    margin-bottom: 0
}

ul.slide-menu li a.slide-menu-item {
    position: relative
}

ul.slide-menu li:hover a.slide-menu-item {
    color: #fff;
    background: #a32a2b
}

ul.slide-menu li:hover a.slide-menu-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -28px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-right: 28px solid #a32a2b;
    border-bottom: 28px solid transparent;
    border-left: 28px solid transparent
}

.slide-nav .footer-icons {
    margin-top: 20px
}

.about-top-image a img {
    border-radius: 5px
}

@media only screen and (max-width:480px) {
    .page-area {
        margin-top: 0
    }

    .intro-content-2 .title2 {
        font-size: 20px;
        line-height: 32px
    }
}

.page-area {
    height: auto;
    background: #c3c3c3;
}

.page-area img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.contact-form textarea#message {
    height: 150px;
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #fff !important;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #fff !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

::placeholder {
    color: #fff !important;
}

.single-awesome-project {
    margin-bottom: 10px;
}

/*.section-headline h3 {    margin-bottom: 5px;color: #000;}*/

#portfolio .masonry {
    /* Masonry container */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

#portfolio .item {
    display: inline-block;
    /* background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;*/
    width: 100%;
    /*-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;*/
}

#portfolio .item img {
    max-width: 100%;
}

.about-area.mt-60 {
    margin-top: 60px;
}

.project-area.mt-60 {
    margin-top: 60px;
}

.blog-area.mt-60 {
    margin-top: 60px;
}

.blog-page-area.mt-60 {
    margin-top: 60px;
}

@media only screen and (max-width: 320px) {
    #portfolio .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    #portfolio .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    #portfolio .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    #portfolio .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}


@media only screen and (max-width: 768px) {
    .page-area {
        height: auto;
        margin-top: 0;
        background: transparent;
    }

    .about-area.mt-60 {
        margin-top: 0px;
    }

    .project-area.mt-60 {
        margin-top: 0px;
    }

    .blog-area.mt-60 {
        margin-top: 0px;
    }

    .blog-page-area.mt-60 {
        margin-top: 0px;
    }

    .area-padding-2 {
        padding: 50px 0 30px;
    }
}

@media only screen and (max-width: 480px) {
    #portfolio .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .container {
        width: 98%;
    }
}