/*
-------------------------------------
[Master Stylesheet]
Author       : DsahaThemes
Template Name: Acaprio - OnePage Responsive Portfolio Template
Version      : 1.0
-------------------------------------
*/


/*
------------------------------------
    CONTENT
------------------------------------
 1. GLOBAL STYLES
 2. TYPOGRAPHY
 3. BUTTONS
 4. PRELOADER
 5. NAVBAR
 6. HEADER
 7. HERO
 8. QUALIFICATION
 9. SERVICE
 10. NUMBER
 11. PORTFOLIO
 12. CHATING
 13. TESTIMONIAL
 14. BLOG
 15. CONTACT
 16. FOOTER
*/


/* ===================================================================
    GLOBAL STYLES
===================================================================  */
* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none!important;
    list-style: none!important;
    outline: 0!important
}

body,
html {
    overflow-X: hidden;
    height: 100%;
    width: 100%;
    font-weight: 400;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
}

span {
    display: inline-block
}

.clear-fix {
    clear: both
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mt-100 {
    margin-top: 100px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-100 {
    margin-bottom: 100px
}

.mrl-10 {
    margin: 0 10px
}

.mrl-20 {
    margin: 0 20px
}

.mrl-30 {
    margin: 0 30px
}

.mrl-40 {
    margin: 0 40px
}

.mrl-50 {
    margin: 0 50px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-50 {
    padding: 50px 0
}

.prl-10 {
    padding: 0 10px
}

.prl-20 {
    padding: 0 20px
}

.prl-30 {
    padding: 0 30px
}

.prl-40 {
    padding: 0 40px
}

.prl-50 {
    padding: 0 50px
}

.no-padding {
    padding: 0px !important;
}

.section-padding {
    padding: 60px 0
}

.bit {
    height: 2px;
    width: 30px;
    margin-bottom: 5px;
    background: #222;
}

.header,
.all-button,
.filter_controll ul li,
.portfolio_title h6,
.portfolio_title p,
.contact_item .b-btn {
    font-family: 'Roboto Condensed', sans-serif;
}


/* ===================================================================
    TYPOGRAPHY
===================================================================  */

h1,
h2,
h3 {
    font-weight: 700
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 35px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 25px
}

h6 {
    font-size: 18px
}

p {
    line-height: 1.5;
    margin: 0;
    font-size: 16px
}


/* ===================================================================
    BUTTON
===================================================================  */

.all-button {
    display: inline-block;
    padding: 12px 36px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.all-button:hover {
    color: #222;
    background: #fff;
}

.contact_item .b-btn {
    padding: 12px 36px;
    color: #222;
    border: 1px solid #222;
    border-radius: 30px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.contact_item .b-btn:hover {
    color: #fff;
    background: #222;
}


/* ===================================================================
    PRELOADER
===================================================================*/

#page-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: #fff;
}

.page-loader-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(34, 34, 34, 1);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(34, 34, 34, 1);
    border-right-color: rgba(0, 0, 0, 0.15);
    -webkit-animation: page-loader-circle 0.8s linear infinite;
    animation: page-loader-circle 0.8s linear infinite;
}

@keyframes page-loader-circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes page-loader-circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ===================================================================
    NAVBAR
===================================================================  */

.navbar-default {
    padding: 20px 0 30px;
    background: 0 0;
    border: none;
    border-radius: 0;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.nav-scroll {
    background: rgba(0, 0, 0, 0.8);
    height: 80px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 99
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    font-weight: 700;
    font-size: 50px;
    color: #8CD37E;
    padding-top: 30px;
}

.navbar-default .navbar-nav>li>a {
    margin: 0!important;
    color: #fff;
    padding: 0!important;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>li {
    font-size: 16px;
    margin: 30px 15px 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    position: relative;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #8CD37E;
    background-color: transparent;
}


/* ===================================================================
    HEADER
=================================================================== */

.header {
    position: relative;
    height: 100vh;
    width: 100%;
    background: url(../img/background/banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/*---------------Home  Middle Content ---------------*/

.middil_content_left {
    display: inline-block;
    padding-right: 20px;
}

.middil_content_left h1 {
    font-size: 160px;
    color: #fff;
    font-weight: 600;
}

.middil_content_right {
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.middil_content_right:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 89%;
    width: 10px;
    background: #fff;
}

.middil_content_right h2 {
    line-height: 1.2;
    font-weight: 600;
}

.middil_content_right h4 {
    font-weight: 300;
    display: inline-block;
}

.middil_content_right h4,
.middil_content_right h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.middil_content_right span {
    font-size: 30px;
    color: #8CD37E;
    font-weight: 300;
}


/*---------------Home  Middle Button ---------------*/

.home_button {
    margin-top: 20px;
}

.home_button a {
    border-color: #fff;
    color: #fff;
}

.home_button a:hover {
    background: #fff;
    color: #222;
}


/*---------------Home  Right Corner Text ---------------*/

.center a {
    position: absolute;
    right: 0px;
    bottom: 60px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #8CD37E;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.center a i {
    -webkit-animation: dropdown 2s linear infinite;
    animation: dropdown 2s linear infinite;
}

@-webkit-keyframes dropdown {
    0% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    25% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes dropdown {
    0% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    25% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px);
    }
    100% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
}


/* ===================================================================
    HERO
===================================================================  */

.hero_img img {
    width: 90%;
    margin-bottom: 10px;
}

.hero_item {
    margin-left: 30px;
    position: relative;
}

.hero_item:after {
    content: '';
    width: 1px;
    height: 200px;
    position: absolute;
    left: -7%;
    top: 45%;
    background: #222;
}

.hero_item:before {
    content: '';
    width: 1px;
    height: 200px;
    position: absolute;
    left: -10%;
    top: 25%;
    background: #222;
}

.hero_txt h3 {
    letter-spacing: 1px;
    margin-top: 0;
}

.hero_para p span {
    float: left;
    font-size: 50px;
    line-height: 0.5;
    padding-right: 8px;
    padding-left: 3px;
    padding-top: 14px;
}

.hero_button a:nth-child(1) {
    margin-right: 20px;
    background: #222;
    color: #fff;
}

.hero_button a:nth-child(1):hover,
.hero_button a:nth-child(2) {
    background: transparent;
    color: #222;
    border: 1px solid #222;
}

.hero_button a:nth-child(1) i {
    padding-left: 8px;
}

.hero_button a:nth-child(2):hover {
    background: #222;
    color: #fff;
    border: 1px solid #222;
}


/* ===================================================================
    QUALIFICATION
===================================================================  */

.qualification {
    background: #f8f8f8;
}

.skill_title span {
    margin-bottom: 30px;
    display: block;
    font-size: 40px;
}

.skill_title h5 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}

.skills-progress {
    width: 90%;
    height: 2px;
    position: relative;
    background: #f4f4f4;
}

.skills-progress span {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: #222;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    right: -10px;
    top: -15px;
    width: 30px;
    height: 30px;
    line-height: 3;
    text-align: center;
    font-size: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background: #fff;
}


/* ===================================================================
    SERVICE
===================================================================  */

.service_box {
    padding: 20px;
    margin: 5px;
    border: 1px solid #e3e3e3;
}

.service_icon {
    border: 1px solid #222;
    padding: 10px;
    width: 60px;
    height: 55px;
    text-align: center;
    position: relative;
}

.service_icon:after {
    content: '';
    height: 1px;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #222;
}

.service_icon span {
    color: #222;
    font-size: 30px;
}


/* ===================================================================
    NUMBER
===================================================================  */

.number {
    background: url(../img/background/funfact-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}

.number:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.number_box {
    text-align: center;
}

.number_box h5 {
    margin-bottom: 5px;
    color: #fff;
}

.number_icon span {
    font-size: 50px;
    color: #fff;
}

.rule {
    height: 1px;
    width: 20px;
    background: #fff;
}

.rule_right:after {
    content: '';
    height: 80px;
    width: 1px;
    position: absolute;
    right: 0;
    bottom: 25%;
    background: #fff;
}

.number_box p {
    color: #fff;
    letter-spacing: 1px;
}


/*=====================================================================
    PORTFOLIO
=================================================================== */

.filter_controll ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    line-height: 0.9;
    border-radius: 2px;
    margin: 0px 5px 10px 0px;
    font-size: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
}

.filter_controll ul li:hover {
    border-color: #8CD37E;
    color: #8CD37E;
}

.filter_controll ul li.active {
    border-color: #8CD37E;
    color: #8CD37E;
}

.grid_item {
    padding: 0 8px;
    margin-bottom: 20px;
}

.portfolio_item {
    background: #fff;
    border: 1px solid #e3e3e3;
}

.portfolio_img {
    position: relative;
}

.portfolio_img img {
    width: 100%;
}

.portfolio_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio_item:hover .portfolio_img::before {
    opacity: 1;
}

.portfolio_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio_icon a {
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    height: 60px;
    width: 60px;
    line-height: 3;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.portfolio_icon a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}

.portfolio_item:hover .portfolio_icon a {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

.portfolio-view {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.portfolio:hover .portfolio-view {
    opacity: 1;
}

.portfolio_title {
    padding: 15px;
}

.portfolio_title h6 {
    font-weight: 400;
    color: #636363;
}

.portfolio_title p {
    font-weight: 300;
    color: #636363;
}


/*=====================================================================
    CHATING
=================================================================== */

.chating {
    background: url(../img/background/cta-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    position: relative;
}

.chating:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.chating_txt h3 {
    font-weight: 700;
    color: #fff;
}

.chating_txt h6 {
    color: #fff;
}

.chating_txt:after {
    content: '';
    height: 70px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 90%;
    top: 15%;
}

.chating_button {
    margin-top: 7%;
}


/*=====================================================================
    TESTIMONIAL
=================================================================== */

.testimonial {
    background-blend-mode: overlay;
    background: rgba(0, 0, 0, 0.7);
    background-image: url(../img/background/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.clients_main {
    background: rgba(255, 255, 255, 0.2);
    padding: 40px;
    color: #fff;
}

.clients_img,
.clients_txt {
    display: inline-block;
}

.clients_img img {
    vertical-align: baseline;
}

.clients_txt {
    width: 80%;
    padding-left: 20px;
}

.direction {
    width: 0;
    height: 0;
    border-top: 40px solid rgba(255, 255, 255, 0.3);
    border-right: 40px solid transparent;
    float: right;
}

.testimonial .owl-nav {
    display: none;
}

.testimonial .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.testimonial .owl-dots .active {
    width: 10px;
    background: #18FEFB;
    border: 1px solid #18FEFB;
}

.testimonial .owl-dot {
    height: 6px;
    width: 25px;
    background: #fff;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/*=====================================================================
    BLOG
=================================================================== */

.post_img img {
    width: 100%;
    height: auto;
}

.post_content {
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.post_content a h5 {
    color: #222;
}

.post_content a span {
    color: #00bbb9;
    font-size: 16px;
    padding-top: 8px;
}

.info {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.info li {
    display: inline-block;
}

.info li a {
    font-size: 13px;
    margin-right: 10px;
    color: #222;
}

.info li a span {
    margin-right: 5px;
    color: #00bbb9;
}

.read_more .all-button {
    color: #00bbb9;
    border: 1px solid #00bbb9;
}

.read_more .all-button:hover {
    background: #00bbb9;
    color: #fff;
}


/*=====================================================================
    CONTACT
=================================================================== */

.contact {
    background: #f8f8f8;
}

.contact_txt .bit {
    background: #222;
}

.address_box p {
    width: 80%;
}

.address_box p i {
    width: 30px;
}

.contact_list p {
    margin: 8px 0;
}

.social_list li {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 25px;
}

.social_list a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 2.5;
    background: transparent;
    border: 2px solid #222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #222;
    font-size: 16px;
}

.social_list a:hover {
    background: #222;
    color: #fff;
}

.social_list a i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact_item input,
.contact_item textarea {
    width: 100%;
    padding: 10px 10px 10px 48px;
    border: 1px solid #222;
    letter-spacing: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: transparent;
}

.contact_item input {
    margin-bottom: 10px;
    height: 40px;
}

.contact_item textarea {
    height: 120px;
}

.contact_item input:focus,
.contact_item textarea:focus {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #222;
    background: transparent;
}

.contact_item span {
    position: absolute;
    top: 0;
    left: 15px;
    width: 40px;
    text-align: center;
    padding: 9px;
    color: #222;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #222;
    background: transparent;
}

input::-webkit-input-placeholder {
    color: #222;
}

textarea::-webkit-input-placeholder {
    color: #222;
}

p.form-messages {
    display: inline-block;
    width: 50%;
    margin-left: 10px;
}

p.error {
    color: #FF0000;
}

p.success {
    color: #98FB98;
}


/*=====================================================================
    FOOTER
=================================================================== */

.footer {
    background: #1a1a1a;
}

.footer_link ul li {
    display: inline-block;
}

.footer_link li a {
    border-right: 1px solid #5d5d5d;
    padding: 0 10px;
    line-height: 1;
    color: #a7a7a7;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer_link li:nth-child(7) a {
    border: none;
}

.copyright {
    color: #7b7b7b;
}
