/*
Theme Name: Business Prime Pro
Author: Theme Farmer
Author URI: https://www.themefarmer.com
Theme URI: https://www.themefarmer.com/business-prime-pro/
Version: 4.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-prime
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Description: Business Prime Pro is responsive WordPress theme for Business Prime Protional institution. Theme is Multipurpose and can also be use for other business also. This theme comes integrated with Font Awesome Icons. theme can be managed with right sidebar. Theme using Bootstrap 3 which makes it optimized for tablets and mobile. A translation ready theme with major browser supportive. Just play with customizer and its all done. See Demo: http://demo.themefarmer.com/Business Prime Pro/

Business Prime Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/* CSS Document */

body {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 14px;
    background-color: #eee;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #66a3ff;
}

input,
select,
textarea {
    outline: none;
}

.btn,
.btn:hover,
.btn:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #66a3ff;
    font-size: 13px;
}

button,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

select,
input,
search,
textarea,
email {
    padding: 10px;
    outline: none;
    border-radius: 1px;
    max-width: 100%;
}

.img-thumbnail {
    padding: 0;
}

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

.space {
    padding: 30px 0;
}

.section-heading + .section-details {
    margin-top: 30px;
}

.home-section {
    position: relative;
}

.home-section-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;

}

.section-bg-blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.color-light,
.color-light .section-title,
.color-light .section-description {
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
}

.site-header-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.site-header-image .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 170px;
    padding-bottom: 50px;
    color: #FFF;
}

.header-breadcrumbs ul#crumbs {
    padding: 0;
    margin: 0;
}

.header-breadcrumbs ul#crumbs li, .header-breadcrumbs ul#crumbs i.fa {
    display: inline-block;
    margin-right: 10px;
}

.header-breadcrumbs ul#crumbs  a {
    color: #FFF !important;
}
/**** Header Start*****/

.site-header {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    z-index: 9;
}

.site-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

.site-title a {
    color: #FFF;
}

.site-description {
    color: #fff;
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}

.header-topbar {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#gdpr-checkbox {
    display: inline;
    height: 20px;
    width: 20px;
    float: left;
}

.form-gdpr-checkbox label {
    line-height: 30px;
    margin-left: 10px;
}

/* Topbar */
ul.header-topbar-links {
    padding: 0;
    margin: 0;
}

ul.header-topbar-links li {
    display: inline-block;
}

ul.header-topbar-links li a {
    display: block;
    border: 2px solid #FFF;
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 16px;
}

ul.header-topbar-links li a:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all ease 0.6s;
}

ul.header-topbar-links li a,
ul.header-topbar-links li a:hover,
ul.header-topbar-links li a:active,
.contact-item a,
.contact-item a:hover,
.contact-item a:active {
    color: #FFF !important;
}

.contact-item a {
    font-size: 16px;
    padding-top: 2px;
    display: inline-block;
}

span.contact-item.contact-mobile {
    margin-right: 20px;
}

span.contact-item i.fa {
    margin-right: 5px;
}

/* Topbar */


.site-header.sticky-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.81);
}

.site-header.sticky-head .header-topbar {
    display: none;
}

/**** Header End*****/


/* Slider */

.home-slider .carousel-caption {
    padding-bottom: 30px;
    top: 25%;
    display: inline-block;
    margin: 0 auto;
    padding: 30px 20px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.73);
    border-radius: 2px;
    bottom: auto;
    left: 0;
    right: 0;
}

.home-slider .carousel-caption:before,
.home-slider .carousel-caption:after {
    content: "";
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 5px transparent;
    margin-left: 0;
    border: 5px solid #fff;
    width: 100%;
    display: table;
}

.home-slider .carousel-caption:after {
    border-top: 5px transparent;
}

.home-slider .carousel-caption:before {
    border-bottom: 5px transparent;
}

.home-slider .owl-prev,
.home-slider .owl-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none !important;
    color: #fff;
    font-size: 36px;
    height: 80px;
    padding-top: 15px;
    text-align: center;
    top: 50%;
    width: 80px;
}

.home-slider .owl-prev{
    left: 10px;
}

.home-slider .owl-next {
    right: 10px;
}

.home-slider .carousel-caption .slider-heading {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.home-slider .carousel-caption .slider-desc {
    font-size: 24px;
}

.home-slider .slide-bt-1,
.home-slider .slide-bt-2{
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    background-color: #66a3ff;
    border-radius: 2px;
}

.bp-home-slider .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/* Slider */

/* Slider */

.home-slider.slider-two .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    background: #1871b3;
    opacity: 1;
}

.home-slider.slider-two .swiper-pagination-bullet-active::after {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: "";
    height: 28px;
    margin-left: -14px;
    margin-top: -4px;
    position: absolute;
    width: 28px;
}

.home-slider.slider-two .overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.home-slider.slider-two .carousel-caption {
    padding: 0;
    top: 35%;
    right: 5%;
    left: 5%;
    bottom: inherit;
}

.home-slider.slider-two .carousel-caption .bp-slider {
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    border-top: 2px solid #66a3ff;
    margin: 0;
    padding: 10px 20px;
    /*width:70%;*/
    /*float: left;*/
}

.home-slider.slider-two .carousel-caption .bp-slider-heading {
    font-size: 42px;
    margin: 5px 0;
    animation-duration: 1s;
}

.home-slider.slider-two .carousel-caption .bp-slider-desc {
    font-size: 18px;
    margin: 5px;
    animation-duration: 1.5s;
}

.home-slider.slider-two .s_link {
    background-color: #66a3ff;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    left: 0;
    padding: 10px 20px;
    margin: 10px 5px;
    text-transform: uppercase;
}

.home-slider.slider-two .s_link:hover {
    color: #fff;
}

.home-slider.slider-two .swiper-button-next,
.home-slider.slider-two .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.7);
    height: 60px;
    width: 60px;
    background-image: none !important;
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}

.home-slider.slider-two .slider-text:before,
.home-slider.slider-two .slider-text:after {
    content: none;
}

/* Slider */



/* Section */

.section-heading {
    margin: 0;
    padding: 15px 0;
}

.section-title {
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid #66a3ff;
    display: inline-block;
    clear: both;
}

.section-description {
    font-size: 18px;
    margin: 0;
    clear: both;
}


/* Section */

/* testi*/
.bp-testimonial .bp-section {
    text-align: center;
    margin-bottom: 40px;
}

/* testi*/

/* Services*/

.service-icon {
    font-size: 36px;
    height: 50px;
    position: relative;
    bottom: -6px;
    margin-right: 10px;
    width: 50px;
    border-bottom: 3px solid #66a3ff;
    color: #66a3ff;
    text-align: center;
    display: inline-block;
}

.service-title {
    color: #66a3ff;
    display: inline-block;
}

.sub-section-title {
    font-size: 25px;
}

.service-top {
    clear: both;
    width: 100%;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.service-item {
    margin-bottom: 30px;
}

.service-item-inner {
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 20px 15px;
    border-bottom: 3px solid transparent;
}

.service-item:hover .service-item-inner {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #66a3ff;
}


/* Services*/

/* News Letter */

.bp-background1 {
    background-image: url("images/callout-bg.jpg");
    border: 10px solid rgba(255, 255, 255, 0.7);
    background-size: cover;
    background-position: center;
}

.bp-newsletter {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.bp-news-form .form-control {
    background-color: rgba(255, 255, 255, 0.6);
    border: 0 none;
    border-radius: 0;
    color: #333;
    display: inline-block;
    float: left;
    height: 50px;
    margin-top: 10px;
    width: 75%;
    font-size: 18px;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control::-ms-input-placeholder {
    color: #333;
}

.bp-news-form .news-link {
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 10px;
}

.tweets {
    max-height: 120px !important;
    overflow: hidden;
    padding-bottom: 0;
}

.bp-news-text h2 {
    font-size: 36px;
}

.bp-news .tweet-text h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
}

.bp-news .bp-news-form h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 15px;
}


/* News letter */


/* brands */

.brand-carousel .owl-prev {
    margin-right: 20px;
}

.brand-carousel .owl-prev, .brand-carousel .owl-next {
    display: inline-block;
    width: 45px;
    height: 43px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
}


.brand-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    width: 110px;
    display: inline-block;
}

.brand-item {
    background-color: #FFF;
    border: 1px solid #ddd;
}

/* brands */

/*home widget */
.home-section.bp-widget {
    background-color: #FFF;
}

/*home widget */

/* Portfolio */

.portfolio-item{
    transition: all .3s ease-in-out;
}

.portfolio-item-inner {
    position: relative;
}

.portfolio-item .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding: 10px;
}

.portfolio-sorting li {
    display: inline-block;
}

.portfolio-sorting li a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
    border: 1px solid #66a3ff;
    border-top: 3px solid #66a3ff;
    color: #66a3ff;
}

.portfolio-item-hidden{
    visibility: hidden;
    transform: scale(0);
    max-width: 0%;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

a.portfolio-term-link {
    color: #FFF;
}

.port-title a {
    color: #FFF;
}

.portfolio-sorting li a:hover, 
.portfolio-sorting li a.active {
    background-color: #66a3ff;
    color: #FFF;
}

.portfolio-item .overlay .port-title {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.portfolio-item:hover .overlay .port-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-item .overlay .portfolio-cats {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.portfolio-item:hover .overlay .portfolio-cats {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-item .tf-port-link {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    text-align: center;
    width: 45px;
    padding-top: 3px;
    margin-top: 30px;
    -webkit-transform: scale(0)rotate(0deg);
    -moz-transform: scale(0)rotate(0deg);
    -ms-transform: scale(0)rotate(0deg);
    -o-transform: scale(0)rotate(0deg);
    transform: scale(0)rotate(0deg);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.portfolio-item .tf-port-link.tf-port-img {
    margin-left: 10px;
}
.portfolio-item:hover .tf-port-link{
    -webkit-transform: scale(1)rotate(360deg);
    -moz-transform: scale(1)rotate(360deg);
    -ms-transform: scale(1)rotate(360deg);
    -o-transform: scale(1)rotate(360deg);
    transform: scale(1)rotate(360deg);
    
}
/* Portfolio */

/* callout */
.section-callout-bg {
    background-image: url("images/callout-bg.jpg");
}

.home-section.section-callout .section-title {
    border-bottom: none;
}

.home-section.section-callout {
    padding: 60px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.home-section.section-callout .section-heading {
    margin-bottom: 50px;
}

.btn-callout {
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 15px;
    background-color: #66a3ff;
}

/* callout */

/* Blogs */

.three-column .img-thumbnail {
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.three-column .entry-title {
    margin: 10px 0 0;
    font-size: 24px;
}

.three-column p {
    margin: 0;
}

.bp-home-blogs .three-column .bp-date {
    font-size: 48px;
    color: #777;
}

.bp-home-blogs .three-column .bp-month {
    font-size: 24px;
    color: #777;
}

.bp-blog-author .bp-author,
.bp-blog-author .bp-comment {
    font-size: 18px;
    margin-right: 10px;
}

.bp-blog-author .bp-author a {
    color: #333;
    text-transform: capitalize;
}

.bp-comment {
    float: right;
}

.bp-blog-author .bp-author i,
.bp-blog-author .bp-comment i {
    font-size: 20px;
    margin-right: 5px;
}

.blog-link {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

.blog-link:hover,
.blog-link:focus {
    color: #fff;
}

.bp-home-blogs .bp-desc {
    font-size: 16px;
}

.bp-home-blogs {
    margin: 0;
    background-color: #FFF;
}

.bp-home-blogs .three-column {
    margin: 0;
    border: 1px solid #ddd;
    padding: 10px;
}

.bp-blog-author {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}


/* Blogs */





/* Team */
/* .member-title {
    margin: 0;
    padding: 10px;
    padding-top: 20px;
    background-color: #66a3ff;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    text-align: center;
} */

.member-item-inner {
    position: relative;
    color: #FFF;
}


.member-item {
    margin-bottom: 30px;
}

.member-item .img-thumbnail {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.member-item .member-info {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 70px;
    visibility: hidden;
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.member-item:hover .member-info {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.member-item .member-icons {
    float: none;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.member-item:hover .member-icons {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.member-item .member-title a {
    margin: 0;
    padding: 10px;
    padding-top: 20px;
    background-color: #66a3ff;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    display: block;
}

.member-item .member-title a {
    color: #FFF;
}

.member-icons ul {
    padding: 0;
}

.member-icons ul li {
    display: inline-block;
    margin-right: 10px;
}

.member-icons ul li a {
    color: #FFF;
    border: 2px solid #fff;
    font-size: 16px;
    height: 30px;
    text-align: center;
    width: 30px;
    padding-top: 2px;
    display: block;
}

.member-designation {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    background-color: black;
    padding: 10px 0;
}
/* Team */


/* FOOTER */

.footer {
    background-color: #071019;
    color: #fff;
}

.bp-footer {
    padding: 50px 0;
}

.widget {
    margin: 0;
}

.widget .widget-title {
    margin: 0 0 20px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #66a3ff;
}

.footer-payment {
    border-top: 2px solid #666;
    padding: 20px 0;
}

.bp-footer-payment {
    margin: 0;
    text-align: center;
}

.footer-copyright {
    padding: 15px 0;
    background-color: #03080c;
    color: #fff;
}

.bp-copyright {
    text-align: center;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.bp-copyright p {
    margin: 0;
    font-size: 18px;
}

.widget ul {
    color: #fff;
    padding-left: 15px;
    list-style-type: circle;
    font-size: 18px;
}

#secondary.blog-sidebar .widget ul li a {
    color: #666;
    font-size: 16px;
}

#secondary.blog-sidebar .widget ul {
    color: #666;
    padding-left: 15px;
    list-style-type: circle;
    font-size: 18px;
}

.widget ul li a {
    color: #fff;
    font-size: 16px;
}

#secondary.blog-sidebar .widget .blog-widget {
    font-size: 18px;
    list-style-type: none;
    padding-left: 5px;
}

.widget .blog-widget {
    color: #fff;
    font-size: 18px;
    list-style-type: none;
    padding-left: 5px;
}

.widget .blog-widget li {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.widget .contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    display: inline-block;
    padding-bottom: 15px;
    width: 100%;
}

.contact-info li i {
    background-color: #333;
    float: left;
    font-size: 18px;
    height: 35px;
    margin-right: 5px;
    padding: 7px;
    text-align: center;
    width: 35px;
    border-radius: 5px;
}

.contact-info li p {
    font-size: 18px;
    margin: 0;
    padding-left: 45px;
}

.blog-widget li img {
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 70px;
}

.blog-widget h3 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}

.blog-widget p {
    font-size: 14px;
    margin: 0;
}

.flickr_badge_image {
    float: left;
    margin: 5px;
}

.recent-comments-widget .recent-comments-ul li {
    display: inline-block;
    width: 100%;
}

.widget select,
.widget input,
.widget search,
.widget textarea,
.widget email {
    max-width: 100%;
    width: 100%;
}

.footer-widget select,
.footer-widget input,
.footer-widget search,
.footer-widget textarea,
.footer-widget email {
    color: #212121;
}

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

/* fOOTER */


/* Calandar */

.calendar_wrap caption {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background-color: #66a3ff;
    caption-side: top;
}

#wp-calendar {
    width: 100% !important;
}

.calendar_wrap table {
    text-align: center;
    width: 100%;
}

.calendar_wrap {
    margin: 10px 0 0;
}

.calendar_wrap thead th {
    font-size: 20px;
    padding: 3px 5px;
    text-align: center;
}

.calendar_wrap tbody td {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    padding: 0 5px;
}

.calendar_wrap td a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.calendar_wrap tfoot td:hover,
.calendar_wrap tfoot td:hover a,
.calendar_wrap tbody td:hover {
    color: #fff;
}

.calendar_wrap td a:hover {
    color: #fff;
}
.calendar_wrap tfoot td,
.calendar_wrap thead {
    border: 1px solid #66a3ff;
}
.calendar_wrap tbody td {
    border: 1px solid #66a3ff;
}
.calendar_wrap td a {
    color: #66a3ff;
}
.calendar_wrap tfoot td:hover,
.calendar_wrap tfoot td:hover a,
.calendar_wrap tbody td:hover {
    background-color: #66a3ff;
}

/* Calandar */


/* Testomonail */

.section-testimonials-bg {
    background-image: url(images/testimonial-bg.jpg);
    background-attachment: scroll;
}

.testimonial-item {
    padding: 20px;
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}

.testimonial-description {
    margin: 0;
    font-size: 18px;
}

.testimonial-description:before, 
.testimonial-description:after {
    font-family: 'FontAwesome';
}

.testimonial-description:before {
    content: '\f10d';
    margin-right: 5px;
}

.testimonial-description:after {
    content: '\f10e';
    margin-left: 5px;
}

.sub-section-title.testimonial-name {
    text-transform: uppercase;
    margin: 15px 0;
}

.testimonial-designation {
    margin: 15px 0;
    font-size: 16px;
}

.testimonial-img {
    display: block;
    padding: 10px;
    position: relative;
    width: 150px;
    max-height: 150px;
    margin: 10px auto;
    background-color: transparent;
    border: 2px solid #fff;
}
/* Testomonail */


/* Bread cum */

.bp-header-bg {
    background-image: url("images/header-bg.jpg");
    background-size: cover;
    background-position: center;
}

.bp-breadcum {
    padding: 0;
    padding-top: 150px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.bp-breadcum ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #FFF;
}

.bp-breadcum .breadcum-heading {
    color: #fff;
}

.bp-breadcum ul i {
    margin: 0 5px;
}

.bp-breadcum ul li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.bp-breadcum ul li a {
    color: #fff;
    font-size: 16px;
}

/* Bread cum */


/* home blog */

.section-blog .post-meta-item {
    font-size: 18px;
}

.post-meta-item a {
    color: #333;
}

.post-meta-item i.fa {
    color: #66a3ff;
}

.section-blog span.post-meta-item.byline {
    float: left;
}

.section-blog span.post-meta-item.comments-link {
    float: right;
}

.home-meta-top {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
}

.content-index-inner .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    /* -webkit-transform: scale(1.5)rotate(15deg);
    -moz-transform: scale(1.5)rotate(15deg);
    -ms-transform: scale(1.5)rotate(15deg);
    -o-transform: scale(1.5)rotate(15deg);
    transform: scale(1.5)rotate(15deg); */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-index-inner:hover .overlay {
    /* -webkit-transform: scale(1)rotate(0deg);
    -moz-transform: scale(1)rotate(0deg);
    -ms-transform: scale(1)rotate(0deg);
    -o-transform: scale(1)rotate(0deg);
    transform: scale(1)rotate(0deg);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; */
    opacity: 1;
}

.content-index-inner {
    position: relative;
    background-color: #FFF;
    border: 1px solid #ddd;
    padding: 10px;
}

.post-content {
    /* padding: 10px; */
}

.home-post-date-day {
    font-size: 48px;
    color: #777;
    margin-right: 10px;
}

.home-post-date {
    font-size: 18px;
}

.content-index-inner .entry-title {
    margin: 10px 0 0;
    font-size: 24px;
}

.post-qk-link {
    border: 2px solid #FFF;
    color: #FFF !important;
    width: 40px;
    height: 35px;
    display: inline-block;
    font-size: 18px;
    margin-top: 25%;
}

.post-thumbnail img {
    transition: all 0.2s ease-in-out 0s, transform 1.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* overflow: hidden; */
}

.content-index-inner:hover .post-thumbnail img {
    transition: all 0.2s ease-in-out 0s, transform 1s ease-in-out 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-link {
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    background-color: #66a3ff;
    font-size: 13px;
}
/* home blog */

/* post index */
#blog-content .content-index {
    margin-bottom: 30px;
}

#blog-content .content-index-inner {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.133);
}

#blog-content .entry-meta.post-meta {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#blog-content .post-meta-item {
    margin-right: 10px;
}

.entry-title.post-title a {
    color: #66a3ff;
}
/* post index */

/* Sidebar */

#secondary.blog-sidebar .sidebar-widget {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.133);
    margin: 0 0 30px;
    padding: 10px;
}

#secondary.blog-sidebar .widget .widget-title {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}

#secondary.blog-sidebar .widget .contact-details {
    color: #666;
    list-style-type: none;
    padding-left: 10px;
}

.tagcloud a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.13);
    color: #555;
    display: inline-block;
    font-size: 16px !important;
    margin: 5px;
    padding: 5px 10px !important;
}

.tagcloud a:hover {
    color: #fff;
}

.widget ul {
    list-style: outside none circle;
    padding-left: 24px;
}

.widget ul li {
    font-size: 18px;
}

.contact-details {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
}

.contact-details li {
    font-size: 18px;
    padding-bottom: 20px;
    color: #555;
}

.contact-details i {
    font-size: 24px;
    float: left;
    margin-top: 5px;
}

.contact-details strong {
    padding-left: 30px;
    display: block;
}

.contact-details span {
    padding-left: 30px;
    display: block;
}


/* Sidebar */


/* Blog */

.blog-text-detail {
    margin: 0;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.133);
    margin-bottom: 50px;
    background-color: #FFF;
}

.blog-text .blog-text-detail .img-thumbnail {
    padding: 0;
    position: relative;
    display: block;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.blog-text-detail p {
    margin: 10px 0;
    font-size: 18px;
}

.entry-footer {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

.entry-header {
    padding: 10px 0;
}

.bp-date {
    margin-right: 10px;
    font-size: 18px;
}

.bp-date i {
    font-size: 16px;
    margin-right: 2px;
}

.bp-user {
    font-size: 16px;
    margin-right: 5px;
    float: right;
}

.bp-user i {
    font-size: 16px;
    margin-right: 2px;
}

.bp-category {
    margin-right: 10px;
    font-size: 18px;
}

.bp-category i {
    font-size: 16px;
    margin-right: 5px;
}

.bp-category a {
    font-size: 16px;
    color: #333;
}

.bp-tags {
    margin-right: 10px;
    font-size: 18px;
}

.bp-tags i {
    font-size: 16px;
    margin-right: 5px;
}

.bp-tags a {
    font-size: 16px;
    color: #333;
}

.bp-comment {
    margin-right: 10px;
    font-size: 18px;
}

.bp-comment i {
    font-size: 16px;
    margin-right: 5px;
}

.bp-comment a {
    font-size: 16px;
    color: #333;
}

.blog-text .img-thumbnail img {
    transition: all 0.2s ease-in-out 0s, transform 1.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blog-text:hover .img-thumbnail img {
    transition: all 0.2s ease-in-out 0s, transform 1s ease-in-out 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/* Blog */

.bp-items .bp-carts {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}

#secondary.blog-sidebar .widget .contact-info li i {
    background-color: #666;
    color: #fff;
}

#secondary.blog-sidebar .widget .contact-info {
    color: #666;
    list-style-type: none;
    padding-left: 0px;
}

.bp-pagination {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.blog-classic .bp-pagination {
    padding: 0 15px;
}

.blog-classic .bp-comment {
    float: none;
}

.blog-classic .bp-date {
    margin-right: 0;
    display: block;
}

.blog-classic .blog-text-detail p {
    width: 100%;
    display: inline-block;
}

.blog-classic .blog-text-detail {
    margin-bottom: 30px;
}

.blog-classic.bp-rightside .blog-detail {
    margin: 0;
}

.bp-pagination .next a,
.bp-pagination .previous a {
    font-size: 18px;
    border-radius: 0;
}

.bp-pagination .next a:hover,
.bp-pagination .next a:focus,
.bp-pagination .previous a:hover,
.bp-pagination .previous a:focus {
    color: #fff;
}

.bp-pagination .previous a i {
    font-size: 18px;
    margin-right: 10px;
}

.bp-pagination .next a i {
    font-size: 18px;
    margin-left: 10px;
}

.widget .form-group {
    margin: 0;
}

.widget .form-group .form-control {
    height: 50px;
    margin: 0;
}

.widget .more-link {
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}


/* extra */

/* blog single */
.post-singuler .bp-post .post-content {
    background-color: #FFF;
    padding: 10px;
}
.post-singuler .bp-post{
    margin-bottom: 30px;
}
.post-singuler .bp-post .entry-title {
    font-size: 30px;
    margin-top: 20px;
}

.post-singuler .bp-post .post-meta-item {
    font-size: 16px;
}
/* blog single */

/* Blog Default */

.blog-default .blog-detail .img-thumbnail {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.blog-default .blog-detail {
    margin: 0;
}

.blog-default .blog-text-detail {
    margin-bottom: 30px;
}

.blog-default .bp-comment {
    float: none;
}

.blog-default .blog-text-detail p {
    margin: 0;
}


/* Blog Default */


/*Pre difine  */

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

.aligncenter {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

img.aligncenter {
    display: block;
}

.aligncenter img {
    width: 100% !important;
    height: auto;
}

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

.wp-caption-text {
    background-color: #ccc;
    font-size: 16px;
    padding: 5px 0;
    text-align: center;
    font-style: italic;
}

.entry-content p {
    font-size: 18px;
    line-height: 22px;
}

.alignleft {
    float: left;
    margin: 0 20px;
}

.alignright {
    float: right;
}

.bp-comment-form,
.bp-comment,
.blog-text-detail {
    margin: 0;
}

.bp-comment-form label {
    width: 100%;
}

.bp-comment-form .form-control {
    min-height: 50px;
    font-size: 18px;
}

.bp-comment-form .comment-link {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.comments-text h3 {
    margin: 0;
    font-size: 24px;
}

.comments-text h3 span {
    font-size: 16px;
    color: #888;
}

.comments-text p {
    margin: 0;
    font-size: 16px;
}

.comment-detail {
    border: 1px solid #ddd;
    border-bottom: 3px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fff;
}

.comments-pics {
    border: 1px solid #aaa;
    padding: 5px;
}

.blog-single.bp-rightside .blog-detail .img-thumbnail {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.entry-content .page-links {
    text-align: center;
    padding: 20px;
    font-size: 18px;
}

.blog-single.bp-rightside .blog-detail {
    margin: 0;
}

.blog-single .blog-text:hover .img-thumbnail img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*Pre difine  */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

.scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 50px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #FFF;
    display: none;
    z-index: 100;
    padding-top: 7px;
}

.scroll-top:hover {
    color: #FFF;
}

.scroll-top i {
    font-size: 30px;
}

.home-blog .swiper-slide {
    width: 33.33%;
}

#map {
    height: 400px;
    width: 100%;
}




.breadcum-heading {
    text-transform: capitalize;
}

.logged-in-as {
    font-size: 18px;
}

.logged-in-as a {
    font-size: 18px;
    text-transform: capitalize;
}

.search-field {
    min-height: 50px;
    width: 100%;
    font-size: 18px;
    border: 2px solid #ddd;
    border-bottom: 4px solid #ddd;
    padding-left: 5px;
    background-color: transparent;
}

.search-label {
    width: 100%;
    margin: 0;
}

.widget .form-group {
    padding: 5px;
}


.widget-blog {
    margin: 0;
    margin-bottom: 20px;
}

.bp-widget-blogs {
    position: relative;
}

.bp-widget-blogs .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-widget-blogs:hover .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-widget-blogs .overlay .rel-blog-pics {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    width: 50px;
    height: 35px;
    font-size: 20px;
    padding-top: 2px;
    position: absolute;
    top: 40%;
    left: 40%;
}

.bp-widget-text h4 {
    margin: 5px 0;
}

.bp-port .img-thumbnail {
    display: block;
    position: relative;
    padding: 0;
    border: 0;
}

.bp-port .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-masanry .bp-port:hover .overlay,
.bp-related .bp-port:hover .overlay {
    visibility: visible;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-masanry .bp-port .overlay .blog-pics {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    padding-top: 5px;
    position: absolute;
    top: 40%;
    width: 40px;
    left: 40%;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-masanry .bp-port:hover .blog-pics {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-related .bp-port .bp-rel,
.bp-related .bp-port .entry-title {
    border: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-related .bp-port:hover .bp-rel,
.bp-related .bp-port:hover .entry-title {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-related .bp-port .entry-title {
    display: block;
}

.bp-error-social .bp-social {
    float: none;
    margin: 20px 0;
}

.bp-error-social .bp-social li {
    font-size: 24px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    width: 50px;
}

.error-title {
    font-size: 250px;
}

.error-title span {
    display: block;
    font-size: 120px;
}

.bp-error h3 {
    font-size: 36px;
}

.bp-error p {
    font-size: 24px;
}

.bp-error p i {
    margin-right: 5px;
}

.error-link {
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 15px 0;
}

.entry-content li {
    font-size: 18px;
}

.footer-widget .tagcloud a:hover {
    color: #fff;
}

.bp-comment-form .form-group {
    padding: 0;
}


/*boxed*/

.boxed .site.wrapper,
.boxed #main-header {
    max-width: 1170px;
    margin: 0 auto;
}

.boxed .site.wrapper {
    background-color: #FFF;
}


/*boxed*/

.portfolio-item .overlay .bp-cat {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.portfolio-item .overlay .bp-cat li {
    display: inline-block;
    padding: 0 5px;
}

.portfolio-item .overlay .bp-cat li a {
    color: #fff;
}

.flickr_badge_image {
    float: left;
    margin: 2px;
}

.accordion-details .type1 h3 {
    margin: 0;
    color: #fff;
}

.accordion-details .type2 h3 {
    margin: 0;
}

.accordion-details .btn {
    display: block;
    width: 100%;
    border-radius: 0;
    text-align: left;
    margin: 10px 0 0 0;
}

.accordion-details p {
    margin-bottom: 10px;
    padding: 15px;
}

.accordion {
    margin: 0;
}

.accordion .accordion-details {
    margin: 10px 0;
    padding: 15px;
}

.edu-graph {
    margin: 10px 0;
    padding: 5px 15px;
}

.edu-graph .progress {
    margin-bottom: 10px;
}

.square-drop-bg {
    margin-bottom: 10px;
    padding: 10px 0;
}

.round-drop {
    margin-bottom: 10px;
    padding: 10px 0;
}

.shortcodes-tabs .nav-tabs li a {
    font-size: 16px;
    padding: 10px 40px;
    text-transform: capitalize;
    border-top: 3px solid transparent;
    color: #333;
}

.edu_colom {
    font-size: 16px;
    text-align: justify;
}

.square-drop .edu-cap {
    float: left;
    font-size: 32px;
    height: 50px;
    margin: -5px 10px;
    text-align: center;
    width: 50px;
    padding-top: 12px;
}

.edu_dropcap p {
    float: left;
    font-size: 16px;
}

.edu_dropcap .square-drop p {
    margin: 10px 0;
}

.square-drop-bg .edu-cap {
    float: left;
    font-size: 32px;
    height: 50px;
    margin: 0 10px;
    text-align: center;
    width: 50px;
    color: #fff;
    padding-top: 12px;
}

.edu_dropcap .square-drop-bg p {
    margin: 10px 0;
}

.round-drop .edu-cap {
    float: left;
    font-size: 32px;
    height: 50px;
    margin: -5px 10px;
    text-align: center;
    width: 50px;
    color: #fff;
    border-radius: 50%;
    padding-top: 12px;
}

.edu_dropcap .round-drop p {
    margin: 10px 0;
}

.bs-theme {
    color: #fff !important;
}

.edu-panel-type .panel-heading {
    font-size: 18px !important;
}

.edu-panel-type .panel-body {
    font-size: 16px !important;
}

.edu-buttons {
    margin: 0;
}

.edu-buttons .btn-large,
.edu-buttons .btn-medium,
.edu-buttons .btn-small {
    margin: 10px 0;
}

.edu-buttons .btn-large .spa-lg-btn,
.edu-buttons .btn-medium .spa-md-btn,
.edu-buttons .btn-small .spa-sm-btn {
    margin: 0;
}

.edu-btn {
    border-radius: 0;
    display: inline-block;
    margin: 3px;
}

.edu-btn:hover {
    color: #333 !important;
    background-color: #fff !important;
}

.edu-btn-round {
    border-radius: 0;
    display: inline-block;
    border-radius: 30px;
}

.edu-btn-round:hover {
    color: #333 !important;
    background-color: #fff !important;
}

.white {
    background-color: #fff !important;
    color: #000 !important;
}

.red {
    background-color: #ff3030 !important;
    color: #fff;
}

.blue {
    background-color: #0098ff !important;
    color: #fff;
}

.purpul {
    background-color: #ad5cff !important;
    color: #fff;
}

.white1 {
    background-color: #fff !important;
    color: #000 !important;
}

.red {
    background-color: #ff3030 !important;
    color: #fff;
}

.blue {
    background-color: #0098ff !important;
    color: #fff;
}

.purpul {
    background-color: #ad5cff !important;
    color: #fff;
}

.orange {
    background-color: #ffb547 !important;
    color: #fff;
}

.black {
    background-color: #000 !important;
    color: #fff;
}

.green {
    background-color: #7edf7e !important;
    color: #fff;
}

.pink {
    background-color: #e678a3 !important;
    color: #fff;
}

.brown {
    background-color: #753d02 !important;
    color: #fff;
}

.shortcodes-tabs .nav-tabs li.active a,
.shortcodes-tabs .nav-tabs li a:hover {
    color: #fff !important;
}

.recent-comments-ul {
    list-style: none !important;
    padding: 0 !important;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.comment-avatar {
    padding: 0;
}

.theme-color {
    color: #fff !important;
}

.shortcodes-tabs .nav-tabs li a {
    border: 1px solid #ddd;
}

.round-drop .edu-cap,
.square-drop-bg .edu-cap {
    background-color: #66a3ff !important;
}

.accordion-details .btn {
    background-color: #66a3ff !important;
}

.shortcodes-tabs .nav-tabs li a {
    border-top: 3px solid #66a3ff !important;
}

.shortcodes-tabs .nav-tabs li.active a,
.shortcodes-tabs .nav-tabs li a:hover {
    background-color: #66a3ff !important;
}

.theme-color {
    background-color: #66a3ff !important;
}


/*lightbox*/

.sl-overlay {
    opacity: .85;
}

.sl-wrapper .sl-navigation button {
    font-size: 170px;
    color: #d3ced2;
}

.sl-overlay {
    background-color: #000;
}

.sl-wrapper .sl-counter {
    font-size: 22px;
    color: #d3ced2;
}

.sl-wrapper .sl-close {
    font-size: 32px;
    color: #d3ced2;
}

.sl-wrapper button:focus {
    outline: none;
    border: none;
}


/*lightbox*/
/*WooCommerce*/
.widget.woocommerce ul li,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #FFF;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #607D8B;
    text-align: center;
}

.woocommerce ul.products li.product .star-rating {
    display: inline-block;
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    color: #4CAF50;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #337ab7;
    color: #FFF;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #337ab7;
    color: #FFF;
}

.woocommerce .blog-single div.product {
    background-color: #FFF;
    padding: 10px;
}

.widget.woocommerce ul li {
    display: inline-block;
    color: #66a3ff !important;
    background-color: #eee;
    min-width: 200px;
    width: 25%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget.woocommerce ul li a {
    display: block;
    color: #66a3ff;
}

.widget.woocommerce ul li img {
    width: 100%;
    height: auto;
}

/*WooCommerce*/

/* pagination */
.the-pagination {
    margin-bottom: 20px;
}

.page-numbers.current{
    border-color: #66a3ff;
}

.page-numbers:hover {
    background-color: #66a3ff;
    border-color: #66a3ff;
    color: #FFF;
}

.page-numbers {
    background-color: #ffffff;
    width: 50px;
    height: 44px;
    display: inline-block;
    border: 1px solid #ddd;
    padding-top: 8px;
    text-align: center;
    border-radius: 1px;
    color: #222;
    font-size: 16px;
    border-radius: 2px;
    float: left;
    margin-right: 10px;
}

a.next.page-numbers {
    width: 130px;
    float: right;
    margin-right: 0;
}

a.next.page-numbers:after {
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 5px;
}

.nav-links {
    width: 100%;
    padding: 15px;
}

.nav-links a {
    background-color: #FFF;
    padding: 10px;
    color: #2196F3;
    border: 1px solid #2196F3;
}

nav.navigation.post-navigation {
    width: 100%;
}

.nav-links > div {
    display: inline-block;
}

.nav-links .nav-next {
    float: right;
}

div#respond.comment-respond {
    background-color: #FFF;
    padding: 10px;
}

div#respond.comment-respond p.comment-notes, 
div#respond.comment-respond p.comment-form-cookies-consent,
div#respond.comment-respond p.logged-in-as {
    margin-left: 15px;
}

a.prev.page-numbers {
    width: 130px;
}

a.prev.page-numbers:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-right: 10px;
}

/* pagination */
.col-sm-2 .portfolio-sorting li {
    margin-bottom: 10px;
}

.the-post-link {
    margin-right: 10px;
}
.portfolio-thumb-item .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.portfolio-thumb-item:hover .overlay {
    opacity: 1;
}