/*******************************************************

Template Name: BTemplate Responsive Business Template
Template URI: http://ennovision.com
Description: This template made for business startup, Corporate or personal website
Author: Themeos;
Author URI: https://www.fiverr.com/themeos
Version: 1.0


*******************************************************

CSS INDEX
=================

1. Theme Default Css
2. Header
3. Banner Css
4. Our Service
5. About Us
6. Project
7. Offer
8. Portfolio
9. Expert
10. Price Table
11. Blog
12. Team
13. Contact & Map
14. footer
15. Back Top


*******************************************************/
/************************
1. Theme Default Css
*************************/

body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size: 14px;
	overflow-x: hidden !important;
    position: relative;
}
h1,h2,h3,h4,h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 0;
}
p{
    margin: 0;
    padding-bottom: 15px;
    line-height: 25px;
}
a{
    text-decoration: none !important;
}

img{
    max-width: 100%;
    height: auto;
}
iframe{
    max-width: 100%;
}
.mb_zero{
    margin-bottom: 0;
}
.pd_zero{
    padding-bottom: 0;
}
.overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .5;
    z-index: -1;
    left: 0;
    top: 0;
}
.overlay_theme{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0088cc;
    opacity: .5;
    z-index: -1;
    left: 0;
    top: 0;
}

.section_padding{
    padding: 80px 0;
}

.fancybox-nav{
    width: 5%;
}


.sec_head {
    display: block;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.sec_head h2{
    padding-bottom: 0;
}
.sec_head span {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 10px;
    border: 1px solid #3498db;
    border-radius: 50%;
}

.sec_head span:after {
    position: absolute;
    content: "";
    left: 9px;
    top: 4px;
    height: 1px;
    width: 30px;
    background: #3498db;
}
.sec_head span:before {
    position: absolute;
    content: "";
    right: 9px;
    top: 4px;
    height: 1px;
    width: 30px;
    background: #3498db;
}

/*******Preloader Css*********/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999;
}
.spinner {
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}
.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #246BCB;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*******Preloader Css End*******/

/************************
2. Header
*************************/

header{
   
    color: #333;
    position: fixed;
    width: 100%;
    height: 100px;
    transition: all .5s;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 9999;
}
header .navbar-brand img{
    transition: all .6s;
    width: 122px;
    padding-top: 5px;
}

.custom_nav{
    text-transform: uppercase;
    margin-top: 20px;
    transition: all .5s;
}
.navbar-collapse{
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    max-height: 400px;
}
.custom_nav li a{
    color: #fff;
    font-weight: 500;
}
header.sticky .custom_nav li a:focus{
    color: #0088cc;
}
.custom_nav li a:hover{
    background: transparent;
}
.custom_nav>li:last-child a{
    padding-right: 0;
    margin-right: 0;
}
.blog_nav li a{
    color: #333;
}
.custom_nav li a:focus{
    background: transparent;
}
header.sticky {
  line-height: 48px;
  height: 75px;
  background: #fff;
  transition: all .5s;
}
header.sticky .custom_nav{
    margin-top: 10px;
}
header.sticky .custom_nav li a{
    color: #333;
}
header.sticky .navbar-brand img{
    width: 100px;
    transition: all .6s;
}
.navbar-brand{
    padding: 15px 0;
}

/************************
3. Banner
*************************/
.single_slide{
    position: relative;
}
.slide_text{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
    padding-top: 50px;
}

.lSAction > .lSPrev i{
    background: rgba(0,0,0,.6);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 40px;
}

.lSAction > .lSNext i{
    background: rgba(0,0,0,.6);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 40px;
}
.slide_text .btn_download{
    max-width: 200px;
   margin: 0 auto;
}
.banner_main {
    position: relative;
    z-index: 1;
    /*background: url(../img/banner.webp)0 0 no-repeat;*/
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}
.slide_text h1{
    font-size: 50px;
}
.slide_text p{
    font-size: 16px;
    margin-bottom: 50px;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .6;
}
.btn_download {
    display: inline-block;
    min-width: 200px;
    padding: 10px 40px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    transition: all .5s;
    text-transform: uppercase;
    margin-top: 30px;
}
.btn_download:hover {
    background: #0088cc;
    color: #fff;
    border-color: #0088cc;
}
.btn_download:hover i {
    color: #333;
}
.btn_download i {
    margin-right: 10px;
    color: #fff;
    transition: all .5s;
}
.down_arrow{
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -20px;
}
.down_arrow a{
    font-size: 40px;
    color: #fff;
    margin-top: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    animation: scroll 1s infinite;
}
.down_arrow a:hover{
    color: #3498db;
}


@keyframes scroll{
    from{
        top: 10px;
    }
    to{
        top: 0
    }
}

/************************
4. About US
*************************/
#about{

}
.single_about{
    margin-bottom: 40px;
}
.single_about_text, .single_about_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single_about_bottom{
    text-align: right;
}
.single_about_img{
    -webkit-box-shadow: 0px 1px 13px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 13px -3px rgba(0,0,0,0.75);
box-shadow: 0px 1px 13px -3px rgba(0,0,0,0.75);
}
.single_skill .progress{
    border-radius: 0;
}
.single_skill p{
    font-weight: 600;
    color: #333;
}
.single_skill .progress-bar{
    background: #0088cc;
}
/************************
5. Our Service
*************************/
#service{
    background: #F8F8F8;
}
.single_service{
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.16)
}
.service_text{
    padding: 20px 40px;
    text-align: center;
}
.service_text h2{
    font-size: 32px;
}
.service_text p{
    font-size: 16px;
}


/************************
6. Project
*************************/

#project {
    padding: 50px 0;
    background: #0088cc;
    color: #fff;
}
#project p {
    padding-bottom: 0;
    margin-bottom: 0;
}
#project a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #333;
    border-radius: 30px;
    margin-top: 16px;
    background: #fff;
    font-weight: 700;
    transition: all .6s;
}
#project a:hover {
    background: transparent;
    color: #Fff;
}
.start_project {
    text-align: right;
}

/************************
7. Offer 
*************************/

#choose {
    background: url(../img/banner_bg_2.webp)0 0 no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.single_chose {
    margin-bottom: 30px;
}
.single_chose h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 22px;
}
.single_chose i {
    font-size: 35px;
}

/************************
8. Portfolio
*************************/

#portfolio .sec_head {
    margin-bottom: 30px;
}
.single_portfolio {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.portfolio_content {
    position: absolute;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    transition: all .5s;
    color: #fff;
}
.portfolio_content a {
    display: inline-block;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    margin: 5px;
    background: #3498db;
}
.portfolio_content h4 {
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.content_inner {
    position: relative;
    top: -100%;
    transition: all .7s;
}
.single_portfolio:hover .portfolio_content {
    top: 0;
}
.single_portfolio:hover .content_inner {
    top: 0;
}
.simplefilter {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
}
/* Filter controls */

.simplefilter li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    margin: 1rem;
    padding-bottom: 5px;
    transition: all .4s;
}
.simplefilter li.active {
    border-bottom: 1px solid #0088cc;
    color: #0088cc;
}

/************************
9. Expert
*************************/

#expert {
    background: url(../img/offer-bg.webp) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.single_expert {
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 20px 10px 20px;
}
.single_expert i {
    font-size: 35px;
    margin-bottom: 15px;
    color: #428bca;
    font-weight: 700;
}
.single_expert h1 {
    font-weight: 500;
}

/************************
10. Price table
*************************/

#price {
    padding: 60px 0;
    background: #f8f8f8;
}
.single_price {
    background-color: #ffffff;
    border: medium none transparent;
    box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.1);
    margin: 0 auto 30px;
    max-width: 400px;
    transition: all .6s;
}
.single_price .price_top {
    background: #3498db;
    color: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.single_price h3 {
    margin: 15px 0;
    font-size: 18px;
}
.single_price .price_top h1 span {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
.single_price .price_bottom {
    padding: 25px 20px;
}
.price_bottom .price_btn {
    display: inline-block;
    padding: .5em 2em;
    border: 2px solid #3498db;
    border-radius: 30px;
    min-width: 100px;
    font-size: 12px;
    color: #333;
}
.price_sp .price_bottom {
    background: #3498db;
}
.single_price ul {
    margin-bottom: 30px;
    padding: 0 20px;
    margin-top: 20px;
}
.single_price ul li {
    margin-bottom: 10px;
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.price_btn {
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all .6s;
}
.price_btn:hover {
    background: #fff;
    color: #333;
}
.single_price:hover {
    background: #3498db;
    color: #fff;
    transform: scale(1.06);
    -webkit-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 14px -2px rgba(0, 0, 0, 0.75);
}
.single_price:hover .price_btn {
    background: #fff;
    color: #333;
}
.single_price:hover .price_bottom {
    background: #3498db;
}
.single_price:hover .price_top {
    background: #3498db;
}

/************************
11. Blog
*************************/


.single_blog {
    overflow: hidden;
}
.blog_img {
    transition: all .3s;
}
.blog_img:hover {
    opacity: .5;
}
.blog_Bottom {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
}
.blog_Bottom p {
    color: #666;
    padding-bottom: 10px;
}
.blog_Bottom .blog_link {
    color: #0088cc;
    display: inline-block;
    font-weight: 700;
}
#blog_post_top {
    margin-top: 80px;
    background: #333;
    color: #fff;
    padding: 40px 0;
}
#blog_post_top h2 {
    text-transform: uppercase;
    padding-bottom: 0;
}
#blog_post_top ul {
    padding: 0;
    list-style: none;
}
#blog_post_top ul li {
    display: inline-block;
}
#blog_post_top h1 {
    padding-bottom: 0;
}
#main_post {
    padding: 30px 0;
}
.post_left img {
    margin-bottom: 20px;
}
.post_meta {
    margin-bottom: 30px;
}
.post_meta span {
    margin-right: 10px;
}
.post_left h2 {
    color: #3498db;
}
.post_left p {
    line-height: 25px;
}
.post_comment {
    margin-top: 30px;
}
.post_comment .media-left {
    float: left;
    margin-right: 20px;
}
.post_comment .media-left img {
    border-radius: 50%;
}
.post_comment .media-heading a {
    margin-right: 10px;
}
.recent_post .media-left {
    float: left;
    margin-right: 10px;
}
.recent_post .media {
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}
.leave_comment {
    margin-top: 40px;
}
.leave_comment input {
    max-width: 100%;
    margin: 20px 0;
    border-radius: 6px;
    padding: 20px 10px;
}
.leave_comment textarea {
    width: 100%;
    min-height: 200px;
    border-radius: 6px;
    padding: 10px;
}
.leave_comment button {
    display: inline-block;
    border: 0;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 30px;
    background: #0088cc;
    border-radius: 30px;
    color: #fff;
}
.category {
    margin: 20px 0;
}
.category ul {
    padding-left: 20px;
    list-style: none;
}
.category ul li {
    position: relative;
    margin: 10px 0;
}
.category ul li:after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    content: "";
    left: 0;
    top: 0;
    display: inline-block;
    height: 0;
    margin: 7px 0 0 -9px;
    position: absolute;
    width: 0;
}

/************************
12. Team
*************************/

#team {
    background: #f8f8f8;
}
.single_team {
    border-radius: 6px;
}
.team_img {
    position: relative;
    overflow: hidden;
}
.team_img .team_info {
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    color: #333;
    padding: 20px;
    transition: all .5s;
    border-bottom: 1px solid #f1f1f1;
}
.team_img .team_info p {
    line-height: 25px;
    margin-top: 20px;
    color: #777;
}
.team_img .team_social {
    margin-top: 10px;
}
.team_img .team_social a {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    font-size: 18px;
    transition: all .4s;
    color: #333;
}
.team_img .team_social a:first-child {
    padding-left: 0;
}
.team_img .team_social a:hover {
    color: #0088cc;
}
.team_name {
    padding: 15px;
    background: #fff;
}
.team_name h4 {
    padding-bottom: 5px;
    font-weight: 700;
}
.single_team:hover .team_info {
    left: 0;
}
/************************
13. Contact & Map
*************************/

#contact {} .map_area {
    background: #f8f8f8;
}
.map_area #map {
    height: 300px;
    width: 100%;
}
.contact_form {
    font-size: 16px;
    letter-spacing: 3px;
}
.contact_form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 10px 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}
.contact_form textarea {
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    min-height: 170px;
}
.contact_form button {
    display: inline-block;
    border: 0;
    margin-top: 20px;
    padding: 10px 25px;
    min-width: 100px;
    background: #3498db;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    transition: all .4s;
    border: 1px solid #3498db;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact_form input:focus {
    outline: 0;
    border-color: #3498db;
}
.contact_form textarea:focus {
    border-color: #3498db;
    outline: 0;
}
.contact_form button:hover {
    background: transparent;
    color: #000;
}

/************************
14. Footer
*************************/

footer {
    background: #0e0e0e;
    color: #f2f2f2;
    padding: 60px 0 0 0;
}
.sub_btn {
    display: inline-block;
    margin-top: 10px;
    border: 0;
    padding: 5px 20px;
    background: #0088cc;
    border-radius: 30px;
    color: #fff;
}
.single_footer h3 {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
footer .tweet_date {
    display: block;
    margin-top: 10px;
}
footer .single_tweet {
    margin-bottom: 20px;
}
.single_address p {
    position: relative;
    padding-left: 20px;
}
.single_address p i {
    position: absolute;
    left: 0;
    top: 0;
}
footer .social_link a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: all .5s;
    margin-right: 5px;
}
footer .social_link a:hover {
    background: #3498db;
    color: #fff;
}
footer p,
a {
    color: #777;
}
.footer_bottom {
    background: #060606;
    padding: 20px 0;
}
.footer_bottom img {
    max-width: 80px;
    margin-right: 10px;
}
.footer_bottom p {
    display: inline-block;
    padding-bottom: 0;
}

/************************
15. Back Top
*************************/

.back-to-top:focus {
    color: #fff;
}
.back-to-top {
    background: #0088cc;
    border-radius: 50%;
    bottom: 30px;
    display: none;
    height: 35px;
    line-height: 35px;
    margin: 0;
    position: fixed;
    right: 30px;
    text-decoration: none;
    width: 35px;
    z-index: 90;
    text-align: center;
    color: #fff;
}
.back-to-top:hover {
    color: #fff;
}


