﻿/*
    Theme Name: Bikin
    Theme URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
@import url('../../fonts/fontstyle.css');

/*************************
*******Typography******
**************************/

body {
    background: #fff;
    /*font-family: 'Roboto', Arial, sans-serif;*/
    font-family: 'BZarFont', Arial, sans-serif;
    color: #333;
    line-height: 1.6em;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    /*font-family:'Roboto';*/
    font-family: BZarFont;
    color: #000;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

div {
    font-size: 14px;
}
a {
    color: #424242;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: rgba(0,0,0,.85);
        text-decoration: none;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #0BA9F9;
}

    .btn:hover {
        color: #fff;
        background-color: #0BA9F9;
        border-color: #0BA9F9;
    }

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-header a.navbar-brand {
    color: #fff;
    font-family: BZarFont;
}

    .navbar-header a.navbar-brand:hover {
        color: #fff;
    }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    /*background: #2bb8ff;*/
    background: #7cc0f3;
    padding: px 0;
    padding-bottom: 0;
}

.navbar-nav {
    margin-top: 10px;
}

    .navbar-nav > li {
        margin-left: 20px;
        padding-bottom: 10px;
    }

.navbar-fixed-top .navbar-nav > li > a {
    display:none !important;
    font-family: BZarFont;
    padding: 5px 10px;
    margin: 0;
    border-radius: 3px;
    color: #ffd;
    line-height: 20px;
    /*display: inline-block;*/
    font-weight: 500;
    font-size: 18px;
    /*font-family: 'Roboto';*/
}

    .navbar-fixed-top .navbar-nav > li > a:hover {
        /*background: #0BA9F9;*/
        background: #7cc0f3;
        color: #fff;
    }

.navbar-fixed-top {
    border: none;
    /*background: #0BA9F9;*/
    background: #7cc0f3;
}

    .navbar-fixed-top .navbar-brand {
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }

    .navbar-fixed-top .navbar-nav > .active > a,
    .navbar-fixed-top .navbar-nav > .active > a:hover,
    .navbar-fixed-top .navbar-nav > .active > a:focus,
    .navbar-fixed-top .navbar-nav > .open > a,
    .navbar-fixed-top .navbar-nav > .open > a:hover,
    .navbar-fixed-top .navbar-nav > .open > a:focus {
        background-color: #2bb8ff;
        color: #fff;
    }

/*************************
*******Slider******
**************************/
.slider {
    position: relative;
    padding-top: 20px;
}

    .slider img {
        /*width: 80%;*/
        align-items: center;
        /*max-height:50%;*/
        max-width: 100%
    }

    .slider .item {
        text-align: center;
        align-items: center;
        max-height: 60%;
    }


#carousel-slider {
    position: relative;
}

    #carousel-slider .carousel-indicators {
        bottom: -25px;
    }

        #carousel-slider .carousel-indicators li {
            border: 1px solid #ffbd20;
        }

    #carousel-slider a i {
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 30px;
        height: 50px;
        padding: 8px;
        position: absolute;
        top: 50%;
        width: 50px;
        color: #fff;
    }

        #carousel-slider a i:hover {
            background: #0BA9F9;
            color: #fff;
            border: 1px solid #0BA9F9;
        }

    #carousel-slider .carousel-control {
        width: inherit;
    }

        #carousel-slider .carousel-control.left i {
            left: 40px;
            top: calc(50% - 25px);
        }

        #carousel-slider .carousel-control.right i {
            right: 40px;
            top: calc(50% - 25px);
        }

        #carousel-slider .carousel-control.left,
        #carousel-slider .carousel-control.right {
            background: none;
        }

.carousel-caption {
    position: absolute;
    right: 15%;
    top: calc(50% - 150px);
    font-size: 40px;
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

    .carousel-caption h2 {
        font-size: 60px;
        color: #0BA9F9;
    }

        .carousel-caption h2 span {
            font-size: 60px;
            color: #fff;
        }

    .carousel-caption p {
        font-size: 30px;
        margin-top: 30px;
        color: #fff;
    }

.carousel-inner .form-inline .form-group button[type="livedemo"] {
    padding: 20px 60px;
    font-size: 25px;
    background: #0BA9F9;
    color: #fff;
}

    .carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
        color: #0BA9F9;
        background: #fff;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

.carousel-inner .form-inline .form-group button[type="getnow"] {
    padding: 20px 60px;
    font-size: 25px;
    background: #fff;
    color: #0BA9F9;
}

    .carousel-inner .form-inline .form-group button[type="getnow"]:hover {
        color: #fff;
        background: #0BA9F9;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

/*************************
*******feature******
**************************/
#feature {
    padding-top: 15px;
    /*background: #fff;*/
    /*padding-bottom: 50px;*/
    font-family: BZarFont;
}

.hi-icon-effect {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    /*background: #2bb8ff;*/
    background: #7cc0f3;
    /*background: #f4f4f4;*/
    border-radius: 5px;
}

    .hi-icon-effect:hover {
        border-radius: 6px;
        background: #289edb;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

    .hi-icon-effect i.fa:hover {
        background: #e5e5e5;
        color: #d4880f;
        /*color: aquamarine;*/
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

.text-center i {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #0BA9F9;
    padding: 50px;
    background: #fff;
    border-radius: 50%;
}

.text-center h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-center h3 {
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #111;
}

.text-center p {
    margin-bottom: 30px;
}

/*************************
*******services******
**************************/
#gallery {
    /*padding-top: 30px;*/
    padding-bottom: 70px;
    background: #f4f4f4;
}

    #gallery img {
        border-radius: 8px;
    }

.gallery {
    margin-top: 60px;
    margin-bottom: 30px;
}

#gallery .text-center {
    padding-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*************************
*******parallax******
**************************/

.parallax-window {
    min-height: 500px;
    background: transparent;
}

    .parallax-window .text-center h2 {
        font-size: 60px;
        margin-top: 90px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }

    .parallax-window .text-center p {
        color: #fff;
        font-size: 20px;
    }

.sub-parallax .form-inline .form-group button[type="purchase"] {
    padding: 20px 90px;
    font-size: 20px;
    background: #fff;
    color: #0BA9F9;
    border-color: #0BA9F9;
}

    .sub-parallax .form-inline .form-group button[type="purchase"]:hover {
        background: #0BA9F9;
        color: #fff;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

.sub-parallax .form-inline .form-group button[type="subscribe"] {
    padding: 20px 90px;
    font-size: 20px;
}

    .sub-parallax .form-inline .form-group button[type="subscribe"]:hover {
        background: #fff;
        color: #0BA9F9;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

/*************************
*******pricing******
**************************/
#pricing {
    padding-top: 90px;
    background: #fff;
    padding-bottom: 40px;
}

    #pricing .text-center p {
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

.pricing-area h2 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    color: #fff;
}

.pricing-area span {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.plan {
    position: relative;
    margin-bottom: 70px;
}

.pricing-area ul {
    background: #FAFAFA;
    padding: 0;
    margin: 0;
}

    .pricing-area ul li {
        list-style: none;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 400;
    }

        .pricing-area ul li:nth-child(even) {
            background: #f5f5f5
        }

.pricing-area .price-three img,
.pricing-area .price-six img {
    position: absolute;
    right: 15px;
    top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
    padding: 17px 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven {
    margin-left: -10px;
    border-radius: 8px;
}

    .pricing-area .heading-one:hover,
    .pricing-area .heading-two:hover,
    .pricing-area .heading-three:hover,
    .pricing-area .heading-four:hover,
    .pricing-area .heading-five:hover,
    .pricing-area .heading-six:hover,
    .pricing-area .heading-seven:hover {
        background-color: #111;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
    background: #e24f43
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
    background: #27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
    background: #f39c12;
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
    background: #0BA9F9;
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
    background: #0BA9F9;
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
    background: #e24f43;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
    background: #0BA9F9;
}

.pricing-area .bg {
    background: #fafafa
}

.pricing-area .heading-one h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
    border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
    border-color: #D4880F transparent transparent;
    border-radius: 5px 0 0 0px;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    left: 4px;
    position: absolute;
    top: 78px;
    width: 0;
    z-index: -999;
}

.small-pricing h3:after {
    height: 94px;
}

.small-pricing h3:before {
    top: 74px;
}

.plan-action {
    height: 40px;
}

.pricing-area .plan-action .btn-primary {
    position: relative;
    padding: 5px 20px;
    color: #fff;
    margin-top: 5px;
}

    .pricing-area .plan-action .btn-primary:hover {
        border: none;
    }

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
    border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after {
    border-color: #0BA9F9 transparent transparent;
    right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
    border-color: #bf4539 transparent transparent;
    right: -9px;
}

/*************************
*******our team******
**************************/
#our-team {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f4f4f4;
}

    #our-team h4 {
        color: #0BA9F9;
    }

    #our-team .text-center {
        padding-top: 20px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    #our-team .team img {
        border-radius: 8px;
    }

/*************************
*******footer******
**************************/
footer {
    background: #f4f4f4;
    padding-bottom: 20px;
}

#contact {
    background: #fafafa;
    padding-top: 70px;
    padding-bottom: 80px;
}


.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    #sendmessage.show, #errormessage.show, .show {
        display: block;
    }

#contact .text-center {
    padding-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#contact ul {
    list-style: none;
    margin-left: -40px;
    font-size: 13px;
}

#contact h2 {
    color: #000;
    margin-bottom: 30px;
    font-size: 25px;
}

.form-inline {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .form-inline .form-group input[type="name"] {
        margin-top: 10px;
        border-radius: 4px;
        border-radius: 6px;
    }

    .form-inline .form-group input[type="email"] {
        margin-top: 10px;
        border-radius: 6px;
        padding: 5px 20px;
    }

.sub-footer form {
    margin-top: 60px;
    margin-bottom: 30px;
}

.sub-footer .form-inline .form-group button[type="purchase"] {
    padding: 20px 90px;
    font-size: 25px;
}

    .sub-footer .form-inline .form-group button[type="purchase"]:hover {
        background: #fff;
        color: #0BA9F9;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

.sub-footer .form-inline .form-group button[type="subscribe"] {
    padding: 20px 90px;
    font-size: 25px;
    background: #fff;
    color: #0BA9F9;
    border-color: #0BA9F9;
}

    .sub-footer .form-inline .form-group button[type="subscribe"]:hover {
        background: #0BA9F9;
        color: #fff;
        -webkit-transition: color 300ms, background-color 300ms;
        -moz-transition: color 300ms, background-color 300ms;
        -o-transition: color 300ms, background-color 300ms;
        transition: color 300ms, background-color 300ms;
    }

ul.social-network {
    list-style: none;
    margin-top: 20px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.social-icon {
    text-align: center;
    margin-bottom: 30px;
}

ul.social-network li {
    display: inline;
    margin: 0 18px;
    font-size: 25px;
}

    ul.social-network li a {
        color: #d0d0d0;
        text-align: center;
    }

.social-network li:hover .fa-twitter {
    color: #00abf0;
}

.social-network li:hover .fa-facebook {
    color: #39579a;
}

.social-network li:hover .fa-google-plus {
    color: #eb8984;
}

.social-network li:hover .fa-pinterest {
    color: #c9171e;
}

.social-network li:hover .fa-linkedin {
    color: #0077b5;
}

.social-network li:hover .fa-youtube-play {
    color: #C84941;
}

.social-network li:hover .fa-dribbble {
    color: #EA4C89;
}

.social-network li:hover .fa-pinterest-square {
    color: #EA4B49;
}




.missionsBox {
    min-height: 500px;
    border-right: 1px solid #ddd;
    padding: 0;
    border-radius: 5px;
    margin: 0 !important;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    background-color: white;
}

.missions * {
    font-family: IRANSans_FaNum;
    font-size: 16px
}

.missions {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    margin: 0 0 1.5em !important;
    height: 36px;
    background: #f2f2f2;
    counter-reset: flag;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0 !important
}

    .missions:before, .missions:after {
        content: " ";
        display: table
    }

    .missions:after {
        clear: both
    }

    .missions li {
        width: 19%;
        background: #e0e0e0 none repeat scroll 0 0;
        color: #999;
        display: block;
        float: right;
        height: 36px;
        margin-left: 5px;
        position: relative;
        white-space: nowrap;
        line-height: 27px;
        padding: 5px 20px
    }

        .missions li:before {
            content: ""
        }

        .missions li:after {
            content: "";
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-right: 18px solid #e0e0e0;
            position: absolute;
            left: -17px;
            top: 0;
            z-index: 1
        }

        .missions li:before {
            content: "";
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-right: 18px solid #f2f2f2;
            position: absolute;
            right: 0;
            top: 0
        }

        .missions li span.counter {
            background: #fff none repeat scroll 0 0;
            border: 0 solid #aaa;
            border-radius: 50%;
            font-size: 14px;
            height: 22px;
            width: 22px;
            margin: 1px 0 0 4px;
            display: inline-block;
            text-align: center;
            font-family: IRANSans_FaNum
        }

        .missions li:hover {
            cursor: default
        }

            .missions li:hover span.counter {
                color: #000
            }

        .missions li:first-child {
            -webkit-border-radius: 0 4px 4px 0;
            -moz-border-radius: 0 4px 4px 0;
            -ms-border-radius: 0 4px 4px 0;
            -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
            padding-right: 0
        }

            .missions li:first-child:before {
                display: none
            }

            .missions li:first-child span.counter {
                margin-right: 10px
            }

        .missions li + li:before {
            content: "";
            padding: 0
        }

        .missions li.passed {
            background: #3cbea2;
            color: #fff !important;
            color: #2f5c0c
        }

            .missions li.passed:after {
                border-right-color: #3cbea2
            }

            .missions li.passed span.counter {
                color: #000
            }

            .missions li.passed:hover:after {
                border-right-color: #3cbea2
            }

        .missions li.active {
            background: #F44336;
            color: #fff
        }

            .missions li.active:after {
                border-right-color: #F44336
            }

            .missions li.active span.counter {
                color: #000
            }

        .missions li.retry {
            background: #f0ad4e;
            color: #fff
        }

            .missions li.retry:after {
                border-right-color: #f0ad4e
            }

            .missions li.retry span.counter {
                color: #000
            }