/*
Theme Name: Lyceum Pro
Theme URI: https://risingthemes.net/shop/lyceum-wordpress-theme/
Author: Risingthemes
Author URI: https://www.risingthemes.net/
Description: NA
Version: pro 1.0
Tested up to: 5.4.2 and above
Requires PHP: 7.0
License: GNU General Public License version 3
License URI: license.txt
Text Domain: lyceum
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,full-width-template, sticky-post,threaded-comments,translation-ready,theme-options

Lyceum Pro WordPress Theme has been created by Risingthemes(risingthemes.net), 2022.
Lyceum Pro WordPress Theme is released under the terms of GNU GPL
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}


/***
====================================================================
## Start CSS
====================================================================
***/

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background-color: #fbfbfb;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f1f1f1' fill-opacity='0.2' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

#top {
    position: relative;
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

.h3-space {
    letter-spacing: -1px;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #C1272D;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */


/***

====================================================================
## Responsive Header Css
====================================================================
***/

.header-responsive {
    display: none;
    background-color: #222;
}


/**
 * Main Button
 * -------------------------------------------------------------
 */

a.main-button {
    display: inline-block;
    text-align: center;
    position: relative;
    font-family: 'Karla';
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #C1272D;
    /*border-bottom: solid 1px rgb(255 255 255 / 10%);*/
    padding: 20px 30px;
    /*margin-bottom: 4px;*/
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

a.main-button:hover {}

.toggle {
    display: none;
    position: relative;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.toggle a {
    text-align: left;
    width: auto;
    /*border-left: 1px solid #C1272D;*/
    padding: 28px 25px;
    color: #fff;
}

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

.toggle a:before {
    position: absolute;
    content: '\f0c9';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 28px;
    top: 2px;
    left: 14px;
}

.toggleMenu {
    display: none;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .toggle {
        text-align: right;
        right: 25px !important;
    }
    .toggle a {
        float: right;
        padding: 28px 20px;
    }
    .toggle a:before {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 990px) {
    .header-responsive {
        display: block;
        position: relative;
    }
    .header-responsive .top-header-toggle a.main-button {
        padding: 12px 30px;
    }
    .top-header-toggle a.main-button {
        display: block;
        margin: 0;
        font-size: 18px;
    }
    .toggle {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        margin-left: 8px;
        top: 24px;
        right: 5px;
        z-index: 9;
    }
    .toggleMenu {
        display: block;
    }
}


/***

====================================================================
## Header
====================================================================
***/

.header-main {
    position: absolute;
    width: 100%;
    z-index: 10;
}

@media screen and (max-width: 990px) {
    .header-main {
        display: none;
    }
}


/**
 * Top Header
 * -------------------------------------------------------------
 */

.top-header {
    position: relative;
    background-color: #C1272D;
    /*border-bottom: solid 1px rgb(255 255 255 / 5%);*/
    padding: 5px 0;
}

.top-header .container {}

.top-header-middle {}

.top-header-col {
    position: relative;
    line-height: 0;
}

.top-header-middle .social-icons {
    display: table;
}

.top-header-middle .social-icons a {
    overflow: hidden;
    display: table-cell;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    margin: 0;
    z-index: 1;
}

.top-header-middle .social-icons a:hover {
    color: #fff;
}

.top-header-middle .social-icons a i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 3;
}

.top-header-middle .social-icons a:hover i {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .top-header-col {
        text-align: center;
    }
    .top-header-middle .social-icons {
        display: inline-block;
    }
}

@media screen and (max-width: 990px) {
    .header-responsive .top-header {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .top-header-middle {
        text-align: center;
    }
    .top-header-middle .social-icons {
        display: inline-block;
    }
}


/**
 * Header Logo / Navigation
 * -------------------------------------------------------------
 */

.header {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background-color: rgb(0 0 0 / 60%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.header .container {
    position: relative;
    width: 1250px;
}

.header-inner {
    padding: 0 25px;
    background: none;
    /*border-radius: 10px;*/
}


/**
 * Header Logo
 * -------------------------------------------------------------
 */

.head-logo {
    float: left;
    position: relative;
    width: 30%;
    /*padding: 15px 0;*/
    z-index: 9;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    width: auto;
    max-width: 100%;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .logo {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
        position: relative;
        width: 30%;
        margin: 0;
        padding: 25px 0;
    }
}

@media screen and (max-width:767px) {
    .logo {
        vertical-align: middle;
        display: inline-block;
        width: 80%;
        padding: 25px 0;
    }
}


/**
 * Header Navigation
 * -------------------------------------------------------------
 */

.sitenav {
    float: right;
    text-align: right;
    position: relative;
    width: 66%;
    margin: 0;
    padding-left: 20px;
}

.sitenav ul {
    margin: 0;
    padding: 0;
}

.sitenav ul li {
    display: inline-block;
    position: relative;
    padding: 15px 15px;
}

.sitenav ul li a {
    display: block;
    text-align: right;
    position: relative;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0;
}

.sitenav ul li a span {
    display: block;
    position: relative;
}

.sitenav ul li a span:before {
    display: block;
    position: absolute;
    content: "\e093";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    line-height: 1;
    color: #FF868B;
    opacity: 0;
    top: 0px;
    left: -15px;
    -webkit-transform: rotate(-10deg) translate(0px, -15px);
    -ms-transform: rotate(-10deg) translate(0px, -15px);
    transform: rotate(-10deg) translate(0px, -15px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}

.sitenav ul li:hover a span:before {
    opacity: 1;
    -webkit-transform: rotate(-10deg) translate(0, 0);
    -ms-transform: rotate(-10deg) translate(0, 0);
    transform: rotate(-10deg) translate(0, 0);
}

.sitenav ul li.current_page_item a span:before {
    opacity: 1;
    -webkit-transform: rotate(-10deg) translate(0, 0);
    -ms-transform: rotate(-10deg) translate(0, 0);
    transform: rotate(-10deg) translate(0, 0);
}

.sitenav ul li:hover>ul li a span:before {
    content: none;
}

.sitenav ul li.current_page_item a,
.sitenav ul li a:hover,
.sitenav ul li:hover a {
    position: relative;
    color: #FF868B;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .sitenav ul li a span:before {
        content: none;
    }
}

@media screen and (max-width: 990px) {
    .sitenav {
        overflow-x: hidden;
        float: none;
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        top: 0;
    }
    .sitenav ul {
        overflow: hidden;
        float: none !important;
        width: 100% !important;
        background-color: #222;
        border: none;
        margin: 0;
        padding: 0;
    }
    .sitenav ul li {
        float: none;
        display: block;
        margin-right: 0;
        padding: 10px 15px;
        border-right: none;
        border-bottom: solid 1px rgb(255 255 255 / 10%);
    }
    .sitenav ul li:last-child {
        border-bottom: none;
    }
    .sitenav ul li a {
        text-align: left;
        display: block;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
    }
    .sitenav ul li.current_page_item a,
    .sitenav ul li a:hover,
    .sitenav ul li:hover a {
        color: #FF868B;
    }
    .sitenav ul li a:before,
    .sitenav ul li a:after {
        content: none;
    }
    .sitenav ul li:before,
    .sitenav ul li.current_page_item a:before {
        transform: none;
        display: none;
    }
    .sitenav ul li.current_page_item a:before,
    .sitenav ul li a:after {
        content: none;
    }
}


/***
====================================================================
## Slider Main
====================================================================
***/

.slider-main {
    position: relative;
    min-height: 450px;
    background-image: url(../wp-content/uploads/2022/05/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

#slider {
    position: relative;
    width: 100%;
    height: 640px;
    margin: 0;
    padding: 0;
}

#slider:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 35%);
    left: 0;
    right: 0;
    z-index: 6;
}

.slider-main #slider img {
    object-fit: cover;
    width: 100%;
    height: 640px;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .slider-main {
        min-height: 360px;
    }
}

@media screen and (max-width:1169px) and (min-width:768px) {
    .slider-main {
        min-height: 290px;
        background-position: center center;
    }
}

@media screen and (min-width:1170px) and (max-width: 1366px) {
    .slider-main {
        min-height: 600px;
    }
}


/***
====================================================================
## Keyword
====================================================================
***/

.welcome {
    text-align: center;
    position: relative;
    padding: 35px 0 0;
}

.welcome .container {}

.welcome .section_head {
    padding-bottom: 35px;
    border-bottom: solid 10px #eee;
}

.welcome p.section_desc {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 990px) {
    .welcome {
        padding: 40px 0;
    }
}


/***
====================================================================
## Categories
====================================================================
***/

.abt {
    position: relative;
    padding: 70px 0 0;
}

#lyceum1.abt {}

#lyceum2.abt {}

.abt .container {
    background-color: #fff;
    border-top: solid 2px #C1272D;
    border-bottom: solid 2px #C1272D;
    box-shadow: 15px 15px 0px 0px rgb(0 0 0 / 5%);
    padding: 15px;
}

.abt-video {
    position: relative;
    /*padding-top: 50px;*/
    z-index: 2;
}

.abt-video img {
    display: block;
    object-fit: cover;
    /*max-width: 80%;*/
    max-width: 100%;
    height: auto;
    height: 450px;
}

/*.abt-bgcolor {
    position: absolute;
    width: 80%;
    height: 450px;
    background-color: transparent;
    top: 0;
    right: 10%;
    z-index: -1;
}*/

.abt-content {
    position: relative;
    padding: 40px 40px 0 0;
}

.abt-content h2 {
    font-weight: normal;
    margin-bottom: 20px;
}

.abt-content p {
    margin: 0;
}

/*#lyceum2.abt .abt-content h2 {}

#lyceum2.abt .abt-content p {}*/

@media screen and (min-width:768px) and (max-width: 990px) {
    .abt-video {
        /*padding-top: 40px;*/
    }
    .abt-video img {
        object-fit: cover;
        /*max-width: 90%;*/
        max-width: 100%;
        height: auto;
        /*height: 450px;*/
    }
    /*.abt-video .abt-bgcolor {
        height: 450px;
        right: 0;
    }*/
}

@media screen and (max-width: 990px) {
    .abt {
        padding: 40px 0;
        /*padding-bottom: 80px;*/
    }
    .abt .container {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .abt-content {
        padding: 0;
    }
    /*.abt-content h2 {}*/
}

@media screen and (max-width:767px) {
    .abt {
        padding: 40px 0;
    }
    .abt .container {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    .abt-video {
        padding: 0;
    }
    .abt-video img {
        max-width: 100%;
        border-radius: 0;
        height: 300px;
    }
    .abt-video .abt-bgcolor {
        background: none;
    }
    .abt-content {
        padding-top: 20px;
    }
}


/***
====================================================================
## Post / Categories-2
====================================================================
***/

.course {
    padding: 70px 0;
    position: relative;
}

.course:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #222;
    bottom: 0;
    left: 0;
}

.course .container {}

.course-main {
    position: relative;
}

.items {}

.course-box {
    position: relative;
}

.course-box .course-inner-bx {
    overflow: hidden;
    position: relative;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-box .course-img {
    visibility: visible;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.course-box .course-img img {
    display: block;
    position: relative;
    object-fit: cover;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.course-box .course-content {
    position: relative;
    /*padding: 20px;*/
    margin-top: 20px;
    z-index: 1;
}

.course-box .course-content h3 {
    margin: 0;
    padding: 0 25px 10px;
    text-align: center;
    border: solid 2px #C1272D;
    border-top: none;
}

.course-box .course-content h3 a {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-box .course-hover {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    opacity: 0;
    padding: 0;
    top: -20px;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.course-box:hover .course-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    visibility: hidden;
}

.course-box:hover .course-hover {
    padding: 40px;
    background-color: #C1272D;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b12429' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 1;
    top: 0;
    text-align: center;
}

.course-box:hover .course-hover h3 a {
    color: #fff;
}

.course-box:hover .excerpt-content {}

.course-box:hover .excerpt-content p {
    color: #fff;
    /*border-bottom: solid 1px #fff;
    padding-bottom: 20px;*/
}

@media screen and (max-width: 990px) {
    .course {
        padding: 40px 0;
    }
    .course-box .course-content h3 {
        padding: 0 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .course-box .course-content h3 {
        padding: 0 20px 10px;
    }
}


/**
 * Owl Carousel Navigation Css
 * -------------------------------------------------------------
 */

.owl-carousel.owl-theme .owl-nav {
    margin-top: 30px;
}

.owl-carousel .owl-nav button {
    position: relative;
    width: 38px;
    height: 38px;
    line-height: 36px !important;
    border: solid 2px #C1272D !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav button:hover {
    border-color: #0d101f;
    background-color: transparent !important;
}

.owl-carousel .owl-nav button:hover::before {
    color: #0d101f;
}

.owl-carousel .owl-nav button.owl-prev:before,
.owl-carousel .owl-nav button.owl-next:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    color: #C1272D;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    content: '\f104';
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-next:before {
    content: '\f105';
}


/***
====================================================================
## Content Link
====================================================================
***/

.testimonials {
    position: relative;
    padding: 70px 0;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.testimonials:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    top: 0;
    left: 0;
}

.testimonials .container {}

.testimonials .section_head {
    text-align: center;
}

.testimonials h2.section_title {
    display: block;
    position: relative;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

/*.testimonials .witr_bar_inner {
    position: relative;
    width: 90px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto 20px;
}

.testimonials .witr_bar_inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #C1272D;
    border: solid 6px #C1272D;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg;
    animation-name: move_title_bg1;
}

.testimonials .witr_bar_inner:after {
    position: absolute;
    content: '';
    background-color: #C1272D;
    border: solid 6px #C1272D;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move_title_bg;
    animation-name: move_title_bg2;
}

@keyframes move_title_bg1 {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes move_title_bg2 {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}*/

.testimonials .section_text {}

.testimonials .section_text p,
.testimonials .section_text p a {
    color: #fff;
}

.testimonials .section_text p a:hover {
    color: #C1272D;
}

@media screen and (max-width: 990px) {
    .testimonials {
        padding: 40px 0;
    }
    .testimonials h2.section_title {
        font-size: 28px;
    }
}


/***
====================================================================
## Post / Categories-2
====================================================================
***/

.latest-news {
    position: relative;
    padding: 70px 0 110px;
}

.latest-news .container {}

.latest-news-wrap {}

.news-box {
    position: relative;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-box .news-inner {
    position: relative;
}

.news-box .news-thumb {
    /*display: inline-block;*/
    position: relative;
    background-color: #f7f7f7;
    padding: 5px;
    /*margin-bottom: 20px;*/
}

.news-box .news-thumb img {
    display: block;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*.news-box:hover .news-thumb img {
    opacity: 0.6;
}*/

.news-box .news-content {
    position: relative;
    padding: 20px;
    /*margin-top: -60px;
    margin-left: 30px;
    padding: 20px 15px;*/
    z-index: 1;
}

/*.news-box .news-content:before {
    position: absolute;
    content: '';
    background-color: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}*/

/*.news-box .border-layer {
    position: absolute;
    width: 32px;
    border: solid 4px #C1272D;
    top: -30px;
    bottom: -10px;
    left: -12px;
    -webkit-transform: skewY(20deg);
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.news-box:hover .border-layer {
    -webkit-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}*/

.news-box .news-text {
    position: relative;
}

.news-box .news-text h3 {}

.news-box .news-text h3 a {
    color: #333;
}

.news-box .news-text p {}

@media screen and (max-width: 990px) {
    .latest-news {
        padding: 40px 0 55px;
    }
}

@media screen and (max-width:767px) {
    .news-box {
        margin-bottom: 65px;
    }
    .news-box.lastcols {
        margin-bottom: 15px;
    }
}


/***
====================================================================
## Single Page Header
====================================================================
***/

.innerbanner {
    overflow: hidden;
    text-align: left;
    position: relative;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.innerbanner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    top: 0;
    left: 0;
}

.innerbanner .container {
    padding-top: 20em;
}

.innerbanner h1.innerpage-title {
    display: inline-block;
    text-align: left;
    position: relative;
    /*background-color: rgb(0 0 0 / 60%);*/
    margin: 10px 0 30px;
    padding: 0 40px 0 0;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

/*.innerbanner h1.innerpage-title:before {
    display: block;
    position: absolute;
    content: '';
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    top: 0;
    right: 100%;
    bottom: 0;
    left: -9999px;
}

.innerbanner h1.innerpage-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 80px;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    top: 0;
    bottom: 0;
    right: -42px;
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg);
}*/

.innerbanner h1.innerpage-title span {
    position: relative;
    padding: 0;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    .innerbanner .container {
        padding: 7em 20px 0;
    }
    .innerbanner h1.innerpage-title {
        padding: 0.3em 40px 0.3em 0;
        font-size: 28px;
    }
    .innerbanner h1.innerpage-title:after {
        content: none;
    }
}

@media screen and (max-width:767px) {
    .innerbanner .container {
        padding: 6em 20px 0;
    }
    .innerbanner h1.innerpage-title {
        padding: 0.3em 0.7em 0.3em;
        font-size: 26px;
        display: block;
    }
    .innerbanner h1.innerpage-title::before, 
    .innerbanner h1.innerpage-title::after {
        content: none;
    }
}


/***
====================================================================
## Single Post
====================================================================
***/

.content-area {
    padding: 50px 0;
}

.site-main {
    float: left;
    width: 830px;
    margin: 0;
    padding: 0;
}

.blog-post-single {}

.blog-post-single article.single-post {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
}

.blog-post-single .post-summary {
    position: relative;
}

.blog-post-single .single-post-thumb {
    margin-bottom: 20px;
}

.blog-post-single .single-post-thumb img {
    object-fit: cover;
    width: 100%;
}

.blog-post-single header.entry-header {}

.blog-post-single .entry-contains {}

.blog-post-single .entry-summary {}

.blog-post-single .entry-summary h2 {
    font-size: 20px;
    font-weight: bold;
}

.blog-post-single .entry-summary p {}

@media screen and (min-width:768px) and (max-width: 990px) {
    .content-area {
        padding: 50px 20px !important;
    }
    .site-main {
        float: none;
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {
    .content-area {
        width: auto;
        margin: 0;
        padding: 20px !important;
    }
    .site-main {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    #slider, 
    .slider-main #slider img {
        height: auto;
    }
}


/***
====================================================================
## Sidebar
====================================================================
***/

#sidebar {
    float: right;
    width: 300px;
    background-color: #C1272D;
    padding-bottom: 2px;
}

#sidebar .widget {
    position: relative;
    /*margin: 0 0 30px;*/
}

#sidebar .widget:last-child {
    margin-bottom: 0;
}


/**
 * Widget Categories
 * -------------------------------------------------------------
 */

.widget_categories {}

.widget_categories .widget_content {}

.widget_categories h3.widget-title {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    padding: 10px 20px;
}

.widget_categories h3.widget-title a {
    color: #fff;
}

.widget_categories h3.widget-title span {}

.widget_categories ul {
    list-style: none;
    margin: 0 2px 0 0;
    padding: 10px 20px;
    background-color: #fff;
}

.widget_categories ul li {
    position: relative;
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: solid 2px #eee;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widget_categories ul li:before {
    position: absolute;
    /*content: '\f807';
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    color: #C1272D;
    left: 20px;*/
}

.widget_categories ul li:last-child {
    border-bottom: none;
}

.widget_categories ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.widget_categories ul li a:hover,
.widget_categories ul li:hover a {
    color: #C1272D;
}


/**
 * Sidebar Responsive
 * -------------------------------------------------------------
 */

@media screen and (min-width:768px) and (max-width: 990px) {
    #sidebar {
        float: none;
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {
    #sidebar {
        float: left;
        width: 100%;
        margin: 30px 0 0;
    }
}


/***
====================================================================
## Footer
====================================================================
***/

#footer-wrapper {
    position: relative;
}


/**
 * Top / Footer
 * -------------------------------------------------------------
 */

.footer-top {
    position: relative;
}

.footer-top .container {}

/*.foot-top-inner {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #C1272D;
    box-shadow: 0 0 20px rgb(0 0 0 / 70%);
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}*/


/**
 * Center / Footer
 * -------------------------------------------------------------
 */

.footer-inner {
    background-color: #222;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 50px 0;
    /*padding-top: 75px;*/
    z-index: 2;
}

.footer-inner .container {}

.footer-inner .footer-cols-four {}

.footer-inner .widget-column {
    /*float: left;
    width: 24.2%;
    margin-left: 1%;
    padding-left: 1%;*/
}

/*#.footer-inner .widget-column:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none;
}*/

.risingtheme-widget-getintouch {}

.widget-getintouch {}

.getintouch-logo {
    display: inline-block;
    margin: 0 0 25px;
}

.getintouch-logo img {
    width: auto;
    max-width: 100%;
}

.widget-getintouch-social {}

.widget-getintouch-social li {
    display: inline-block;
    text-align: center;
}

.widget-getintouch-social li:not(:last-child) {
    margin-right: 10px;
}

.widget-getintouch-social li a {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #7a7a7a;
}

.widget-getintouch-social li a:hover {
    background-color: #C1272D;
    color: #fff;
}


/**
 * Copyright / Footer
 * -------------------------------------------------------------
 */

.copyright-wrapper {
    background-color: #000;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 20px 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    z-index: 2;
}

.copyright-wrapper .container {}

.copyright-wrapper .copyright-text {}

.copyright-wrapper .designby-text a {
    color: #fff;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    /*#footer-wrapper {}*/
    /*.footer-top {}*/
    /*.footer-top .container {}*/
    .foot-top-inner {
        display: block;
        position: relative;
        width: auto;
        height: 25px;
        transform: none;
    }
    .footer-inner {
        padding: 25px 0;
    }
    /*.footer-inner .widget-column {
        width: 49%;
        min-height: 240px;
        margin-bottom: 30px;
    }
    .footer-inner .widget-column {
        margin-right: 2%;
        padding-right: 2%;
        padding-left: 0;
        margin-left: 0;
    }
    .footer-inner .widget-column:nth-child(2n+2) {
        margin-right: 0;
        padding-right: 0;
    }*/
    .copyright-wrapper .copyright-text {
        display: inline-block;
    }
    .copyright-wrapper .designby-text {
        display: inline-block;
    }
}

@media screen and (max-width:767px) {
    /*#footer-wrapper {}*/
    /*.footer-top {}*/
    /*.footer-top .container {}*/
    .foot-top-inner {
        display: block;
        position: relative;
        width: auto;
        height: 25px;
        transform: none;
    }
    .footer-inner {
        padding: 25px 0;
    }
    /*.footer-inner .widget-column {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }*/
    .copyright-wrapper {
        text-align: center;
    }
}


/***
====================================================================
## Back to Top
====================================================================
***/

#back-top {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 999;
}

#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    color: #C1272D;
    -webkit-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #C1272D;
}

#back-top span {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
}

@media screen and (min-width:768px) and (max-width: 990px) {
    #back-top {
        bottom: 0;
    }
}

@media screen and (max-width:767px) {
    #back-top {
        right: 5px;
    }
}


/***
====================================================================
## Social Icons CSS
====================================================================
***/

.social-icons {
    white-space: nowrap;
}

.social-icons a {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #C1272D;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #fff;
}


/***
====================================================================
## End CSS
====================================================================
***/

img {
    margin: 0;
    padding: 0;
    border: none;
}

.bypostauthor {
    margin: 0;
    padding: 0;
}

section img,
img {
    width: 100%;
    height: auto;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

blockquote {
    position: relative;
    margin-bottom: 15px;
}

blockquote.align-left {
    padding: 10px 20px;
    text-align: left;
    border-left: 5px solid #C1272D;
    margin-bottom: 20px;
    color: #0d101f;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    background-color: #f7f7f7;
}

blockquote.align-right {
    padding: 10px 20px;
    text-align: right;
    border-right: 5px solid #C1272D;
    margin-bottom: 20px;
    color: #0d101f;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    background-color: #f7f7f7;
}

hr,
.hr {
    border-bottom: 1px solid #cfd0d2 !important;
    clear: both;
    margin: 30px 0;
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

iframe {
    width: 100%;
    display: block;
    margin: 0;
}

article ul,
article ol {
    margin: 0 0 15px 15px;
}

article ul li {
    list-style: disc;
}

.custom-height {
    min-height: 20px;
}

.clear {
    clear: both;
}

.middle-align {
    margin: 0 auto;
    padding: 0;
}

.wp-caption {
    margin: 0;
    padding: 0;
    font-size: 13px;
    max-width: 100%;
}

.wp-caption-text {
    margin: 0;
    padding: 0;
}

.sticky {
    margin: 0;
    padding: 0;
}

.gallery-caption {
    margin: 0;
    padding: 0;
}

.alignleft,
img.alignleft {
    float: left;
    margin-right: 25px;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 0;
    height: auto;
    width: auto;
}

.alignright,
img.alignright {
    float: right;
    margin-left: 25px;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 0;
    height: auto;
    width: auto;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    height: auto;
    width: auto;
}

.main-container ol {
    list-style-position: outside;
    margin-left: 20px;
}

.main-container ol li {
    margin: 5px 0;
}

.lastcols {
    margin-right: 0 !important;
}

#lastcols {
    margin-right: 0 !important;
}

section {
    padding: 70px 0;
    position: relative;
}

.boxlayout .header .container {
    width: 100%;
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.full-container {
    width: 100%;
    position: relative;
}

.no-padding {
    padding: 0 !important;
}

.full-container .one_half {
    margin-bottom: 0 !important;
}


/*===============================================
** Sticky Header Css
*===============================================*/

.sticky-header {
    background-color: rgba(33, 36, 39, 0.9);
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    position: fixed;
    top: -300px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 30000;
    padding: 0;
}

.sticky-header.show {
    top: 0;
    transition-delay: .3s;
}

.sticky-header .sticky-left {
    width: 15%;
}

.sticky-header .sticky-left .logo {
    padding: 16px 0;
}

.sticky-header .sticky-right {
    width: 85%;
    text-align: right;
}

.sticky-header .sticky-right .sitenav {
    text-align: right;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.sticky-header .sticky-right .sitenav:before {
    content: none;
}

.sticky-header .sticky-right .sitenav ul li a {
    margin: 0;
    padding: 35px 15px;
}


/* = Box Layout Css
-------------------------------------------------------------- */

.boxlayout {
    width: 1210px;
    margin: 0 auto;
    box-shadow: 0 5px 10px #000000;
    position: relative;
    overflow-x: hidden;
}

.boxlayout .sitenav ul li a {
    padding-left: 10px;
    padding-right: 10px;
}

.boxlayout .slider-main {
    min-height: 568px;
}

.boxlayout .slider-main .nivo-controlNav {
    top: 26%;
}

.boxlayout .slider-main .nivo-controlNav:before {
    left: 10px;
    top: -74px;
}

.boxlayout .news-box .post-meta {
    font-size: 11px;
}

.boxlayout .container,
.boxlayout .header .container {
    padding: 0 20px;
}

.boxlayout .top-header .container {
    width: 100%;
}

.boxlayout .content-area {
    padding: 50px 0;
}

.boxlayout .innerbanner .container {
    padding: 17em 0 0;
}

.boxlayout .sticky-header .sticky-right .sitenav ul li {
    margin-right: 0px;
}

.boxlayout .sticky-header .sticky-right {
    width: 80%;
}

.boxlayout .nivo-caption {
    width: 72%;
}


/*===============================================
** Top Header Css
*===============================================*/

.top-header-left {
    margin-right: auto;
}

.top-header-col span {
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    color: #C1272D;
}


/*===============================================
** Slider Css
*===============================================*/

#slider a.button {
    margin-right: 20px;
}

.show-header-image {
    padding: 15em 0;
}


/*===============================================
** Social Icons Css
*===============================================*/

#sidebar .social-icons {
    text-align: center;
}

.social-icons br {
    display: none;
}


/*===============================================
** Buttons Css
*===============================================*/

a.main-button span {
    display: block;
}

a.buttonstyle1 {
    position: relative;
    color: #0d101f;
    padding: 12px 32px;
    font: 700 15px/18px 'Oswald';
    display: inline-block;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.buttonstyle1:before {
    border: 2px solid #0d101f;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

a.buttonstyle1:after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden;
    background-color: #C1272D;
}

a.buttonstyle1:before,
a.buttonstyle1:after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.buttonstyle1:hover {
    color: #ffffff;
}

a.buttonstyle1:hover::before {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    visibility: hidden;
}

a.buttonstyle1:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

a.ReadMore {
    font: 500 18px 'Oswald';
    color: #0d101f;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    padding: 5px 20px 5px;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    position: relative;
    text-transform: inherit;
    z-index: 1;
}

a.ReadMore:before {
    border-color: #C1272D;
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    left: -5px;
    bottom: -5px;
    border-top: none;
    border-right: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.ReadMore:after {
    border-color: #C1272D;
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    right: -5px;
    top: -5px;
    border-bottom: none;
    border-left: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.ReadMore:hover::before {
    width: 100%;
    height: 0;
    left: 0;
}

a.ReadMore:hover::after {
    width: 100%;
    height: 0;
    right: 0;
}

a.ReadMore:hover {
    color: #C1272D;
}

a.sliderbtn {
    position: relative;
    color: #ffffff;
    padding: 12px 32px;
    font: 700 15px/18px 'Oswald';
    display: inline-block;
    letter-spacing: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a.sliderbtn:before {
    border: 2px solid #ffffff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

a.sliderbtn:after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden;
    background-color: #C1272D;
}

a.sliderbtn:before,
a.sliderbtn:after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a.sliderbtn:hover {
    color: #ffffff;
}

a.sliderbtn:hover::before {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    visibility: hidden;
}

a.sliderbtn:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.custombtn {
    margin-top: 40px;
}


/*================================================== 
    SECTION FIRST PAGE BOXES CSS
==================================================== */

section#pagearea {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.pagearea-inner {
    position: relative;
    margin-top: -70px;
    z-index: 9;
}

.fourbox {
    padding: 4% 20px 20px;
    margin-right: 30px;
    width: 23%;
    float: left;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.fourbox.last_column,
.fourbox.three_column.last_column {
    margin-right: 0;
}

.fourbox .iconbx {
    height: 130px;
    width: 130px;
    background-color: #0d101f;
    line-height: 88px;
    text-align: center;
    position: absolute;
    top: -50px;
    z-index: 1;
    font-size: 40px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #C1272D;
}

.fourbox .iconbx i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fourbox:hover .iconbx i {
    color: #ffffff;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.fourbox .fourbxcontent {
    color: #ffffff;
    position: relative;
    z-index: 2;
}


/* Page Box Column */

.one_column {
    width: 100%;
}

.two_column {
    width: 48.7%;
}

.three_column {
    width: 31.6%;
}

.four_column {
    width: 23%;
}


/*===============================================
** Section Title Css
*===============================================*/

/*.section_head {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}*/


/* Animation Effects */

.sec-overlay .section_head .witr_bar_inner,
.secbg-overlay .section_head .witr_bar_inner {
    background-color: #ffffff;
}


/*===============================================
** Section Overlay Css
*===============================================*/

.sec-overlay {
    position: relative;
}

.sec-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}


/*===============================================
** Section Background Css
*===============================================*/

.secbg-overlay {
    position: relative;
}


/*===============================================
** Section Shortcode Css
*===============================================*/

.section-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


/*===============================================
** Custom Heading Css
*===============================================*/

.custom-heading {
    margin-bottom: 30px;
    text-align: center;
}


/*===============================================
** Grid Columns Css
*===============================================*/

.grid-col-two,
.grid-col-three,
.grid-col-four {
    float: left;
}

.grid-col-two {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
}

.grid-col-three {
    width: 32%;
    margin-right: 2%;
    /*margin-top: 2%;*/
}

.grid-col-four {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 2%;
}


/*===============================================
** Flex Css
*===============================================*/

.flex-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}


/*===============================================* Theme Shortcode Css End *===============================================*/


/*===============================================
** Innerpages Css
*===============================================*/


/* Innerpage Content and Sidebar*/

.sitefull {
    width: 100% !important;
    float: none !important;
}


/*===============================================
** Icon Box Css
*===============================================*/

.icon-box {
    position: relative;
    padding: 34px 30px 30px 110px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 6px 50px 0px rgba(33, 35, 35, .05);
    -webkit-box-shadow: 0px 6px 50px 0px rgba(33, 35, 35, .05);
    -ms-box-shadow: 0px 6px 50px 0px rgba(33, 35, 35, .05);
}

.icon-outer {
    position: absolute;
    left: 30px;
    top: 34px;
    min-width: 50px;
    font-size: 50px;
    line-height: 50px;
    color: #C1272D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box:hover .icon-outer {
    animation: zoomIn .3s linear alternate;
    animation-duration: .5s;
}


/*===============================================
** Owl Carousel Navigation Css
*===============================================*/

/*.singleright {
    float: left;
}*/

.singleleft {
    float: right;
}


/*===============================================
** Sidebar Css
*===============================================*/

.sidebar-left {
    float: left !important;
}

.flotRight {
    float: right !important;
}

.flotLeft {
    float: left !important;
}

.nosidebar {
    float: none !important;
    margin: 0 auto;
}


/* = 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: 100%;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* = Accordion tab section css
-------------------------------------------------------------- */

.acc-content a {
    font-weight: bold;
    line-height: 30px;
}


/*===============================================
** Data Tooltip Css
*===============================================*/


/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}


/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}


/* Position tooltip above the element */

[data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 170px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}


/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/*===============================================
** Form And Input type Css
*===============================================*/

form {
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 11px 12px;
    border: 1px solid #EBEBEB;
    outline: 0;
    resize: none;
    font-size: 13px;
    line-height: 17px;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Oswald';
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
    /* hide the default arrow in ie10 and ie11 */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    border-color: #C1272D;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    outline: none;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.sticky-header {
    background-color: #ffffff;
}

.top-header-col span {
    color: #C1272D;
}

.nivo-controlNav a {
    border-color: #ffffff
}

.nivo-controlNav a.active {
    border-color: #C1272D;
    background-color: #C1272D
}

a.nivo-nextNav,
a.nivo-prevNav {
    background-color: #C1272D
}

.fourbox .iconbx {
    color: #C1272D;
    background-color: #0d101f;
}

.prev-page a,
.next-page a {
    background-color: #0d101f;
}

.slide_toggle a,
.slide_toggle a:hover {
    color: #C1272D;
}

.prev-page a:hover,
.next-page a:hover {
    background-color: #C1272D;
}

.event-box:before {
    border-left: 1px solid #C1272D;
    border-right: 1px solid #C1272D;
}

.event-box:after {
    border-top: 1px solid #C1272D;
    border-bottom: 1px solid #C1272D;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #C1272D;
}

blockquote.align-left,
blockquote.align-right,
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
select:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
    border-color: #C1272D !important;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #0d101f;
}

a.buttonstyle1 {
    color: #0d101f;
}

a.buttonstyle1:before {
    border-color: #0d101f;
}

a.buttonstyle1:hover {
    color: #ffffff;
}

a.buttonstyle1:after {
    background-color: #C1272D;
}

a.ReadMore {
    color: #0d101f;
}

a.ReadMore:hover {
    color: #C1272D;
}

a.ReadMore:before,
a.ReadMore:after {
    border-color: #C1272D;
}

a.sliderbtn,
a.sliderbtn:hover {
    color: #ffffff;
}

a.sliderbtn:before {
    border-color: #ffffff;
}

a.sliderbtn:after {
    background-color: #C1272D;
}