/*
Author: XpeedStudio
Author URI: https://themeforest.net/user/xpeedstudio
*/
/* -----------------------------------------------------------
Table of content


01 Global styles
02 Intro/ Home
03 About
04 Services
05 Counter
06 Mission
07 Accordion
08 Portfolio
09 Video Section
10 Team
11 Testimonial
12 Blog
13 Client
14 Contact
15 Footer

-- Pages
16 About Page
17 Journal Page 
19 Portfolio Page
20 Team Page
21 Services Page



/* -------------------------------------------------------- */

/* Genaral */
/* -------------------------------------------------------- */
html,
body {
    background-color: #fff;
    font-size: 16px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: 'Open Sans', sans-serif;
}
/* Preloader */
/* -------------------------------------------------------- */
.sk-folding-cube {
    margin: 15px auto;
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #029aa2;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(9, 19, 20, 0.88);
}
.preloader-container {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    opacity: 1;
}
/*End off preloader*/



img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
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"],
.uneditable-input {
    outline: none;
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    padding: 25px 15px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 3.571rem;
    line-height: 3rem;
    color:#fff;
    letter-spacing: .4rem;
}
@media (min-width: 768px) {
    h1 {
        line-height: 5rem;
    }
}
h2 {
    font-size:2.857rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-size:2.143rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.429rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
    font-weight: 600;
    text-transform: uppercase;
}

h1 span{
    font-weight: 600;
}
p {
    line-height: 2rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}

.blackbg{
    background: #262626;
}
.whitebg{
    background: #ffffff;
}
.textwhite {
    color: #fff;
}
.textblack {
    color: #262626;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

.sections {
    padding-top:40px;
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .sections {
    padding-top:85px;
    padding-bottom: 85px;
}
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(41, 39, 34, 0.55);
    width: 100%;
    height: 950px;
}
.home-overlay {
    background-color: rgba(41, 39, 34, 0.55);
    width: 100%;
    height:100%;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
.clogo_borderBottom{
    width:100%;
    height: 20px;
    background:#1cbba0;
    overflow: hidden;
}
.whitedivider {
    height: 1px;
    width: 230px;
    margin: 16px 0px;
    position: relative;
    background: #fff;
}
.whitedivider2 {
    height: 1px;
    width: 185px;
    margin: 16px 0px;
    position: relative;
}
.whitedivider3 {
    height: 1px;
    width: 315px;
    margin: 16px 0px;
    position: relative;
}
.blackdivider {
    height: 1px;
    width: 340px;
    margin: 16px 0px;
    position: relative;
    background: #262626;
}

.divider{
    background-color: #1CBBA0;
    height: 1px;
    width:70%;
    position: relative;
    left: 20%;
    display: inline-block;
    margin-top: 5%;
}
.divider2{
    background-color: #1CBBA0;
    height: 1px;
    width:50%;
    position: relative;
    margin:20px auto;
    display: inline-block;
}
.btn-md{
    height: 35px;
    background: transparent;
    padding: 0.5rem 2rem;
    border: 1px solid #fff;
    color:#fff;
    border-radius: 0;
    transition: all 0.6s;
}
.btn-md:hover{
    background: #1CBBA0;
    color:#fff;
    border: 1px solid #1CBBA0;
}

.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-30 {
    padding-top: 1.875rem;
}
.padding-bottom-30 {
    padding-bottom: 1.875rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-top-80 {
    padding-top: 5.714rem;
}
.padding-bottom-80 {
    padding-bottom: 5.714rem;
}
.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-90 {
    padding-bottom: 6.429rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}

.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(38,38,38,0.65);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}
.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#f1f1f1;
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #f1f1f1;
    padding-bottom: 22px;
    border-bottom: 1px solid #e74c3c;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 0.688rem;
    color: #fff;
}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(38,38,38,0.65);
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 4px;
}
.dropdown-menu>li>a {
    padding: 15px 20px;
    color:#fff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #1CBBA0;
    color:#fff;
}

.culmn{
    width:100%;
    overflow: hidden;
}
.head_title{
    margin-bottom:70px;
}

/* Home */
/* -------------------------------------------------------- */

.home{
    background: url(../images/homebg.jpg) no-repeat 100% 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.main_home{
/*    padding-top: 250px;*/
}
.home_content{
    overflow: hidden;
    border:1px solid #fff;
    width:75%;
    margin:0 auto;
}
.main_home .home_top_text span{
    width: 420px;
    min-height: 40px;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 8px;
    background: #1CBBA0;
    color: #fff;
    padding: 0.5rem 2rem;
    display: inline-block;


}
.main_home .home_bottom_text h1{
    font-family: 'Raleway', sans-serif;
}
.main_home .home_bottom_text h1 span{
    font-weight: 600;
}




/* About */
/* -------------------------------------------------------- */
.main_about{
    overflow: hidden;
    /*margin-bottom: 100px;*/
}
.main_about .single_about_left{
    background: #000;
    /*overflow: hidden;*/
}
/*.main_about .single_about_rigth{
    overflow: hidden;
}*/
.main_about .single_about_rigth .single_about_right_top_text{
    /*overflow: hidden;*/
}

.main_about .single_about_left .single_about_left_top_text{
    padding-left: 20%;
    padding-right: 10%;
    overflow: hidden;
}
.main_about .single_about_left .single_about_left_bottom_text{
    padding-left: 15%;
    padding-right: 10%;
}
.single_about_left_bottom_text .single_about_left_b_t_bg{
    background: #1CBBA0;
    width:100%;
    margin: 0 auto;
    padding: 25px;
}
.single_about_left_bottom_text .single_about_left_b_t_brdr{
    border:1px solid #fff;
    padding: 5% 1%;
}
.single_about_left_bottom_text .single_about_left_b_t_brdr h1{
    font-weight: 300;
    letter-spacing: 2px;
}

/*.main_about .single_about_right_bottom_text {
    padding-left: 15%;
    width:80%;
    padding-top: 36%;
}*/
.main_about .single_about_rigth .single_about_right_bottom_text{
    overflow: hidden;
    padding-left: 15%;
    width:80%;
    padding-top: 36%;
}
.main_about .single_about_rigth .single_about_right_bottom_text h3{
    font-size:13px;
    font-weight: 600;
    margin-bottom: 0;
    color:#262626;
}
.main_about .single_about_rigth .right_single_about_skill{
    position: relative;
}
.main_about .single_about_rigth .single_about_right_bottom_text .right_about_top_content{
    display: inline-block;
    position: absolute;
    left:0;
    bottom:0;
}


/* Services */
/* -------------------------------------------------------- */
.main_service_area{
    background: url(../images/bg02.jpg) no-repeat top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.main_service{
    overflow: hidden;
}

.main_service .single_service_left {
    background: rgba(255, 255, 255, 0.78);
    padding: 30px 20px;
}
@media (min-width: 768px) {
    .main_service .single_service_left {
        padding: 8% 10% 10% 20%;
        height: 600px;
    }
}
.main_service .left_single_service {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .main_service .left_single_service {
        margin-bottom:15%;
    }
}
.main_service .left_single_service:last-child {
    margin-bottom: 0;
}
.main_service .left_single_service:hover i{
    color:#1CBBA0;
}
.main_service .single_service_right{
    background: rgba(38,38,38,0.70);
    padding: 30px 20px;
}
@media (min-width: 768px) {
    .main_service .single_service_right{
        padding: 8% 10% 10% 20%;
        height: 600px;
    }
}
.main_service .single_service_left h3{
    color:#191919;
    font-size:1.275rem;
    font-weight: 600;
    line-height: 4rem;
}
.main_service .single_service_left h3 i{
    font-size: 3rem;
    margin-right: 20px;
    line-height: 4rem;
    margin-bottom: -20px;
    display: inline-block;
    float: left;
    transition: all 0.6s;
}
.main_service .single_service_left p{
    display: block;
    margin-top:1%;
    color:#191919;
}
.main_service .single_service_right h3{
    color:#fff;
    font-size:1.275rem;
    font-weight: 600;
    line-height: 4rem;
}
.main_service .single_service_right h3 i{
    font-size: 3rem;
    margin-right: 20px;
    line-height: 4rem;
    margin-bottom: -20px;
    display: inline-block;
    float: left;
    transition: all 0.6s;
}
.main_service .single_service_right p{
    display: block;
    color:#fff;
    margin-top:1%;
}

.main_fartext h3{
    color:#333;
    line-height: 54px;
    font-size: 1.875rem;
    font-family: open-sans, sans-serif;
    letter-spacing: 2px;
}


/* Counter */
/* -------------------------------------------------------- */
.counter{
    background: #1CBBA0;
}
.single_counter .single_counter_item{
    border-right: 2px solid #fff;
}
.single_counter .single_counter_item.border_right{
    border-right: 0px solid #fff;
}
.single_counter .single_counter_item h2{
    font-weight: 600;
    font-size:50px;
}
.single_counter .single_counter_item h4{
    font-size:1.225rem;
    margin-bottom: 0;
}


/* Mission */
/* -------------------------------------------------------- */

.main_mission_area .single_mission_left{
    width:100%;
    display: inline-block;
    background: #fff;
    padding-top: 20%;
    padding-bottom: 20%;
}

.main_mission_area .item{
    height: 340px;
    width:100%;
}

.main_mission_area .item .carousel-caption{
    text-align: left;
    right: 5%;
    bottom: 20px;
    left: 20%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #333;
    text-shadow: 0 0px 0px rgba(0,0,0,.1); 
}

.main_mission_area .item .carousel-caption h3{
    font-size:20px;
    font-weight: 600;
    margin-bottom:40px;
}
.main_mission .nav>li>a{
    background-color: #333333;
    margin-right:10px;
    color: #fff;
    padding: 8px 10px;
}
.main_mission .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #666666;
}
.main_mission .nav>li.active>a, .nav>li.active>a:focus, .nav>li.active>a:hover {
    color: #fff;
    background-color: #1CBBA0;
}
#myCarousel .nav {
    background:transparent;
    padding-left: 20%;
    padding-right: 5%;
}
#myCarousel .nav a {
    border-radius:0px;
}


.single_mission_right{
    background: #262626;
    padding-top: 20%;
    padding-bottom: 25%;
}
.single_mission_right .single_mission_right_text{
    padding-left: 10%;
    padding-right: 20%;
}
.single_mission_right .single_mission_right_b_t_bg{
    background: #1CBBA0;
    width:100%;
    padding: 25px;
}
.single_mission_right .single_mission_right_b_t_brdr{
    border:1px solid #fff;
    padding: 5% 1%;
}
.single_mission_right .single_mission_right_b_t_brdr h1{
    font-weight: 300;
    letter-spacing: 2px; 
}

.main_chooges_area{
    background: url(../images/bg03.jpg) no-repeat top center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}


.single_chooges_left{
    background: rgba(51, 51, 51, 0.85);
    padding-top: 10%;
    padding-bottom: 10%;
}
.single_chooges_left .single_chooges_left_text{
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .single_chooges_left .single_chooges_left_text{
        padding-left: 20%;
        padding-right: 10%;
    }
}
.single_chooges_left .single_chooges_left_text h2{
    line-height: 2.500rem;
    font-size: 2.500rem;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 600;
    color: #1CBBA0;
    font-family: raleway, sans-serif;
}
.single_chooges_left .single_chooges_left_text h4{
    line-height:2.250rem;
    font-size: 1.250rem;
    font-weight: 400;
    font-family: open-sans, sans-serif;
}


/* Accordion */
/* -------------------------------------------------------- */
#accordion div, #accordion .pointer, #accordion h1, #accordion p {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#accordion {
    margin-bottom:30px;
}
#accordion h4 {
    line-height:1.2;
    font-size:1rem;
    background-color: rgba(255,255,255,0.15);
    margin:0;
    padding: 15px 10px 10px 15px;
    height: 50px;
}
#accordion h4:hover {
    background: rgba(0,0,0,0.20);
}

#accordion h4 a {
    color:white;
    display: block;
}
#accordion div {
    overflow:hidden;
    height:200px;
    border:0px #333 solid;
}
#accordion p {
    padding:13px;
    color:white;
    background-color: rgba(28,187,160,0.75);
    height: 150px;
    line-height: 25px;

}
#accordion div.ac_hidden p:not(.pointer) {
    color:#fff;
}

#accordion div.ac_hidden {
    height:50px;
}
#accordion .pointer {
    padding:0;
    margin:10px 0 0 6px;
    line-height:20px;
    width:13px;
    position:absolute;
}
#accordion div:not(.ac_hidden) h4 {
    background-color:#1cbba0;
}


/* Portfolio */
/* -------------------------------------------------------- */
.main_mix_content{
    overflow: hidden;
    padding: 110px 0px 110px 0px

}
.main_mix_menu{
    margin-bottom:50px;
    background: #262626;
    height: 200px;
}
.main_mix_menu ul{
    padding-top:5px;
}
.main_mix_menu ul li{
    height: 45px;
    padding: .2rem;
    display: inline-block;
    font-size: 1.125rem;
    background-color: transparent;
    transition: .5s;
    cursor: pointer;
    display: block;
    width: 100%;
    line-height: 40px;
    margin-top: .5rem;
}
.main_mix_menu ul li:hover{
    background: #444444;
}

.main_mix_menu ul li.active {
    color:#fff;
    background: #1cbba0;
}

.single_mixi_portfolio{
    position:relative;
    float: left;
    width:100%;
    margin-bottom:20px;
}
.single_mixi_portfolio img{
    width:100%;
    /*height:350px;*/
}
.single_mixi_portfolio:hover .port_overfolio{
    opacity:1;
}
.port_overfolio {
    background: rgba(255,255,255,0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    opacity: 0;
}

.mixcontent .mix{
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 50% 0;
}


/* Video Section */
/* -------------------------------------------------------- */

.main_video_area{
    background-color:#262626;

}
.main_video{
    position: relative;
}
.main_video .single_video{
    width:100%;
    margin-left: 10%;
}

.single_videoright_text{
    background: #1cbba0;
    width: 80%;
    padding: 20% 10%;
    position: absolute;
    left: 20%;
    top: 120px;
}
.main_video .single_videoright_text h3{
    margin-bottom: 2rem;
}



/* Team */
/* -------------------------------------------------------- */
.main_team_area .head_title{
    background: #262626;
    padding-left: 20%;
    padding-top: 20%;
    padding-bottom: 20%;
}
.main_team_area .head_title h2{
    letter-spacing: 2px;
    font-weight: 600;
}
.main_team_area .head_title .subtitle{
    line-height: 2rem;
}
.main_team{
    overflow: hidden;
}
.main_team .single_team_item{
    margin-bottom: 2rem;
}
.main_team .single_team_item .single_team_img{
    position: relative;
}
.main_team .single_team_item .single_team_img:hover .single_team_overlay{
    opacity: 1;
}
.main_team .single_team_item .single_team_img .single_team_overlay{
    background: #1cbba0;
    width:75%;
    height:auto;
    left:12.5%;
    bottom:0;
    position: absolute;
    text-align: left;
    padding:10% 6%;
    opacity: 0;
    transition: all 0.6s;
}
.main_team .single_team_item .single_team_img .single_team_overlay h5{
    margin:0;
    padding:0;
}
.main_team .single_team_item .single_team_text{
    margin-top:1.5rem;
}
.main_team .single_team_item .single_team_text h6{
    margin:0;
    padding:0;
}
.main_team .single_team_item .single_team_text .socail_team a i{
    color: #262626;
    font-size: 2rem;
    margin: 0px 5px;
    transition: all 0.6s;
}
.main_team .single_team_item .single_team_text .socail_team a:hover i{
    color: #1cbba0;
}



/* Testimonial */
/* -------------------------------------------------------- */

.main_testimonial_area{
    padding-top: 0;
    background-color: #262626;
}
.main_testimonial{
    position: relative;
}
.main_testimonial .single_testimonial img{
    min-height: 850px;
}
.single_testimonial_right_text{
    position: absolute;
    left: -20%;
    top: 15%;
    width: 100%;
}
.single_testimonial_right_text_area{
    /*background-color: #262626;*/
    min-height: 850px;
    width:100%;
}
.single_testimonial_right_text_area .single_test_top{
    width:100%;
}

.single_testimonial_right_text_area .single_test_top .single_right_test_top{
    width:50%;
    float:left;
    display: inline-block;
}

.single_testimonial_right_text_area .single_right_test_top.test_top1{
    background: url(../images/testimonial01.jpg) no-repeat left center;
    min-height: 205px;
    padding-top: 5%;
    background-size: cover;
}

.single_testimonial_right_text_area .single_right_test_top.test_top2{
    background: url(../images/testimonial02.jpg) no-repeat left center; 
    min-height: 205px;
    padding-top: 5%;
    background-size: cover;
}

.single_testimonial_right_text_area .single_right_test_top h3{
    font-style: italic;
}

.single_bottom_test_area{
    background:#1cbba0; 
    padding:5% 6%;
    width:100%;
    min-height: 370px;
    overflow: hidden;
}

.single_bottom_test_area .single_bottom_test_text i{
    font-size:3rem;
    margin-bottom: 10px;
}

.single_bottom_test_area .single_bottom_test_text h4{
    text-transform: lowercase;
    line-height: 2.5rem;
    font-weight: 500;
}

.carousel-indicators .active{ 
    background: #fff; 
    width: 50px;
    height: 30px;
    border-radius: 0;
} 

.adjust1{ 
    float:left; 
    width:100%;
    margin-bottom:0;
} 

.adjust2{ 
    margin:0; 
} 

.carousel-indicators li {
    border: 1px solid #fff;
    width: 50px;
    height: 30px;
    border-radius: 0;
    transition: all 0.6s;
    margin:0;
}

.carousel-indicators li:hover {
    background: #fff;
}

.carousel-indicators {
    left: 55%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: 0%;
    bottom: -80px;
    right: -27px;
}


/* Blog */
/* -------------------------------------------------------- */
.main_blog_area{}
.main_blog_area .head_title{
    background: #262626;
    padding: 110px 60px 90px 60px;
}

.main_blog_content{
    padding-bottom: 110px;
}
.main_blog_content .single_blog_area{
    padding-bottom: 20px;
    margin-top: 20px;
}
.main_blog_content .single_blog_area .blog_author{
    background: #262626;
    width:20%;
    color:#fff;
    padding: 15px 5px;
}
.main_blog_content .single_blog_area .blog_author a{
    color:#fff;
    font-weight: 500;
}
.main_blog_content .single_blog_area .single_blog_details{
    width:100%;
    display: block;
    margin-top:12px;
    overflow: hidden;
}
.main_blog_content .single_blog_area .single_blog_details .single_blog_date{
    width:20%;
    display: inline-block;
    float: left;
    background: #1cbba0;
    padding: 20px 10px;
    height: 180px;
}
.main_blog_content .single_blog_area .single_blog_details .single_blog_date span.number{
    display:block;
    font-size:6.250rem;
    line-height: 6.250rem;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
.main_blog_content .single_blog_area .single_blog_details .single_blog_date span.date{
    font-size:1.125rem;
    letter-spacing: 3px;
    line-height: 1rem;
}
.main_blog_content .single_blog_area .single_blog_details .single_blog_details_text{
    background: #ddd;
    width:80%;
    float: left;
    display: inline-block;
    height: 180px;
    padding: 30px 40px;
    transition: all 0.6s;
}
.main_blog_content .single_blog_area .single_blog_details .single_blog_details_text:hover{
    background: #262626;
    color:#fff;
}
.main_blog_content .single_blog_area .single_blog_details .single_blog_details_text h2{
    line-height: 1.875rem;
    font-size: 1.875rem;
    margin-bottom: 1rem;

}
.main_blog_content .single_blog_area .single_blog_details .single_blog_details_text p{
    font-weight: 500;
    line-height: 1.5rem;
}


/* Client */
/* -------------------------------------------------------- */
.main_clogo_area{
    padding: 50px 20px;
}
.main_clogo_area .main_clogo{}
.main_clogo_area .main_clogo .single_clogo img{
    height: 150px;
    width:80%;
    margin:0 auto;
    opacity: .6;
    transition: all 0.6s;
}
.main_clogo_area .main_clogo .single_clogo img:hover{
    opacity: 1;
}

#quote-carousel .carousel-control {
    background: none;
    color: #eee;
    font-size: 1.5em;
    text-shadow: none;
    margin-top: 55px;
}
.carousel-control{
    opacity: 1;
}
#quote-carousel .carousel-control:hover {
    color: #1cbba0;
}
#quote-carousel .carousel-control.left {
    left: -65px;
}
#quote-carousel .carousel-control.right {
    right: -65px;
}




/* Contact */
/* -------------------------------------------------------- */
.contact{
    background: #262626;  
}
@media (max-width: 767px) {
    .main_contact .main_counter_area {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .main_contact .single_counter_item h4 {
        margin-top: 0px;
    }
}
.main_contact_area{
    overflow: hidden;
}
.main_contact_area .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
.main_contact .single_contact_text{
    margin-bottom: 50px;
}
.main_contact .single_contact_left{
    background: #262626;
    margin-left: 30%;
    margin-top:20%;
}
.main_contact .single_contact_left h6{
    margin:0;
    padding: 0;
}

.single_contant_right{
    background: #fff;
    padding: 100px 40px;
}
.single_contant_right form{
    width:80%;
}
.single_contant_right input[type='submit']{
    height: 35px;
    background: #1cbba0;
    color: #fff;
    border: none;
    width: 40%;
    transition: all 0.6s;
}
.single_contant_right input[type='submit']:hover{
    background: #262626;
}


/* Footer */
/* -------------------------------------------------------- */
.footer{
    background: #262626;
}
.main_footer{
    overflow: hidden;
    padding: 10px 0px;
}
@media (min-width: 767px) {
    .main_footer{
        padding: 30px 0px;
    }
}
.main_footer .flowus{
    text-align: right;
}
.main_footer .flowus a{
    margin-right: 20px;

}
.main_footer .flowus a i{
    color:#fff;
    font-size:2rem;
    padding: 5px;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 2rem;
    margin-top:10px;
    transition: all 0.6s;
    position: relative;
    top:0;
}
.main_footer .flowus a i:hover{
    color:#1cbba0;
    font-size:1.5rem;
}

.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
}

.scrollup{
    width: 40px;
    height: 40px;
    opacity: .3;
    position: fixed;
    bottom: 208px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #1cbba0;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}


/*============================================================
                            Pages
============================================================*/

/* About Page */
/* -------------------------------------------------------- */

.banner{
    background: url(../images/bg02.jpg) no-repeat top center;
    background-size: cover;
    height: 750px;
}

.about_content{
    padding-top:25%;
}

.about_content h1{
    font-size:6.250rem;
    line-height: 6.250rem;
}
.about_content h3{
    font-size:1.688rem;
    line-height: 1.688rem;
    letter-spacing: 3px;
    font-family: raleway, sans-serif;
    font-weight: 300;
}



/* Journal Page */
/* -------------------------------------------------------- */

.journal{
    background: url(../images/bg09.jpg) no-repeat bottom center;
    background-size: cover;
}

/* Portfolio Page */
/* -------------------------------------------------------- */
.portfolio_banner{
    background: url(../images/bg07.jpg) no-repeat bottom center;
    background-size: cover;
}

/* Team Page */
/* -------------------------------------------------------- */
.team_banner{
    background: url(../images/bg08.jpg) no-repeat center center;
    background-size: cover;
}

/* Services Page */
/* -------------------------------------------------------- */
.service_banner{
    background: url(../images/bg06.jpg) no-repeat bottom center;
    background-size: cover;
}
.inspire{
    background: url(../images/bg05.jpg) no-repeat top center;
    height: 800px;
}

.main_inspire{
    border: 1px solid #fff;
    padding: 150px 10px;
    width:90%;
    margin:15% auto;
}


