/*
- Template Name: Lawyersonline.pk
- Template Author: Lawyersonline.pk
- Template URL: http://lawyersonline.pk
- Version: 1.0
*/
/*
###### Index of Stylesheet ######
:: 1.0 Import Fonts
:: 3.0 Base CSS
:: 4.0 Header Area
:: 5.0 Hero Area 
:: 6.0 Blog Post Area
:: 7.0 Video Post Area
:: 8.0 Footer Add Area
:: 9.0 Footer Area
:: 10.0 About Area
:: 11.0 Cool Facts
:: 12.0 Contact Area
*/
/* :: 1.0 Import Fonts */

@font-face {
    font-family: urdu-font;
    src: url(../fonts/pak-nastaleeq-beta-release.ttf);
    font-display: fallback;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #152535;
    line-height: 1.3;
    font-weight: 700;
}

p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 14px;
}

ul,
ol {
    margin: 0;
}

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

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

/* 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-80 {
    margin-top: 80px !important;
}

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

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

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

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

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

.mb-80 {
    margin-bottom: 80px !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;
}

/* 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;
}

/* Section Padding */
.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

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

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

.section-padding-80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
}
.section-padding-50-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0d5d8;
}
.constitution-section-heading {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0d5d8;
}
.edit_row {
    margin-left: 0px;
}
.constitution-section-heading h1 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
    min-width: 140px;
    padding: 0 30px;
    background-color: black;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}
.section-heading h6 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
    min-width: 140px;
    padding: 0 30px;
    background-color: black;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
}

/* Miscellaneous */
.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;
}

.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(2, 3, 28, 0.9);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #ee002d;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

.profile-info {
    margin-top: 40px;
}

.profile-user-img {
    display: block;
    margin: 0px auto;
}

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

.img-circle {
    border-radius: 5%;
}

.p_description {
    margin-top: 20px;
}

.p_description > p {
    padding: 2%;
}

/* ScrollUp */
#scrollUp {
    background-color: black;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #000000;
}

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

/* Button */
.newspaper-btn {
    display: inline-block;
    min-width: 160px;
    height: 52px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 30px;
    font-size: 14px;
    line-height: 52px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: black;
}
a.read-more-btn {
    background-color: black;
    color: #fff;
    border: none;
    padding: 7px 14px;
    outline: none;
    font-size: 14px;
}
.newspaper-btn.active, .newspaper-btn:hover, .newspaper-btn:focus {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #1c1c1c;
}

/* :: 4.0 Header Area */
.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
}

.header-area .top-header-area {
    width: 100%;
    /*height: 100px;*/
    background-color: black;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        height: 70px;
    }
}

.header-area .top-header-area .top-header-content {
    width: 100%;
    background-color: black;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area .top-header-content {
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content {
        height: 70px;
    }
}

.header-area .top-header-area .top-header-content .logo a {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area .top-header-content .logo a {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content .logo a {
        display: none;
    }
}

.header-area .top-header-area .login-search-area {
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .top-header-area .login-search-area {
        margin-left: 30px;
    }
}

.header-area .top-header-area .login-search-area .login a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}



.header-area .top-header-area .login-search-area .search-form form .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.header-area .top-header-area .login-search-area .search-form form .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.header-area .newspaper-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 80px;
    border-bottom: 1px solid #d0d5d8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .newspaper-main-menu {
        background-color: #152535;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .newspaper-main-menu {
        background-color: #152535;
        height: 70px;
    }
}

.header-area .newspaper-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .newspaper-main-menu .classy-navbar {
    height: 80px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .header-area .newspaper-main-menu .classy-navbar {
        height: 70px;
    }
}

.header-area .newspaper-main-menu .classy-navbar .logo {
    display: none;
}

.header-area .newspaper-main-menu .classy-navbar .logo a {
    display: block;
    max-width: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .newspaper-main-menu .classy-navbar .logo {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .newspaper-main-menu .classy-navbar .logo {
        display: block;
    }
}

.header-area .newspaper-main-menu .classy-navbar .classynav ul li a {
    font-weight: 500;
}

.header-area .newspaper-main-menu .classy-navbar .classynav ul li a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav ul li a:focus {
    font-weight: 500;
    color: #ee002d;
}

.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a {
    text-transform: capitalize;
    padding: 12px 12px 11px;
    background-color: transparent;
    line-height: 1;
    color: #828282;
    font-weight: 500;
}

.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:focus {
    color: #1c1c1c;
}

.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a {
    position: relative;
    z-index: 1;
    color: #1c1c1c;
}

.header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
    background-color: #f7f7f7;
    width: 100%;
    height: 3px;
    position: absolute;
    top: -26px;
    left: 0;
    content: '';
    z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
        display: none;
    }
}

.header-area .is-sticky #stickyMenu {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .is-sticky #stickyMenu {
        background-color: #152535;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .is-sticky #stickyMenu {
        background-color: #152535;
    }
}

/* :: 5.0 Hero Area */
.hero-area {
    position: relative;
    z-index: 1;
    padding: 35px 0 40px;
}

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

.hero-area .breaking-news-area .news-title {
    min-width: 150px;
    height: 38px;
    background-color: black;
    text-align: center;
    padding: 0 20px;
}

.hero-area .breaking-news-area .news-title p {
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    line-height: 38px;
}

@media only screen and (max-width: 767px) {
    .hero-area .breaking-news-area .news-title p {
        font-size: 12px;
    }
}

.hero-area .breaking-news-area .news-title.title2 {
    background-color: #152535;
}

@media only screen and (max-width: 767px) {
    .hero-area .breaking-news-area .news-title {
        min-width: 100px;
        padding: 0 5px;
    }
}

.hero-area .breaking-news-area .ticker {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    background-color: #f3f5f8;
}

@media only screen and (max-width: 767px) {
    .hero-area .breaking-news-area .ticker {
        padding: 0 5px;
    }
}

.hero-area .breaking-news-area .ticker ul {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-area .breaking-news-area .ticker ul li {
    display: none;
    width: 100%;
}

.hero-area .breaking-news-area .ticker ul li a {
    display: block;
    font-size: 14px;
    color: #152535;
    height: 38px;
    line-height: 38px;
}

.hero-area .breaking-news-area .ticker ul li a:hover, .hero-area .breaking-news-area .ticker ul li a:focus {
    color: #ee002d;
}

@media only screen and (max-width: 767px) {
    .hero-area .breaking-news-area .ticker ul li a {
        font-size: 12px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-add {
        margin-top: 80px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-add {
        margin-top: 80px;
        text-align: center;
    }
}

/* :: 6.0 Blog Post Area */
.single-blog-post {
    position: relative;
    z-index: 1;
}

.single-blog-post .post-thumb a {

}

.single-blog-post .post-data {
    padding: 30px 0;
}

.single-blog-post .post-data .post-catagory {
    font-size: 14px;
    color: #ee002d;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.single-blog-post .post-data .post-title {
    display: block;
}

.single-blog-post .post-data .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.9;
}

.single-blog-post .post-data .post-title h6:hover, .single-blog-post .post-data .post-title h6:focus {
    color: #ee002d;
}

.single-blog-post .post-data .post-meta .post-date a {
    display: block;
}

.single-blog-post .post-data .post-meta .post-date a:hover, .single-blog-post .post-data .post-meta .post-date a:focus {
    color: #ee002d;
}

.single-blog-post .post-data .post-meta .post-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.single-blog-post .post-data .post-meta .post-like span {
    line-height: 1;
    margin-left: 15px;
}

.single-blog-post .post-data .post-meta .post-like span:hover, .single-blog-post .post-data .post-meta .post-like span:focus {
    color: #ee002d;
}

.single-blog-post .post-data .post-meta .post-comment {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
}

.single-blog-post .post-data .post-meta .post-comment span {
    line-height: 1;
    margin-left: 15px;
}

.single-blog-post .post-data .post-meta .post-comment span:hover, .single-blog-post .post-data .post-meta .post-comment span:focus {
    color: #ee002d;
}

.single-blog-post.style-2 .post-data {
    padding: 15px 0;
}

.single-blog-post.style-2 .post-data .post-title h6 {
    font-size: 14px;
}

.single-blog-post.style-2 .post-data .post-meta .post-date a {
    font-size: 12px;
}

.single-blog-post.style-3 {
    margin-bottom: 5px;
}

.single-blog-post.style-3 .post-data {
    padding: 15px 0;
}

.single-blog-post.style-3 .post-data .post-title h6 {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

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

.single-blog-post.featured-post .post-data {
    padding: 30px 0;
}

.single-blog-post.featured-post .post-title h6 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .single-blog-post.featured-post .post-data .post-title h6 {
        font-size: 24px;
    }
}

.single-blog-post.featured-post .post-data .post-author {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.single-blog-post.featured-post .post-data .post-author a {
    display: inline-block;
    color: #ee002d;
}

.single-blog-post.featured-post .post-data .post-excerp {
    font-weight: 500;
    margin-bottom: 40px;
    display: block;
    line-height: 2.1;
}

.single-blog-post.featured-post.single-post .post-data {
    padding: 30px 0;
}

.single-blog-post.featured-post.single-post .post-data p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 35px;

}

.urdu-class {
    font-family: urdu-font;
    text-align: right;
}

.single-blog-post.featured-post.single-post .post-data .related--post {
    display: block;
    font-size: 18px;
    color: #2c61db;
    margin: 40px 0;
}

.single-blog-post.featured-post.single-post .post-data .related--post:hover, .single-blog-post.featured-post.single-post .post-data .related--post:focus {
    color: #ee002d;
}

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

.single-blog-post.featured-post-2 .post-data {
    padding: 15px 0;
}

.single-blog-post.featured-post-2 .post-data .post-title h6 {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 20px;
    font-weight: 500;
}

.single-blog-post.featured-post-2 .post-data .post-author {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.single-blog-post.featured-post-2 .post-data .post-author a {
    display: inline-block;
    color: #ee002d;
}

.single-blog-post.small-featured-post {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d0d5d8;
    padding: 20px 0;
}

.single-blog-post.small-featured-post .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    margin-right: 15px;
}

.single-blog-post.small-featured-post .post-data {
    padding: 0;
}

.single-blog-post.small-featured-post .post-data .post-catagory {
    margin-bottom: 10px;
    line-height: 1;
}

.single-blog-post.small-featured-post .post-data .post-title h6 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 700;
}

.single-blog-post.small-featured-post .post-data .post-date {
    margin-bottom: 0;
    line-height: 1;
}

.single-blog-post.small-featured-post:first-child {
    padding-top: 0;
}

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

@media only screen and (max-width: 767px) {
    .newspaper-post-like {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.newspaper-tags {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
    .newspaper-tags {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.newspaper-tags span {
    font-size: 14px;
    color: #393939;
    font-weight: 500;
    padding-right: 5px;
}

.newspaper-tags ul li a {
    display: inline-block;
    color: #828282;
    font-weight: 500;
    padding-right: 3px;
}

.newspaper-tags ul li a:hover, .newspaper-tags ul li a:focus {
    color: #ee002d;
}

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

.popular-news-widget {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 60px 25px;
}

.popular-news-widget h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: black;
}
.popular-news-widget h1 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: black;
}

@media only screen and (max-width: 767px) {
    .popular-news-widget h3 {
        font-size: 24px;
    }
}

.popular-news-widget .single-popular-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.popular-news-widget .single-popular-post h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.7;
    font-weight: 500;
}

.popular-news-widget .single-popular-post h6 span {
    margin-right: 15px;
    color: black;
}

.popular-news-widget .single-popular-post h6:hover, .popular-news-widget .single-popular-post h6:focus {
    color: #ee002d;
}

.popular-news-widget .single-popular-post p {
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #828282;
    margin-left: 30px;
    line-height: 1;
}

.popular-news-widget .single-popular-post:last-child {
    margin-bottom: 0;
}

.latest-comments-widget {
    position: relative;
    z-index: 1;
    background-color: #eff4f9;
    padding: 60px 25px;
}

.latest-comments-widget h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #152535;
}

.latest-comments-widget .single-comments {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.latest-comments-widget .single-comments .comments-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    max-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-top: 6px;
}

.latest-comments-widget .single-comments .comments-thumbnail img {
    border-radius: 50%;
    display: block;
}

.latest-comments-widget .single-comments .comments-text a {
    display: block;
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 10px;
    line-height: 1.9;
}

.latest-comments-widget .single-comments .comments-text a span {
    color: #a8a8a8;
}

.latest-comments-widget .single-comments .comments-text a:hover, .latest-comments-widget .single-comments .comments-text a:focus {
    color: #ee002d;
}

.latest-comments-widget .single-comments .comments-text p {
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #828282;
    line-height: 1;
}

.latest-comments-widget .single-comments:last-child {
    margin-bottom: 0;
}

.newsletter-widget {
    position: relative;
    z-index: 1;
    background-color: black;
    padding: 60px 25px;
}

.newsletter-widget h4 {
    text-align: center;
    color: white;
}

.newsletter-widget p {
    font-size: 12px;
    text-align: center;
    color: white
}

.newsletter-widget form input {
    width: 100%;
    height: 50px;
    background-color: #44425a;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    margin-bottom: 25px;
    border: none;
    padding: 0 25px;
}

.newsletter-widget form button {
    width: 100%;
    height: 50px;
    background-color: #ee002d;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    border: none;
    padding: 0 25px;
    border-radius: 0;
}

.newsletter-widget form button:hover, .newsletter-widget form button:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff;
    color: #ee002d;
}

.pagination {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .pagination {
        margin-bottom: 80px;
    }
}

.pagination .page-link {
    padding: 0;
    font-size: 16px;
    border: none;
    color: #152535;
    width: 38px;
    height: 38px;
    background-color: transparent;
    text-align: center;
    line-height: 38px;
}

.pagination .page-link:hover, .pagination .page-link:focus {
    background-color: #152535;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #152535;
    color: #fff;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination {
    display: inline-block;
}

.blog-posts-color {
    background-color: #E5E5E5;
}


/* Start category pageeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee ******** */

.content-aside .module {
    border: 1px solid #d7d7d7;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 3px;
}

.content-aside .module h3.modtitle {
    border-bottom: 1px solid #d7d7d7;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f5f5f5;
    margin: 0;
    padding: 15px;
}

.content-aside .module .modcontent {
    padding: 15px 20px;
}

ul, ul li, ul.menu, ul.blank, .category-style .list-group, .category-style .list-group > li ul, .filter-shopby .checkboxes_list, .filter-shopby .simple_vertical_list, .tags_cloud, .our-member .respl-item .info-member ul, .why-list, ul.contact-address, ul.product-options {
    list-style: none;
    padding: 0;
}

.category-style .list-group > li {
    border-bottom: 1px dotted #e4e4e4;
    margin: 0;
    position: relative;
}

.box-category > ul > li {
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

.category-style .list-group > li a {
    color: #333;
    padding: 10px 0;
    display: block;
}

.box-category > ul > li > a {
    display: block;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 47px 14px 15px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
}


.search_by > input {
    width: 28%;
    padding: 1%;

}

.search_by > select {
    width: 28%;
    padding: 1.2%;

}

.search_by > input:focus {
    border: 1px solid black;

}

.search_by > button {

    width: 10%;
    padding: 1%;
}

.search_by > button > img {
    width: 20%;
}

.seach_question {
    width: 100%;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 10px;
}

.questions_category {
    padding: 11px;
    width: 100%;
    margin-bottom: 10px;
}

.questions_btn {
    width: 100%;
    padding: 10px;
    background-color: black;
    border: none;
}


/*** End **************************************/

.pagination > span {
    color: white;
    float: left;
    padding: 8px 16px;
    margin-right: 10px;
    text-decoration: none;
    background-color: black;
}

.pagination > span > a {
    color: white;
    float: left;
    text-decoration: none;
    background-color: black;
}

.pagination > span > a.active {
    background-color: white;
    color: white;
}

.blog-post-author {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #d0d5d8;
}

.blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
    padding-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

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

.blog-post-author .author-info a {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-post-author .author-info a span {
    color: #656565;
    font-style: italic;
}

.blog-post-author .author-info p {
    line-height: 2;
    margin-bottom: 0;
}

.pager {
    position: relative;
    z-index: 1;
}

.pager a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eff4f9;
    text-align: center;
    color: #1c1c1c;
    margin: 50px 0;
}

.pager a.active, .pager a:hover, .pager a:focus {
    background-color: #1c1c1c;
    color: #fff;
}

.pager a i {
    font-size: 16px;
}

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

.comment_area .title {
    margin-bottom: 50px;
}

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

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

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

.comment_area .comment-content .comment-meta .post-author {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    color: #393939;
}

.comment_area .comment-content .comment-meta .post-date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #656565;
    display: block;
    margin-bottom: 15px;
}

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

.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;
}

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

.post-a-comment-area h4 {
    font-size: 24px;
    color: #393939;
    margin-bottom: 50px;
}

.editors-pick-post-area {
    position: relative;
    z-index: 1;
    background-color: #eff4f9;
}

/* :: 7.0 Video Post Area */
.video-post-area {
    position: relative;
    z-index: 1;
    padding: 100px 0 70px;
}

.single-video-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-video-post img {
    -webkit-transition-duration: 2000ms;
    transition-duration: 2000ms;
    width: 100%;
}

.single-video-post .videobtn {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-video-post .videobtn a {
    display: block;
    width: 70px;
    height: 40px;
    border-radius: 5px;
    background-color: #ee002d;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.single-video-post .videobtn a:hover, .single-video-post .videobtn a:focus {
    background-color: #152535;
    color: #fff;
}

.single-video-post:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* :: 8.0 Footer Add Area */
.footer-add-area {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.footer-add-area .footer-add a {
    display: block;
}

.footer-add-area .footer-add a img {
    width: 100%;
}

/* :: 9.0 Footer Area */
.footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: black;
}

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

.footer-area .footer-widget-area .footer-logo {
    margin-bottom: 30px;
}

.footer-area .footer-widget-area .widget-title {
    display: block;
    margin-bottom: 30px;
    color: #fff;
}

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

.footer-area .footer-widget-area .list li {
    display: block;
}

.footer-area .footer-widget-area .list li a {
    display: block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer-area .footer-widget-area .list li a:hover, .footer-area .footer-widget-area .list li a:focus {
    color: #fff;
}

.footer-area .bottom-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px;
}

.footer-area .bottom-footer-area p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}

.footer-area .bottom-footer-area p a {
    color: rgba(255, 255, 255, 0.5);
}

.footer-area .bottom-footer-area p a:hover, .footer-area .bottom-footer-area p a:focus {
    color: #fff;
}

/* :: 10.0 About Area */
.about-area {
    position: relative;
    z-index: 1;
}

.about-area h2 {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 40px;
}

@media only screen and (max-width: 767px) {
    .about-area h2 {
        font-size: 30px;
    }
}

.about-area p {
    font-weight: 500;
}

.single-cool-fact {
    position: relative;
    z-index: 1;
}

.single-team-member {
    position: relative;
    z-index: 1;
}

.single-team-member .team-info {
    padding: 50px 0;
    text-align: center;
}

.single-team-member .team-info h5 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #393939;
}

.single-team-member .team-info h6 {
    margin-bottom: 0;
    font-size: 14px;
    color: #656565;
}

/* :: 11.0 Cool Facts */
.single-cool-fact {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 80px;
}

.single-cool-fact h3 {
    font-size: 60px;
    margin-bottom: 0;
    color: #a5a5a5;
    font-weight: 700;
    margin-right: 15px;
}

.single-cool-fact .cf-text {
    text-align: left;
}

.single-cool-fact .cf-text h6 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #393939;
}

.single-cool-fact .cf-text span {
    font-size: 12px;
    color: #656565;
}

/* :: 12.0 Contact Area */
.map-area {
    position: relative;
    z-index: 2;
    margin-top: 80px;
}

.map-area #googleMap {
    width: 100%;
    height: 680px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area #googleMap {
        height: 500px;
    }
}

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

.single-contact-information {
    position: relative;
    z-index: 1;
}

.single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid black;
    display: inline-block;
    color: black;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-area {
        margin-bottom: 80px;
    }
}

.contact-form-area .form-control {
    height: 45px;
    width: 100%;
    background-color: #f3f5f8;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-form-area .form-control:focus {
    box-shadow: none;
}

.contact-form-area textarea.form-control {
    height: 200px;
    padding: 15px 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

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

.contact-area .contact-title h2 {
    font-size: 40px;
    color: #393939;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-title h2 {
        font-size: 30px;
    }
}

/*# sourceMappingURL=style.css.map */


/******************* Custom style *****************************/

#question {
    width: 100%;
    padding: 2%;
    border: 1px solid black;

}

#question1 {
    width: 100%;
    padding: 2%;
    border: 1px solid black;

}

#save_question {
    cursor: pointer;
    margin-top: 2%;
    padding: 1%;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    background-color: black;
    color: white;
    border: none;
}

.all_question {
    padding-top: 5%;
}

[data-toggle="collapse"]:after {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg);
    transition: all linear 0.25s;
    float: right;
}

[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg);
}


/* The container */
.language_select {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.language_select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.language_select:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.language_select input:checked ~ .checkmark {
    background-color: black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.language_select input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.language_select .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.question_category {
    padding-top: 3%;
}

.question_category > select {
    width: 100%;
    padding: 10px 10px;
}

.home_padding {
    border: 3px solid black;
}

/* ****   Calculator section *************** */

.calculator_section input {

    width: 100%;
    padding: 1%;
    margin-bottom: 25px;
}

.calculator_section button {
    margin: 0px auto;
    display: block;
    padding: 15px 20px;
    border: none;
    color: #fff;
    background-color: black;
    margin-bottom: 25px;

}

.calculator_head {
    margin-bottom: 5%;
    margin-top: 5%;
    text-align: center;
}

.calculator_head span {
    font-weight: 500;
    font-size: 25px;
}

.calculator_head select {
    width: 50%;
    padding: 1%;
}

.quarter span {
    font-size: 20px;
}

.home_images {
    width: 100%;
    height: auto;
}

.post-meta h1 {
    font-size: 1rem;
}

.single-blog-post.style-3 h1 {
    font-size: 1rem;
}

.modal-header {
    display: block;
}

.question-modal-body h2 {
    font-weight: 500;
    font-size: 15px;
}

/* ***************  New Home section ****************** */

.hr-divide {
    margin-top: 2px;
    margin-bottom: 5px;
}
.cat-box-content {
    width: 100%;
    display: inline-block;
    border-bottom: 4px solid black;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
}
.cat-box-tabs {
    display: block;
    border-bottom: 4px solid black;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
}
.cat-box-tabs-next {
    margin-top: 20px;
    min-height: 275px;
}
.list-box li.first-news {
    padding: 15px;
    float: left;
}

.list-box li {
    overflow: hidden;
    padding: 10px;
    width: 50%;
    float: right;
    clear: right;
}
.list-box li.first-news .post-thumbnail {
    margin: 0 0 10px 0;
    float: none;
}
.post-thumbnail {
    margin-right: 15px;
    position: relative;
    line-height: 0;
}
.post-thumbnail a {
    display: block !important;
    background: #000;
    font-size: 0;
}
h2.post-box-title {
    font-size: 20px;
    line-height: 26px;
}
li.first-news p.post-meta, .list-box li.first-news p.post-meta, .wide-box li.first-news p.post-meta, .cat-tabs-wrap li.first-news p.post-meta {
    padding: 0;
    margin: 5px 0 10px;
    font-size: 85%;
}
.entry {
    word-wrap: break-word;
    line-height: 22px;
}
.cat-box .entry {
    font-size: 12px;
}
.list-box li.other-news {
    border-left: 3px solid #eaeaea;
}
.column2 li.other-news, .list-box li.other-news {
    height: 100px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 15px 20px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.wide-box li .post-thumbnail, .list-box li .post-thumbnail {
    float: left;
}
.post-thumbnail img {
    height: 220px;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.post-thumbnail img.attachment-tie-small {
    max-width: 100px;
    height: 50px;
}
.constitution-post-thumbnail img {
    height: 250px;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.constitution-post-thumbnail img.attachment-tie-small {
    max-width: 100px;
    height: 50px;
}
h1.post-box-title {
    font-size: 20px;
    line-height: 20px;
}
h2.post-box-title {
    font-size: 16px;
    line-height: 20px;
}
h1.post-box-title:hover{
    color: #ee002d;
}
p.post-meta {
    margin: 5px 0 0;
    font-size: 80%;
}
p.short-description {
    font-size: 18px;
    word-wrap: break-word;
}
.arqam-lite-widget-counter {
    margin-bottom: 25px;
    overflow: hidden;
    background: #FFF;
    clear: both;
    font-size: 0;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}
.arqam-lite-widget-counter ul {
    text-align: center;
}
.arqam-lite-widget-counter li {
    line-height: 15px;
    display: inline-block;
    width: 33.333333%;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.arqam-lite-widget-counter li a {
    color: #444;
    text-decoration: none;
    display: block;
    overflow: hidden;
    opacity: 0.8;
    padding: 0 0 6px;
}
.arqam-lite-widget-counter a i {
    font-size: 28px;
    margin: 8px auto;
    width: 50px;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #555;
    -webkit-border-radius: 50px;
    moz-border-radius: 50px;
    border-radius: 50px;
}
.arqam-lite-widget-counter li span {
    display: block;
    font-size: 21px;
}
.arqam-lite-widget-counter li a small {
    font-size: 11px;
    color: #777;
    padding-top: 3px;
    display: inline-block;
}

.social-icons.social-colored .fa-rss:before, .arq-lite-rss a:hover i, .arqam-lite-widget-counter.colored .arq-lite-rss a i {
    background: #f8bc2e;
}
.social-icons.social-colored .fa-facebook:before, .social-facebook, .author-social a.social-facebook:hover, .arq-lite-facebook a:hover i, .arqam-lite-widget-counter.colored .arq-lite-facebook a i {
    background: #39599f;
}
.social-icons.social-colored .fa-twitter:before, .social-twitter, .author-social a.social-twitter:hover, .arq-lite-twitter a:hover i, .arqam-lite-widget-counter.colored .arq-lite-twitter a i {
    background: #45b0e3;
}
.social-icons.social-colored .fa-instagram:before, .social-instagram, .author-social a.social-instagram:hover, .arq-lite-instagram a:hover i, .arqam-lite-widget-counter.colored .arq-lite-instagram a i {
    background: #3897f0;
}
.social-icons.social-colored .fa-youtube:before, .social-youtube, .author-social a.social-youtube:hover, .arq-lite-youtube a:hover i, .arqam-lite-widget-counter.colored .arq-lite-youtube a i {
    background: red;
}
.arqam-lite-widget-counter a:hover i, .social-icons-widget .social-icons.social-colored a:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.next-first-news {
    border-bottom: 3px solid #eaeaea;
    padding: 0;
}
.next-first-news .inner-content {
    padding: 20px;
    overflow: hidden;
}
.next-first-news .post-thumbnail {
    margin: 0 0 10px 0;
    float: none;
}
.next-other-news {

    background: #f7f7f7;
    overflow: hidden;
    padding: 17px 20px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.next-other-news .post-thumbnail {
    margin: 0 10px 0 0;
}

.next-other-news .post-thumbnail {
    float: left;
}

@media only screen and (max-width: 767px) {
    .list-box li {
        width: 100%;
    }
    .next-first-news {
        width: 100%;
    }
}

.tabs-changes {

    background: #F7F7F7;
    border-bottom: 3px solid #EAEAEA;
    padding: 8px 0 0 2px;
}
.tabs-changes li {
    margin-left: 3px;
}
.tab-pane-changes ul li {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}
.appear {
    float: left;
    margin-right: 10px;
}
.tab-pane-changes ul li a h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.tab-pane-changes ul li a h2.urdu-class {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
span.tie-date {
    color: #AAA;
    margin: 4px 0 0;
    font-size: 80%;
    display: inline-block
}


/* Slider */

.flexslider {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: 3px solid black;
    border-right: none;
}

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'Roboto', sans-serif;
}

.flexslider li h1 {
    background: rgba(51, 51, 51, 0.5);
    padding: 12px 18px 12px;
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 300;
}

.flexslider li h2 {
    background: rgba(51, 51, 51, 0.5);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    margin-bottom: 0;
    font-weight: 300;
}

.flexslider li .category {
    display: flex;
    flex-direction: row;
}

.flexslider li .category p {
    background: #e43837;
    margin-right: 7px;
    font-size: 1.1em;
    padding: 12px 18px 10px;
    font-weight: 300;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 8px 12px 0;
    font-size: 0.9em;
    font-weight: 300;
    height: 26px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 30px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    margin: -20px 0 0;
    position: absolute;
    top: 50px;
    z-index: 10;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    text-align: left;
    left: -10px;
}

.flex-direction-nav .flex-next {
    text-align: right;
    left: 30px;
}

.flexslider:hover .flex-prev {
    left: -10px;
}

.flexslider:hover .flex-next {
    left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    font-family: FontAwesome;
    content: '\f104';
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding: 2px;
    font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

/* Preloader */

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */

}

#status {
    width:270px;
    height:200px;
    position:absolute;
    left:47%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


gsc-control-cse
{
    padding:0px !important;
    border-width:0px !important;
}

form.gsc-search-box,table.gsc-search-box
{
    margin-bottom:0px !important;
}

.gsc-search-box .gsc-input
{
    padding:0px 4px 0px 6px !important;
}

#gsc-iw-id1
{
    height: auto !important;
    padding: 0px !important;
    border-width: 0px !important;
    box-shadow:none !important;
}

#gs_tti50
{
    padding:0px !important;
}

#gsc-i-id1
{
    height:33px !important;
    padding:0px !important;
    background:none !important;
    text-indent:0px !important;
}

.gsib_b
{
    display:none;
}

button.gsc-search-button
{
    display:block;
    width:13px !important;
    height:13px !important;
    border-width:0px !important;
    margin:0px !important;
    padding: 10px 6px 10px 13px !important;
    outline:none;
    cursor:pointer;
    box-shadow:none !important;
    box-sizing: content-box !important;
}

.gsc-branding
{
    display:none !important;
}

.gsc-control-cse,#gsc-iw-id1
{
    background-color:transparent !important;
}
#gsc-i-id1::-webkit-input-placeholder
{
    /* Chrome */
    color: #FFF;
}

#gsc-i-id1:-ms-input-placeholder
{
    /* IE 10+ */
    color: #FFF;
}

#gsc-i-id1::-moz-placeholder
{
    /* Firefox 19+ */
    color: #FFF;
    opacity: 1;
}

#gsc-i-id1:-moz-placeholder
{
    /* Firefox 4 - 18 */
    color: #FFF;
    opacity: 1;
}

#search-box
{
    width:400px;
    height:33px;
    margin:0 auto;
    background-color: #0085cc;
    border-radius: 2px;
    padding: 5px 9px;
}

button.gsc-search-button
{
    border-left: 1px solid #ffffff !important;
    background-color:transparent !important;
}

#gsc-i-id1
{
    color:#FFF;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 5px !important;
}
.gsc-results-wrapper-overlay {
    margin-top: 122px !important;
}


@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}


/* ********** Home other *************************** */

.introduction_info {
    padding-left: 5px;
    padding-right: 5px;
}
.introduction_info p {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 0px;
}
.introduction_info p a {
    font-size: 12px;
    text-decoration: underline;
}
.home_ask_question img {
    height: 188px;
}
.btn-view-more {
    display: inline-block;
    border: 1px solid transparent;
    background-color: black;
    color: #fff !important;
    padding: 3px 5px;
    border-radius: .25rem;
    cursor: pointer;
}
a.btn-view-more:hover {
    outline: none;
}
.question-posts-area {
    margin-top: 5%;
    margin-bottom: 5%;
}
.question_details h2 {
    font-size: 15px;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.question_details p {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.question-posts-area-next {
    width: 100%;
}
.question-posts-area-next h2 {
    font-size: 15px;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.question-posts-area-next p {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.popular_video h1 {
    font-size: 17px;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}
p.post-author {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}
p.post-date {
    padding-left: 5px;
    display: inline-block;
}

.vid-wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}

.play-btn {
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#vid-img:focus ~ .play-btn {
    color: #e62117;
}

#vid-img:hover ~ .play-btn {
    color: #e62117;
}


.hover_bkgr_fricc{
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top: 100px;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
/* Popup box BEGIN */

/* Jquery Password checker */
#password-strength-status {
    color: #FFFFFF;
    border-radius:4px;
}
.medium-password {
    background-color: #E4DB11;
    border:#BBB418 1px solid;
}
.weak-password {
    background-color: #FF6600;
    border:#AA4502 1px solid;
}
.strong-password {
    background-color: #12CC1A;
    border:#0FA015 1px solid;
}
.related h1 {
    font-size: 30px;
}
.related-question {
    margin-top: 30px;
    overflow: hidden;
}
.related-question h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.related-question h2:hover {
    text-decoration: underline;
    cursor: pointer;
}
.related-question p {
    float: left;
}
.numberCircle {
    float: right;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 8px;
    background: #fff;
    border: 2px solid black;
    color: black;
    text-align: center;
    font-size: 22px;
}
