/*
	Template Name: BizCraft Responsive HTML5/CSS3 Template
	Author: themefisher
	Author URI: http://themefisher.com
	Description: BizCraft Responsive HTML5/CSS3 Template.
	Version: 1.0
*/


/* Table of Content
==================================================
1.	Global Styles
2. 	Typography
3. 	Common Styles
4.	Header area
5.	Slideshow
6.	Services and Features
7.	Image Block
6.	About (Landing and Featured Tab)
9.	Portfolio
10.	Counter
11.	Team
12.	Pricing
13.	Testimonial
14. Video block
15.	Recent Post
16. Clients
17. Twitter
18. Contact
19. Footer
20. Copyright
21. Sub pages
22. Blog
23. Landing page
24.	Style Swithcer (you can delete the css) */

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@font-face {
    font-family: 'JaapokkiRegular';
    src: url("../fonts/jaapokki/jaapokki-regular.eot");
    src: url("../fonts/jaapokki/jaapokki-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/jaapokki/jaapokki-regular.woff") format("woff"), url("../fonts/jaapokki/jaapokki-regular.ttf") format("truetype"), url("../fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body,
p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'JaapokkiRegular';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 48px;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 24px;
}

.icon-xl {
    font-size: 200px;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.btn.btn-primary {
    color: #323232;
    border-radius: 50px;
    padding: 10px 30px;
    background: none;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.btn.btn-primary:hover {
    color: #fff;
}

.btn.btn-primary.white {
    border: 2px solid #fff;
    color: #fff;
}

.btn.btn-primary.white:hover {
    border: 2px solid transparent;
}

.btn.btn-primary.square {
    border-radius: 0;
    color: #fff;
}

.btn.btn-primary.solid {
    color: #fff;
}

.btn.btn-primary.solid.blank:hover {
    color: #333;
}

.btn.btn-primary.solid:hover {
    background: none;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #6A6A6A;
    background: #fff;
    overflow-y: hidden !important;
}

h1,
h2,
h3 {
    color: #323232;
}

.body-inner {
    position: relative;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a.read-more {
    color: #323232;
}

section {
    padding: 80px 0;
    position: relative;
}

.ts-padding {
    padding: 50px;
}

.p-0 {
    padding: 0;
}

.media>.float-left {
    margin-right: 20px;
}

.heading {
    padding-bottom: 50px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

a:focus {
    outline: 0;
}

ul.circle,
ul.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.circle li {
    position: relative;
    margin-left: 30px;
    padding-bottom: 20px;
}

ul.circle li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
    line-height: 8px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    position: absolute;
    left: -33px;
    top: 5px;
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.check-list li {
    margin-bottom: 5px;
}

ul.check-list li i {
    margin-right: 10px;
    font-size: 14px !important;
}

ul.arrow li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

blockquote p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    color: #959595;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px;
}

.page_breadcrumbs {
    background: #efefef;
    padding: 10px;
}

.page_breadcrumbs a:link,
.page_breadcrumbs a:active,
.page_breadcrumbs a:visited {
    color: #333;
}

.page_breadcrumbs a:hover {
    color: #FF0000;
}


/* Common styles
================================================== */


/* Angle */

.angle:before {
    background: #fff;
    content: "";
    height: 75px;
    top: -37px;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
}

.portfolio.angle:before {
    background: #f5f5f5;
}

.portfolio.angle {
    padding-bottom: 120px;
}

.clients.angle {
    padding: 120px 0;
}


/* Parallax */

.parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed !important;
    padding: 110px 0;
    color: #fff;
    position: relative;
}

.parallax h2,
.parallax h3 {
    color: #fff;
    margin-top: 0;
}

.parallax .btn {
    color: #fff;
}

.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/overaly.png);
}

.parallax h3 {
    margin-bottom: 30px;
}

.parallax1 {
    background: url(../img/parallax/parallax1.jpg) no-repeat;
}

.parallax2 {
    background: url(../img/parallax/parallax2.jpg) no-repeat;
}

.parallax3 {
    background: url(../img/parallax/parallax3.jpg) no-repeat;
}

.parallax4 {
    background: url(../img/parallax/parallax4.jpg) no-repeat;
}

.parallax .btn.solid {
    margin-left: 10px;
}


/* Deafult title */

.title-icon {
    font-size: 32px;
    margin-right: 15px;
    margin-top: 9px;
    color: #959595;
}

.title-icon.classic {
    margin-top: 0;
}

.title {
    position: relative;
    margin: 0;
    line-height: 32px;
    border-left: 2px solid #e7e7e7;
    display: inline-block;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
}

.title.classic {
    line-height: 40px;
    height: 34px;
}

.title-desc {
    font-family: 'Lato', serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #6A6A6A;
}


/* Title style 2 */

.title2 {
    position: relative;
    margin-top: 30px;
}

.title2:after {
    content: '';
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    height: 3px;
    background: #dedede;
    position: absolute;
}

.title2 .title-desc {
    padding-top: 30px;
}


/* Title border */

.title-border {
    line-height: normal;
    margin-top: 0;
}

.widget-title {
    margin-bottom: 25px;
    font-size: 20px;
}

.post-title {
    font-size: 24px;
    line-height: normal;
}

.post-title a {
    color: #323232;
}

.long-desc {
    font-size: 16px;
}


/* Icon pentagon */

.icon-pentagon {
    display: inline-block;
    height: 24px;
    width: 40px;
    position: relative;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.icon-pentagon:hover {
    color: rgba(0, 0, 0, 0.5);
}

.icon-pentagon:before {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    top: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.icon-pentagon i {
    font-size: 20px;
    line-height: 24px;
}

.service-icon {
    height: 46px;
    width: 90px;
    margin-bottom: 50px;
}

.service-icon:before {
    border-left: 45px solid rgba(0, 0, 0, 0);
    border-right: 45px solid rgba(0, 0, 0, 0);
    top: -30px;
}

.service-icon:after {
    border-left: 45px solid rgba(0, 0, 0, 0);
    border-right: 45px solid rgba(0, 0, 0, 0);
    bottom: -30px;
}

.service-icon i {
    font-size: 36px;
    line-height: 46px;
}


/* Carousel controller */

.carousel-control {
    width: auto;
}

.ts-carousel-controller {
    text-align: center;
    padding-top: 50px;
    z-index: 1;
    position: relative;
}

.ts-carousel-controller .left,
.ts-carousel-controller .right,
.owl-controls .owl-prev,
.owl-controls .owl-next {
    cursor: pointer;
    background: #f6f6f6;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #989898;
    opacity: 1;
    top: auto;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}

.owl-controls .owl-next {
    margin-left: 6px;
}

.ts-carousel-controller .left:hover,
.ts-carousel-controller .right:hover,
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
    color: #fff;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    display: inline-block;
}


/* Input form */

.form-control {
    box-shadow: none;
    border: 1px solid #dedede;
    padding: 6px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}


/*-- Flex slider --*/

.portfolio-slider .flexslider,
.ts-flex-slider .flexslider {
    border: 0;
    box-shadow: none;
}

.portfolio-slider .flex-direction-nav a,
.ts-flex-slider .flex-direction-nav a {
    opacity: 0;
    background: #000;
    color: #fff !important;
    text-align: center;
    text-shadow: none;
    line-height: 40px;
}

.portfolio-slider .flex-direction-nav a:before {
    font-size: 32px;
}

.portfolio-slider .flex-direction-nav a:hover,
.ts-flex-slider .flex-direction-nav a:hover {
    color: #fff;
    opacity: 1;
}

.flexportfolio.flexslider .slides img {
    height: auto;
}


/*-- Pagination --*/

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
    color: #fff;
    border: 1px solid transparent;
}


/* Main navigation */

.navbar {
    padding: 0;
}

.navbar-toggler:focus {
    outline: 0;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: black;
        margin-top: 20px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 15px 18px !important;
    transition: .2s ease;
    font-size: 14px;
}

@media (max-width: 991px) {
    .navbar-nav .nav-link {
        padding: 10px !important;
    }
}


/*-- Header style 1 --*/

@media (max-width: 991px) {
    .header .navbar {
        padding: 16.5px 0;
    }
}

.header-solid {
    background: #191919;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}


/*-- Logo --*/

.navbar-brand.navbar-bg {
    position: absolute;
    left: 0;
    padding: 0px 3px 25px 5px;
    width: 20%;
    height: 62px;
    line-height: 62px;
}

@media (max-width: 991px) {
    .navbar-brand.navbar-bg {
        width: auto;
    }
}


/* Header Style - 2
================================================== */

.header2 {
    padding: 8px 0;
}

@media (max-width: 991px) {
    .header2 {
        background: #191919;
        box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
    }
}

.header2 .navbar {
    padding: 0;
}

.header2 .navbar-brand {
    background: none;
    padding-top: 3px;
}


/* Header Style - 3
================================================== */

.header3 .navbar {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header3 .navbar-brand {
    background: transparent;
}

.header3 .navbar-toggler {
    background: transparent;
}


/* Header Style - 4
================================================== */

.header4 {
    background: #fff;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.header4 .navbar-brand {
    background: transparent;
}

.header4 .navbar-toggler {
    background: transparent;
}


/* Slideshow
================================================== */


/*-- Main slide --*/

.overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/overaly.png);
}

#main-slide .carousel-item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item {
    -webkit-backface-visibility: hidden;
}

#main-slide .carousel-item .slider-content {
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
}

#main-slide .carousel-item.active .slider-content {
    opacity: 1;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 70px;
}

.carousel-indicators li {
    width: 30px !important;
    height: 10px !important;
    margin: 1px !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #fff;
}

#main-slide .carousel-indicators li.active,
#main-slide .carousel-indicators li:hover {
    transition: all 300ms ease;
}

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

#main-slide:hover .carousel-control.left {
    left: 20px;
}

#main-slide:hover .carousel-control.right {
    right: 20px;
}

#main-slide .carousel-control.left span {
    padding: 15px;
}

#main-slide .carousel-control.right span {
    padding: 15px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: none;
    color: #fff;
    line-height: 56px;
    width: 56px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 36px;
    transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

#main-slide .slider-content h2 {
    font-size: 52px;
    text-transform: uppercase;
    color: #fff;
}

#main-slide .slider-content h3 {
    font-size: 28px;
    margin-top: 40px;
    color: #fff;
}

.slider.btn {
    padding: 10px 35px;
    margin-top: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.slider.btn.solid {
    margin-left: 15px;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}


/*-- Animation */

.carousel .carousel-item.active .animated2,
.flex-active-slide .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .carousel-item.active .animated3,
.flex-active-slide .animated3 {
    -webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
    animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.carousel .carousel-item.active .animated4,
.flex-active-slide .animated4 {
    -webkit-animation: flipInX 2s ease-in 800ms both;
    animation: flipInX 2s ease-in 800ms both;
}

.carousel .carousel-item.active .animated5,
.flex-active-slide .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated6,
.flex-active-slide .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated7,
.flex-active-slide .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated8,
.flex-active-slide .animated8 {
    -webkit-animation: bounceInDown 1s ease-in 800ms both;
    animation: bounceInDown 1s ease-in 800ms both;
}


/* Flex slider */

.ts-flex-slider {
    position: relative;
}

.ts-flex-slider .flexSlideshow {
    width: 100%;
    overflow: hidden;
}

.overlay2 {
    position: relative;
}

.overlay2 img {
    width: 100%;
}

.overlay2::before {
    position: absolute;
    content: '';
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/overaly.png);
}

.ts-flex-slider .flexslider .slides {
    z-index: 0;
}

.ts-flex-slider .slider-content {
    z-index: 3;
}

.ts-flex-slider .flex-direction-nav a {
    width: 55px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
}

.ts-flex-slider .flex-direction-nav a.flex-next {
    border-radius: 3px;
}

.ts-flex-slider .flex-direction-nav a.flex-prev {
    border-radius: 3px;
}


/* Services
================================================== */

.service {
    padding-top: 40px;
}

.service-heading {
    padding-bottom: 30px;
    text-align: center;
}

.service-content {
    margin-top: 30px;
}

.service-content h3 {
    font-size: 16px;
}


/* Feature box
================================================== */

.feature-icon {
    font-size: 28px;
    margin-top: 5px;
}

.feature-content {
    padding-right: 20px;
    padding-left: 55px;
}

.feature-content h3 {
    margin-top: 0;
    font-size: 18px;
}


/* Feature center */

.feature-center-content .feature-center-icon {
    font-size: 72px;
    margin-bottom: 5px;
    display: inline-block;
}

.feature-center-content h3 {
    font-size: 18px;
}


/* Image Block
================================================== */

.image-block {
    background: #f4f4f4;
}

.img-block-right {
    padding-right: 140px;
}

.img-block-head h2 {
    font-size: 18px;
    line-height: normal;
    margin: 5px 0 0 0;
}

.img-block-head h3 {
    font-size: 40px;
    line-height: 100%;
}

.image-block-content {
    padding: 0 50px;
    margin-bottom: 30px;
}

.image-block-content .feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.image-block-content .feature-content {
    padding-left: 85px;
}

.image-block-content .feature-content h3 {
    margin-bottom: 0;
}


/* Landing Tab */

.landing-tab .nav-link {
    position: relative;
    color: #6A6A6A;
    transition: .2s ease;
    font-weight: bold;
}

.landing-tab .nav-link i {
    font-size: 30px;
}

.landing-tab .nav-link:hover {
    color: inherit !important;
}

.landing-tab .nav-link:hover i {
    transition: inherit;
}

.landing-tab .nav-link::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    right: -3px;
    top: 0;
    opacity: 0;
}

.landing-tab .nav-link.active {
    background: transparent;
    color: #6A6A6A;
}

.landing-tab .nav-link.active::before {
    opacity: 1;
}


/* Featured Tab */

.featured-tab .nav-link {
    position: relative;
    background: #f2f2f2;
    border-radius: 0;
    padding: 10px;
    transition: all 300ms ease;
}

.featured-tab .nav-link.active:hover {
    color: #fff !important;
}

.featured-tab .nav-link::before {
    left: 100%;
    border: transparent solid;
    content: "";
    position: absolute;
    border-width: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #f2f2f2;
    transition: inherit;
}


/* Portfolio
================================================== */

.portfolio {
    background: #f5f5f5;
    padding-bottom: 0;
}

#main-container.portfolio {
    background: none;
}


/*-- Isotope Portfolio start --*/

#isotope .isotope-item {
    padding: 0;
}

.isotope-nav {
    margin: -80px auto 80px;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 100;
}

.isotope-nav ul {
    list-style: none;
    margin: 0;
}

.isotope-nav ul li {
    float: left;
    margin-right: 10px;
}

.isotope-nav ul li a {
    color: #323232;
    padding: 5px 15px 8px;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.isotope-nav ul a.active,
.isotope-nav ul a:hover {
    color: #fff;
    position: relative;
    border: 1px solid transparent;
}

.isotope-nav ul a.active:after,
.isotope-nav ul a:hover:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -13px;
    margin-left: -8px;
    left: 50%;
    border-width: 7px;
    border-style: solid;
}

#isotope .isotope-item .grid {
    position: relative;
    margin-bottom: -8px;
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-oscar {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

figure.effect-oscar img {
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-oscar figcaption {
    padding: 2.5em;
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
}

figure.effect-oscar h3 {
    font-size: 18px;
    color: #fff;
    opacity: 0;
    margin: 25% 0 10px 0;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar a {
    color: #fff;
    font-size: 18px;
    margin: 20px 5px 0;
    display: inline-block;
    z-index: 1;
    position: relative;
    transition: all 0.35s;
}

figure.effect-oscar a.link i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
    opacity: 0;
    transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(0, 0, 0, 0.5);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}


/* Portfolio box */

.portfolio-box {
    padding-bottom: 80px;
}

.portfolio-box .isotope-nav {
    margin: 0 auto 60px;
    float: none;
}


/* Portfolio details */

.portfolio-static-item {
    padding-bottom: 20px;
}

.portfolio-static-item figure.effect-oscar a {
    margin-top: 70px;
}

.portfolio-static-desc h3 {
    font-size: 16px;
    margin: 5px 0 -5px 0;
    line-height: normal;
}

.portfolio-static-desc a {
    color: #6A6A6A;
}


/* Portfolio details */

.portfolio-desc h3 {
    margin-top: 0;
}

.portfolio-desc .project-btn {
    margin-top: 20px;
    padding: 8px 25px;
}


/* Counter
================================================== */

.facts-wrapper {
    background: #2a2d32;
    color: #fff;
}

.facts {
    position: relative;
    padding: 46px 40px 30px;
    transition: all 300ms ease;
}

.facts:hover {
    background: #000 !important;
}

.facts.one {
    background: rgba(0, 0, 0, 0.3);
}

.facts.two {
    background: rgba(0, 0, 0, 0.2);
}

.facts.three {
    background: rgba(0, 0, 0, 0.15);
}

.facts.four {
    background: rgba(0, 0, 0, 0.09);
}

.facts i {
    font-size: 36px;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

.facts-num span {
    font-size: 42px;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}

.facts h3 {
    font-size: 18px;
    margin-top: 8px;
    color: #fff;
}


/* Counter parallax bg */

.ts_counter_bg .facts {
    padding: 0 15px;
}

.ts_counter_bg .facts:hover {
    background: none !important;
}

.ts_counter_bg .facts-num span {
    margin: 30px 0 20px;
}

.ts_counter.elements .facts {
    padding: 15px;
}


/* Team
================================================== */

.img-hexagon span {
    position: absolute;
    display: block;
    float: left;
    border-left: 120px solid #fff;
    border-right: 120px solid #fff;
}

.img-top {
    top: 0;
    border-top: 0px solid transparent;
    border-bottom: 75px solid transparent;
}

.img-bottom {
    bottom: 0px;
    border-bottom: 0px solid transparent;
    border-top: 75px solid transparent;
}

.img-hexagon {
    width: 240px;
    height: 250px;
    position: relative;
    display: inline-block;
}

.img-hexagon-small {
    width: 75px;
    height: 85;
    position: relative;
    display: inline-block;
}

.img-hexagon-small img {
    width: 100%;
    height: 100%;
}

.img-hexagon img {
    width: 100%;
    height: 100%;
}

.team-content h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.team-content p {
    color: #959595;
}

.team-social a {
    background: #d5d5d5;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    transition: all 300ms ease;
}

.team-social a.fb:hover {
    background: #325c94;
}

.team-social a.twt:hover {
    background: #00abdc;
}

.team-social a.gplus:hover {
    background: #dd4b39;
}

.team-social a.linkdin:hover {
    background: #007bb6;
}

.team-social a.dribble:hover {
    background: #ea4c89;
}


/* Team list */

.team-list .img-hexagon {
    float: left;
    margin-right: 30px;
}


/* Team list square */

.team-list-square .img-square {
    float: left;
    margin-right: 30px;
}


/* Footer
================================================== */

.footer {
    padding: 60px 0 100px;
    background: #2e2e2e url(../img/footer-bg.jpg) no-repeat center 0;
    background-size: cover;
    color: #fff;
    font-size: 14px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-map {
    padding-bottom: 60px;
}

.footer2 {
    background: #2e2e2e;
}

.footer .widget-title {
    color: #fff;
}

.footer .social-icon {
    padding: 10px 0 20px;
}


/* Latest Post */

.footer-widget .latest-post-image img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.footer-widget .latest-post-content h4 a {
    color: #fff;
}

.latest-post-items {
    margin-bottom: 10px;
}

.latest-post-image img {
    width: 70px;
    height: 60px;
}

.footer-widget .post-meta,
.footer-widget .post-meta a {
    color: #fff;
}

.latest-post-content h4 {
    font-size: 14px;
    line-height: normal;
}


/* Image Gallery */

.footer-widget .img-gallery {
    margin-top: 5px;
    display: inline-block;
}

.img-gallery a.thumb-holder {
    overflow: hidden;
    position: relative;
}

.img-gallery a.thumb-holder img {
    margin: 0 15px 15px 0;
    display: inline-block;
    width: 95px;
    height: 85px;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-gallery a.thumb-holder:hover img {
    opacity: 0.7;
}

.footer2 .img-gallery a.thumb-holder img {
    width: 90px;
    height: 75px;
}


/* Footer about us */

.footer-about-us h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.subscribe {
    margin-top: 20px;
}

.subscribe input.form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribe .input-group-addon {
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.subscribe button {
    padding: 13px 20px;
    color: #fff;
}

.subscribe button:hover {
    background: #222;
    color: #fff;
}

.subscribe button i {
    font-size: 20px;
}


/* Footer links */

.footer ul li {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer ul.arrow li {
    width: 50%;
    float: left;
}

ul.arrow li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
}

.footer ul li a {
    color: #fff;
}


/* Copyright
================================================== */

#copyright {
    padding: 30px 0;
    background: #191919;
    color: #fff;
}

.copyright-info {
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 850px;
    margin: 30px auto 0;
    padding-top: 15px;
}

.copyright.angle:before {
    background: #191919;
    height: 50px;
    top: -25px;
    -webkit-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
}

.footer-social {
    position: relative;
    z-index: 10;
}

.footer-social .icon-pentagon i {
    font-size: 16px;
}


/* Footer sytle 2 */

.footer2 .social-icon {
    padding-bottom: 15px;
}

.footer2 .copyright-info {
    color: #323232;
    border-top: 1px solid #e7e7e7;
}

#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
    bottom: 60px;
}

#back-to-top .btn.btn-primary {
    border-radius: 100%;
    padding: 0;
    font-size: 18px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    color: #fff;
    opacity: .5;
}

#back-to-top .btn.btn-primary:hover {
    color: #fff;
    opacity: 1;
}


/* Sub pages
================================================== */


/* Banner area */

#banner-area {
    position: relative;
}

.banner-title-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
}

.banner-title-content h2 {
    color: #fff;
    font-size: 36px;
}

.banner-title-content .breadcrumb {
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.banner-title-content .breadcrumb a:hover {
    color: #ccc;
}


/* About Us */

.about-message {
    background: #f4f4f4;
    min-height: 374px;
}

.about-message ul li a {
    color: #6A6A6A;
}


/* Services */


/* Call to Action */

.call-to-action {
    color: #fff;
    padding: 40px 0;
}

.call-to-action.dark {
    background: #2a2d32;
}

.call-to-action h3 {
    color: #fff;
    float: left;
    margin: 10px 0 0;
    font-size: 20px;
}

.call-to-action .btn.btn-primary.white:hover {
    background: #000;
}

.call-to-action .btn.btn-primary.solid {
    margin-left: 15px;
}


/* Career */

.accordion .card-header a {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.accordion .card-header a::before,
.accordion .card-header a.collapsed::before {
    font-family: FontAwesome;
    position: absolute;
    z-index: 0;
    font-size: 16px;
    left: 10px;
    padding: 0 5px;
    text-align: center;
}

.accordion .card-header a::before {
    content: "\f056";
}

.accordion .card-header a.collapsed::before {
    content: "\f055";
}


/* Landing page
================================================== */


/* Header */

.landing-header.header-bgnone {
    background: rgba(0, 0, 0, 0.8);
}

.hero-section {
    height: 100%;
    background-image: url(../img/landing/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-bottom: 0;
    padding-top: 200px;
    overflow: hidden;
}

.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.hero-text {
    display: table-cell;
    vertical-align: bottom;
    color: #fff;
    padding-right: 50%;
    width: 100%;
    padding-bottom: 10%;
}

.hero-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.hero-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.hero-img {
    display: block;
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 50%;
    max-height: 100%;
}

.hero-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}

.hero-buttons a.btn {
    color: #fff;
    padding: 15px 50px;
}

.hero-buttons a.btn.solid {
    margin-left: 10px;
}

.hero-buttons a i {
    margin-left: 5px;
}

section.hero-slider {
    padding: 0;
}

section.hero-slider .slider-item {
    height: 750px;
    outline: none !important;
}

section.hero-slider .slider-item>div {
    height: 100%;
}

section.hero-slider .slider-item .overlay2 {
    z-index: 1;
}

section.hero-slider .slider-item .overlay2::before {
    z-index: -1 !important;
}

section.hero-slider .slider-item .container {
    padding-top: 20px;
    padding-bottom: 80px;
    transition: .3s;
    transition-delay: .5s;
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

section.hero-slider .slick-active .container {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

section.hero-slider h1,
section.hero-slider h2,
section.hero-slider h3,
section.hero-slider h4,
section.hero-slider h5,
section.hero-slider h6,
section.hero-slider p {
    color: #fff;
}

section.hero-slider h2 {
    font-size: 3.2em;
    line-height: 1.3;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    section.hero-slider h2 {
        font-size: 2.7em;
    }
}

section.hero-slider h3 {
    font-size: 24px;
}

@media (max-width: 991px) {
    section.hero-slider h3 {
        font-size: 20px;
    }
}

section.hero-slider .h3 {
    font-size: 2.5em !important;
}

@media (max-width: 991px) {
    section.hero-slider .h3 {
        font-size: 1.6em;
    }
}

section.hero-slider p {
    font-size: 1.2em;
}

@media (max-width: 991px) {
    section.hero-slider p {
        font-size: 1em;
    }
}

ul.slick-dots {
    width: 350px;
    position: absolute;
    left: 50%;
    list-style: none;
    padding: 0;
    bottom: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 400px) {
    ul.slick-dots {
        width: 320px;
    }
}

ul.slick-dots li i {
    font-size: 32px;
    display: block;
}

ul.slick-dots li {
    color: #b8b8b8;
    outline: none !important;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-right: 7px;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-block;
    width: 75px;
}

@media (max-width: 400px) {
    ul.slick-dots li {
        width: 60px;
    }
}

ul.slick-dots li:last-child {
    margin-right: 0;
}

ul.slick-dots .slick-active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

.dactive {
    color: #dd4b39 !important;
}

.active {
    color: #dd4b39 !important;
}

.white {
    color: #fff !important;
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.success {
    color: #fff;
    background-color: #22BB33;
    border-color: #3c763d;
    padding: 5px;
}

.error {
    color: #fff;
    background-color: #ff0000;
    border-color: #830505;
    padding: 5px;
}

.form_error_action {
    background: #ffb9b9 !important;
}

.formError {
    background: #ffb9b9 !important;
}

.clear {
    clear: both !important;
}

.hide {
    display: none;
}

.red {
    color: #ff0000;
}

.footerul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.footerul li {
    margin: 0 !important;
    padding: 0px !important;
}

.footerul li a:link,
.footerul li a:active,
.footerul li a:visited {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
}

.footerul li a:hover {
    color: #fff !important;
    font-weight: bold;
    font-size: 16px;
}