/*
* ----------------------------------------------------------------------------------------
Author       : Onepageboss
Template Name: MINIMA - Minimal Onepage Agency Template
Version      : 1.0

   ____                   _____                             ____     ____     _____    _____ 
  / __ \                 |  __ \                           |  _ \   / __ \   / ____|  / ____|
 | |  | |  _ __     ___  | |__) |   __ _    __ _    ___    | |_) | | |  | | | (___   | (___  
 | |  | | | '_ \   / _ \ |  ___/   / _` |  / _` |  / _ \   |  _ <  | |  | |  \___ \   \___ \ 
 | |__| | | | | | |  __/ | |      | (_| | | (_| | |  __/   | |_) | | |__| |  ____) |  ____) |
  \____/  |_| |_|  \___| |_|       \__,_|  \__, |  \___|   |____/   \____/  |_____/  |_____/ 
                                            __/ |                                            
                                           |___/                                             
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.SLIDER CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SERVICE CSS STYLE
* 07.VIDEO CSS STYLE
* 08.TEAM CSS STYLE
* 09.WHY CHOOSE US CSS STYLE
* 10.WORK CSS STYLE
* 11.TESTIMONIAL CSS STYLE
* 12.PRICING CSS STYLE
* 13.FAQ CSS STYLE
* 14.GET STARTED CSS STYLE
* 15.CONTACT CSS STYLE
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    color: #333;
    font-weight: 300;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 3px;
}

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

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    width: 100%;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 60px 0
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title p {
    padding: 0px 300px;
}

a.learn-more {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 12px;
}

a.learn-more:hover {
    letter-spacing: 5px;
}

.scrollup {
    height: 40px;
    width: 40px;
    font-size: 30px;
    color: #333;
    text-align: center;
    background-color: #F0F0F0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 35px;
    cursor: pointer;
    display: none;
    box-shadow: 0px 1px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    z-index: 2;
    border-radius: 50%;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

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

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #333;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.header-top-information-area {
    background: #F4F4F4;
    padding: 10px 0px;
}

.header-top-info p {
    color: #333;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.header-top-info p i {
    margin-right: 8px;
}

ul.header-social {
    padding: 0;
    margin: 0;
    text-align: right;
}

ul.header-social li {
    display: inline-block;
    margin: 0px 5px;
}

ul.header-social li a {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
    color: #333;
}

ul.header-social li a:hover {
    color: #000;
}

.header-top-area {
    background: #fff;
    position: relative;
    padding: 5px 0px;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
}

.is-sticky {
    width: 100%;
    z-index: 999;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}

.is-sticky .logo {
    padding-top: 10px;
}

.is-sticky .header-top-area {
    box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
}

.is-sticky .mainmenu .navbar-nav li a {
    padding: 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.logo {
    padding-top: 15px;
}

.logo a {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    color: #333;
    letter-spacing: 3px;
}

.mainmenu .navbar-nav li a {
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 04.HERO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.hero-area {
    background: url(../images/bg/bg.jpg);
    padding: 200px 0px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

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


.hero-text h3 {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.hero-text h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}


/*
* ----------------------------------------------------------------------------------------
* 05.SLIDER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-slide-item {
    padding: 200px 0px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(244, 244, 244, .5);
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../images/bg/slide1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../images/bg/slide2.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    border: none;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 30px;
    height: 5px;
    margin: 0 3px;
    background-color: #000;
}


/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
    padding-top: 80px;
    padding-bottom: 60px;
}

.about-text p {
    margin-bottom: 18px;
}

.single-project-complete {
    margin-top: 30px;
    text-align: center;
}

.single-project-complete h2 {
    font-size: 20px;
    margin: 20px 0px;
    font-weight: 400;
}

.single-project-complete i {
    font-size: 42px;
    color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #F4F4F4;
}

.single-service {
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover.single-service h4:before {
    width: 200px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service p {
    margin-top: 20px;
}

.single-service h4 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
    position: relative;
}

.single-service h4:before {
    position: absolute;
    left: 0;
    top: 30px;
    height: 1px;
    width: 30px;
    background: #333;
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service span {
    font-size: 40px;
}


/*
* ----------------------------------------------------------------------------------------
* 07.VIDEO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.video-area {
    padding: 150px 0px;
    background: url(../images/video-bg.jpg);
    position: relative;
    background-size: cover;
    z-index: 1;
}

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

.video-area-text h2 {
    color: #333;
    font-size: 20px;
}

.video-area-text i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    padding-left: 8px;
    background: #333;
}

.mfp-iframe-holder {
    padding-top: 80px;
}


/*
* ----------------------------------------------------------------------------------------
* 08.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {}

.single-team {
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 10px;
}

.single-team img {
    width: 100%;
}

.single-team h4 {
    margin-top: 30px;
    font-size: 14px;
}

.single-team p {
    margin: 20px 0;
}

.team-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.team-social ul li a {
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
}

.team-social ul li a:hover {}


/*
* ----------------------------------------------------------------------------------------
* 09.WHY CHOOSE US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.progress-bar-text span {
    float: right
}

.progress-bar-text {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: 'Dosis', sans-serif;
}

.progress-bar {
    background: #ccc none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 2px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.progress-bar > span {
    background: #333 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 10.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

#portfolio .col-md-4 {
    padding: 0;
    margin: 0;
}

.work .second-page-title {
    margin-bottom: 50px;
}

.work .filters {
    text-align: center;
    margin-bottom: 20px;
}

.work .filters ul {
    padding: 0;
}

.work .filters li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.work .filters li:hover {
    color: #333;
    -webkit-transition: .3s;
    transition: .3s;
}

.work .filters li.active {
    color: #000;
}

.item:hover img {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 12.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #EFEFEF;
}

.testimonial-list {
    padding: 100px 0px;
    background: #fff;
}

.single-testimonial {
    padding: 0px 300px;
}

.single-testimonial i {
    font-size: 40px;
}

.single-testimonial h6 {
    margin-top: 20px;
}

.single-testimonial h5 {
    font-style: italic;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border-radius: 10px;
    background: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 13.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {}

.pricing-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border: 1px dotted #F0F0F0;
    margin-top: 30px;
}

.pricing-header .plan-title h4 {
    font-size: 14px;
    margin-bottom: 20px;
}

.pricing-header .plan-price {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    color: #333;
    background: #F4F4F4;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.plan-features {
    margin-top: 40px;
    border-top: 1px dotted #ccc;
}

.plan-features li {
    margin: 10px 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}


/*
* ----------------------------------------------------------------------------------------
* 14.GET STARTED CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.get-started {
    background: #F4F4F4;
}

.get-text {
    color: #333;
}

.get-text p {
    padding: 0px 100px;
}


/*
* ----------------------------------------------------------------------------------------
* 17.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.any-questions-area {
    background: #f9f9f9;
}

#faq .panel-group .panel {
    margin-bottom: 8px;
}

#faq .panel-default {
    border: none;
}

#faq .panel-default>.panel-heading {
    background: #f0f0f0;
    color: #505050;
}

#faq .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]:hover {
    color: #000;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]:after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed:after {
    content: "+";
    font-size: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 17.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-top-area {
    background: #F0F0F0;
}

.contact-form {
    margin-top: 30px;
}

.contact-form input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 3px;
    font-size: 18px;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form textarea {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 200px;
    border-radius: 0px;
    resize: none;
    font-size: 18px;
    border-radius: 3px;
}

.contact-form button {
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    letter-spacing: 3px;
    border: none;
}

.contact-form button:hover {
    letter-spacing: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 18.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-bottom-area {
    padding: 100px 0px;
}

.single-contact-info h2 {
    font-size: 14px;
}

.single-contact-info span {
    font-size: 40px;
}