/*
 Project Name :Shots Business Theme
 Author Company : Muhammad Asif
 Project Date: 18 August, 2016
 Author Website : http://www.upscalestudio.com
 */


/* Table of Content
==================================================

 2. Common css
   a)button style
   b)Main heading
   c)Form style
   d)center
   e)Overlay
   f)Owl Carousel Navigation Style
   g) Pre Loader
 3. Main Banner
   a)Header
   b)Banner Content
 4. Experts
 5. Counter
 6. About us
 7. History
 8. Services
 9. Portfolios
 10.Call to Action
 11.Our Team
 12.Price Plans
 13.Newsletter
 14.Footer
 15.Video
 16.Partner logo
 17.Testimonials
 18.Blog
 19.Breadcrumb
 20.Side Bar
 21 Contact us
 22.Pagination
 23.Portfolio Home
 24.Animation
 25 4o4 Page
 26. Coming Soon
 27.Skills

================================================
Fonts
================================================
*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,700,600);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,300,900);

/*
================================================
Common Css
================================================
*/

* {
    position: relative;
    outline: 0!important;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

:before,
:after {
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

section,
#rev_slider_626_1_forcefullwidth * {
    transition: none;
    -webkit-transition: none;
}

ul {
    margin: 0;
}

body {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: normal;
}

p {
    margin: 0;
    font-family: Merriweather;
    font-size: 14px;
    font-weight: 300;
}

a:hover,a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #34404e;
}

.row {
    clear: both;
}

.bg-color {
    background-color: #fdfcfc;
}


/*
===========================================
button style
===========================================
*/

.btn {
    border: 2px solid transparent;
    color: #fff;
    font-family: poppins;
    font-size: 15px;
    font-weight: bold;
    line-height: unset;
    padding: 18px 50px 16px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn.icon {
    padding: 18px 50px 14px 40px;
}

.bg .btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent!important;
}

.btn:hover {
    color: #333;
    background-color: transparent!important;
}

.btn i {
    margin-right: 15px;
}

.radius-2x {
    border-radius: 30px;
}

.radius-4x {
    border-radius: 5px;
}


/*
===========================================
main heading
===========================================
*/

.main-heading h2 {
    color: #191919;
    font-family: poppins;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
/*     text-transform: lowercase; */
}

.main-heading p {
    color: #999999;
    font-size: 12px;
    line-height: 26px;
}

.main-heading {
    margin-bottom: 60px;
}


/*======================================*/

img {
    vertical-align: middle;
    max-width: 100%;
}

.margin {
    display: inline-block;
    margin: 16px 0;
    width: 100%;
}

.large-margin {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.no-padding {
    padding: 0;
}

.padding-left {
    padding: 0 0 0 15px;
}

.padding-right {
    padding: 0 15px 0 0;
}

.space {
    padding: 130px 0;
}

.space-top {
    padding: 130px 0 0;
}
.space-top-small {
    padding: 65px 0 0;
}

.space-bottom {
    padding: 0 0 130px 0;
}

.small-space {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

section {
    overflow: hidden;
}

/*
===========================================
Socials
===========================================
*/
.social > li {
    display: inline-block;
}
i.fa {
    font-family: fontawesome;
}
.about .social li i {
    margin-bottom: 0;
    border-radius: 0;
}
.footer-5 .about .social {
    margin-top: 20px;
}
footer.footer-5 {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1;
}
.main-wrapper {
    background-color: #fff;
    margin-bottom: 510px;
    z-index: 2;
}
#copyrights .menu {
    list-style: outside none none;
    padding: 0;
}
#copyrights .menu li {
    display: inline-block;
}
#copyrights .menu li:not(:last-child) {
    margin-right: 25px;
}
.footer-5 #copyrights .top a {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-5 .popular-post {
    list-style: outside none none;
    padding: 0;
}
.footer-5 .popular-post h5,
.footer-5 .popular-post h5 a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    font-family: Poppins;
}
.footer-5 .popular-post .date {
    color: #bbbbbb;
    font-family: poppins;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 12px;
    height: 53px;
    font-family: Merriweather;
    line-height: 1.42857;
    padding: 6px 12px;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.checkbox label::after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
}

.radio label,
.checkbox label {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}

.form-control::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Merriweather;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Merriweather;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Merriweather;
    font-weight: 300;
}

.contact-block form .form-group {
    margin-bottom: 14px;
    padding: 0 7px;
}

textarea.form-control {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    height: 150px;
    resize: none;
}

input:focus,
textarea.form-control:focus,
select:focus {
    border-color: #f0f0f0 !important;
    box-shadow: none !important;
    background-color: #fff !important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    /* fallback color if gradients are not supported */
    background-image: url("../images/select-arrow.png"), -webkit-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For Chrome and Safari */
    background-image: url("../images/select-arrow.png"), -moz-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Fx (3.6 to 15) */
    background-image: url("../images/select-arrow.png"), -ms-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For pre-releases of IE 10*/
    background-image: url("../images/select-arrow.png"), -o-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Opera (11.1 to 12.0) */
    background-image: url("../images/select-arrow.png"), linear-gradient(to bottom, #f0f0f0, #f0f0f0);
    /* Standard syntax; must be last */
    background-position: 96% center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/*
==========================================
center
==========================================
*/

#slide-nav .container,
.center,
.shots-pagination .pagination li a,
.wrapper #slide-nav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
===========================================
Overlay
===========================================
*/

.overlay::before {
    background-color: rgba(25, 25, 25, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/*
===========================================
Owl Carousel
===========================================
*/

.owl-theme .owl-controls .owl-buttons div {
    background: #0c0c0c none repeat scroll 0 0;
    border-radius: 0;
    font-size: 20px;
    height: 45px;
    left: -60px;
    line-height: 45px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    width: 45px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -60px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}

.owl-controls {
    left: 0;
    margin: -22px 0 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
}


/*
===========================================
Pre Loader
===========================================
*/

#preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%,
    10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%,
    10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}


/*
===========================================
Main Banner
===========================================
*/

#main-banner {
/*     background-image: url("../images/home01-banner.jpg"); */
    background-image: url("../images/home01-banner2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-2 #main-banner {
    background-image: url("../images/home02-banner.jpg");
}

.home-3 #main-banner {
    background-image: url("../images/home03-banner.jpg");
}


/*
===========================================
Header
===========================================
*/

nav#slide-nav {
    border: medium none;
    border-radius: 0;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

#slide-nav #menu_nav > ul {
    float: none;
    text-align: right;
}

#slide-nav .nav-button ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

#slide-nav .nav-button li {
    display: inline-block;
    margin: 0 4px;
}

.nav-button ul li a {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#slide-nav #menu_nav > ul > li > a {
    color: #fff;
    font-family: poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 90px;
    padding: 0 25px;
    text-transform: lowercase;
}

#slide-nav .nav-button span {
    border-radius: 50%;
    color: #333;
    font-family: poppins;
    font-size: 8px;
    height: 17px;
    line-height: 20px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -8px;
    width: 17px;
}

#slide-nav #menu_nav {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}

#slide-nav #menu_nav ul > li > a:hover,
#slide-nav #menu_nav ul > li > a:focus,
#slide-nav #menu_nav ul > li.active > a,
.nav-button ul li a:hover {
    background-color: transparent!important;
}

nav#slide-nav.affix {
    background-color: #222;
    box-shadow: 0 0 2px 0 #cdcdcd;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 214;
}

#slide-nav.affix #menu_nav > ul > li > a {
    line-height: 60px;
}

.dropdown-menu {
    background-color: #333333;
    border-radius: 0;
    display: none;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    top: 110%;
    animation: grow ease-in-out .5s;
}

.dropdown-menu li > a {
    clear: both;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857;
    padding: 12px 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    display: block;
}

.dropdown-menu .dropdown-menu {
    margin-top: -1px;
    min-width: 170px;
    opacity: 0;
    padding: 8px 0;
    position: absolute;
    top: -100%;
    visibility: hidden;
    display: block;
}

.dropdown-menu li:not(:last-child) > a {
    border-bottom: 1px solid #444;
}

.dropdown-menu li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 0;
}

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

.dropdown .dropdown > a::after {
    bottom: 0;
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    left: auto;
    position: absolute;
    right: 17px;
    top: 10px;
}

.home-1 #slide-nav #menu_nav .nav-button a,
.freelancer-home #slide-nav #menu_nav .nav-button a {
    border-left: 1px solid #888;
    font-size: 24px;
    line-height: 27px;
    padding: 0 0 0 25px;
}

.navbar-header .menu-logo {
    line-height: 90px;
    z-index: 1;
}

.affix .navbar-header .menu-logo {
    line-height: 60px;
}
.affix .navbar-header .menu-logo > img {
    height: 55px;
}

#menu_nav > .navbar-nav > li {
    display: inline-block;
    float: none;
}

#menu_nav .dropdown.mega {
    position: static;
}

.navbar-header {
    bottom: 0;
    float: none;
    left: 15px;
    padding: 0;
    position: absolute;
    top: 0;
}

#menu_nav .mega .mega-submenu {
    background-color: #333;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 110%;
    width: 100%;
}

.navbar-form .form-control {
    width: 100%;
}

#menu_nav > ul .mega:hover > .mega-submenu {
    top: 100%;
    display: block;
}

.mega-submenu h4.underline {
    color: #fff;
    display: inline-block;
    font-family: poppins;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.mega-submenu .submenu {
    float: left;
    padding: 0 15px;
    width: 20%;
}

#menu_nav .mega-submenu .submenu a {
    color: #fff;
    font-family: poppins;
    line-height: 30px;
}

.submenu h6 {
    font-family: poppins;
    font-size: 14px;
    text-transform: uppercase;
}

#menu_nav .mega-submenu .submenu a:hover,
#menu_nav .mega-submenu .submenu .active a {
    padding-left: 20px;
}

.body-innerwrapper #slide-nav #menu_nav .mega-submenu .submenu a::before {
    border: medium none;
    bottom: 0;
    content: "";
    font-family: fontawesome;
    left: -20px;
    opacity: 0;
    position: absolute;
    top: -4px;
}

.body-innerwrapper #slide-nav #menu_nav .mega-submenu .submenu a:hover::before,
.body-innerwrapper #slide-nav #menu_nav .mega-submenu .submenu li.active a::before {
    left: 0;
    opacity: 1;
}

.mega-submenu h4.underline::before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 50%;
}

.portfolio-home .hand-button .button .icon-bar {
    background-color: #333;
}

.portfolio-home nav#slide-nav.affix {
    background-color: transparent;
    box-shadow: none;
}

#slide-nav .navbar-form {
    margin: 0;
    padding: 0;
}

.dropdown.search .dropdown-menu {
    left: auto;
    min-width: 259px;
    right: 0;
}

.search .navbar-form .form-group {
    display: flex;
}

.search .navbar-form .btn {
    padding: 0 20px;
    text-align: center;
}

.search .navbar-form .btn i {
    margin: 0;
}


/*
===========================================
Header With Hand Button
===========================================
*/

.hand-button .button .icon-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    width: 24px;
}

#slide-nav .hand-button .button {
    background-color: transparent;
    border: medium none;
    padding: 10px;
    float: right;
}

.header1 #slide-nav #menu_nav {
    opacity: 0;
    visibility: hidden;
}

.home-4 .header2 .button .icon-bar {
    background-color: #333;
}

.home-4 .header2 nav#slide-nav.affix {
    background-color: #fff;
}

.header1 #slide-nav #menu_nav.active {
    opacity: 1;
    visibility: visible;
}

.hand-button .button .icon-bar:not(:last-child) {
    margin-bottom: 6px;
}

.header4 nav#slide-nav {
    background-color: rgba(255, 255, 255, 0.3);
}

.header4 #slide-nav #menu_nav > ul > li > a,
.header5 nav#slide-nav #menu_nav > ul > li > a {
    color: #333;
}

.header4 nav#slide-nav {
    background-color: rgba(255, 255, 255, 0.8);
}

.header5 nav#slide-nav {
    background-color: #fff;
    position: relative;
}

.header5 nav#slide-nav.affix {
    position: fixed;
}

#menu_nav > ul > li.dropdown > ul.dropdown-menu li > .dropdown-menu {
    left: 100%;
}

.mega-submenu li a i {
    margin-right: 5px;
    width: 16px;
}

#menu_nav .icon .mega-submenu .submenu a::before {
    content: "";
}

#menu_nav .icon .mega-submenu .submenu a:hover,
#menu_nav .icon .mega-submenu .submenu .active a {
    padding-left: 0;
}

#slide-nav .nav-button {
    padding: 0;
}

.home-3 .navbar-header .menu-logo {
    line-height: 60px;
}

.home-2 #slide-nav.affix .container::before {
    border-bottom: medium none;
}

.header2 .navbar-header {
    position: relative;
}

.header2 #menu_nav > .navbar-nav > li {
    display: block;
}

.closs-button {
    display: none;
}

.mega-submenu.dropdown-menu li > a {
    border: medium none;
    font-weight: 500;
    padding: 0;
}

.home-2 #slide-nav .container::before {
    border-bottom: 1px solid #515151;
    bottom: 0;
    content: "";
    display: block;
    left: 30px;
    padding: 0;
    position: absolute;
    right: 30px;
}

.home-2 #slide-nav .nav-button a {
    border: 1px solid transparent;
    border-radius: 20px;
    font-family: poppins;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 20px 5px;
}

.home-2 #slide-nav .nav-button a:hover {
    background-color: transparent;
    border: 1px solid #fff;
}


/*
===========================================
Header 2
===========================================
*/


/*Header*/

.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    color: #000;
    border: 2px solid #eee;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

.close-offcanvas:hover {
    background: #000;
    color: #fff;
}

.offcanvas:after {
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 99;
    left: 0;
}

.offcanvas {
    width: 100%;
    height: 100%;
    position: relative;
}

.offcanvas:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.offcanvas header #slide-nav #menu_nav {
    opacity: 1;
}

.header2 #slide-nav #menu_nav > ul {
    float: none;
    margin-top: 20px;
    text-align: left;
}

.header2 .navbar-nav > li {
    display: block;
    float: none;
}

.header2 #slide-nav #menu_nav > ul > li > a {
    line-height: 50px;
}

.body-innerwrapper .header2 .dropdown-menu {
    background-color: #333;
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    visibility: visible;
    width: 100%;
}

.header2 #slide-nav #menu_nav {
    background: #222 none repeat scroll 0 0;
    box-shadow: 0 0 4px 0 #666;
    color: #999;
    height: 100%;
    margin: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    right: -280px;
    top: 0;
    width: 280px !important;
    z-index: 999999;
}

.closs {
    color: #fff;
    font-size: 30px;
    padding: 15px 10px;
}

.header2 #menu_nav .dropdown.mega {
    position: relative;
}

.header2 .mega-submenu .submenu {
    padding: 0;
    width: 100%;
}

.header2 #menu_nav > ul .mega > .mega-submenu {
    opacity: 0;
    transform: none;
    visibility: hidden;
}

.header2 #menu_nav > ul .mega.current > .mega-submenu {
    opacity: 1;
    position: relative;
    top: 0;
    visibility: visible;
}

.header2 #menu_nav .dropdown-menu li > a {
    color: #fff;
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 0;
}

.offcanvas .header2 #slide-nav #menu_nav {
    right: 0;
    width: 280px;
}

.header2 .closs-button {
    display: block;
}

#menu_nav .more {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 6;
}

#menu_nav .more::before {
    bottom: 0;
    color: #fff;
    content: "";
    font-family: icofont;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

#menu_nav ul > li.current > .more::before {
    content: "";
}

.search .dropdown-menu {
    width: 100%;
}

.body-innerwrapper .header2 .dropdown-menu.open {
    height: auto;
    opacity: 1;
}

.header2 .dropdown .dropdown > a::after {
    content: "";
}

.header2 #menu_nav > ul > li.dropdown > ul.dropdown-menu li > .dropdown-menu {
    box-shadow: none;
    left: auto;
    right: auto;
}

.header2 .hand-button {
    padding: 0;
}

.header2 .navbar-header {
    padding: 0;
}

.header2 #slide-nav #menu_nav {
    width: auto;
}

#slide-nav #menu_nav .nav-button a {
    line-height: 38px;
}

#slide-nav.affix #menu_nav .nav-button a {
    line-height: 38px;
}

.home-1 #slide-nav.affix #menu_nav .nav-button a,
.freelancer-home #slide-nav #menu_nav .nav-button a {
    line-height: 27px;
}

nav#slide-nav.not-fix {
    position: relative;
}

.header6 #slide-nav.affix .container::after {
    background-color: #000000;
    bottom: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.header6 nav#slide-nav.affix {
    background-color: transparent;
    box-shadow: none;
}


/*
===========================================
Home-3 Navigation
===========================================
*/

.header3 nav#slide-nav,
.home-3 nav#slide-nav {
/*     background-color: rgba(0, 197, 205, 1); */
    background-color: rgba(173,203,229, 1);
}

.home-3 #slide-nav #menu_nav > ul > li > a {
    line-height: 60px;
    padding: 0 25px;
}

.home-3 nav#slide-nav.affix .container {
    background-color: transparent;
    box-shadow: 0 0 2px 0 transparent;
}

.home-3 #slide-nav #menu_nav ul li:last-child a::before {
    border-left: 1px solid #636363;
    bottom: 20px;
    content: "";
    left: 0;
    position: absolute;
    right: auto;
    top: 20px;
}

/*
===========================================
Header-4
===========================================
*/
header.header-4 {
    background-color: #22252b;
    bottom: 0;
    left: -275px;
    position: fixed;
    top: 0;
    width: 320px;
    z-index: 99;
}

.header-4 .navbar-nav > li {
    float: none;
}

.header-4 #slide-nav #menu_nav > ul {
    float: none;
    margin-top: 50px;
}
.header-4 #slide-nav #menu_nav {
    padding-left: 30px;
    padding-right: 0;
}

.header-4 #slide-nav #menu_nav > ul > li > a {
    margin: 0;
}
.header-4 #slide-nav ul > li.dropdown:hover > .dropdown-menu {
    background-color: #22252b;
    display: block;
    left: 100%;
    top: 0;
}
.header-4 .dropdown-menu > li > a {
    color: #fff;
}
.header-4 .menu-logo.black {
    border: 2px solid #fff;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 120px;
}

.header-4 .menu-buttons a {
    color: #fff;
    display: inline-block !important;
    float: right;
    font-size: 30px;
    padding-right: 10px;
    padding-top: 3px;
    z-index: 99;
}

.header-4 .menu-buttons a.show .icofont-close-line {
    display: none;
}

header.header-4.open {
    left: 0;
}

.header-4.open .menu-buttons a.show .icofont-navigation-menu {
    display: none;
}

.header-4.open .menu-buttons a.show .icofont-close-line {
    display: block;
}

.header-4 nav#slide-nav.affix.fix {
    background-color: #22252b;
    box-shadow: none;
    display: block;
    position: relative;
}
section.wrapper {
    padding-left: 45px;
}
.header-4 #menu_nav > .nav.navbar-nav > li {
    display: block;
}
.header-4 #slide-nav #menu_nav > ul > li > a {
    line-height: 54px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.header-4 .logo {
    display: inline-block;
    margin-top: 40px;
}
.header-4 #slide-nav {
    display: block;
}
.header-4 nav#slide-nav {
    position: relative;
}
/*
===========================================
Banner Content
===========================================
*/

.home-1 #main-banner .banner-main {
    padding: 0 0 30px 0;
}

.banner-main h5 {
    color: #fff;
    font-family: Merriweather;
    font-size: 16px;
    margin-top: 0;
}

.banner-main h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 54px;
    margin-bottom: 25px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.7);
}

.banner-main p {
    color: #fff;
    font-weight: 300;
    line-height: 26px;
}

.home-1 .banner-main p {
    padding: 0 275px;
}

.home-1 #banner-slider .owl-controls {
    bottom: -170px;
    left: 0;
    margin: 0;
    right: 0;
    top: auto;
}

#banner-slider.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    height: 3px;
    margin: 0;
    opacity: 1;
    width: 35px;
}

#banner-slider .owl-wrapper-outer {
    top: 50px;
}

.home-1 #banner-slider .owl-buttons {
    display: none;
}

.owl-carousel .owl-buttons {
    opacity: 0;
}

.owl-carousel:hover .owl-buttons {
    opacity: 1;
}


/*
===========================================
Banner content Home 2
===========================================
*/

.home-2 #banner-slider .btn {
    margin-top: 40px;
}

.home-2 #banner-slider .owl-pagination {
    display: none;
}

.home-2 #banner-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -35px;
    left: auto;
}

.home-2 #banner-slider.owl-theme .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    color: #191919;
    font-size: 24px;
    height: 70px;
    left: -35px;
    line-height: 70px;
    width: 80px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
}

.home-2 #banner-slider.owl-theme .owl-controls .owl-buttons div:hover {
    color: #fff;
}

.home-2 #banner-slider .owl-buttons i {
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
}

.home-2 #banner-slider .owl-next i {
    right: 6px;
}

.home-2 #banner-slider .owl-prev i {
    left: 6px;
}

.home-2 #banner-slider .btn:hover {
    color: #fff;
}


/*
===========================================
Home 3 Banner Content
===========================================
*/

.home-3 #banner-slider .owl-pagination {
    display: none;
}

.home-3 #main-banner .item {
    margin: auto;
    padding: 0 15px;
    width: 1170px;
}

.home-3 #banner-slider.owl-theme .owl-controls .owl-buttons div {
    left: -15px;
}

.home-3 #banner-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    left: auto;
    right: -15px;
}

.home-3 .banner-main h2 {
    color: #191919;
}

.home-3 .banner-main p {
    color: #191919;
}

.home-3 .banner-main h2 {
    font-size: 48px;
    margin-top: 0;
}

.home-3 #banner-slider .btn {
    background-color: transparent;
    border: 2px solid #191919;
    color: #191919;
    margin-top: 35px;
}


/*
===========================================
Free Lancer Banner
===========================================
*/

#freelancer-banner .banner-main {
    background-image: url("../images/freelancer-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

#freelancer-banner .banner-main h4 {
    border: 2px solid #c2c2c2;
    color: #fff;
    display: inline-block;
    font-family: poppins;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 36px;
}

#freelancer-banner .banner-main h2 {
    color: #c2c2c2;
    font-family: montserrat;
    font-size: 50px;
    font-weight: bold;
    line-height: 54px;
    margin-bottom: 10px;
    margin-top: 0;
}

#main nav#slide-nav.affix {
    box-shadow: none;
    position: fixed;
}

#main #slide-nav.affix #menu_nav {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
}

#main .header4 #slide-nav #menu_nav {
    padding-right: 0;
}

.header4 .navbar-header {
    left: 30px;
}

#main #slide-nav #menu_nav .nav-button {
    padding-right: 15px;
}
.main-content {
    padding-left: 45px;
}

/*
===========================================
Experts
===========================================
*/

.expert-block p {
    color: #666666;
    line-height: 30px;
    font-family: Merriweather;
    font-weight: 300;
}

#expert-slider p {
    font-style: italic;
    overflow: hidden;
    padding-left: 25px;
}

#expert-slider .owl-controls,
#about-slider .owl-controls {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    top: auto;
}

#expert-slider.owl-theme .owl-controls .owl-page span,
#about-slider.owl-theme .owl-controls .owl-page span {
    background: #d7d7d7 none repeat scroll 0 0;
    height: 10px;
    margin: 0 6px;
    opacity: 1;
    width: 10px;
    border: 1px solid transparent;
}

#expert-slider.owl-theme .owl-controls .owl-page.active span,
#expert-slider.owl-theme .owl-controls.clickable .owl-page:hover span,
#about-slider.owl-theme .owl-controls .owl-page.active span,
#about-slider.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: transparent;
    height: 12px;
    width: 12px;
}

#expert-slider .name {
    color: #191919;
    font-family: montserrat;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

#expert-slider .profession {
    color: #999999;
    font-size: 10px;
    font-weight: 300;
}

.expert-block h2 {
    color: #191919;
    font-family: poppins;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
}

#expert-slider {
    padding-right: 40px;
}

#expert-slider p::before {
    color: #d7d7d7;
    content: "“";
    font-family: montserrat;
    font-size: 40px;
    left: -6px;
    line-height: normal;
    position: absolute;
    top: 0;
}


/*
===========================================
Expert -2
===========================================
*/

.expert-2 .expert-block h2 {
    font-size: 34px;
}

#expert.expert-2 .counter {
    margin-top: 60px;
}

.sign .count::after {
    content: "%";
}

.counter.counter-2 .counter-block:not(:last-child)::after {
    right: 0;
    transform: none;
}


/*
===========================================
Counter
===========================================
*/

.counter-block h5 {
    color: #999999;
    font-family: merriweather;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}

.counter .count {
    font-family: montserrat;
    font-size: 34px;
    font-weight: bold;
}

#expert .counter {
    margin-top: 30px;
}

.counter .counter-block:not(:last-child)::after {
    background-color: #dbdbdb;
    bottom: 0;
    content: "";
    position: absolute;
    right: 20px;
    top: 10px;
    transform: rotate(13deg);
    width: 1px;
}


/*
===========================================
About Us
===========================================
*/

#about.bg {
    background-image: url("../images/about-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#about.space {
    padding: 75px 0;
}

#about .about-block:first-child {
    padding-left: 0;
}

#about .about-block p {
    color: #666666;
    font-weight: 300;
    line-height: 30px;
}

.about-block p:not(:last-child) {
    margin-bottom: 20px;
}

.about-2 .main-heading {
    margin-bottom: 0;
}

.about-block h2 {
    font-family: poppins;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
}

#about-slider .owl-controls {
    bottom: -80px;
    display: inline-block;
    left: auto;
    right: 20px;
}

#about-slider.about-inner {
    padding-right: 85px;
}

#about .about-block:last-child::after {
    background-image: url("../images/Logo-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 200px;
    left: auto;
    position: absolute;
    right: -50px;
    top: -79px;
    width: 200px;
    z-index: -1;
}

#about .about-block {
/*     background-color: #fff; */
    overflow: hidden;
}

.about-1 .about-base {
    display: flex;
}


/*
===========================================
About 2
===========================================
*/

#about.about-2 .about-base {
    display: flex;
}

#about.about-2 .about-block:last-child::after {
    margin-top: -120px;
    top: 50%;
}


/*
===========================================
About -3
===========================================
*/

#about.about-3 .about-block:last-child::after {
    display: none;
}

.about-3 .about-item h5 {
    color: #191919;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

#about.about-3 .about-block p {
    color: #999;
    font-size: 12px;
    line-height: 26px;
}

.about-3 .about-item:not(:nth-last-child(-n+2)) {
    margin-bottom: 50px;
}

.about-3 .main-heading {
    margin-bottom: 50px;
    margin-top: 50px;
}


/*
===========================================
About 4
===========================================
*/

#main #about .about-block:last-child::after {
    right: 15px;
    top: 0;
}

.about-4 .about-block img {
    border: 2px solid;
    border-radius: 50%;
}

.about-4 .about-block.text {
    padding-top: 40px;
}

#about.about-4 .about-block:first-child {
    padding-left: 15px;
}
#about.about-4 .about-block:last-child::after {
    background-image: none;
}

/*
===========================================
About Detail
===========================================
*/

#about-detail h2 {
    color: #fff;
    font-family: poppins;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 0;
}

#about-detail .about-info p {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}

#about-detail .about-info {
    padding-right: 60px;
}

#about-detail .about-info:not(:last-child)::after {
    bottom: 0;
    content: "";
    left: auto;
    position: absolute;
    right: 30px;
    top: 90px;
    width: 1px;
    background-color: rgba(255, 255, 255, .5);
}


/*
===========================================
History
===========================================
*/

.history::after {
    background-image: url("../images/call-to.jpg");
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: -200px;
    position: absolute;
    right: -200px;
    top: 0;
    z-index: -1;
}
.history2::after {
    background-image: url("../images/call-to03.jpg");
    background-position: center 49%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: -200px;
    position: absolute;
    right: -200px;
    top: 0;
    z-index: -1;
}

.history, .history2 {
    padding: 60px 0;
    z-index: 0;
}

.history::before, .history2::before {
    left: -200px;
    right: -200px;
}

.history.overlay p, .history2.overlay p {
    color: #fff;
    font-family: merriweather;
    font-size: 28px;
    font-style: italic;
}


/*
===========================================
Services
===========================================
*/

#service .service-block h4 {
    color: #191919;
    font-family: montserrat;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

#service .service-block h4 a {
    color: #191919;
}

.service-block p {
    color: #999999;
    font-size: 12px;
    line-height: 26px;
}

#service .service-block {
    display: flex;
}

.home-1 #service,
.home-4 #service {
    border-bottom: 1px solid #e9e9e9;
}


/*
===========================================
Service-2
===========================================
*/

.service-image h5 {
    font-family: montserrat;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.service-image h5 a {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.85);
}

.service-image {
	background: url('/images/bg_star.gif') repeat top left;
	width: 100%;
	height: 129px;
}

#service.service-2 .hover {
/*     background-color: rgba(25, 25, 25, 0.85); */
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.service-2 .inner p {
    color: #666666;
    font-size: 12px;
    line-height: 26px;
    margin-top: 20px;
}

.service-2 .service-image h5 a:hover {
    color: #222;
}

.service-2 .service-block:not(:nth-last-child(-n+4)) {
    margin-bottom: 50px;
}

#service.service-2 .service-block {
    display: unset;
}


/*
===========================================
Services 3
===========================================
*/

#service.service-3 .service-block {
    display: unset;
}

.service-3 .service-block span {
    color: #ececec;
    font-size: 44px;
    margin-right: 8px;
}

.service-3 .service-block:not(:nth-last-child(-n+4)) {
    margin-bottom: 40px;
}

.service-4 .service-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 40px;
}


/*
===========================================
Portfolio
===========================================
*/

.categories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.categories ul li {
    display: inline-block;
    line-height: 30px;
    padding: 0;
}

.categories ul li a,
#portfolio ul li a {
    color: #c2c2c2;
    cursor: pointer;
    display: inline-block;
    font-family: poppins;
    font-size: 12px;
    font-weight: 600;
    padding: 0 14px;
    text-transform: uppercase;
    background-color: transparent;
}

.categories ul li a:hover,
.categories ul li.active a,
#portfolio ul li.active a,
#portfolio ul li a:hover {
    color: #191919;
}

.categories ul li:not(:last-child)::after,
#portfolio.portfolio-4 .sp-simpleportfolio-filter li:not(:last-child)::after {
    color: #c6c6c6;
    content: "-";
}

.categories .logo {
    display: inline-block;
    margin-bottom: 35px;
}

.projects-container .row {
    -webkit-transition: height .5s ease-out;
    transition: height .5s ease-out;
}

#portfolio .portfolio-item {
    position: relative;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    padding: 0 15px;
}

#portfolio .portfolio-item:not(:nth-last-child(-n+3)) {
    margin-bottom: 30px;
}

.portfolio-item.filtered {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    pointer-events: none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

#portfolio .portfolio-item img {
    height: 275px;
    width: 100%;
}

.no-opacity .portfolio-item.filtered {
    display: none;
}

.portfolio-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.scrollimation .portfolio-thumb {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity .4s ease-out, -webkit-transform .4s ease-out;
    transition: opacity .4s ease-out, transform .4s ease-out;
}

.touch .scrollimation .portfolio-thumb,
.scrollimation .portfolio-thumb.in {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#portfolio .portfolio-hover {
    background-color: transparent;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    z-index: 0;
}

#portfolio .portfolio-hover .plus a {
    font-size: 34px;
    transform: scale(0);
    -webkit-transform: scale(0);
    font-family: montserrat;
    font-weight: 400;
}

#portfolio .portfolio-hover a {
    color: #fff;
}

#portfolio .portfolio-item:hover .portfolio-hover,
#portfolio .sp-simpleportfolio-item:hover .portfolio-hover.center {
    top: 0;
    opacity: 1;
    background-color: rgba(25, 25, 25, .9);
}

#portfolio .portfolio-item:hover .portfolio-hover a {
    transform: scale(1);
    -webkit-transform: scale(1);
}

#portfolio.bg-color {
    background-color: #fdfcfc;
}

#portfolio .portfolio-item:hover img {
    transform: scale(1.2);
}

.portfolio-hover .inner {
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.portfolio-hover h5 {
    font-family: montserrat;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
}

.portfolio-hover p {
    color: #949494;
    font-family: montserrat;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}

.layout-gallery-nospace.sp-simpleportfolio .sp-simpleportfolio-item {
    padding: 1px;
}

#portfolio .sp-simpleportfolio .sp-simpleportfolio-items {
    margin: 0
}

#portfolio .layout-gallery-space.sp-simpleportfolio .sp-simpleportfolio-filter {
    margin-bottom: 15px;
    padding: 0 15px;
}

#portfolio.portfolio-3.full-width .portfolio-item {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
}


/*
===========================================
Portfolio -2
===========================================
*/

#portfolio.portfolio-2 .portfolio-item {
    float: left;
    padding: 0 2px;
    width: 20%;
}

#portfolio.portfolio-2 .portfolio-item {
    margin-bottom: 4px;
}

.portfolio-2 .categories {
    padding-top: 50px;
}

#portfolio.portfolio-2 .portfolio-hover::after {
    background-color: rgba(25, 25, 25, 0.9);
    bottom: -100px;
    content: "";
    left: -300px;
    position: absolute;
    right: -200px;
    top: 50%;
    transform: rotate(46deg);
    z-index: -1;
}

#portfolio.portfolio-2 .portfolio-item:hover .portfolio-hover {
    background-color: transparent;
}

#portfolio.portfolio-2 .portfolio-hover::before {
    bottom: -100px;
    content: "";
    height: 110px;
    left: 0;
    position: absolute;
    right: -100px;
    top: auto;
    transform: rotate(-43deg);
    z-index: -1;
}


/*
===========================================
Portfolio Inner
===========================================
*/

#portfolio.portfolio-3 .portfolio-hover,
#portfolio.portfolio-4 .sp-simpleportfolio-item .portfolio-hover {
    bottom: 10px;
    left: 10px;
    right: 10px;
}

#portfolio.portfolio-3 .portfolio-hover {
    top: 0;
}

#portfolio.portfolio-3 .portfolio-item:hover .portfolio-hover,
#portfolio .sp-simpleportfolio-item:hover .portfolio-hover.center {
    top: 10px;
}

.portfolio-3 .portfolio-hover .inner {
    padding: 0;
    position: relative;
}

#portfolio.portfolio-3 .portfolio-item {
    padding: 0 3px;
}

#portfolio.portfolio-3 .portfolio-item {
    margin-bottom: 6px;
}


/*
===========================================
Portfolio 4
===========================================
*/

#portfolio.portfolio-4 .sp-simpleportfolio-filter {
    text-align: left;
}

#portfolio.portfolio-4 .sp-simpleportfolio-filter li {
    margin: 0;
}

#portfolio.portfolio-4 .sp-simpleportfolio-item .portfolio-hover {
    top: 0;
}

#portfolio.portfolio-4 .portfolio-hover .inner {
    position: relative;
}

#portfolio .portfolio-hover a.btn-zoom,
#portfolio .portfolio-hover a.btn-view {
    color: #fff;
    font-size: 25px;
}

#portfolio.portfolio-4 .portfolio-hover a:not(:last-child) {
    margin-right: 10px;
}


/*
===========================================
Single Portfolio
===========================================
*/

.single-port-block h4 {
    font-family: poppins;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
}

.single-port-block p {
    color: #999999;
    line-height: 30px;
}

#single-portfolio ul {
    list-style: outside none none;
    margin-top: 15px;
    padding: 0;
}

.single-port-block li {
    color: #191919;
    font-family: poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

#single-portfolio ul li a {
    color: #999;
    font-weight: 500;
}


/*
===========================================
Call to Action
===========================================
*/

#call-to.bg {
    background-image: url("../images/call-to.jpg");
    background-position: left 25%;
    background-repeat: no-repeat;
    background-size: cover;
}

#call-to.call-to-2 {
    padding-bottom: 480px;
}

#call-to.call-to-2::after {
    background-image: url("../images/call-to02.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 250px;
}

.call-block h2 {
    color: #181919;
    font-family: poppins;
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
}

.bg .call-block h2,
.bg .call-block p {
    color: #fff;
}

.call-block p {
    color: #999;
    line-height: 30px;
    margin-bottom: 30px;
}

.call-to-2 .btn:hover {
    background-color: transparent;
    color: #333;
}


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

#team .team-block .inner {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
}

#team .team-block img {
    border-radius: 50%;
    height: 95px;
    width: 95px;
}

.team-block h5 {
    color: #191919;
    font-family: poppins;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: 600;
}

.team-block h5 a {
    color: #191919;
}

.team-block p {
    font-family: poppins;
    font-size: 11px;
    color: #999;
    line-height: 150%;
    padding-bottom: 20px;
}

.team-block ul {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0;
}

.team-block ul * {
    color: #666666;
    font-family: poppins;
    font-size: 12px;
    line-height: 30px;
}

.team-block ul li a {
    margin-left: 10px;
}

#team .inner:hover {
    box-shadow: 0 0 20px 1px #ebebeb;
}

#team .team-block:not(:nth-last-child(-n+4)) {
    margin-bottom: 30px;
}


/*
===========================================
Price Plans
===========================================
*/

#price.bg {
    background-image: url("../images/about-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
}

#price .price-block .inner {
    background-color: #fff;
    padding: 40px;
}

#price .price-block h6 {
    color: #191919;
    font-family: poppins;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}

#price .price {
    font-family: poppins;
    font-size: 36px;
    margin-top: 15px;
}

#price .price span {
    font-size: 16px;
    margin-left: 15px;
}

#price .inner p {
    color: #999999;
    font-family: poppins;
    font-size: 12px;
}

#price .inner ul {
    list-style: outside none none;
    margin-top: 30px;
    padding: 30px 0 0;
}

#price .inner ul li {
    color: #666666;
    font-family: merriweather;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
}

#price .inner ul::before {
    background-color: #e7e7e7;
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    right: -40px;
    top: 0;
}

#price .price-block .btn {
    margin-top: 25px;
}

#price .btn.icon {
    padding: 16px 50px 14px 40px;
}

#price .price-block .suggest,
#price .price-block h6 {
    display: inline-block;
}

.price-block .suggest {
    border: 1px solid;
    float: right;
    font-family: poppins;
    font-size: 12px;
    padding: 6px 25px;
    border-radius: 25px;
}


/*
===========================================
Price-2
===========================================
*/

#price.price-2 .price-block {
    padding: 0;
}

#price.price-2 .price-block .inner {
    border: 1px solid #e7e7e7;
    border-right: none;
    padding: 40px 20px;
}

#price.price-2 .price-block:last-child .inner {
    border-right: 1px solid #e7e7e7;
}

#price.price-2 .inner ul::before {
    left: -20px;
    right: -20px;
}

#price.price-2 .inner ul li {
    font-size: 12px;
}

#price .price-block .btn {
    margin-top: 25px;
}

#price.price-2 .price-block:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    z-index: 4;
}

#price.price-2 .price-block:hover .inner {
    border: 1px solid;
    border-radius: 2px;
}

#price .price-block .btn:hover {
    background-color: transparent!important;
}

#price.price-3 .price-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 30px;
}

.price-3 .hvr-float-shadow:active::before,
.price-3 .hvr-float-shadow:focus::before,
.price-3 .hvr-float-shadow:hover::before {
    opacity: 1;
    transform: translateY(13px);
}

.price-3 .hvr-float-shadow:active,
.price-3 .hvr-float-shadow:focus,
.price-3 .hvr-float-shadow:hover {
    transform: translateY(-20px);
}

#price.price-3 .price-block:hover .inner {
    border: medium none !important;
}


/*
===========================================
Newsletter
===========================================
*/

.news-block h2 {
    color: #191919;
    font-family: poppins;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

.news-block p {
    color: #999;
    font-family: merriweather;
}

#newsletter form input {
    background-color: #f0f0f0;
    border-radius: 30px;
    height: 60px;
    padding: 0 200px 0 30px;
}

.news-block form .btn {
    padding-bottom: 12px;
    padding-top: 14px;
    position: absolute;
    right: 6px;
    top: 5px;
}

#newsletter .btn:hover {
    background-color: transparent!important;
    color: #444;
}

#newsletter::before {
    background-image: url("../images/Logo-icon.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 237px;
    left: -70px;
    position: absolute;
    right: auto;
    top: 50%;
    width: 205px;
    margin-top: -118px;
}


/*
===========================================
Footer
===========================================
*/

footer {
    background-color: #222222;
}

.footer-block.about a img {
    margin-bottom: 40px;
}

.footer-block p {
    color: #fff;
    font-family: merriweather;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
}

.footer-block h4 {
    color: #fff;
    font-family: poppins;
    font-size: 18px;
    margin-bottom: 45px;
    margin-top: 0;
    text-transform: uppercase;
}

.footer-block.menu ul, .footer-block.social-link ul {
    list-style: outside none none;
    padding: 0;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-count: 2;
}

.footer-block ul * {
    font-size: 12px;
    font-family: Merriweather;
    color: #fff;
    line-height: 28px;
}

footer .social-link a {
    font-family: poppins;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-block.social-link img {
    margin-top: 20px;
}

footer .contact .btn {
    font-family: poppins;
    font-size: 10px;
    font-weight: bold;
    margin-top: 25px;
    padding: 8px 15px 6px;
}

.footer-block.menu ul::before {
    background-color: #323232;
    bottom: 35px;
    content: "";
    left: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
}

.footer-block.menu li:nth-last-child(-n+4) {
    margin-left: 20px;
    padding-left: 20px;
}

#footer-upper.space {
    padding: 130px 0 80px;
}

footer .newsletter form button.btn {
    font-size: 12px;
    padding: 16px 30px 14px;
}

footer .newsletter form input {
    background-color: transparent;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}

#main section#copyrights .rights-block {
    padding: 30px 30px;
}

section#copyrights .rights-block {
    padding: 30px 15px;
}

section#copyrights .rights-block::after {
    background-color: #323232;
    bottom: auto;
    content: "";
    height: 1px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
}

#main section#copyrights .rights-block::after {
    left: 30px;
    right: 30px;
}

.footer-block form button {
    background-color: transparent;
    border: medium none;
    bottom: 0;
    position: absolute;
    right: 10px;
    top: 0;
}

footer .contact .btn:hover {
    color: #fff;
}

.footer-block.newsletter > p {
    margin-bottom: 20px;
}

#copyrights p {
    color: #8c8c8c;
    font-family: merriweather;
    font-size: 11px;
    font-weight: 300;
}

#copyrights p a {
    color: #8c8c8c;
    margin-left: 5px;
}

#copyrights .top a {
    color: #a4a4a4;
    font-family: poppins;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

footer.footer-3 * {
    background-color: #fff;
    color: #191919;
}

footer.footer-4 {
    background-image: url("../images/footer-bg.jpg");
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-4 h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px;
    margin-top: 0;
}

.footer-4 img {
    margin-bottom: 40px;
}

.footer-4 #copyrights * {
    color: #fff !important;
}

.footer-4 .btn {
    padding-bottom: 12px;
    padding-top: 14px;
}

.footer-4 section#copyrights .rights-block {
    border-top: 1px solid #666;
}

footer.footer-5 .footer-block.menu > ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
.footer-5 .footer-block.menu li {
    margin-left: 0;
    padding-left: 0;
}
.footer-5 .footer-block.menu ul::before {
    display: none;
}
.about .social li i:hover {
    border-color: #f9ca3b;
    color: #f9ca3b;
}
/*
===========================================
Video
===========================================
*/

#video.bg {
    background-image: url("../images/video.jpg");
    background-position: center 22%;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-block a {
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    height: 80px;
    width: 80px;
}

.video-block h3 {
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 25px;
}


/*
===========================================
Video 2
===========================================
*/

#video.bg.video-2::after {
    background-image: url("../images/video.jpg");
    background-position: center 22%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    content: '';
    z-index: -1;
}

.video-2 .row {
    display: flex;
}

#video.video-2.overlay::before {
    right: 50%;
}

#video.video-2 {
    z-index: 0;
}

.video-2 .main-heading {
    margin-bottom: 0;
    padding-left: 50px;
}

#video.video-2.bg {
    background-image: none;
}

#video.video-2 .btn {
    background-color: #191919;
    margin-top: 30px;
}

#video.video-2 .btn:hover {
    background-color: transparent;
}

.video-2 .main-heading * {
    color: #fff;
}


/*
===========================================
Partner logo
===========================================
*/

#partners.space {
    padding: 75px 0;
}


/*
===========================================
Testimonials
===========================================
*/

#testimonial .inner p {
    clear: both;
    color: #999;
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
    margin-top: 20px;
}

.client-image img {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: -2px 13px 19px 0 #e3e3e3;
}

.testimonial-info h5 {
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
}

.testimonial-info h5 a {
    color: #191919;
}

.testimonial-info a.site {
    color: #999;
    font-family: poppins;
    font-size: 11px;
}

.testimonial-block .inner::before {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.testimonial-block .inner {
    padding: 0 30px 30px;
}

#testimonial .testimonial-info {
    margin-top: 40px;
}


/*
===========================================
Testimonial-2
===========================================
*/

.testimonial-2 .testimonial-block .inner {
    padding: 30px 50px 30px 20px;
}

#testimonial.testimonial-2 .testimonial-info {
    margin-top: 0;
}

.testimonial-2 .testimonial-block .inner::before {
    top: 0;
}

.testimonial-2 .client-image img {
    border: medium none;
    box-shadow: none;
}

.testimonial-2 .inner p {
	font-size: 18px !important;
	line-height: normal !important;
	margin-top: 5px !important;
}

blockquote.callout {
	border: none;
	font-size: 36px;
	font-weight: normal;
	font-family: poppins;
	color: #adcbe5;
	position: relative;
	line-height: 90%;
	margin-top: 20px
}
blockquote.callout:before {
	font-family: FontAwesome;
    top: -5px;
    left: -20px;
    /* padding-right: 10px; */
    content: "\f10d";
    color: #CCC;
    opacity: 0.2;
    font-size: 60px;
    position: absolute;
}
blockquote.callout:after {
	font-family: FontAwesome;
    bottom: -5px;
    right: -20px;
    /* padding-right: 10px; */
    content: "\f10e";
    color: #CCC;
    opacity: 0.2;
    font-size: 60px;
    position: absolute;
}

/*
===========================================
Blog
===========================================
*/

.blog-block .inner h4 {
    font-family: poppins;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.blog-block .inner h4 a,
.blog-list .blog-info h4 a {
    color: #191919;
}

.blog-block .date {
    color: #999999;
    font-family: poppins;
    font-size: 12px;
    font-weight: 400;
}

#blog .blog-block .blog-image::before {
    background-color: #fff;
    bottom: -35px;
    content: "";
    height: 50px;
    left: -50px;
    position: absolute;
    right: 0;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    z-index: 1;
}

.blog-block .blog-image {
    overflow: hidden;
}

#blog .blog-block .inner:hover .blog-image::before {
    transform: none;
}

#blog .blog-block .inner:hover .blog-image::before {
    bottom: -61px;
    transform: none;
}

#blog.blog-column .blog-block .blog-image::before {
    bottom: -22px;
}

#blog.blog-column .blog-image img {
    height: 320px;
    width: 100%;
}

#blog.blog-column .blog-block:not(:nth-last-child(-n+2)) {
    margin-bottom: 40px;
}

.home-2.inner #slide-nav.affix .container::before {
    border-bottom: medium none transparent;
}

.blog-list .blog-info p {
    color: #999;
    line-height: 28px;
}

.blog-list .blog-info h4 {
    margin-bottom: 15px;
    margin-top: 0;
}

.blog-list .blog-block .date {
    margin-bottom: 6px;
}

#blog.blog-list .blog-block:not(:last-child) {
    margin-bottom: 40px;
}


/*
===========================================
Blog Inner
===========================================
*/

.inner .blog-block .inner h4 {
    font-size: 16px;
}

#blog .blog-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 40px;
}

#blog .blog-image img {
    height: 220px;
}

.blog-button .btn {
    background-color: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #8c8c8c;
    font-family: poppins;
    font-weight: 500;
    padding: 15px 25px 13px;
}

.blog-button .btn:hover {
    border-color: transparent;
    color: #fff;
}


/*
===========================================
Single Blog
===========================================
*/

#blog-detail .blog-image::before {
    background-color: #fff;
    bottom: -20px;
    content: "";
    height: 50px;
    left: -100px;
    position: absolute;
    right: 0;
    transform: rotate(3deg);
    z-index: 1;
}

#blog-detail .blog-block .inner h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

#blog-detail .blog-info {
    list-style: outside none none;
    padding: 0;
}

#blog-detail .blog-info * {
    color: #999999;
    font-family: poppins;
    font-size: 12px;
    line-height: 12px;
}

#blog-detail .blog-info li {
    display: inline-block;
    padding: 0 10px;
}

#blog-detail .blog-info li:not(:last-child) {
    border-right: 1px solid #999999;
}

#blog-detail .blog-info li:first-child {
    padding-left: 0;
}

#blog-detail .inner p {
    color: #999999;
    line-height: 30px;
    margin-top: 30px;
}

#blog-detail .tag {
    border-top: 1px solid #eeeeee;
    list-style: outside none none;
    margin-top: 40px;
    padding: 20px 0 0;
}

#blog-detail .tag * {
    color: #999;
    font-family: poppins;
    font-size: 12px;
}

#blog-detail .tag li {
    display: inline-block;
}

#blog-detail .tag li:not(:last-child)::after {
    content: ",";
}

#blog-detail .tag li:first-child {
    font-weight: bold;
    color: #222;
}

#blog-detail .tag li:first-child::after {
    display: none;
}

#blog-detail .comments,
#blog-detail .contact-block {
    margin-top: 75px;
}

#blog-detail .blog-heading h4 {
    color: #222222;
    font-family: poppins;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

#blog-detail .blog-heading p {
    color: #999999;
    font-family: poppins;
    font-size: 12px;
}

.comments .comment-base {
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 60px 0;
}

.comments .poster-image {
    padding: 0;
}

.comment-text h5 {
    color: #222222;
    font-family: poppins;
    margin-bottom: 6px;
    margin-top: 0;
    font-weight: bold;
}

.comment-text h5 a {
    color: #222222;
}

.comment-text .date {
    color: #999;
    font-family: poppins;
    font-size: 10px;
}

.comment-text p {
    color: #999;
    font-family: poppins;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.comment-text > a.reply {
    color: #222;
    font-family: poppins;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.comments .comment-text {
    padding-left: 30px;
}

.comments .comment:not(:last-child) {
    margin-bottom: 40px;
}

#blog-detail .blog-heading {
    margin-bottom: 60px;
}

#blog-detail .contact-block form .form-group {
    padding: 0 15px 0 0;
}


/*
===========================================
Breadcrumb
===========================================
*/

#top-section .bread-base, #top-section2 .bread-base {
    padding-bottom: 60px;
    padding-top: 160px;
    padding-left: 0;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.page-heading h2 {
    color: #fff;
    font-family: montserrat;
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
}

.page-heading p {
    color: #fff;
    font-family: merriweather;
    font-size: 12px;
}

.breadcrumb * {
    color: #fff;
    font-family: merriweather;
    font-size: 12px;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb > li + li::before {
    color: #fff;
}

#top-section {
    background-image: url("../images/home02-banner.jpg");
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: cover;
}

#top-section2 {
    background-image: url("../images/home03-banner.jpg");
    background-position: center 23%;
    background-repeat: no-repeat;
    background-size: cover;
}


/*
===========================================
Aside
===========================================
*/

.widget.search .form-group {
    display: flex;
    margin: 0;
    padding: 0;
}

.widget.search form button {
    background-color: #f8f8f8;
    border: medium none;
    border-radius: 0;
    color: #cccccc;
    padding: 0 22px;
    text-align: center;
}

.widget.search input {
    height: 55px;
    background-color: #f8f8f8;
}

.widget.search .form-control::-moz-placeholder {
    font-size: 12px;
}

.widget.search .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.widget.search .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.widget.search .btn i {
    margin-right: 0;
}

aside .widget.blog {
    background-color: #f8f8f8;
    padding: 20px;
}

.widget.blog h5 {
    color: #222222;
    font-family: poppins;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px;
    margin-top: 0;
}

.widget.blog h5 a {
    color: #222222;
}

.widget.blog .date {
    color: #999999;
    font-family: poppins;
    font-size: 11px;
}

aside .widget:not(:last-child) {
    margin-bottom: 30px;
}

.widget .blog-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.widget .blog-item:not(:first-child) {
    padding-top: 20px;
}

.widget .blog-item h5 a::before {
    content: "";
    font-family: fontawesome;
    margin-right: 8px;
}

.widget.category ul {
    list-style: outside none none;
    padding: 0;
}

.widget.category {
    background-color: #f8f8f8;
    padding: 0 20px;
}

.widget.category ul li a {
    color: #222222;
    display: block;
    font-family: poppins;
    font-size: 14px;
    padding: 20px 0;
}

.widget.category ul li:not(:last-child) a {
    border-bottom: 1px solid #e3e3e3;
}

.widget.category ul li a::before {
    content: "";
    font-family: fontawesome;
    margin-right: 7px;
}


/*
===========================================
Contact us
===========================================
*/

#contact-us p {
    color: #999999;
    line-height: 30px;
    margin-bottom: 60px;
}

.contact-block h4 {
    color: #222222;
    font-family: poppins;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.contact-block tbody * {
    color: #222;
    font-family: poppins;
    font-size: 14px;
    padding: 0 30px 0 0;
}

.bold {
    font-weight: bold;
}

.contact-block table tr:not(:last-child) td {
    padding-bottom: 10px;
}

.contact-block .email {
    margin-top: 40px;
}

.contact-block .form-control::-moz-placeholder {
    font-family: poppins;
    color: #989898;
}

.contact-block .form-control:-ms-input-placeholder {
    font-family: poppins;
    color: #989898;
}

.contact-block .form-control::-webkit-input-placeholder {
    font-family: poppins;
    color: #989898;
}


/*
===========================================
Contact 2
===========================================
*/

#contact-us.contact-2 * {
    color: #fff;
}

#contact-us.contact-2 {
    background-color: #222222;
}

#contact-us .contact-block .contact-info:not(:last-child) {
    margin-bottom: 40px;
}

.contact-2 .contact-block .email {
    margin-top: 0;
}

.social {
    list-style: outside none none;
    padding: 0;
}

.contact-2 .contact-block h3 {
    margin-bottom: 30px;
    margin-top: 0;
}

.social li i {
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    font-family: FontAwesome;
}


/*
===========================================
Pagination
===========================================
*/

.shots-pagination .pagination > li {
    display: inline-block;
    width: 63px;
    height: 53px;
}

.shots-pagination .pagination {
    margin: 0;
}

.shots-pagination {
    margin-top: 80px;
}

.shots-pagination .pagination li a {
    background-color: #fafafa;
    border: medium none;
    border-radius: 0;
    color: #333;
    font-size: 13px;
    height: 100%;
    padding: 0;
    width: 100%;
}

.shots-pagination .pagination li:first-child a,
.shots-pagination .pagination li:last-child a {
    background-color: #383838;
    color: #fff;
    font-size: 16px;
}

.shots-pagination .pagination li a:hover {
    color: #fff;
}

.shots-pagination .pagination > li.dash::before {
    bottom: 0;
    content: "...";
    font-size: 21px;
    left: 0;
    position: absolute;
    right: 0;
    top: 6px;
}


/*
===========================================
Portfolio home
===========================================
*/

body.portfolio-home::after,
body.portfolio-home::before {
    background-color: #fff;
    bottom: auto;
    content: "";
    height: 40px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

body.portfolio-home::before {
    bottom: 0;
    top: auto;
    z-index: 99;
}

.wrapper {
    background-color: #f6f6f6;
    margin: 40px auto;
    width: 95%;
    transition: -webkit-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, -moz-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, -o-transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

.wrapper footer.footer-3 {
    background-color: transparent;
}

.wrapper footer.footer-3 * {
    background-color: transparent;
}

.wrapper nav#slide-nav {
    background-color: #f6f6f6;
    left: 40px;
    right: 40px;
    top: 40px;
}

.wrapper nav#slide-nav.affix {
    background-color: #f6f6f6;
    box-shadow: 1px 4px 14px -8px rgba(0, 0, 0, 0.15);
}

.typed-cursor,
.type-heading {
    display: inline-block;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.main-heading span.typed-cursor {
    color: #333;
    margin-left: 2px;
}

.main-heading h2.type-heading {
    height: 40px;
}

.wrapper #slide-nav #menu_nav > ul > li > a {
    color: #333;
}

.wrapper .footer-block.social-link img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
}

.wrapper .footer-block.social-link img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}


/* ----------------------------------
 ANIMATION
  ---------------------------------- */

.animate-in {
    -webkit-transition: all 1s ease-in-out .2s;
    -moz-transition: all 1s ease-in-out .2s;
    -o-transition: all 1s ease-in-out .2s;
    -ms-transition: all 1s ease-in-out .2s;
    transition: all 1s ease-in-out .2s;
}

.bottom-out {
    top: 200px !important;
}

.bottom-out.animated {
    top: 0px !important;
}

.fade-in {
    opacity: 0;
    top: -20px;
}

.fade-in.animated {
    opacity: 1;
    top: 0px;
}

.scale-less {
    opacity: 0;
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
}

.scale-less.animated {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.left-out {
    left: -30px;
    opacity: 0;
}

.left-out.animated {
    left: 0;
    opacity: 1;
}

.right-out {
    right: -30px;
    opacity: 0;
}

.right-out.animated {
    right: 0px;
    opacity: 1;
}

.move-up {
    top: 30px;
    opacity: 0;
}

.move-up.animated {
    top: 0;
    opacity: 1;
}

.zoom-out {
    opacity: 0;
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    transform: scale(5);
}

.zoom-out.animated {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.small-spliter {
    width: 50px;
}

.small-spliter.animated {
    width: 20px;
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}

@-webkit-keyframes grow {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
        top: 110%;
    }
    100% {
        opacity: 1;
        top: 100%;
    }
}


/*
===========================================
4o4
===========================================
*/

#error-page {
    background-image: url("../images/404.jpg");
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
}

#error-page.overlay::before {
    background-color: rgba(25, 25, 25, 0.55);
}

#error-page h2 {
    color: #fff;
    font-family: montserrat;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

#error-page p {
    color: #fff;
    font-family: poppins;
    font-weight: lighter;
    line-height: 26px;
}

#error-page .buttons {
    margin-top: 30px;
}

#error-page .btn.icon {
    margin: 0 12px;
    padding: 15px 0 13px;
    text-align: center;
    width: 184px;
}

#error-page .btn:hover {
    color: #fff;
}

#error-page .btn.nocolor {
    background-color: transparent;
    border: 2px solid;
}


/*
===========================================
Coming Soon
===========================================
*/

#coming-soon {
    background-image: url("../images/coming-soon.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#coming-soon h2 {
    color: #fff;
    font-family: montserrat;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

#coming-soon p {
    color: #fff;
    line-height: 30px;
    font-family: Poppins;
}

#coming-soon form button {
    background-color: transparent;
    border: medium none;
    bottom: 0;
    position: absolute;
    right: 20px;
    top: 0;
}

#coming-soon form .form-group {
    margin-bottom: 0;
    margin-top: 30px;
}

#coming-soon .form-group input {
    border-radius: 28px;
    padding: 0 20px;
}


/*
===========================================
Skills
===========================================
*/

.skill-block h3 {
    color: #191919;
    display: inline-block;
    font-family: poppins;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

.skill-block p {
    color: #999;
    line-height: 28px;
}

.skill-box {
    height: 180px;
    margin: auto;
    position: relative;
    text-align: center;
    width: 180px;
}

.skill-box div {
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

.skill-box div span {
    background-color: #fff;
    border-radius: 50%;
    font-family: poppins;
    font-size: 25px;
    height: 155px;
    left: 12.5px;
    line-height: 155px;
    position: absolute;
    text-align: center;
    top: 12.5px;
    width: 155px;
}

.skill-box .background {
    background-color: #ccc !important;
}

.skill-box .rotate {
    clip: rect(0 100px 200px 0);
}

.skill-box .left {
    clip: rect(0 100px 200px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.skill-box .right {
    clip: rect(0 100px 200px 0);
    transform: rotate(180deg);
    opacity: 0;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
