/* ==========================================================================
   [Master Stylesheet]

    Project                 :       SMA Abacus
    Version                 :       1.0
    Author                  :       Renfos Technologies
    Author  URl             :       www.renfos.com
    Primary use             :       Abacus

   ========================================================================== */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    background: #fff;
    color: #5c5c5c;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

a, button, .btn, .transition {
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bubblegum Sans', cursive;
    font-weight: normal;
    color: #2f2f2f;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}




/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    -moz-padding-start: 2px;
    -moz-padding-end: 20px;
    -moz-appearance: button;
    text-indent: 0.01px;
    text-overflow: '';
    background-image: url('../../../../img/options_dropdown_white.png') !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    margin: 0;
    padding-right: 20px !important;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    outline: none !important;
}

a {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

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

.bg-primary {
    background-color: #228bdf !important;
}

.bg-success {
    background-color: #00b19d !important;
}

.bg-info {
    background-color: #2ca8ff !important;
}

.bg-warning {
    background-color: #ffaa00 !important;
}

.bg-danger {
    background-color: #f22613 !important;
}

.bg-muted {
    background-color: #F5F5F5 !important;
}

.bg-inverse {
    background-color: #4c5667 !important;
}

.bg-purple {
    background-color: #6610F2 !important;
}

.bg-pink {
    background-color: #f76397 !important;
}

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

.bg-yellow {
    background-color: #fdf137;
}

.bg-green {
    background-color: #3EC300 !important;
}

.bg-blue {
    background-color: #00b3fb !important;
}

.text-white {
    color: #ffffff;
    
}

.text-franchise {
    color: #ffffff;
    text-align: -webkit-center;
    font-size: 18px;
}
.text-danger {
    color: #f22613;
}

.text-muted {
    color: #98a6ad;
}

.text-primary {
    color: #228bdf;
}

.text-warning {
    color: #F17105;
}

.text-success {
    color: #00b19d;
}

.text-info {
    color: #3ddcf7;
}

.text-inverse {
    color: #4c5667;
}

.text-pink {
    color: #f76397;
}

.text-purple {
    color: #6610F2;
}

.text-dark {
    color: #797979 !important;
}


.form-control {
    -moz-border-radius: 12px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 12px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    min-height: 45px;
}

.form-control:focus {
    background: #ffffff;
    border: 1px solid #6610f2;
    box-shadow: none;
}

.label {
    color: #ffffff !important;
}

.label-primary {
    background-color: #228bdf;
}

.label-success {
    background-color: #00b19d;
}

.label-info {
    background-color: #3ddcf7;
}

.label-warning {
    background-color: #ffaa00;
}

.label-danger {
    background-color: #f22613;
}

.label-purple {
    background-color: #6610F2;
}

.label-pink {
    background-color: #f76397;
}

.label-dark {
    background: #4f595b;
}

.label-inverse {
    background-color: #4c5667;
}

.badge-primary {
    background-color: #228bdf;
}

.badge-success {
    background-color: #00b19d;
}

.badge-info {
    background-color: #3ddcf7;
}

.badge-warning {
    background-color: #ffaa00;
}

.badge-danger {
    background-color: #f22613;
}

.badge-purple {
    background-color: #6610F2;
}

.badge-pink {
    background-color: #f76397;
}

.badge-inverse {
    background-color: #4c5667;
}

.mbn {
    margin-bottom: 0!important
}

.mb10 {
    margin-bottom: 10px!important
}

.mb20 {
    margin-bottom: 20px!important
}

.mb30 {
    margin-bottom: 30px!important
}

.mb40 {
    margin-bottom: 40px!important
}

.mb50 {
    margin-bottom: 50px!important
}

.mb60 {
    margin-bottom: 60px!important
}

.mtn {
    margin-top: 0!important
}

.mt10 {
    margin-top: 10px!important
}

.mt20 {
    margin-top: 20px!important
}

.mt30 {
    margin-top: 30px!important
}

.mt40 {
    margin-top: 40px!important
}

.mt50 {
    margin-top: 50px!important
}

.mt60 {
    margin-top: 60px!important
}

.mln {
    margin-left: 0
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px
}

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

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.pbn {
    padding-bottom: 0!important
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

.ptn {
    padding-top: 0!important
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt80 {
    padding-top: 80px
}

.pt90 {
    padding-top: 90px
}

.pln {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px
}

.prn {
    padding-right: 0 !important
}

.pr10 {
    padding-right: 10px
}

.p15 {
    padding: 15px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr40 {
    padding-right: 40px
}

.pr50 {
    padding-right: 50px
}

.pr60 {
    padding-right: 60px
}

.p0, .pn {
    padding: 0px !important;
}

.m0, .mn {
    margin: 0px !important;
}

.btn {
    border-radius: 12px;
    padding: 6px 14px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.1px;
    -moz-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink, .btn-green {
    color: #ffffff !important;
}

.btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #f22613;
}

.btn-default:focus {
    background-color: #fff;
    border-color: #fff;
    color: #f22613;
}

.btn-default:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f22613;
}

.btn-default:active {
    background-color: #fff;
    border-color: #fff;
    color: #f22613;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: #dae6ec !important;
    border-color: #C2CED4 !important;
}

.btn-primary {
    background-color: #2ca8ff !important;
    border: 1px solid #2ca8ff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #1d7dca !important;
    border: 1px solid #1d7dca !important;
}

.btn-success {
    background-color: #00b19d !important;
    border: 1px solid #00b19d !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    background-color: #009886 !important;
    border: 1px solid #009886 !important;
}

.btn-info {
    background-color: #3ddcf7 !important;
    border: 1px solid #3ddcf7 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    background-color: #25d8f6 !important;
    border: 1px solid #25d8f6 !important;
}

.btn-warning {
    background-color: #F17105 !important;
    border: 1px solid #F17105 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    background-color: #F17105 !important;
    border: 1px solid #F17105 !important;
}

.btn-danger {
    background-color: #f22613 !important;
    border: 1px solid #f22613 !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #ed3c39 !important;
    border: 1px solid #ed3c39 !important;
}

.btn-inverse {
    background-color: #4c5667 !important;
    border: 1px solid #4c5667 !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open > .dropdown-toggle.btn-inverse {
    background-color: #414a58 !important;
    border: 1px solid #414a58 !important;
}

.btn-purple {
    background-color: #6610F2 !important;
    border: 1px solid #6610F2 !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #6610F2 !important;
    border: 1px solid #6610F2 !important;
}

.btn-pink {
    background-color: #f76397 !important;
    border: 1px solid #f76397 !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #f64b87 !important;
    border: 1px solid #f64b87 !important;
}

.btn-green {
    background-color: #28aa46 !important;
    border: 1px solid #28aa46 !important;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
    background-color: #1c7b32 !important;
    border: 1px solid #1c7b32 !important;
}


.input-group-addon {
    border-color: #eee;
}

.panel {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    border: none;
    margin-bottom: 20px;
}

.panel .panel-body {
    padding: 20px;
}

.panel .panel-body p {
    margin: 0px;
}

.panel .panel-body p + p {
    margin-top: 15px;
}

.panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border: none !important;
    padding: 10px 20px;
}

.panel-default > .panel-heading {
    background-color: #fafafa;
    border-bottom: none;
    color: #797979;
}

.panel-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.panel-sub-title {
    margin-bottom: 3px;
    color: #CEE4FD;
    margin-top: -3px;
}

.panel-footer {
    background: #fafafa;
    border-top: 0px;
}

.panel-default .panel-sub-title {
    color: inherit;
}

.panel-color .panel-title {
    color: #ffffff;
}

.panel-primary > .panel-heading {
    background-color: #228bdf;
}

.panel-success > .panel-heading {
    background-color: #00b19d;
}

.panel-info > .panel-heading {
    background-color: #3ddcf7;
}

.panel-warning > .panel-heading {
    background-color: #ffaa00;
}

.panel-danger > .panel-heading {
    background-color: #ed1c24;
}

.panel-purple > .panel-heading {
    background-color: #7266ba;
}

.panel-pink > .panel-heading {
    background-color: #f76397;
}

.panel-inverse > .panel-heading {
    background-color: #4c5667;
}

.panel-border {
    border-radius: 3px;
}

.panel-border .panel-heading {
    background-color: #ffffff;
    border-top: 3px solid #ccc !important;
    border-radius: 3px;
    padding: 10px 20px 0px;
}

.panel-border .panel-body {
    padding: 15px 20px 20px 20px;
}

.panel-border.panel-primary .panel-heading {
    border-color: #228bdf !important;
    color: #228bdf !important;
}

.panel-border.panel-success .panel-heading {
    border-color: #00b19d !important;
    color: #00b19d !important;
}

.panel-border.panel-info .panel-heading {
    border-color: #3ddcf7 !important;
    color: #3ddcf7 !important;
}

.panel-border.panel-warning .panel-heading {
    border-color: #ffaa00 !important;
    color: #ffaa00 !important;
}

.panel-border.panel-danger .panel-heading {
    border-color: #ed1c24 !important;
    color: #ed1c24 !important;
}

.panel-border.panel-purple .panel-heading {
    border-color: #7266ba !important;
    color: #7266ba !important;
}

.panel-border.panel-pink .panel-heading {
    border-color: #f76397 !important;
    color: #f76397 !important;
}

.panel-border.panel-inverse .panel-heading {
    border-color: #4c5667 !important;
    color: #4c5667 !important;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.checkbox label::after {
    color: #555555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    width: 16px;
}

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome';
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox.checkbox-single label {
    height: 17px;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #228bdf;
    border-color: #228bdf;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3ddcf7;
    border-color: #3ddcf7;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffaa00;
    border-color: #ffaa00;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #00b19d;
    border-color: #00b19d;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #7266ba;
    border-color: #7266ba;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #f76397;
    border-color: #f76397;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    outline: none !important;
    position: absolute;
    transition: border 0.5s ease-in-out;
    width: 17px;
}

.radio label::after {
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #555555;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 11px;
    left: 3px;
    margin-left: -20px;
    position: absolute;
    top: 3px;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 11px;
}

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
    outline-offset: -2px;
    outline: 5px auto -webkit-focus-ring-color;
    outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

.radio.radio-single label {
    height: 17px;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #228bdf;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #228bdf;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #228bdf;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ed1c24;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ed1c24;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ed1c24;
}

.radio-info input[type="radio"] + label::after {
    background-color: #3ddcf7;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #3ddcf7;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #3ddcf7;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffaa00;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffaa00;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffaa00;
}

.radio-success input[type="radio"] + label::after {
    background-color: #00b19d;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #00b19d;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #00b19d;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #7266ba;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #7266ba;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #f76397;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #f76397;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #f76397;
}

.radio-inverse input[type="radio"] + label::after {
    background-color: #4c5667;
}

.radio-inverse input[type="radio"]:checked + label::before {
    border-color: #4c5667;
}

.radio-inverse input[type="radio"]:checked + label::after {
    background-color: #4c5667;
}

.header .header-top {
    background-color: #b510f2;
    padding: 10px 0px;
}
.header .header-top .left {
    float: left;
}
.header .header-top ul {
    margin: 0px;
    list-style: none;
    padding: 0;
}
.header .header-top .left li {
    list-style: none;
    display: inline-block;
    float: left;
    color: #fff;
    margin-right: 30px;
    line-height: 34px;
}
.header .header-top .left li span {
    color: #fff;
    margin-right: 5px;
}
.header .header-top .right {
    float: right;
}
.header .header-top .right li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.header .main-menu {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header .navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none;
    border-right: none;
    border-top: 3px solid #6610f2;
    background: #ffffff;  /*#fcef00*/
}

.header .menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.header .navbar-brand {
    height: auto;
}

.header .navbar .navbar-nav {
    margin-top: 22px;
}
.header .navbar .navbar-nav>li {
    margin-left: 10px;
}
.header .navbar .navbar-nav>li>a {
    display: block;
    padding: 5px 10px;
    margin: 0px;
    text-transform: capitalize;
    line-height: 30px;
    color: #333;
    position: relative;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    
}
.header .navbar .navbar-nav>li > a:hover, .header .navbar .navbar-nav>li.active > a {
    -moz-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
}

.header .navbar .navbar-nav>li:nth-child(1) > a:hover, .header .navbar .navbar-nav>li:nth-child(1).active > a {
    background-color: #f22613;
    color: #fff;
}


.header .navbar .navbar-nav>li:nth-child(2) > a:hover, .header .navbar .navbar-nav>li:nth-child(2).active > a {
    background-color: #FF7F00;
    color: #fff;
}

.header .navbar .navbar-nav>li:nth-child(3) > a:hover, .header .navbar .navbar-nav>li:nth-child(3).active > a {
    background-color: #3EC300;
    color: #fff;
}


.header .navbar .navbar-nav>li:nth-child(4) > a:hover, .header .navbar .navbar-nav>li:nth-child(4).active > a {
    background-color: #003171;
    color: #fff;
}


.header .navbar .navbar-nav>li:nth-child(5) > a:hover, .header .navbar .navbar-nav>li:nth-child(5).active > a {
    background-color: #763568;
    color: #fff;
}


.header .navbar .navbar-nav>li:nth-child(6) > a:hover, .header .navbar .navbar-nav>li:nth-child(6).active > a {
    background-color: #6610F2;
    color: #fff;
}

.header .navbar .navbar-nav>li:nth-child(7) > a:hover, .header .navbar .navbar-nav>li:nth-child(7).active > a {
    background-color: #BF55EC;
    color: #fff;
}

.header .navbar .navbar-nav>li:nth-child(8) > a:hover, .header .navbar .navbar-nav>li:nth-child(8).active > a {
    background-color: #2CA8FF;
    color: #fff;
}
.header .navbar .navbar-nav>li:nth-child(9) > a:hover, .header .navbar .navbar-nav>li:nth-child(9).active > a {
    background-color: #e00ec4;
    color: #fff;
}
.header .navbar .navbar-nav>li:nth-child(10) > a:hover, .header .navbar .navbar-nav>li:nth-child(10).active > a {
    background-color: #0ee0bb;
    color: #fff;
}

.header .navbar-right.social-icons {
    height: 60px;
}

.header .navbar-right.social-icons li {
    display: inline;
    float: left;
}

.header .navbar-right.social-icons li a.facebook {
    border-color: #35538f;
}

.header .navbar-right.social-icons li a.youtube {
    border-color: #b70400;
}

.header .navbar-right.social-icons li a.twitter {
    border-color: #34b3d3;
}

.header .navbar-right.social-icons li a.gplus {
    border-color: #d53e2b;
}

.header .navbar-right.social-icons li a.facebook span {
    border-color: #35538f;
    background: #35538f;
}

.header .navbar-right.social-icons li a.youtube span {
    border-color: #b70400;
    background: #b70400;
}

.header .navbar-right.social-icons li a.twitter span {
    border-color: #34b3d3;
    background: #34b3d3;
}

.header .navbar-right.social-icons li a.gplus span {
    border-color: #d53e2b;
    background: #d53e2b;
}

.header .navbar-right.social-icons li a:hover span {
    top: 0px;
}

.header .navbar-right.social-icons li a:before {
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.header .navbar-right.social-icons li a span {
    width: inherit;
    padding: 0px 10px;
    height: 70px;
    line-height: 65px;
    bottom: auto;
    top: -70px;
    left: 0px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    display: block;
    position: absolute;
}

.header .navbar-right.social-icons li a {
    position: relative;
    border-top: 3px solid;
    display: inline-block;
    width: 50px;
    height: 70px;
    overflow: hidden;
    color: #fff;
    line-height: 65px;
    text-align: center;
    background-color: transparent;
    margin-top: -3px;
    font-size: 14px;
}

.header .navbar-right.social-icons li a:hover {
    color: #FFFFFF;
}

.header .navbar-right.social-icons li a:hover:before {
    opacity: 0;
}

.header .navbar-right.social-icons li a.gplus:before {
    content: "\f0d5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.header .navbar-right.social-icons li a.twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.header .navbar-right.social-icons li a.youtube:before {
    content: "\f167";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.header .navbar-right.social-icons li a.facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.header .navbar {
    margin: 0;
    border-bottom: none;
    border-radius: 0;
}

.header .login-btns {
    padding-top: 15px;
}
.header .iso-logo {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.slider {
    padding: 0;
    max-height: 590px;
}

.slider .tp-caption a.ot-btn {
    color: #FFF;
}

.slider .h1-text {
    font-size: 60px;
    color: #222;
    text-transform: uppercase;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: 900;
}

.slider .h2-text {
    font-size: 30px;
    line-height: 60px;
    color: #666;
    text-transform: uppercase;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: 900;
}

.slider .h3-text {
    font-size: 18px;
    color: #555;
    line-height: 36px;
}

.slider .tp-caption .main-btn, .slider .tp-caption .sub-btn, .slider .tp-caption .moder-btn {
    color: #fff;
}

.slider .text-white {
    color: #fff;
}

.slider .text-gray {
    color: #e5e5e5;
}

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

.slider .text-cap {
    text-transform: capitalize;
}

.slider .btn-slider:hover {
    background: #008096;
    border: 1px solid #008096;
}

.slider .sub-btn:hover {
    background: #171c1e;
    border: 1px solid #171c1e;
}

.slider .moder-btn:hover {
    background: #2e363a;
    border: 1px solid #2e363a;
    color: #fff!important;
}

.slider .group-btn-slider .btn-2 {
    margin-left: 15px;
}

.tp-bannertimer {
    display: none!important;
}

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.tp-caption {
    white-space: normal !important;
}

.tp-banner-container-box {
    max-width: 1170px;
    position: relative;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
}

.gray-2 {
    color: #555;
}

.tparrows.preview4 {
    width: 30px;
    height: 90px;
    background: transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

.tparrows.preview4:after {
    position: absolute;
    line-height: 90px;
    text-align: center;
    font-family: "revicons";
    color: #fff;
    font-size: 20px;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 30px;
    height: 90px;
    background: #000;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-rightarrow.preview4:after {
    content: "\f054";
    font-family: FontAwesome;
}

.tp-leftarrow.preview4:after {
    content: '\f053';
    font-family: FontAwesome;
}

.tparrows.preview4 .tp-arr-allwrapper {
    visibility: hidden;
    width: 150px;
    position: absolute;
    z-index: 1;
    min-height: 90px;
    top: 0px;
    left: -150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat;
}

.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left: 0px;
}

.tparrows.preview4 .tp-arr-iwrapper {
    position: relative;
}

.tparrows.preview4 .tp-arr-imgholder {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 150px;
    height: 90px;
    position: relative;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tparrows.preview4 .tp-arr-imgholder2 {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 150px;
    height: 91px;
    position: absolute;
    top: 0px;
    left: 150px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left: -150px;
}

.tparrows.preview4 .tp-arr-titleholder {
    display: block;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
    text-align: left;
    color: #fff;
    position: relative;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}

.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.tp-leftarrow.preview4:after {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
}

@media screen and (max-width: 1230px) {
    .preview4 {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    .tparrows.preview4:hover .tp-arr-titleholder {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

.tparrows.preview4 {
    background: #fff;
    color: #333;
    box-shadow: inset 0px 0px 1px 1px #e6e6e6;
    width: 40px;
    opacity: 1;
}

.tparrows.preview4:after {
    color: #333!important;
    width: 40px;
    line-height: 90px;
    background: none;
    font-weight: bold;
}

.tp-leftarrow.preview4 {
    left: -20px !important;
}

.tp-rightarrow.preview4 {
    right: -20px !important;
}

.tp-rightarrow.preview4 .tp-arr-allwrapper {
    left: -110px;
}

.tp-arr-imgholder, .tp-arr-imgholder2 {
    background-repeat: no-repeat;
}

.tparrows.preview4 .tp-arr-allwrapper {
    top: -1px;
    min-height: 91px;
}

.tparrows.preview4 .tp-arr-imgholder {
    height: 91px;
}

.slider-dark-arrow .tp-leftarrow.default {
    opacity: .4;
    background: url("rs-plugin/assets/large_left_dark.html") no-Repeat 0 0;
}

.slider-dark-arrow .tp-rightarrow.default {
    opacity: .4;
    background: url("rs-plugin/assets/large_right_dark.html") no-Repeat 0 0;
}

.slider-dark-arrow .tp-leftarrow:hover, .slider-dark-arrow .tp-rightarrow:hover {
    opacity: .8;
}

@media only screen and (max-width: 767px) {
    .h1-text {
        font-size: 22px!important;
    }
    .h2-text {
        font-size: 15px!important;
    }
    .h3-text {
        display: none!important;
    }
    .slider .large-btn {
        font-size: 13px!important;
        padding: 0px 15px!important;
        height: 38px;
        line-height: 38px;
    }
    .slider-home-1 .h2-text {
        left: 15px!important;
        top: 200px!important;
    }
    .slider-home-1 .h1-text {
        left: 15px!important;
        top: 240px!important;
    }
    .slider-home-1 .h3-text {
        left: 15px!important;
    }
    .slider-home-1 .group-btn-slider {
        top: 280px!important;
        left: 15px!important;
    }
    .slider-home-2 .h2-text {
        left: 15px!important;
        top: 200px!important;
    }
    .slider-home-2 .h1-text {
        left: 15px!important;
        top: 240px!important;
    }
    .slider-home-2 .h3-text {
        left: 15px!important;
    }
    .slider-home-2 .group-btn-slider {
        top: 280px!important;
        left: 15px!important;
    }
    .slider-home-3 .h1-text {
        top: 40%!important;
        line-height: 1.2!important;
        text-align: center!important;
        font-size: 18px!important;
    }
    .slider-home-4 .single-btn-slider {
        top: 40%!important;
    }
    .slider-home-5 .group-btn-slider {
        top: 50%!important;
    }
}

@media only screen and (max-width: 480px) {
    .slider-home-3 .h1-text {
        top: 40px!important;
    }
    .slider-home-4 .single-btn-slider {
        top: 50%!important;
    }
    .slider-home-5 .group-btn-slider {
        top: 60%!important;
    }
}

section {
    padding: 80px 0;
}

.activity .single-activity {
    text-align: center;
    display: block;
    /* background-color: #1BE7FF; */
    padding: 30px;
    min-height: 365px;
    position: relative;
    padding-top: 10px;
    border-radius: 30px;
    /* box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.08); */
}
.activity:first-child .single-activity {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}
.activity:nth-child(2) .single-activity {
    /* background-color: #1fff7b; */
    background: linear-gradient(60deg, #26c6da, #00acc1);
    box-shadow: 0 12px 20px -10px rgba(0, 188, 212, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(0, 188, 212, 0.2);
}
.activity:nth-child(3) .single-activity {
    /* background-color: #fdef14; */
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgba(76, 175, 80, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(76, 175, 80, 0.2);
}
.activity:last-child .single-activity {
    /* background-color: #ffa726; */
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    box-shadow: 0 12px 20px -10px rgba(255, 152, 0, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(255, 152, 0, 0.2);
}

.activity .single-activity p {
    color: #fff;
    font-weight: 600;
}

.activity .single-activity .btn-wraper {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.activity .single-activity .btn-wraper::before {
    display: inline-block;
    content: '';
    width: 50px;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}
.activity .single-activity h5 {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.activity .single-activity h5:hover {
    color: #F22613;
}
.services {
    padding: 50px 0;
}

.advertise-area {
    padding: 63px 0;
}

.section-gray {
    background: #F0F0F0;
}

.advertise-area h2 {
    color: #444444;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin-right: 21px;
    position: relative;
    top: 3px;
    margin-top: 0;
    margin-bottom: 0;
}

.fullwidth-background {
    background-image: url('../../../../img/cloud-bg.png');
    background-position: center center;
    background-repeat: repeat;
    background-attachment: fixed;
}

footer {
    width: 100%;
    margin: 0px;
    padding: 65px 0px 0px;
    float: left;
    clear: both;
    background-image: url('../../../../img/footer_bg.png');
    background-color: #ff000b;
    position: relative;
    background-position: center top;
    margin-top: 31px;
}

footer::before {
    content: "";
    background: url('../../../../img/cloud.png') center top no-repeat;
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-size: cover;
}

.footer-wrapper {
    padding-bottom: 20px;
    width: 100%;
    clear: both;
    float: left;
}

h3.widgettitle {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #fff;
}

footer h3 a {
    color: #2f2f2f;
}

footer .widget {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin: 0px 0px 0px;
    color: #fff;
}

footer .widget ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .widget.widget_text ul li {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: relative;
    line-height: 20px;
    padding: 7px 0px 7px 20px;
}

footer .widget.widget_text ul li:before {
    content: "\f00c";
    text-decoration: inherit;
    font-family: 'Fontawesome';
    font-size: 16px;
    position: absolute;
    top: 7px;
    left: 0px;
}

footer .widget.widget_text ul li a {
    color: #fff;
    display: block;
}

footer .widget_recent_entries ul li h6 {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: inherit;
}

footer .widget_recent_entries ul li a {
    text-transform: none;
    color: #fff;
}

footer .widget_recent_entries ul li {
    width: 100%;
    float: left;
    margin: 0px 0px 10px;
}

footer .widget_recent_entries ul li a:hover {
    color: #333;
}

footer .widget_recent_entries ul li img {
    color: #efebe6;
    font-size: 14px;
    border: 2px solid #fff;
}

footer .widget_recent_entries ul li span {
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    opacity: .7;
}

footer .widget_recent_entries ul li > a {
    float: left;
    margin-right: 10px;
}

footer .widget_recent_entries ul li img {
    width: 60px;
    height: 60px;
    float: left;
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}

footer .widget_recent_entries ul li:hover img {
    border: 2px solid #f22613;
}

footer .widget.quiklinks ul {
    margin: 0;
    padding: 0;
}

footer .widget.quiklinks ul li {
    position: relative;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 10px;
}

footer .widget.quiklinks ul li::before {
    position: absolute;
    font-family: 'Fontawesome';
    content: "\f105";
    top: 0;
    left: 0;
}

footer .widget.quiklinks ul li a {
    color: #fff;
}

footer .contact-info {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
    padding: 0px;
    border: 0px;
}

footer .contact-info span {
    font-size: 18px;
    float: left;
    margin: 2px 10px 0px 0px;
    padding-bottom: 12px;
}

footer .contact-info a {
    color: #fff;
}

footer .subscribe .subscribe-form .form-control {
    height: 44px;
}

footer .subscribe .subscribe-form .form-control.error {
    border-color: #f22613;
}

footer .subscribe .subscribe-form .btn {
    height: 44px;
}

footer .success-msg {
    color: #5c5c5c;
}

.success-msg {
    display: block;
    margin-bottom: 10px;
    clear: both;
}

.widget.subscribe p {
    text-transform: uppercase;
    font-weight: bold;
}

.copyright {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 15px 0px 10px;
    background: url('../../../../img/footer_strip.jpg') center top repeat-x #232323;
}

.copyright p {
    float: left;
    color: #FFF;
}

.copyright p a {
    color: #FFF;
}

.copyright .footer-links {
    float: right;
    margin: 0px;
    padding: 0px;
}

.copyright .footer-links ul {
    margin: 0px;
    padding: 0px;
    float: left;
}

.copyright .footer-links ul li {
    margin: 0px 8px 0px 0px;
    display: inline-block;
    list-style: none;
}

.copyright .footer-links ul li:last-child {
    margin: 0px;
}

.copyright .footer-links ul li a {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    padding: 0px;
    border-radius: 4px;
    color: #fff;
}

.copyright .footer-links ul li.facebook:hover a {
    background-color: #3c5b9b;
}

.copyright .footer-links ul li.twitter:hover a {
    background-color: #2caae1;
}

.copyright .footer-links ul li.gplus:hover a {
    background-color: #ba3526;
}

.copyright .footer-links ul li.pinterest:hover a {
    background-color: #ca1325;
}

footer .footer-links p {
    float: left;
    background: url('../../../../img/footer_arrow.png') right 7px no-repeat;
    padding: 0px 50px 0px 0px;
    margin: 7px 15px 0px 0px;
}

.copyright .copyright-info {
    margin: 0px;
    line-height: 35px;
}

.back-to-top {
    position: fixed;
    bottom: 8px;
    right: 8px;
    width: 42px;
    height: 43px;
    line-height: 43px;
    background: url('../../../../img/go_to_top.png') no-repeat;
    font-size: 10px;
    text-indent: -9999px;
    text-align: center;
    display: none;
    z-index: 999;
}

.white-title {
    text-align: center;
    color: #FFFFFF !important;
    width: 100%;
    background: url('../../../../img/white_title_bg.png') center bottom no-repeat;
    display: inline-block;
    padding: 0px 0px 30px;
    margin: 0px 0px 30px;
    line-height: inherit;
}

.main-title {
    text-align: center;
    width: 100%;
    background: url('../../../../img/green_title_bg.png') center bottom no-repeat;
    display: inline-block;
    padding: 0px 0px 30px;
    margin: 0px 0px 30px;
    line-height: inherit;
}

.post-slider .post {
    display: block;
    padding-right: 25px;
    padding-left: 25px;
}

.post-slider .post .entry-media {
    float: right;
    max-width: 225px;
    margin-top: 30px;
    margin-left: 15px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 10;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.27);
}

.post-slider .post .entry-main {
    width: 370px;
    padding: 40px 34px 35px;
    position: relative;
    cursor: default;
    color: #fff;
    transition: all 0.3s;
    background-color: #ff6100;
    border-radius: 20px;
    min-height: 277px;
}

.post-slider .post .entry-meta {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

.post-slider .post .entry-autor {
    padding-right: 10px;
}

.post-slider .post .entry-links {
    font-size: 14px;
    color: #fff909;
    text-transform: uppercase;
}
.post-slider .post .post-link {
    color: #fff909;
}
.post-slider .post .entry-title:after {
    margin-top: 23px;
    margin-bottom: 27px;
    display: block;
    width: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
    content: '';
}

.post-slider .post .entry-title a {
    color: #fff;
}

.post-slider .post .entry-links .ion {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    vertical-align: text-top;
}

.post-slider .post:hover .entry-main {
    border-top-color: #f22613;
}

.post-slider.owl-carousel .owl-wrapper-outer {
    padding-bottom: 20px;
}

.post-slider.owl-theme .owl-controls .owl-buttons div {
    line-height: 28px;
    color: #fcef00;
    border-radius: 50%;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 3px;
    border: 2px solid #fcef00;
    background-color: transparent;
    opacity: 1;
    padding: 0;
}

.owl-theme .owl-controls .owl-buttons div i {
    display: inline-block;
    padding-top: 2px;
    font-style: normal;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i:after, .owl-theme .owl-controls .owl-buttons .owl-next i:after {
    font-family: FontAwesome;
    font-size: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next i:after {
    content: "\f105";
}

.owl-theme .owl-controls .owl-buttons .owl-prev i:after {
    content: "\f104";
}

.breadcrumb-section {
    background: #ff6100;
    clear: both;
    padding: 35px 0px;
    margin: 0px 0px 0px;
}

.breadcrumb-section h1 {
    float: left;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: normal;
    margin-top: 0;
}

.breadcrumb-section .breadcrumb {
    float: right;
    margin: 8px 0px 0px;
    background-color: transparent;
}

.breadcrumb-section .breadcrumb a {
    color: #fff;
    opacity: .7;
}

.breadcrumb-section .breadcrumb span {
    margin: 0px 8px;
    line-height: 24px;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.about-slider-wrapper .about-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial blockquote {
    position: relative;
    color: #FFFFFF;
    padding: 15px 56px 15px 56px;
    float: left;
    display: block;
    margin: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0px 0px 25px 0px;
    font-size: 14px;
    line-height: inherit;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: #ed1c24;
}

.testimonial-carousel-wrapper .testimonial-carousel blockquote q {
    font-style: italic;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial blockquote:after {
    content: "";
    border-width: 15px 15px 0px 15px;
    border-style: solid;
    border-color: #ed1c24 transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 25px;
}

blockquote q:before, blockquote q:after {
    font-size: 48px;
    font-family: Georgia, serif;
    font-style: italic;
    position: absolute;
}

blockquote q:before {
    top: 24px;
    left: 10px;
}

q:before {
    content: "\201c";
}

blockquote q:after {
    bottom: 0px;
    right: 15px;
}

q:after {
    content: "\201d";
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial blockquote q:before {
    top: 35px;
    left: 10px;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial blockquote q:before, .testimonial-carousel-wrapper .testimonial-carousel .testimonial blockquote q:after {
    font-size: 78px;
    font-family: Georgia, serif;
    font-style: italic;
    position: absolute;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial blockquote q:after {
    bottom: -10px;
    right: 25px;
}

.testimonial-carousel-wrapper .testimonial-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial .author {
    float: left;
    margin: 0px 15px 0px 3px;
    display: block;
    width: 50px;
    height: 50px;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial .author img {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    width: 100%;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial .author-meta {
    margin: 0px 0px 0px 0px;
    width: 84%;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial .author-meta p {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.testimonial-carousel-wrapper .testimonial-carousel.owl-theme .owl-controls {
    top: -45px;
    right: 0;
    text-align: right;
    position: absolute;
    margin-top: 0;
}

.testimonial-carousel-wrapper .testimonial-carousel.owl-theme .owl-controls .owl-buttons div {
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    border-color: #999;
    border-width: 1px;
    width: 30px;
    height: 30px;
    padding: 0;
}

.testimonial-carousel-wrapper .testimonial-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: #fff;
}

.benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefits li::after {
    color: #ed1c24;
    position: absolute;
    font-family: 'Ionicons';
    content: "\f375";
    top: 0px;
    left: 0px;
    z-index: 1;
    font-size: 20px;
}

.benefits li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
}

.gallery .overlay-effect > a {
    border-radius: 20px;
    overflow: hidden;
}

.gallery .overlay-effect > a img {
    border-radius: 20px;
}

.gallery .overlay-effect > a:before {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 20px;
}

.gallery .gallery-icon {
    display: inline-table;
    font-size: 24px;
    height: 64px;
    margin: -32px auto 0;
    top: 50%;
    width: 64px;
    padding-top: 0;
    cursor: pointer;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    visibility: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    left: 0;
    line-height: 24px;
    background: #f22613 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
}

.gallery span.gallery-text {
    bottom: 16%;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Bubblegum Sans', cursive;
    letter-spacing: 1px;
    font-weight: normal;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.gallery .gallery-icon i {
    display: table-cell;
    vertical-align: middle;
}

.gallery .overlay-effect:hover .gallery-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.gallery .overlay-effect:hover span.gallery-text {
    bottom: 28%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery .overlay-effect:hover a:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery .overlay-effect {
    position: relative;
    border-radius: 4px;
}

.gallery .overlay-effect {
    margin-bottom: 30px;
}

.news .post {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}

.news .post .entry-media {
    position: relative;
    z-index: 10;
}

.news .post .entry-thumbnail {
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.news .post .post-inner {
    position: relative;
    padding: 20px 30px 10px 30px;
    background-color: #ff6100;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news .post .box-date {
    position: absolute;
    top: -110px;
    left: 20px;
    padding-top: 10px;
    z-index: 100;
    float: left;
    width: 70px;
    font-size: 11px;
    color: #fff;
    background-color: #ed1c24;
    text-align: center;
    border-radius: 20px;
}

.news .post .box-date .number {
    display: block;
    margin-top: 15px;
    font-family: 'Bubblegum Sans', cursive;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}

.news .post .box-date:after {
    display: block;
    width: 40px;
    height: 4px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f6c640;
    content: '';
}

.news .post .entry-title {
    margin-bottom: 16px;
    margin-left: -5px;
    font-size: 24px;
    line-height: 1.555;
    color: #333;
    margin-top: 0;
}

.news .post .entry-title a, .news .post .entry-content, .news .post .entry-meta  {
    color: #fff;
}
.news .post .entry-meta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.news .post .entry-meta {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}

.news .post .entry-autor {
    padding-right: 10px;
}
.news .post .entry-autor a {
    color: #fff;
}
.news .post .entry-date {
    border-left: none;
    padding-left: 10px;
}
.news .post .entry-date a {
    color: #fff;
}

.news .post .entry-date .ion {
    margin-right: 8px;
    font-size: 16px;
    color: #fff;
    vertical-align: text-bottom;
}

.news .post .entry-links {
    margin-left: 22px;
}

.news .post-inner:after {
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: 1px solid #ddd;
    content: '';
    display: block;
    width: 30px;
}

.news .post .entry-links .ion {
    margin-right: 10px;
    font-size: 16px;
    color: #ed1c24;
    vertical-align: text-top;
}

.news .post .post-btn {
    top: -32px;
    position: relative;
}

.single-widget-item {
    margin-bottom: 30px;
    background-color: #f22613;
    padding: 20px;
    border-radius: 20px;
}

.single-widget-item .single-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #fff;
}

.single-widget-item .single-title h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
}

.single-widget-item .popular-post-desc h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.single-widget-item ul.sidebar-categories {
    margin: 0;
    padding: 0;
}

.single-widget-item ul.sidebar-categories li {
    line-height: 11px;
    margin-bottom: 29px;
    padding-left: 17px;
    position: relative;
    list-style: none;
}

.single-widget-item ul.sidebar-categories li a {
    font-weight: 700;
    color: #f66207;
}

.single-widget-item ul.sidebar-categories li a:hover {
    color: #ed1c24;
}

.single-widget-item ul.sidebar-categories li:after {
    background: #f66207 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 1px;
    position: absolute;
    top: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 6px;
}

.single-widget-item ul.sidebar-categories li:hover:after {
    background-color: #ed1c24;
}

.single-widget-item .tagcloud a {
    float: left;
    background: #ed1c24;
    color: #FFFFFF;
    padding: 4px 9px;
    margin: 0px 10px 10px 0px;
    border-radius: 4px;
    border-bottom: 3px solid #b54913;
}

.single-widget-item .tagcloud a:hover {
    background: #cf571b;
    border-bottom: 3px solid #b54913;
}

.fullwidth-background.login-bg {
    background: url('../../../../img/product_bg.png') center center repeat #d2d2d2;
}

.list-contacts {
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}

.list-contacts-item {
    padding-top: 23px;
    padding-bottom: 19px;
    padding-left: 13px;
    border-top: 1px solid #eee;
}

.list-contacts-item .ion {
    float: left;
    font-size: 24px;
    color: #ed1c24;
}

.list-contacts-inner {
    margin-left: 35px;
    font-size: 20px;
    color: #333;
    font-family: 'Bubblegum Sans', cursive;
}

.list-contacts-inner span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.testimonial-slider-main .item {
    position: relative;
}

.testimonial-slider-main .desc-border {
    background-color: #0cce64;
    border-radius: 20px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px;
}

.testimonial-slider-main .bottom-arrow:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #0cce64 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.testimonial-slider-main .desc-border.quote blockquote {
    margin: 0;
    padding: 0 30px;
    border-left: none;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.testimonial-slider-main .quote blockquote:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 22px;
    left: 16px;
    line-height: 1;
    position: absolute;
    top: 14px;
    color: #fff;
}

.testimonial-slider-main .quote blockquote:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    font-size: 22px;
    line-height: 0;
    margin: 0 0 5px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #fff;
}
.testimonial-slider-main .client-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
}
.testimonial-slider-main .client-details {
    font-size: 12px;
    margin: 20px 0;
}

.testimonial-slider-main .client-details strong {
    display: block;
    font-size: 20px;
    font-family: 'Bubblegum Sans', cursive;
    margin-top: 20px;
}

.home-gallery.gallery .overlay-effect:hover span.gallery-text {
    bottom: 23%;
}

.course-structure p {
    font-size: 16px;
}

.user-header {
    background: #00b0f8;
}

.user-header .user-info-block {
    display: inline-block;
    position: relative;
    bottom: -30px;
}

.user-header .user-info-block .profile {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.user-header .user-info-block .profile img {
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.user-header .user-info-block .info {
    display: inline-block;
}

.user-header .user-info-block .info h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.user-header .user-info-block .info p {
    color: #fff;
}

.user-header .user-link-box .btn {
    margin-top: 35px;
}

.dashboard .user-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dashboard .user-nav li {
    margin-bottom: 5px;
}

.dashboard .user-nav li a {
    background-color: #ed1c24;
    color: #fff;
    padding: 8px 15px;
    line-height: 24px;
    border-radius: 3px;
    display: block;
    letter-spacing: 0.5px;
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 12.5px;
    text-transform: capitalize;
}

.dashboard .user-nav li a:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.dashboard .user-nav li.active a {
    background-color: #dc3431;
}

.dashboard .user-nav li a i {
    display: inline-block;
    width: 20px;
    font-size: 14px;
}

.dashboard .card {
    padding: 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
}

.dashboard .checkbox label::after {
    top: -3px;
}

.dashboard .question p, .dashboard .question label {
    font-size: 16px;
    font-weight: 600;
}

.dashboard .exam-widget span {
    font-size: 14px;
    font-weight: 700;
    color: #00b19d;
}

.dashboard .card hr {
    border: none;
    height: 1px;
    border: none;
    background-color: #eee;
    margin-right: -30px;
    margin-left: -30px;
}

.no-border td, .no-border th {
    border: none !important;
}
.navbar-nav .login-btns {
        display: none;
}

/* .slider .tp-simpleresponsive > ul > li .slotholder::after {
    background-image: url('../img/logo-slider.png');
    background-position: top left;
    position: absolute;
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-repeat: no-repeat;
    opacity: 0.4;
} */

.navbar-toggle .icon-bar {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle.active .icon-bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-4px, 5px);
    transform: rotate(-45deg) translate(-4px, 5px);
}
.navbar-toggle.active .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-3px, -5px);
    transform: rotate(45deg) translate(-3px, -5px);
}
.navbar-toggle.active .icon-bar:nth-child(2) {
    opacity: 0;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-toggle.active .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #2ca8ff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.header .navbar .navbar-nav>li {
    margin-bottom: 10px;
}
.feature-wraper {
    padding: 0;
    position: relative;
    z-index: 9999;
}
.feature-wraper .feature-blocks .feature-block {
    background-color: #F22613;
    display: table;
    width: 100%;
    padding: 30px;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.feature-wraper .feature-blocks .feature-block:hover {
    transform: translateY(-20px);
}
.feature-wraper .feature-blocks .feature-block .icon-block {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100px;
}
.feature-wraper .feature-blocks .feature-block .icon-block .icon-inner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.feature-wraper .feature-blocks .feature-block .desc-block {
    display: table-cell;
    vertical-align: middle;
}
.feature-wraper .feature-blocks .feature-block:hover .icon-block .icon-inner, .feature-wraper .feature-blocks .feature-block:focus .icon-block .icon-inner {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255,0.9);
}
.feature-wraper .feature-blocks .feature-block .icon-block img {
    width: 50px;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0 auto;
}
.feature-wraper .feature-blocks .feature-block h2 {
    color: #fff;
    font-size: 22px;
    margin-top: 0px;
}
.feature-wraper .feature-blocks .feature-block p {
    color: #fff;
    margin-bottom: 0;
}
.feature-wraper .feature-blocks:nth-child(2) .feature-block  {
    background-color: #F17105;
}
.feature-wraper .feature-blocks:nth-child(3) .feature-block  {
    background-color: #6610F2;
}
.feature-wraper .feature-blocks:last-child .feature-block  {
    background-color: #2CA8FF;
}

.latest-news {
    background: #b510f2 url('../../../../img/doodle_bg.png') repeat;
    background-attachment: fixed;
}

.fraqnchise-opp-btn {
    position: fixed;
    width: 80px;
    text-transform: capitalize;
    border-radius: 50%;
    height: 80px;
    text-align: center;
    display: inline-block;
    bottom: 20px;
    color: #fff;
    left: 30px;
    font-size: 16px;
    padding: 30px 0;
    font-family: 'Bubblegum Sans', cursive;
    background-color: #3EC300;
    z-index: 9999;
    box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.4);
}
.fraqnchise-opp-btn:hover, .fraqnchise-opp-btn:focus {
    background-color: #00c30b;
    color: #fff;
}
.help-you-wraper {
    position: fixed;
    right: -200px;
    z-index: 9999;
    width: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0.0s;
    -moz-transition: all 0.3s ease 0.0s;
    transition: all 0.3s ease 0.0s;
}
.help-you-wraper.active {
    right: 0;
}
.help-you-wraper .help-wraper-header {
    font-family: 'Bubblegum Sans', cursive;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #b905f1;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    position: absolute;
    top: 200px;
    z-index: 9999;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    float: left;
    left: -42px;
}
.help-you-wraper .help-wraper-body {
    background-color: #d110f2;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.help-you-wraper .help-wraper-body .form-control {
    min-height: 30px;
    padding: 0 12px;
    border: none;
    font-size: 14px;
}
.faq .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.faq .panel + .panel {
    margin-top: 20px;
}
.faq .panel-default>.panel-heading {
    background-color: transparent;
    padding: 0;
}
.faq .panel-title {
    text-transform: none;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
    position: relative;
}
.faq .panel-title span {
    position: absolute;
    top: -7px;
    color: #f22613;
    left: -50px;
    font-size: 44px;
}
.faq .panel-title a {
    display: block;
    position: relative;
}
.faq .panel-title a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    float: right;
    color: grey;
}
.faq .panel-title a.collapsed:after {
    content: "\f107";
}
.faq .panel .panel-body {
    padding: 0;
    border-top: 0 !important;
}
.faq .panel .panel-body {
    padding: 0;
    border-top: 0 !important;
}
.course .course-item {
    display: table;
}
.course .course-item + .course-item {
    margin-top: 50px;
}
.course .course-item .course-image {
    display: table-cell;
    width: 450px;
    height: 300px;
    border-radius: 20px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -moz-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.12);
}
.course .course-item .course-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.course .course-item .course-content p {
    margin: 0;
}
.course .course-item.right-image .course-content {
    padding-left: 0;
    padding-right: 30px;
}
.blog-detail-side-popular-posts-wraper .recent-news {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-detail-side-popular-posts-wraper .recent-news {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-detail-side-popular-posts-wraper .recent-news li + li {
    margin-top: 10px;
}
.blog-detail-side-popular-posts-wraper .recent-news li .rec-img {
    height: 60px;
    -webkit-background-size: cover;
    background-size: cover;
    width: 80px;
    background-position: center;
    border-radius: 6px;
    float: left;
    margin-right: 10px;
}
.blog-detail-side-popular-posts-wraper .recent-news li .rec-cont {
    margin-left: 90px;
}
.blog-detail-side-popular-posts-wraper .recent-news li .rec-cont h4 {
    color: #fff;
    margin: 0;
}
.blog-detail-side-popular-posts-wraper .recent-news li a {
    display: block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1643px) {
    .feature-wraper .feature-blocks .feature-block {
        height: 185px;
    }
}
@media only screen and (max-width: 1490px) {
    .feature-wraper .feature-blocks .feature-block {
        height: 206px;
    }
}
@media only screen and (max-width: 1475px) {
    .feature-wraper .feature-blocks .feature-block {
        height: 230px;
    }
}
@media only screen and (max-width: 1343px) {
    .feature-wraper .feature-blocks .feature-block {
        height: 350px;
    }
}
@media only screen and (max-width: 1200px) {
    .header .navbar .navbar-nav>li {
        margin-left: 4px;
    }
    .header .navbar .navbar-nav>li>a {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .feature-wraper .feature-blocks .feature-block {
        height: 180px;
    }
    .activity .single-activity {
        margin-bottom: 30px;
    }
    .header .header-top {
        display: none;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-toggle {
        display: block;
        margin: 27px 0;
        padding: 10px;
        border-radius: 6px;
        border: none;
        top: 0;
        z-index: 9999;
        right: 30px;
        background-color: #f20022;
    }
    .header .navbar .navbar-nav>li {
        margin-left: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .activity .single-activity {
        min-height: 310px;
    }
}
@media only screen and (max-width: 768px) {
    
    .header .top-bar .contact-details {
        display: none;
    }
    
    .header .navbar-right.social-icons {
        display: none;
    }
    .single-activity {
        display: block;
    }
    .single-activity:nth-child(1), .single-activity:nth-child(2) {
        margin-bottom: 30px;
    }
    .post-slider .post .entry-media {
        float: none;
        margin: 0;
    }
    .post-slider .post {
        background-color: #ff6100;
        padding: 25px;
        border-radius: 30px;
    }
    .post-slider .post .entry-main {
        background-color: transparent;
        border: none;
        padding: 20px 0px 20px;
        width: auto;
        min-height: 215px;
    }
    .post-slider.owl-carousel .owl-wrapper-outer {
        padding-bottom: 20px;
    }
    .header .top-bar {
        padding: 0;
    }
    .header .navbar {
        background-color: #ffffff; /* #fdef14*/
        border-top: none;
        border-bottom: 2px solid #222;
    }
    .header .login-btns {
        position: absolute;
        top: 25px;
        right: 80px;
        z-index: 9;
        padding: 0;
    }
    .header .login-btns a {
        display: inline-block;
        padding: 10px;
    }
    .navbar-brand {
        height: auto;
    }
    .navbar-toggle {
        border: none;
        background-color: #f20022;
        border-radius: 6px;
        padding: 10px;
        margin-top: 35px;
        margin-right: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #00a5ec;
    }
    .navbar-toggle:hover .icon-bar {
        background-color: #333;
    }
    .navbar-default .navbar-collapse {
        border: none;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
    }
    .header .navbar .navbar-nav li  a {
        line-height: inherit;
    }
    .news .post .box-date {
        top: -110px;
        left: 20px;
    }
    .news .post .post-inner {
        padding: 30px;
    }
    .news .post .post-btn {
        top: 20px;
        position: static;
    }
}
@media only screen and (max-width: 767px) {
    .header .login-btns {
        display: none;
    }
    .navbar-nav .login-btns {
        display: block;
        position: relative;
        top: 0;
        right: 0;
    }
    .navbar-nav .login-btns a {
        display: block;
        line-height: 30px;
        border-radius: 0;
    }
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}


