/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/






/* Master Stylesheet */


/* :: 1.0 Import Fonts */

@import url("https://fonts.googleapis.com/css?family=Pridi:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700");

/* :: 2.0 Import All CSS */

@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);

/* :: 3.0 Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: #f2f4f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Pridi", sans-serif;
    color: #1a1a1a;
    line-height: 1.3;
    font-weight: 500;
}

p {
    font-family: "Poppins", sans-serif;
    color: #373434;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}


/* :: 3.1.0 Spacing */

.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 30px !important;
}
.mb-25 {
    margin-bottom: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-50 {
    padding: 50px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-120 {
    padding-top: 120px;
}

/* :: 3.2.0 Height */

.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}


/* :: 3.3.0 Section Padding */

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}


/* :: 3.4.0 Preloader */

.preloader {
    background-color: #2892c2;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}

.spinner .double-bounce1,
.spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/* :: 3.5.0 Miscellaneous */

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #f2f4f5;
    padding: 10px 25px;
    border-left: 4px solid #2892c2;
}

.section-heading h5,
.section-heading h4,
.section-heading h3,
.section-heading h2{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .section-heading h5,
    .section-heading h4,
    .section-heading h3,
    .section-heading h2 {
        font-size: 16px;
    }
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gray {
    background-color: #f2f4f5;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-fixed {
    background-attachment: fixed !important;
}

input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.box-shadow {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15) !important;
}


/* :: 3.6.0 ScrollUp */

#scrollUp {
    background-color: #000000;
    border-radius: 0;
    bottom: 50px;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 42px;
    right: 50px;
    text-align: center;
    width: 40px;
    border-radius: 0%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#scrollUp:hover,
#scrollUp:focus {
    background-color: #2892c2;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        line-height: 32px;
        width: 30px;
        height: 30px;
    }
}


/* :: 3.7.0 mag Button */

.mag-btn {
    background-color: #2892c2;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #ffffff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
}

.mag-btn:hover,
.mag-btn:focus {
    font-size: 16px;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff;
}


/* :: 4.0 Header Area CSS */

.header-area {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.header-area .mag-main-menu {
    position: relative;
    width: 100%;
    height: 70px;
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu {
        height: 60px;
    }
}

.header-area .mag-main-menu .classy-navbar {
    padding: 0;
    padding-left: 3px;
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .classy-navbar {
        padding-left: 15px;
        height: 60px;
    }
}

.header-area .mag-main-menu .classy-navbar .classynav ul li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .mag-main-menu .classy-navbar .classynav ul li a {
        padding: 0 5px;
    }
}

.header-area .mag-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .mag-main-menu .classy-navbar .classynav ul li a:focus {
    color: #111;
}

.header-area .mag-main-menu .classy-navbar .classynav ul li ul li a {
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .classy-navbar .nav-brand {
        margin-right: 15px;
        max-width: 60px;
    }
}

.header-area .mag-main-menu .top-search-area {
    position: relative;
    z-index: 1;
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .mag-main-menu .top-search-area {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .mag-main-menu .top-search-area {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .top-search-area {
        margin-left: 15px;
    }
}

.header-area .mag-main-menu .top-search-area form {
    position: relative;
    z-index: 1;
    border-left: 1px solid #ebebeb;
}

.header-area .mag-main-menu .top-search-area form input {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 254px;
    height: 70px;
    border: none;
    color: #777777;
    font-size: 14px;
    font-style: italic;
    padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .mag-main-menu .top-search-area form input {
        padding: 0 15px;
        width: 200px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .mag-main-menu .top-search-area form input {
        width: 230px;
        font-size: 12px;
    }
}

@media(min-width:992px){
    .logo_pic{
        position: absolute;
        top: 7px;
        z-index: 9999999999;
        width: 115px;
        height: 99px;
    }
    .is-sticky .logo_pic {
        position: relative;
        top: 1px;
        z-index: 9999999999;
        width: 89px;
        height: 71px;
    }
    .is-sticky .classy-navbar{
        height: 89px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .top-search-area form input {
        padding: 0 15px;
        width: 125px;
        font-size: 11px;
        height: 60px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-area .mag-main-menu .top-search-area form input {
        width: 180px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .mag-main-menu .top-search-area form input {
        width: 200px;
    }
}

.header-area .mag-main-menu .top-search-area form input:focus {
    box-shadow: none;
}

.header-area .mag-main-menu .top-search-area form button {
    position: absolute;
    width: auto;
    height: 70px;
    background-color: transparent;
    top: 50%;
    right: 30px;
    font-size: 16px;
    z-index: 99;
    border: none;
    cursor: pointer;
    color: #1a1a1a;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .mag-main-menu .top-search-area form button {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .mag-main-menu .top-search-area form button {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .top-search-area form button {
        right: 0;
    }
}

.header-area .mag-main-menu .top-search-area form button:focus {
    box-shadow: none;
}

.header-area .mag-main-menu .top-search-area form button:hover {
    color: #2892c2;
}

.header-area .mag-main-menu .login-btn {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    border-left: 1px solid #ebebeb;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .mag-main-menu .login-btn {
        padding: 0 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .mag-main-menu .login-btn {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .login-btn {
        padding: 0 15px;
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-area .mag-main-menu .login-btn {
        padding: 0 20px;
    }
}

.header-area .mag-main-menu .login-btn:hover,
.header-area .mag-main-menu .login-btn:focus {
    color: #2892c2;
}

.header-area .mag-main-menu .submit-video {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    height: 70px;
    background-color: #2892c2;
    line-height: 70px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .mag-main-menu .submit-video {
        padding: 0 10px;
        width: 130px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .mag-main-menu .submit-video {
        padding: 0 10px;
        width: 130px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .submit-video {
        padding: 0 15px;
        width: 40px;
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-area .mag-main-menu .submit-video {
        padding: 0 20px;
        width: 50px;
    }
}

.header-area .mag-main-menu .submit-video:hover,
.header-area .mag-main-menu .submit-video:focus {
    background-color: #404040;
}

.header-area .mag-main-menu .submit-video span {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .submit-video span {
        font-size: 14px;
        display: block;
    }
}

.header-area .mag-main-menu .submit-video .video-text {
    display: block;
}

@media only screen and (max-width: 767px) {
    .header-area .mag-main-menu .submit-video .video-text {
        display: none;
    }
}

.header-area .is-sticky .mag-main-menu {
    z-index: 9999;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
}

.breakpoint-on .classynav {
    padding-top: 70px;
    padding-bottom: 70px;
}


/* :: 5.0 Hero Area CSS */

.hero-blog-post {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 720px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-blog-post {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-blog-post {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-blog-post {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-blog-post {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-blog-post {
        height: 400px;
    }
}

.hero-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.hero-blog-post .post-content .post-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-blog-post .post-content .post-meta a:last-child {
    margin-left: 20px;
}

.hero-blog-post .post-content .post-meta a:last-child::after {
    content: '/';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}

.hero-blog-post .post-content .post-meta a:hover,
.hero-blog-post .post-content .post-meta a:focus {
    color: #2892c2;
}

.hero-blog-post .post-content .post-title {
    font-size: 45px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
}
.post-title-30 {
    font-size: 30px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-blog-post .post-content .post-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-blog-post .post-content .post-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-blog-post .post-content .post-title {
        font-size: 20px;
    }
}

.hero-blog-post .post-content .post-title:hover,
.hero-blog-post .post-content .post-title:focus {
    color: #2892c2;
}

.hero-blog-post .post-content .video-play {
    width: 60px;
    height: 60px;
    background-color: rgba(26, 26, 26, 0.5);
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}

.hero-blog-post .post-content .video-play:hover,
.hero-blog-post .post-content .video-play:focus {
    background-color: #2892c2;
}

.hero-area {
    position: relative;
    z-index: 1;
}

.hero-area .owl-prev,
.hero-area .owl-next {
    position: absolute;
    background-color: rgba(235, 235, 235, 0.2);
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    top: 50%;
    left: 3%;
    margin-top: -25px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 44px;
        margin-top: -20px;
    }
}

.hero-area .owl-prev:hover,
.hero-area .owl-prev:focus,
.hero-area .owl-next:hover,
.hero-area .owl-next:focus {
    background-color: #2892c2;
}

.hero-area .owl-next {
    left: auto;
    right: 3%;
}

.pagination .page-item .page-link {
    background-color: #e1e1e1;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    padding: 0 15px;
    margin-right: 5px;
    border: 1px solid #ebebeb;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    background-color: #2892c2;
    color: #ffffff;
    border-color: #2892c2;
}

.pagination .page-item.active .page-link {
    background-color: #2892c2;
    color: #ffffff;
    border-color: #2892c2;
}


/* :: 6.0 Post Area CSS */

.mag-posts-area {
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.post-sidebar-area {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
        width: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .post-sidebar-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

.mag-posts-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 690px);
    flex: 0 0 calc(100% - 690px);
    max-width: calc(100% - 690px);
    width: calc(100% - 690px);
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 650px);
        flex: 0 0 calc(100% - 650px);
        max-width: calc(100% - 650px);
        width: calc(100% - 650px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 767px) {
    .mag-posts-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-sidebar-area.left-sidebar {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area.left-sidebar {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
}

@media only screen and (max-width: 767px) {
    .post-sidebar-area.left-sidebar {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-sidebar-area.right-sidebar {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-sidebar-area.right-sidebar {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
    }
}

@media only screen and (max-width: 767px) {
    .post-sidebar-area.right-sidebar {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
    }
}

.single-blog-post {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.single-blog-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
}

.single-blog-post .post-thumbnail img {
    width: 100%;
    height: 60px;
}

.single-blog-post .post-content {
    padding-left: 15px;
    margin-top: -5px;
}

.single-blog-post .post-content .post-title {
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
    line-height: 16px;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-blog-post .post-content .post-title {
        font-size: 16px;
    }
}

.single-blog-post .post-content .post-title:hover,
.single-blog-post .post-content .post-title:focus {
    color: #2892c2;
}

.single-blog-post .post-content .post-meta a {
    font-size: 13px;
    color: #777777;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-meta a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-blog-post .post-content .post-meta a {
        font-size: 14px;
    }
}

.single-blog-post .post-content .post-meta a:hover,
.single-blog-post .post-content .post-meta a:focus {
    color: #2892c2;
}

.single-blog-post.style-2 {
    border-bottom-color: #3d3d3d;
}

.single-blog-post.style-2:last-child {
    border-bottom: none;
}

.single-blog-post.style-2 .post-content .post-title {
    color: #ffffff;
    font-size: 14px;
}

.single-blog-post.style-2 .post-content .post-title:hover,
.single-blog-post.style-2 .post-content .post-title:focus {
    color: #2892c2;
}

.single-blog-post.style-3 {
    padding-bottom: 0;
    border-bottom: none;
}

.single-blog-post.style-3 .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-blog-post.style-3 .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post.style-3 .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100;
        flex: 0 0 100;
        max-width: 100;
        width: 100;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post.style-3 .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-blog-post.style-3 .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px;
    }
}

.single-blog-post.style-3 .post-content {
    padding-left: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-blog-post.style-3 .post-content {
        padding-left: 10px;
    }
}

.single-blog-post.style-3 .post-content .post-title {
    font-size: 18px;
    margin-bottom: 5px;
    padding-top: 6px;
}
.trending-now-posts .post-title2{
    font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-blog-post.style-3 .post-content .post-title {
        font-size: 13px;
        line-height: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post.style-3 .post-content .post-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post.style-3 .post-content .post-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-blog-post.style-3 .post-content .post-title {
        font-size: 16px;
    }
}

.single-blog-post.style-3 .post-content .post-meta a {
    font-size: 14px;
    color: #777777;
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-blog-post.style-3 .post-content .post-meta a {
        margin-right: 10px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-post.style-3 .post-content .post-meta a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post.style-3 .post-content .post-meta a {
        font-size: 12px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-blog-post.style-3 .post-content .post-meta a {
        font-size: 14px;
        margin-right: 15px;
    }
}

.single-blog-post.style-3 .post-content .post-meta a:hover,
.single-blog-post.style-3 .post-content .post-meta a:focus {
    color: #2892c2;
}

.single-blog-post.style-4 .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}

.single-blog-post.style-4 .post-thumbnail .video-play {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, 0.7);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99;
}

.single-blog-post.style-4 .post-thumbnail .video-play:hover,
.single-blog-post.style-4 .post-thumbnail .video-play:focus {
    background-color: #2892c2;
}

.single-blog-post.style-4 .post-thumbnail .video-duration {
    background-color: #252324;
    font-size: 13px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    padding: 10px 15px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    font-weight: 500;
}

.single-blog-post.style-4 .post-content {
    padding-left: 0;
}

.single-blog-post.style-4 .post-content .post-title {
    font-size: 22px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-blog-post.style-4 .post-content .post-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post.style-4 .post-content .post-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-blog-post.style-4 .post-content .post-title {
        font-size: 18px;
    }
}

.single-blog-post.style-4 .post-content .post-meta a {
    font-size: 14px;
    color: #777777;
    margin-right: 20px;
}

.single-blog-post.style-4 .post-content .post-meta a:hover,
.single-blog-post.style-4 .post-content .post-meta a:focus {
    color: #2892c2;
}

.add-img {
    width: 100%;
}

.add-img img {
    width: 100%;
}

.social-followers-info {
    position: relative;
    z-index: 1;
}

.social-followers-info a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    background-color: #2892c2;
    margin-bottom: 10px;
    padding: 0 30px;
    font-weight: 600;
    line-height: 50px;
}

.social-followers-info a:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .social-followers-info a {
        font-size: 16px;
        padding: 0 20px;
    }
}

.social-followers-info a i {
    margin-right: 10px;
}

.social-followers-info a span {
    font-size: 14px;
}

.social-followers-info a.facebook-fans {
    background-color: #4b6cd0;
}

.social-followers-info a.facebook-fans:hover {
    background-color: rgba(75, 108, 208, 0.8);
}

.social-followers-info a.twitter-followers {
    background-color: #49a7f3;
}

.social-followers-info a.twitter-followers:hover {
    background-color: rgba(73, 167, 243, 0.8);
}

.social-followers-info a.linkedin-subscribers {
    background-color: #0274B3;
}

.social-followers-info a.linkedin-subscribers:hover {
    background-color: rgba(73, 167, 243, 0.8);
}

.social-followers-info a.instagram-followers {
    background-color: #8300D8;
}

.social-followers-info a.instagram-followers:hover {
    background-color: rgba(73, 167, 243, 0.8);
}

/*.ebook_list{
    padding-top: 15px;
}*/
.ebook_list li{
    padding-bottom: 8px;
}
.ebook_list li i{
    padding-left: 5px;
    color: #2892c2;
}

.catagory-widgets {
    position: relative;
    z-index: 1;
}

.catagory-widgets li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
}

.catagory-widgets li a:hover,
.catagory-widgets li a:focus {
    color: #2892c2;
}

.catagory-widgets li:last-child a {
    margin-bottom: 0;
}

.single-youtube-channel {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.single-youtube-channel:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.single-youtube-channel .youtube-channel-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
}

.single-youtube-channel .youtube-channel-content {
    padding-left: 15px;
    margin-top: -5px;
}

.single-youtube-channel .youtube-channel-content .channel-title {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}

.single-youtube-channel .youtube-channel-content .subscribe-btn {
    width: 120px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #2892c2;
    color: #ffffff;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
}

.single-youtube-channel .youtube-channel-content .subscribe-btn i {
    margin-right: 5px;
}

.single-youtube-channel .youtube-channel-content .subscribe-btn:hover {
    background-color: #404040;
}

.newsletter-form {
    position: relative;
    z-index: 1;
}

.newsletter-form input {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #e2e2e2;
    text-align: center;
    font-size: 14px;
    color: #060606;
    margin-bottom: 10px;
}
.newsletter-form label{
    width: 100% !important;
}
.single-trending-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-trending-post img{
    width: 100%;
    height: 180px;
}
.single-trending-post::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.single-trending-post img {
    width: 100%;
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
}

.single-trending-post .post-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    right: 20px;
}

.single-trending-post .post-content .post-cata {
    display: block;
    margin-bottom: 8px;
    color: #0097c7;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.single-trending-post .post-content .post-cata:hover,
.single-trending-post .post-content .post-cata:focus {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .single-trending-post .post-content .post-cata {
        font-size: 12px;
    }
}

.single-trending-post .post-content .post-title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-trending-post .post-content .post-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-trending-post .post-content .post-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-trending-post .post-content .post-title {
        font-size: 18px;
    }
}

.single-trending-post .post-content .post-title:hover,
.single-trending-post .post-content .post-title:focus {
    color: #2892c2;
}

.single-trending-post:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.trending-post-slides,
.featured-video-posts-slide,
.most-viewed-videos-slide,
.sports-videos-slides {
    position: relative;
    z-index: 1;
}

.trending-post-slides .owl-prev,
.trending-post-slides .owl-next,
.featured-video-posts-slide .owl-prev,
.featured-video-posts-slide .owl-next,
.most-viewed-videos-slide .owl-prev,
.most-viewed-videos-slide .owl-next,
.sports-videos-slides .owl-prev,
.sports-videos-slides .owl-next {
    position: absolute;
    background-color: #e1e1e1;
    width: 40px;
    height: 40px;
    color: #272727;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    top: -70px;
    right: 41px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.trending-post-slides .owl-prev:hover,
.trending-post-slides .owl-prev:focus,
.trending-post-slides .owl-next:hover,
.trending-post-slides .owl-next:focus,
.featured-video-posts-slide .owl-prev:hover,
.featured-video-posts-slide .owl-prev:focus,
.featured-video-posts-slide .owl-next:hover,
.featured-video-posts-slide .owl-next:focus,
.most-viewed-videos-slide .owl-prev:hover,
.most-viewed-videos-slide .owl-prev:focus,
.most-viewed-videos-slide .owl-next:hover,
.most-viewed-videos-slide .owl-next:focus,
.sports-videos-slides .owl-prev:hover,
.sports-videos-slides .owl-prev:focus,
.sports-videos-slides .owl-next:hover,
.sports-videos-slides .owl-next:focus {
    background-color: #2892c2;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .trending-post-slides .owl-prev,
    .trending-post-slides .owl-next,
    .featured-video-posts-slide .owl-prev,
    .featured-video-posts-slide .owl-next,
    .most-viewed-videos-slide .owl-prev,
    .most-viewed-videos-slide .owl-next,
    .sports-videos-slides .owl-prev,
    .sports-videos-slides .owl-next {
        width: 20px;
        right: 21px;
        height: 36px;
        top: -66px;
    }
}

.trending-post-slides .owl-next,
.featured-video-posts-slide .owl-next,
.most-viewed-videos-slide .owl-next,
.sports-videos-slides .owl-next {
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-video-posts-slide {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-video-posts-slide {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-video-posts-slide .owl-prev,
    .featured-video-posts-slide .owl-next {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .featured-video-posts-slide .owl-prev,
    .featured-video-posts-slide .owl-next {
        display: none;
    }
}

.single-featured-post {
    position: relative;
    z-index: 1;
}

.single-featured-post .post-thumbnail {
    position: relative;
    z-index: 1;
}

.single-featured-post .post-thumbnail .video-play {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, 0.7);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99;
}

.single-featured-post .post-thumbnail .video-play:hover,
.single-featured-post .post-thumbnail .video-play:focus {
    background-color: #2892c2;
}

.single-featured-post .post-content {
    position: relative;
    z-index: 1;
}

.single-featured-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.single-featured-post .post-content .post-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2892c2;
}

.single-featured-post .post-content .post-meta a:last-child {
    margin-left: 20px;
}

.single-featured-post .post-content .post-meta a:last-child::after {
    content: '/';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}

.single-featured-post .post-content .post-meta a:hover,
.single-featured-post .post-content .post-meta a:focus {
    color: #777777;
}

.single-featured-post .post-content .post-title {
    font-size: 30px;
    display: block;
    margin-bottom: 15px;
}

.single-featured-post .post-content .post-title:hover,
.single-featured-post .post-content .post-title:focus {
    color: #2892c2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-featured-post .post-content .post-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-featured-post .post-content .post-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-featured-post .post-content .post-title {
        font-size: 20px;
    }
}

.single-featured-post .post-share-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-top: 30px;
    overflow: hidden;
}

.single-featured-post .post-share-area .post-meta a {
    font-size: 14px;
    color: #777777;
    margin-right: 20px;
}

.single-featured-post .post-share-area .post-meta a:hover,
.single-featured-post .post-share-area .post-meta a:focus {
    color: #2892c2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-featured-post .post-share-area .post-meta a {
        margin-right: 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .single-featured-post .post-share-area .post-meta a {
        margin-right: 8px;
        font-size: 11px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-featured-post .post-share-area .post-meta a {
        font-size: 13px;
        margin-right: 12px;
    }
}

.single-featured-post .post-share-area .share-info {
    position: relative;
    z-index: 1;
}

.single-featured-post .post-share-area .share-info .sharebtn {
    position: relative;
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    display: block;
}

.single-featured-post .post-share-area .share-info .sharebtn i {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.single-featured-post .post-share-area .share-info .sharebtn:hover {
    background-color: #2892c2;
}

.single-featured-post .post-share-area .share-info .all-share-btn {
    position: absolute;
    z-index: 20;
    top: 0;
    right: -200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.single-featured-post .post-share-area .share-info .all-share-btn a {
    width: 40px;
    height: 40px;
    background-color: #2892c2;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.single-featured-post .post-share-area .share-info .all-share-btn a.facebook {
    background-color: #4b6cd0;
}

.single-featured-post .post-share-area .share-info .all-share-btn a.twitter {
    background-color: #49a7f3;
}

.single-featured-post .post-share-area .share-info .all-share-btn a.google-plus {
    background-color: #de3939;
}

.single-featured-post .post-share-area .share-info .all-share-btn a.instagram {
    background-color: #8300D8;
}

.single-featured-post .post-share-area .share-info .all-share-btn a:hover,
.single-featured-post .post-share-area .share-info .all-share-btn a:focus {
    color: #ffffff;
    background-color: #1a1a1a;
}

.single-featured-post .post-share-area .share-info:hover .sharebtn i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.single-featured-post .post-share-area .share-info:hover .all-share-btn {
    opacity: 1;
    visibility: visible;
    right: 40px;
}

.single-catagory-post {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.single-catagory-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.single-catagory-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .single-catagory-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 180px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-catagory-post .post-thumbnail {
        height: 260px;
    }
}

.single-catagory-post .post-thumbnail .video-play {
    width: 50px;
    height: 50px;
    background-color: rgba(26, 26, 26, 0.7);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99;
}

.single-catagory-post .post-thumbnail .video-play:hover,
.single-catagory-post .post-thumbnail .video-play:focus {
    background-color: #2892c2;
}

.single-catagory-post .post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .single-catagory-post .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
}

.single-catagory-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.single-catagory-post .post-content .post-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2892c2;
}

.single-catagory-post .post-content .post-meta a:last-child {
    margin-left: 20px;
}

.single-catagory-post .post-content .post-meta a:last-child::after {
    content: '/';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}

.single-catagory-post .post-content .post-meta a:hover,
.single-catagory-post .post-content .post-meta a:focus {
    color: #404040;
}

.single-catagory-post .post-content .post-title {
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
}

.single-catagory-post .post-content .post-title:hover,
.single-catagory-post .post-content .post-title:focus {
    color: #2892c2;
}

.single-catagory-post .post-content p {
    margin-bottom: 0;
}

.single-catagory-post .post-content .post-meta-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.single-catagory-post .post-content .post-meta-2 a {
    font-size: 14px;
    color: #777777;
    margin-right: 20px;
}

.single-catagory-post .post-content .post-meta-2 a:last-child {
    margin-right: 0;
}

.single-catagory-post .post-content .post-meta-2 a:hover,
.single-catagory-post .post-content .post-meta-2 a:focus {
    color: #2892c2;
}

.post-details-content {
    position: relative;
    z-index: 1;
}

.post-details-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.post-details-content .post-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2892c2;
}

.post-details-content .post-meta a:last-child {
    margin-left: 20px;
}

.post-details-content .post-meta a:last-child::after {
    content: '/';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}

.post-details-content .post-meta a:hover,
.post-details-content .post-meta a:focus {
    color: #404040;
}

.post-details-content .post-title {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .post-details-content .post-title {
        font-size: 20px;
    }
}

.post-details-content .post-meta-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.post-details-content .post-meta-2 a {
    font-size: 14px;
    color: #777777;
    margin-right: 20px;
}

.post-details-content .post-meta-2 a:last-child {
    margin-right: 0;
}

.post-details-content .post-meta-2 a:hover,
.post-details-content .post-meta-2 a:focus {
    color: #2892c2;
}

.post-details-content ul {
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.post-details-content ul li {
    color: #212529;
    margin-bottom: 6px;
    list-style: disc;
}

.post-details-content ul li i {
    margin-right: 5px;
    display: none;
}

blockquote {
    background-color: #f2f4f5;
    padding: 15px 30px;
    border-left: 3px solid #2892c2;
}

blockquote .quote-text {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 2;
    margin-bottom: 15px;
}

blockquote .quote-name {
    margin-bottom: 0;
}

.like-dislike-share {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.like-dislike-share a {
    min-width: 180px;
    height: 46px;
    border-radius: 4px;
    background-color: #2892c2;
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
    text-align: center;
    line-height: 46px;
    font-weight: 400;
    margin-right: 15px;
}

.like-dislike-share a:last-child {
    margin-right: 0;
}

.like-dislike-share a i {
    margin-right: 5px;
}

.like-dislike-share a.facebook {
    background-color: #4b6cd0;
}

.like-dislike-share a.facebook:hover {
    background-color: rgba(75, 108, 208, 0.85);
}

.like-dislike-share a.twitter {
    background-color: #49a7f3;
}

.like-dislike-share a.twitter:hover {
    background-color: rgba(73, 167, 243, 0.85);
}

@media only screen and (max-width: 767px) {
    .like-dislike-share a {
        min-width: 50px;
    }
}

.like-dislike-share .share {
    min-width: auto;
    background-color: transparent;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-right: 15px;
}

.like-dislike-share .share span {
    display: block;
    font-size: 14px;
    color: #777777;
}

.post-author {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
}

.post-author .post-author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .post-author .post-author-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px;
        height: 60px;
    }
}

.post-author .post-author-thumb img {
    border-radius: 50%;
}

.post-author .post-author-desc .author-name {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .post-author .post-author-desc .author-name {
        font-size: 14px;
    }
}

.post-author .post-author-desc p {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .post-author .post-author-desc p {
        font-size: 12px;
    }
}

.related-post-area {
    position: relative;
    z-index: 1;
}

.related-post-area .single-blog-post.style-4 .post-content .post-title {
    font-size: 16px;
}

.video-submit-content {
    position: relative;
    z-index: 1;
}

.video-submit-content label {
    font-size: 12px;
    text-transform: capitalize;
    color: #1a1a1a;
    font-weight: 500;
}


/* :: 7.0 Footer Area CSS */

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #111111;
    padding-top: 80px;
}

.footer-area .footer-widget {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 80px;
}
.footer-widget p a{
    color: #fff;
    /*font-style: italic;*/
    text-decoration: underline;
}
.footer-widget p{
    line-height: 23px;
}
.footer-area .footer-widget .widget-title {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-left: 3px solid #2892c2;
    padding-left: 10px;
}

.footer-area .footer-widget .foo-logo {
    display: block;
    margin-bottom: 11px;
}
@media(min-width:992px){
    .footer-area .footer-widget .foo-logo img{
        margin:0px 52px;
    }
}

.footer-area .footer-widget p {
    margin-bottom: 30px;
    display: block;
}

.footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #2892c2;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 40px;
    margin-right: 3px;
    border-radius: 50%;
}

.footer-area .footer-widget .footer-social-info a:hover {
    background-color: #000 !important;
}

.footer-area .footer-widget .footer-social-info a.facebook {
    background-color: #4b6cd0;
}

.footer-area .footer-widget .footer-social-info a.google-plus {
    background-color: #f03b3b;
}

.footer-area .footer-widget .footer-social-info a.instagram {
    background-color: #8300D8;
}

.footer-area .footer-widget .footer-social-info a.twitter {
    background-color: #49a7f3;
}

.footer-area .footer-widget .footer-social-info a.linkedin {
    background-color: #30bad7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-widget .footer-social-info a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-widget .footer-social-info a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-widget .footer-social-info a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
}

.footer-area .footer-widget .footer-widget-nav {
    position: relative;
    z-index: 1;
}

.footer-area .footer-widget .footer-widget-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-area .footer-widget .footer-widget-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.footer-area .footer-widget .footer-widget-nav ul li a {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-area .footer-widget .footer-widget-nav ul li a i {
    color: #777777;
    margin-right: 5px;
}

.footer-area .footer-widget .footer-widget-nav ul li a:hover,
.footer-area .footer-widget .footer-widget-nav ul li a:focus {
    color: #2892c2;
}

.footer-area .footer-widget .footer-tags {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-left: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-widget .footer-tags {
        margin-top: -2px;
        margin-left: -2px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-widget .footer-tags {
        margin-top: -2px;
        margin-left: -2px;
    }
}

.footer-area .footer-widget .footer-tags li a {
    height: 30px;
    border-radius: 2px;
    background-color: #272727;
    color: #777777;
    text-transform: uppercase;
    padding: 0 10px;
    display: inline-block;
    line-height: 30px;
    margin: 5px;
    font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-widget .footer-tags li a {
        margin: 2px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area .footer-widget .footer-tags li a {
        margin: 2px;
    }
}

.footer-area .footer-widget .footer-tags li a:hover,
.footer-area .footer-widget .footer-tags li a:focus {
    background-color: #2892c2;
    color: #ffffff;
}

.footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    background-color: #0a0a0a;
}

.footer-area .copywrite-area .copywrite-text {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 400;
    color: #777777;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copywrite-area .copywrite-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .copywrite-text {
        font-size: 12px;
    }
}

.footer-area .copywrite-area .copywrite-text a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copywrite-area .copywrite-text a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .copywrite-text a {
        font-size: 12px;
    }
}

.footer-area .copywrite-area .copywrite-text a:hover,
.footer-area .copywrite-area .copywrite-text a:focus {
    color: #2892c2;
}

.footer-area .copywrite-area .footer-nav {
    position: relative;
    z-index: 1;
    color: #fff;
    float: right;
}

.footer-area .copywrite-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .footer-nav ul {
        margin-top: 5px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.footer-area .copywrite-area .footer-nav ul li a {
    display: inline-block;
    color: #777777;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copywrite-area .footer-nav ul li a {
        font-size: 12px;
        padding: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-area .footer-nav ul li a {
        font-size: 12px;
        padding: 0 8px;
    }
}

.footer-area .copywrite-area .footer-nav ul li a:hover,
.footer-area .copywrite-area .footer-nav ul li a:focus {
    font-weight: 400;
    color: #2892c2;
}

.footer-area .copywrite-area .footer-nav ul li:last-child a {
    padding-right: 0;
}

.sidebar-area {
    position: relative;
    z-index: 1;
}

.single-widget-area {
    position: relative;
    z-index: 1;
}

.single-widget-area form input {
    width: 100%;
    height: 56px;
    background-color: #f2f4f5;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.single-widget-area form input:focus {
    box-shadow: none;
    background-color: #f2f4f5;
}

.comment_area {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    min-width: 70px;
    margin-right: 20px;
    height: 70px;
    border-radius: 50%;
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        min-width: 40px;
        margin-right: 10px;
        height: 40px;
    }
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px;
}

.comment_area .comment-content .comment-meta .comment-date {
    font-size: 12px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.comment_area .comment-content .comment-meta h6 {
    margin-bottom: 10px;
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 2;
}

.comment_area .comment-content .comment-meta .like,
.comment_area .comment-content .comment-meta .reply {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    height: 30px;
    padding: 0 20px;
    border: 2px solid #ebebeb;
    border-radius: 15px;
    line-height: 26px;
    text-align: center;
    margin-right: 15px;
}

.comment_area .comment-content .comment-meta .like:last-child,
.comment_area .comment-content .comment-meta .reply:last-child {
    margin-right: 0;
}

.comment_area .comment-content .comment-meta .like:hover,
.comment_area .comment-content .comment-meta .reply:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
    .comment_area .comment-content .comment-meta .like,
    .comment_area .comment-content .comment-meta .reply {
        margin-right: 5px;
    }
}

.comment_area .single_comment_area {
    margin-bottom: 30px;
}

.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0;
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .comment_area .children .single_comment_area {
        margin-left: 15px;
    }
}

.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 310px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        height: 130px;
    }
}

.breadcrumb-area .breadcrumb-content {
    text-align: center;
}

.breadcrumb-area .breadcrumb-content h1 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area .breadcrumb-content h1 {
        font-size: 20px;
    }
}

.mag-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.mag-breadcrumb .breadcrumb .breadcrumb-item a:hover,
.mag-breadcrumb .breadcrumb .breadcrumb-item a:focus {
    color: #2892c2;
}

.mag-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.about-us-content {
    position: relative;
    z-index: 1;
}

.about-us-content ul li {
    color: #777777;
    margin-bottom: 10px;
}

.about-us-content ul li i {
    margin-right: 5px;
}
#about_left{
    width: 100%;
    height: 100%;
}
.single-team-member {
    position: relative;
    z-index: 1;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .single-team-member {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-team-member {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.single-team-member .team-member-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
}

@media only screen and (max-width: 767px) {
    .single-team-member .team-member-thumbnail {
        margin: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-team-member .team-member-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        width: 120px;
    }
}

.single-team-member .team-member-thumbnail::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 100;
    content: '';
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

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

.single-team-member .team-member-thumbnail .social-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 80%;
    bottom: 20px;
    left: 10%;
    right: 10%;
    z-index: 300;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    visibility: hidden;
}

.single-team-member .team-member-thumbnail .social-btn a {
    color: #ffffff;
    font-size: 14px;
}

.single-team-member .team-member-thumbnail .social-btn a:hover,
.single-team-member .team-member-thumbnail .social-btn a:focus {
    color: #2892c2;
}

.single-team-member .team-member-content {
    padding: 15px 30px;
}

@media only screen and (max-width: 767px) {
    .single-team-member .team-member-content {
        padding: 15px;
    }
}

.single-team-member .team-member-content h6 {
    margin-bottom: 5px;
}

.single-team-member .team-member-content span {
    color: #2892c2;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.single-team-member .team-member-content p {
    margin-bottom: 0;
    line-height: 1.7;
    font-weight: 300;
    font-size: 14px;
}

.single-team-member:hover .team-member-thumbnail::after,
.single-team-member:focus .team-member-thumbnail::after {
    opacity: 1;
    visibility: visible;
}

.single-team-member:hover .team-member-thumbnail .social-btn,
.single-team-member:focus .team-member-thumbnail .social-btn {
    opacity: 1;
    visibility: visible;
}

.single-team-member:last-child {
    margin-bottom: 0;
}

.single-video-area {
    position: relative;
    z-index: 1;
}

.single-video-area iframe {
    border: none !important;
    width: 100% !important;
    height: 540px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-video-area iframe {
        height: 420px !important;
    }
}

@media only screen and (max-width: 767px) {
    .single-video-area iframe {
        height: 240px !important;
    }
}

.single-video-area .video-meta-data {
    position: relative;
    z-index: 1;
    padding: 15px 30px;
}

@media only screen and (max-width: 767px) {
    .single-video-area .video-meta-data {
        padding: 15px;
    }
}

.single-video-area .video-meta-data .total-views {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .single-video-area .video-meta-data .total-views {
        font-size: 12px;
    }
}

.single-video-area .video-meta-data .like-dislike button {
    border: none;
    background-color: transparent;
    color: #777777;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .single-video-area .video-meta-data .like-dislike button {
        font-size: 12px;
        margin-right: 15px;
    }
}

.single-video-area .video-meta-data .like-dislike button:hover,
.single-video-area .video-meta-data .like-dislike button:focus {
    color: #2892c2;
}

.single-video-area .video-meta-data .like-dislike p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .single-video-area .video-meta-data .like-dislike p {
        font-size: 12px;
    }
}

.video-submit-content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.video-submit-content .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.video-submit-content .submit--btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.video-submit-content .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


/* :: 8.0 Contact Area CSS */

.single-contact-info {
    position: relative;
    margin-bottom: 30px;
}

.single-contact-info:last-child {
    margin-bottom: 0;
}

.single-contact-info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #2892c2;
}

.single-contact-info p {
    font-size: 14px;
    margin-bottom: 5px;
}

.single-contact-info h6 {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .single-contact-info h6 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-contact-info h6 {
        font-size: 14px;
    }
}

.form-control {
    position: relative;
    z-index: 2;
    height: 48px;
    width: 100%;
    background-color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    border: 2px solid #ebebeb;
    padding: 10px 30px;
    color: #777777;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2892c2;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    height: 190px;
}

.map-area {
    position: relative;
    z-index: 2;
}

.map-area iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 250px;
    }
}




.footer-widget .panel{
    border: 1px solid #fff;
    background: #fff;
    padding: 10px 10px;
    height: 280px;
    overflow-y: scroll;
}
.footer-widget .panel .media-heading{
    font-size: 17px;
    padding-left: 12px;
}
.post-footer-option li{
    float:left;
    margin-right:50px;
}

.post-footer-option li a{
    color:#AFB4BD;
    font-weight:500;
    font-size:1.3rem;
}

.photo-profile{
    border: 1px solid #DDD;
    width: 55px;
    height: 55px;
}

.anchor-username h4{
    font-weight:bold;    
}

.anchor-time{
    color:#ADB2BB;
    font-size: 14px;
    padding-left: 12px;
}

.post-footer-comment-wrapper{
    background-color:#F6F7F8;
}




.service-area .single-service .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-area .single-service .icon span {
  font-size: 25px;
  color: #222;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-area .single-service h4 {
  margin-bottom: 20px;
}

.service-area .single-service:hover .icon span {
  background: #2892c2;
  color: #fff;
}

@media (max-width: 991px) {
  .service-area .single-service {
    margin-bottom: 30px;
  }
}


/*Testimonial Slider*/

.testimonial{
    margin: 0 15px;
}
.testimonial .content{
    padding: 15px 10px;
    border-radius:6px;
    margin-bottom: 15px;
    position: relative;
    background:#2892c2;
    min-height: 100px;
}
.testimonial .content:after{
    content: "";
    border-top: 10px solid #258ab8;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
#testimonial-slider div.owl-item:nth-child(2n) .content{
    background: #1abc9c;
}
#testimonial-slider div.owl-item:nth-child(2n) .content:after{
    content: "";
    border-top: 10px solid #1abc9c;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content{
    background: #9b59b6;
}
#testimonial-slider div.owl-item:nth-child(3n+1) .content:after{
    content: "";
    border-top: 10px solid #9b59b6;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 16%;
}
.testimonial .description{
    margin-bottom: 10px;
    color:#fff;
}
.testimonial-pic{
    float:left;
}
.testimonial-pic > img{
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    margin-left: 20px;
}
.testimonial .testimonial-review{
    margin:16px 0 0 15px;
    float: left;
}
.testimonial .testimonial-title{
    font-size:16px;
    text-transform:capitalize;
    font-weight: bold;
    margin:0;
}
.testimonial > .testimonial-review span{
    color: darkgray;
    display: block;
    font-size: 13px;
    margin-bottom:5px;
}
.testimonial .social-links{
    padding:0;
    margin:0;
}
.testimonial .social-links > li{
    list-style:none;
    display:inline-block;
    margin-right:10px;
}
.testimonial .social-links > li > a.fa-twitter{
    color:#00aced;
}
.testimonial .social-links > li > a.fa-facebook{
    color: #3b599a;
}
.testimonial .social-links > li > a.fa-pinterest{
    color:#E14782;
}
.feedback-area .testimonial .testimonial-review{
    padding-bottom: 9%;
}
.feedback-area .testimonial .description {
    margin-bottom: 10px;
    color: #fff;
    height: 60px;
    font-size: 13px;
    line-height: 25px;
}


.cont-testimonial .testimonial{
    margin: 0 20px 40px;
}
.cont-testimonial h4{
    font-size: 21px;
}
.cont-testimonial .testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #d2cdcd;
    position: relative;
}
.cont-testimonial .testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.cont-testimonial .testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.cont-testimonial .testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.cont-testimonial .testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #278ebd;
    line-height: 23px;
    margin: 0;
}
.cont-testimonial .testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.cont-testimonial .testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}


/*=================================
  start  recent work section
 =================================*/

.recent-work-sec {
    /*---- start  our project section ---*/
}

.recent-work-sec .section-title-item .section-title {
    margin-bottom: 40px;
}

.recent-work-sec .recent-folio-menu {
    text-align: center;
    margin-bottom: 30px;
}

.recent-work-sec .recent-folio-menu ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
}

.recent-work-sec .recent-folio-menu ul li:before {
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 20px;
    content: '';
    background: #e0e0e0;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    margin: auto;
}

.recent-work-sec .recent-folio-menu ul li.active {
    color: #008435;
}

.recent-work-sec .recent-folio-menu ul li.active:before {
    background: #008435;
}

.recent-work-sec .recent-folio-menu ul li:last-child:before {
    display: none;
}

.recent-work-sec .single-recent-work {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}
@media(min-width:767px){
    .recent-work-sec .single-recent-work > img {
    width: 100%;
    height: 290px;
    }
}
.recent-work-sec .single-recent-work > img {
    width: 100%;
    min-height: 290px;
    /*height: 100%;*/
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.recent-work-sec .single-recent-work:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.recent-work-sec .single-recent-work .recet-work-footer i {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 72px;
    height: 62px;
    font-size: 30px;
    color: #ebf4ef;
    background: #004b1e;
    display: block;
    text-align: center;
    padding: 16px 0;
    z-index: 1;
}
.recet-work-footer i img{
    width: 35px;
    height: 35px;
}
.recent-work-sec .single-recent-work .recet-work-footer h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 23px;
    width: 100%;
    min-height: 63px;
    color: #ffebeb;
    background: rgba(43, 103, 123, 0.9);
    margin: 0;
    text-align: center;
    padding-top: 19px;
}

/*.recent-work-sec #mixcontent .mix {
    display: none;
}*/

.recent-work-sec .load-more-btn {
    margin-top: 0;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li {
    color: #6d6d6d;
    padding: 0;
    margin: 0 16px;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li.active {
    border-bottom: 3px solid #489f10;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li.active:before {
    background: #ededed;
}

.recent-work-sec.our-project-sec .recent-folio-menu ul li:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -15px;
}

.jobs_sec .single-catagory-post .post-content{
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}
.jobs_sec .single-catagory-post .post-content .post-title{
    margin-bottom: 4px;
}
.post-meta2 a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #008dbb;
    padding-bottom: 1px;
}
/*.list-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    padding: 13px 40px;
    background-color: #009aca;
    margin-left:15px;
}*/
.list-meta3 {
    /* float:right; */
}
.list-meta3 .single-mega2{
    display:none;
}
.list-meta3 ul li a:hover .single-mega2{
    display:block;
}
.list-meta h4{
    padding-top: 14px;
}
.list-meta2 a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    padding: 13px 40px;
    background-color: #009aca;
}
.list-meta2{
    float:right;
}

/*@media(min-width: 992px){
    .list-meta{
        float:right !important;
    }
}*/

.list-meta li{
    float:left;
}

/*.list-meta a:last-child {
    margin-left: 20px;
}

.list-meta a:last-child::after {
    content: '/';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
}*/

.list-meta a:hover,
.list-meta a:focus {
    color: #404040;
}

/*** Login & Registration Page
-------------------------------------------*/

.login-reg-inner {
    margin: 70px 0;
}

.login-reg-inner .form-control {
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.login-reg-inner .form-control:focus {
    border-color: #2892c2;
}

.login-reg-inner label {
    font-weight: normal;
    margin: 15px 0 10px;
    display: block;
    font-family: 'Ubuntu', sans-serif;
}

.login-reg-inner label sup {
    color: #f60d2b;
}

.register-form-inner .btn-style {
    float: right;
    margin-top: 20px;
}

.login-reg-inner .foeget a {
    margin: 15px 0;
    display: block;
}

.login-reg-inner .social_icon {
    margin-bottom: 10px;
}
.btn-style {
    color: #FFF;
    background-color: #2892c2;
    border: 2px solid #2892c2;
    border-radius: 30px;
    font-weight: 700;
    padding: 8px 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-style:hover {
    border: 2px solid #f60d2b;
    background-color: transparent;
    color: #2892c2;
}


.top-social-links ul li a{
    font-weight: 600;
    color: #ffe001 !important;
    font-size: 16px !important;
}

@media(min-width: 992px){
    .blog-thumb img{
        width: 100%;
        height: 410px;
    }
}
/*.blog-content ul li{
    list-style: disc;
}
.blog-content ul{
    padding-left: 15px;
}*/

/*Subcriber Form*/

#spinner-image{
    display: none;
}
.newsletter-form input[type=submit]{
    background-color: #008ebd;
    color: #fff;
}
.newsletter-form input[type=submit]:hover{
    background-color: #464646;
}




.username{
    display: none;
}


/*Our Team*/


.our-team{
    border-top: 1px solid #6e9ecf;
    background: #fff;
    border-radius: 5px;
    margin-top: 92px;
    box-shadow: .6px .6px .8px .9px #666;
}
.our-team .pic{
    width: 165px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}
.our-team:hover .pic{
    border-radius: 60px 0;
    border-color: #6e9ecf;
}
.our-team .pic img{
    width: 100%;
    height: 165px;
}
.our-team .team-content{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.our-team .team-title{
    font-size: 24px;
    color: #0094c3;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.our-team .post{
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}
.our-team p{
    font-size: 13px;
    font-weight: 300;
    color: #333;
    padding: 0 15px;
    line-height: 22px;
    margin-bottom: 30px;
    min-height: 150px;
    /*! text-align: left; */
}
.our-team .social-links li a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .our-team { margin-top: 80px; }
}


/*FAQ Page*/

#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #2892c2;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}
@media(min-width:992px){
    #accordion .panel-title a{
        width: 680px;
    }
}
@media(max-width:767px){
    #accordion .panel-title a{
        width: 300px;
    }
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #2892c2;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 5px 15px 15px;
    border: 1px solid #0095c4;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
.info-right p{
    text-align:justify;
}
.hglt{
    color:#0095c4;
}
.team-case p{
    text-align:justify !important;
}


/*Forum*/

.forum-titles{
    display:none !important;
}
.bbp-forum-title{
    color: #0095c4 !important;
    font-size: 18px !important;
}
.forum .entry-header h1{
    text-align:center;
}

.topic h1{
    text-align:center;
	padding:2% auto;
}

.bbp-reply-form{
	width:100%;
}
.bbp-form input[type="text"],
.bbp-form input[type="email"],
.bbp-form textarea{
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    border: 2px solid #ebebeb;
    padding: 10px 30px;
    color: #777777;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.bbp-form .submit{
    background-color: #2892c2;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    color: #ffffff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-transform: capitalize;
    border: none;
    margin-top: 15px;
}
.bbp-pagination-count{
    display:none !important;
}
.bbp-topic-form{
    display:none !important;
}
.bbp-topic-permalink{
    color: #0092c1;
    font-size: 18px;
}
.bbp-topic-permalink:hover{
    color: #111 !important;
    font-size: 18px !important;
}
.bbp-topic-voice-count{
    display:none !important;
}
.bbp-topic-reply-count{
    display:none !important;
}
.bbp-template-notice{
    width:100% !important;
}
.bbp-forum-topic-count{
    display:none !important;
}
.bbp-forum-reply-count{
    display:none !important;
}
.bbp-topics{
    width:100%;
}
.bbp-topics .topic{
    border: 1px dashed rgb(187, 187, 187);
    margin-bottom: 11px;
    padding: 15px 10px;
}
.reply{
    border-bottom: 1px dashed rgb(187, 187, 187);
    margin-bottom: 11px;
}
.forum{
    border-bottom: 1px dashed rgb(187, 187, 187);
    margin-bottom: 11px;
}
.forum:first-child{
    border-top: none;
}

/*Modal*/

.modal-backdrop{
    background: inherit;
}
.modal-backdrop.show{
    opacity: .15;
    z-index:-1;
    background:#000;
}
.ebook_modal{
    top: 92px;
    z-index:99999;
}
.contact_form {
    padding: 0% 5% 3% 5%;
    /*margin-top: 50px;*/
    width: 100%;
}
.contact_form input {
    border: 1px solid #808080;
    font-size: 12px;
    padding: 10px 8px;
    width: 100%;
    margin-top: 15px;
    height: 55px;
}
.contact_form textarea{
    border: 1px solid #808080;
    font-size: 12px;
    padding: 10px 8px;
    width: 100%;
    margin-top: 15px;
}

.contact_form input:focus,
.contact_form tel:focus,
.contact_form textarea:focus{
    border: 1px solid #3185b0;
    box-shadow: 0.3px 0.1px 0.8px #000;
}

#myModal .modal-header .close{
    margin-top: -29px;
}
#myModal .modal-title{
    padding-left: 4.5%;
}

.contact_form textarea {
    height: 136px;
    /*padding-left: 18px;*/
    /*margin-bottom: 12px;*/
    width: 100%;
}

.contact_form input[type="submit"] {
    border: none;
    border-radius: 10px;
    width: 70%;
    height: 52px;
    display: block;
    background: #333333;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact_form input[type="submit"]:hover{
    background: #ff7e00;
    background: -webkit-linear-gradient(45deg, #ff7e00, #f4a65a);
    background: -o-linear-gradient(45deg, #ff7e00, #f4a65ae);
    background: -moz-linear-gradient(45deg, #ff7e00, #f4a65a);
    background: linear-gradient(45deg, #ff7e00, #f4a65a);
    position: relative;
    color: #fff;
}
.ebook_modal .modal-header .close{
    /*margin-top: -29px;*/
}
.ebook_modal .modal-title{
    position: fixed;
}
@media(min-width:768px){
    .ebook_modal .modal-title{
        font-size:16px;       
    }
}    
@media(min-width:768px){
    .ebook_modal .modal-title{
        margin-left: 20px;
    }
}
.dropdown{
	float:right;
}
.list-meta3{
	/* float:right; */
}

.dropbtn {
  background-color: #2892c2;
  color: white;
  padding: 10px 46px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 149px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1; color:#2892c2;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #2a3d46;
}
.theme-color{
	color:#2892c2;
}
.error{
	color:#dd0606;
}
.big_text{
    min-height: 195px;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 48px;
    width: 100%;
    background-color:
    #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    border: 2px solid
    #ebebeb;
    padding: 10px 30px;
    color:
    #777777;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.big_text:focus {
    box-shadow: none;
    border-color: #2892c2;
}


.box{
    width:100%;
    min-height:348px;
}






.details_box h5{
    font-size: 16px;
    font-weight: normal;
}
.details_box h3{
    padding-bottom: 12px;
}
.details_box h5 .f_name{
    font-weight: 500;
}
.theme-color{
    color: #0a87b0;
}
.show_logo{
    width: 100px;
    height: 85px;
    margin-top: 4px;
}
.field{
    margin-bottom: 15px;
}
.border-btm{
    border-bottom: 1px solid #d7cfcf;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
.job_description,
.job_description p{
    color: #2e2536;
}
.job_description{
    border: 1px solid #b3abab;
    padding: 10px 15px;
    border-top: hidden;
}
.details_box .section-heading{
    margin-bottom: 0px;
    border: 1px solid #b3abab;
    border-left: 4px solid #2892c2;
    /*border-top: 1px solid #2892c2;
    border-right: 1px solid #2892c2;
    border-bottom: 1px solid #2892c2;*/
    /*border-left: hidden;*/
    width: 100%;
}
@media(min-width:768px){
    .bbpress-wrapper{
        width: 70%;
        margin: 0px auto;
    }
}
@media(max-width:767px){
    .bbpress-wrapper{
        width: 95%;
        margin: 0px auto;
    }
}

/* ====== The End ====== */











