/*
** Template default css
*/

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
}

html, body, .wrapper {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #002147;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1,h2,h3,h4 {
    margin-bottom: 15px;
}

h5,h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a, .btn, button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img, iframe {
    border: none;
}

p {
    color: #666666;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

button, input, select, optgroup, textarea, .input-group-text {
    font-size: 13px !important;
    line-height: 18px;
}

input:focus, textarea:focus, 
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #002147;
}

a:hover {
    color: #002147;
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

b, strong {
    font-weight: 900;
}

.btn.active, .btn:active {
    background-image: inherit !important;
}

.btn.focus, 
.btn:active:focus, 
.btn:active:hover, 
.btn:focus, 
.btn:hover {
    outline: 0;
}

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    /*    border: 1px solid #e7e7e7;
        border-radius: inherit;
        box-shadow: inherit;
        min-height: 50px;*/
}
/* Default CSS */
.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-light {
    background-color: #ffffff;
}

.bg-theme {
    background-color: #ffb606;
}

.color-yellow .bg-theme {
    background-color: #ff9800;
}

.align-right {
    float: right;
}

.text-light h1, 
.text-light h2, 
.text-light h3, 
.text-light h4, 
.text-light h5, 
.text-light h6, 
.text-light p, 
.text-light a {
    color: #ffffff;
}

.shadow {
    position: relative;
    z-index: 1;
}

.shadow.dark::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.light::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: #ffb606 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.colo-yellow.shadow.theme::after,
.colo-yellow .shadow.theme::after {
    background: #ff9800 none repeat scroll 0 0;
}

.shadow.theme-hard::after {
    background: #ffb606 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.color-yellow.shadow.theme-hard::after,
.color-yellow .shadow.theme-hard::after {
    background: #ff9800 none repeat scroll 0 0;
}

.default-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.default-padding-top {
    padding-top: 80px;
}

.default-padding-bottom {
    padding-bottom: 80px;
}

.default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 50px;
}

.default-padding.bottom-30 {
    padding-top: 80px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 80px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}

.btn {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    border-radius: inherit;
    overflow: hidden;
}

.btn-md {
    padding: 10px 40px 10px;
}

.btn-sm {
    padding: 8px 35px;
    font-size: 12px;
}

.btn-xsm {
    padding: 5px 18px;
    font-size: 12px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #002147;
    border: 2px solid #ffffff;
}

.btn-gray {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 2px solid #e7e7e7;
}

.btn-gray:hover {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #e7e7e7;
}

.btn-dark {
    background-color: #002147;
    color: #ffffff;
    border: 2px solid #002147;
}

.btn-dark.border {
    background-color: transparent;
    color: #002147;
    border: 2px solid #002147;
}

.btn-dark.border:hover {
    background-color: #002147;
    color: #ffffff !important;
    border: 2px solid #002147;
}

.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #002147;
}

.btn.btn-light:hover, 
.btn.btn-light:focus {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.btn-light.effect:hover, 
.btn.btn-light.effect:focus {
    background-color: #ffb606;
    color: #ffffff !important;
    border: 2px solid #ffb606;
}

.btn.btn-light.border {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn.btn-light.border:hover {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #ffffff !important;
    color: #002147 !important;
}

.btn-dark:hover, 
.btn-dark:focus {
    color: #002147 !important;
    background: transparent;
}

.bg-dark {
    background: #002147  none repeat scroll 0 0 !important;
}

.bg-gradient {
    background: linear-gradient(90deg, rgba(0,33,71,1) 0%, rgba(14,32,173,1) 100%);
}

.btn-theme,
.button-theme {
    background-color: #ffb606;
    color: #002147 !important;
    border: 2px solid #ffb606;
}

.btn-theme.border {
    background-color: transparent;
    color: #ffb606 !important;
    border: 2px solid #ffb606;
}

.btn-theme.border:hover {
    background-color: #ffb606;
    color: #ffffff !important;
    border: 2px solid #ffb606;
}

.btn-theme.effect:hover, 
.btn-theme.effect:focus {
    background: #ffd134 none repeat scroll 0 0;
    border: 2px solid #ffd134;
    color: #ffffff !important;
}

.button-theme:hover, 
.button-theme:focus {
    background: #ffd134 none repeat scroll 0 0;
    color: #ffffff !important;
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.btn.border.btn-light.standard {
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.btn.border.btn-light.standard::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 53px;
    position: absolute;
    right: -18px;
    top: -10px;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    width: 50px;
    z-index: -1;
}

.btn.border.btn-light.standard::before {
    color: #ffb606;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    height: 100%;
    position: absolute;
    right: 0;
    width: 25px;
}

.button-sm {
    border: medium none;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    padding: 8px 25px;
    text-transform: uppercase;
}

.banner-area.shadow.dark-hard .content .btn.btn-theme.effect:hover,
.banner-area.shadow.dark-hard .content .btn.btn-light.effect:hover,
.banner-area.shadow.dark-hard .content .btn.btn-dark.effect:hover {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

a.btn-icon {
    background: #f1f1f1 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffb606;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.container-full {
    padding: 0 15px;
    width: 100%;
}

.oh {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

header {
    position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 0;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0;
}

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
    background: #ffb606 none repeat scroll 0 0;
    border: 2px solid #ffb606;
    color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffb606;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

nav.navbar.bootsnav.navbar-transparent.pad-top {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 63px;
}

/* ============================================================== 
     # Topbar 
=================================================================== */
.top-bar-area {
    padding: 10px 0;
    overflow: hidden;
}

.top-bar-area {
    padding: 10px 0;
}

.top-bar-area .user-login a {
    background: #ffb606 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #002147;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    padding: 8px 25px;
}

.top-bar-area .user-login a i {
    margin-right: 2px;
}

.top-bar-area .address-info li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    font-family: "Poppins",sans-serif;
    margin-right: 18px;
    padding-right: 20px;
    color: #ffffff;
    line-height: 24px;
}

.top-bar-area.bg-theme .address-info li {
    border-right: 1px solid #002147;
    color: #002147;
}

.top-bar-area.address-one-lines .address-info li {
    margin-right: 10px;
    padding-right: 15px;
}

.top-bar-area.address-one-lines .address-info li span {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
}

.top-bar-area.address-two-lines .user-login {
    margin: 3px 0;
}

.top-bar-area .address-info li span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.top-bar-area .address-info li p {
    line-height: 24px;
    margin: 0;
}

.top-bar-area .address-info li:last-child {
    border: medium none;
    margin: 0;
}

.top-bar-area .address-info li i {
    margin-right: 3px;
}

.top-bar-area.address-one-lines .address-info {
    margin: 8px 0;
}

.top-bar-area .menu li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.top-bar-area .menu li a {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}

.top-bar-area.bg-dark .menu li a {
    color: #ffffff;
}

.top-bar-area .menu li a:hover {
    color: #ffb606;
}

.top-bar-area.bg-theme .menu li a:hover {
    color: #ffffff;
}

.top-bar-area .menu li::before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px;
}

.top-bar-area.bg-theme .menu li::before {
    background: #002147;
}

.top-bar-area .menu li:first-child {
    margin: 0;
    padding: 0;
}

.top-bar-area .menu li:first-child::before {
    display: none;
}

.top-bar-area .menu {
    padding: 8px 0;
}

.top-bar-area .row.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.top-bar-area .simple-link a {
    margin-left: 20px;
}
.top-bar-area .simple-link a:first-child {
    margin-left: 0;
}
.top-bar-area .simple-link a i {
    margin-right: 3px;
}
.top-bar-area .simple-link {
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.top-bar-area .simple-link::after {
    position: absolute;
    top: -30px;
    content: "";
    height: 100px;
    width: 800px;
    background: #ffb606;
    left: 0;
    z-index: -1;
    transform: skew(25deg);
}
.top-bar-area .simple-link a {
    color: #232323;
}

/* Site Heading */

.site-heading {
    margin-bottom: 60px;
    margin-top: -5px;
    overflow: hidden;
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.bg-dark .site-heading h2 {
    color: #ffffff;
}

.bg-dark .site-heading p {
    color: #cccccc;
}

.site-heading h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.site-heading h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
}

.site-heading.text-left h2::before {
    left: 0;
    margin: 0;
}

.site-heading.text-left h2::after {
    left: 45px;
    margin: 0;
    width: 20px;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    padding: 220px 0 63px;
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb li i {
    color: #ffb606;
    margin-right: 3px;
}

.breadcrumb-area .breadcrumb::after {
    background: #000000 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area h1 {
    display: block;
    font-size: 31px;
    font-weight: 600;
    text-transform: initial;
    text-shadow: 1px 1px #002147;
}

.breadcrumb > li + li::before {
    color: #ffb606;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-weight: 500;
    padding: 0 10px;
    position: relative;
    top: -1px;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
}

.breadcrumb-area .breadcrumb li.active {
    color: #cccccc;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, .banner-area, 
.banner-area div {
    height: 100%;
}
.banner-area {
    height: 435px;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
    height: auto;
}

.banner-area .box-cell {
    display: table-cell;
    /*vertical-align: middle;*/
    vertical-align: bottom;
    padding-bottom: 69px;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell, 
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-area .content {
    overflow: hidden;
}

/* Carousel Control */
.banner-area .carousel-control {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    background: transparent;
    opacity: 1;
    z-index: 1;
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
    color: #ffffff;
    text-shadow: inherit;
}

.banner-area .carousel-control.shadow::after {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .carousel-control.left {
    left: -50px;
}

.banner-area:hover .carousel-control.left {
    left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}

.banner-area .carousel-control.right {
    right: -50px;
}

.banner-area:hover .carousel-control.right {
    right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}

/* Animation delays */
.banner-area .item h1:first-child, 
.banner-area .item h2:first-child, 
.banner-area .item h3:first-child, 
.banner-area .item h4:first-child, 
.banner-area .item h5:first-child, 
.banner-area .item h6:first-child {
    animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
.banner-area .item h2:nth-child(2), 
.banner-area .item h3:nth-child(2), 
.banner-area .item h4:nth-child(2), 
.banner-area .item h5:nth-child(2), 
.banner-area .item h6:nth-child(2) {
    animation-delay: .6s;
}

.carousel-caption h1:nth-child(3), 
.carousel-caption h2:nth-child(3), 
.carousel-caption h3:nth-child(3), 
.carousel-caption h4:nth-child(3), 
.carousel-caption h5:nth-child(3), 
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .item p {
    animation-delay: .5s;
}

.banner-area .item a, 
.banner-area .item button {
    animation-delay: .7s;
    margin-right: 3px;
}

.banner-area.text-center .item a, 
.banner-area.text-center .item button,
.banner-area .text-center .item a, 
.banner-area .text-center .item button {
    margin-right: 3px;
    margin-left: 3px;
}


/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
.carousel-fade .carousel-inner .active.left, 
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, 
.carousel-fade .carousel-inner .next.left, 
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, 
.carousel-fade .carousel-inner .prev, 
.carousel-fade .carousel-inner .active.left, 
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }

    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .item > .slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

.banner-area.transparent-nav .content {
    padding-top: 80px;
}


/* Carousel Content */
.banner-area.banner-search.content-top-heading .content h1 {
    margin-bottom: 50px;
}

.banner-area.text-normal h3 {
    font-size: 23px;
    text-transform: initial;
    text-shadow: 1px 1px #002147;
}

.banner-area.text-normal h1 {
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    margin-top: -8px;
    text-shadow: 1px 1px #002147;
}

.banner-area.text-normal.heading-weight-600 h1 {
    font-weight: 600;
}

.banner-area.text-normal p {
    font-size: 16px;
}

.banner-area.text-normal span {
    color: #ffb606;
}

.banner-area.text-normal.less-paragraph h1 {
    margin-bottom: 15px;
    margin-top: 0;
}

.banner-area.text-normal a {
    margin-top: 15px;
}

.banner-area .col-md-10.col-md-offset-1 p {
    padding: 0 10%;
}

.banner-area.text-small h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.banner-area.text-small a {
    margin-top: 15px;
}

.banner-area.text-small p {
    font-size: 16px;
}

.banner-area.text-dark p {
    color: #002147;
}

.banner-area form {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: 50px auto auto;
}

.banner-area form input {
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    min-height: 60px;
    padding: 15px 30px;
}

.banner-area form button {
    background: #ffb606 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    height: 50px;
    margin: 0 !important;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    text-transform: capitalize;
    top: 5px;
}

.banner-area.auto-height .content {
    padding: 150px 0;
}


.banner-area.text-default .content h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.banner-area.text-default .content a {
    margin-top: 15px;
}
.banner-area.text-default .content h4 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.6px;
}

.banner-area.banner-box {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    border-radius: 10px;
}

/* ============================================================== 
     # About Area
=================================================================== */
.about-area .our-features .item {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 50px 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    background-color: #ffffff;
}

.about-area.bg-dark .our-features .item {
    box-shadow: inherit;
}

.about-area.our-featues-area .our-features .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.about-area .our-features .item .icon, 
.about-area .our-features .item .info {
    display: table-cell;
    vertical-align: middle;
}

.about-area .thumb {
    padding-right: 35px;
    position: relative;
}

.overlay-video {
    left: 50%;
    margin-left: -15px;
    margin-top: -70px;
    position: absolute;
    top: 50%;
}

.about-area .overlay-video {
    margin-left: -15px;
}

.our-featues-area.inc-trending-courses .overlay-video {
    margin-left: -25px;
}

.about-area .about-info {
    overflow: hidden;
}

.about-area .about-info.item-block .info {
    margin-top: 30px;
}

.about-area .info > a {
    margin-top: 10px;
}

.seperator .border {
    border-bottom: 1px solid rgba(20, 23, 28, 0.1);
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.about-area .our-features .item .icon {
    padding-right: 15px;
}

.about-area .our-features .item .icon i {
    display: inline-block;
    font-size: 80px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.about-area.inc-trending-courses .our-features .item .icon i {
    display: inline-block;
}

.about-area .our-features.text-light .item .icon i {
    color: #ffffff;
}

.about-area .our-features.inc-counter .item .info h4 {
    margin: 0;
    text-transform: uppercase;
}

.about-area .our-features.inc-counter .item .info .timer {
    color: #ffffff;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
}

.about-area .our-features .item .info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    line-height: 1.3;
}

.about-area .our-features {
    float: left;
    width: 100%;
}

.about-area .our-features .item .info a {
    color: #666666;
    text-transform: uppercase;
}

.about-area .our-features.text-light .item .info a {
    color: #ffffff;
}

.about-area .info h1,
.about-area .info h2 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.about-area .info h1::before,
.about-area .info h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
    z-index: 1;
}

.about-area .info h1::after,
.about-area .info h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 45px;
    position: absolute;
    width: 20px;
}

.about-area .info.less-bar h1::before, 
.about-area .info.less-bar h1::after {
    display: none;
}

.about-area .info.less-bar h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.about-area .info h5 {
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
}

.about-area .info h1 span,
.about-area .info h2 span {
    color: #ffb606;
}

.about-area .info h4 {
    line-height: 30px;
    margin-bottom: 20px;
}

.our-features .item.mariner i {
    color: #307ad5;
}

.our-features .item.java i {
    color: #1ec1d9;
}

.our-features .item.malachite i {
    color: #10c45c;
}

.our-features .brilliantrose i {
    color: #e948ae;
}

.our-features .casablanca i {
    color: #f9bd44;
}

.our-features .emerald i {
    color: #47c58e;
}

.our-featues-area .about-info .thumb {
    padding-right: 0;
}

/* ============================================================== 
     # Why Chose Us
=================================================================== */
.wcs-area .site-heading {
    margin-bottom: 20px;
}

.wcs-area .thumb, 
.wcs-area .content {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.wcs-area.content-default .thumb, 
.wcs-area.content-default .content {
    display: inline-block;
    float: left;
}

.wcs-area.content-default .content {
    padding: 0 15px;
}

.wcs-area .content {
    padding: 80px;
}

.wcs-area .item .icon, .wcs-area .item .info {
    display: table-cell;
    vertical-align: top;
}

.wcs-area .item .info {
    padding-left: 20px;
}

.wcs-area .item .icon i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    color: #ffb606;
    display: inline-block;
    font-size: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}

.wcs-area.bg-light .item .icon i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    font-size: 40px;
}

.wcs-area .item .info h4 a {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.wcs-area.bg-light .item .info h4 a {
    color: #002147;
}

.wcs-area .item .info p {
    color: #cccccc;
}

.wcs-area.bg-light .item .info p {
    color: #666666;
}

.wcs-area .item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.wcs-area.bg-light .item {
    border-bottom: inherit;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.wcs-area .item .info p {
    margin: 0;
}

.wcs-area h2 {
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.wcs-area .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

/* ============================================================== 
     # Popular Courses 
=================================================================== */
.popular-courses-items .item {
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}

.circle .popular-courses-items .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.circle .popular-courses-items .item img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popular-courses-items .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.popular-courses-items .thumb .overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    opacity: 0;
}

.popular-courses-items .item:hover .overlay {
    opacity: 1;
}

.popular-courses-items .info {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding: 30px;
}

.popular-courses-items .thumb .price {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.popular-courses-items .author-info .thumb, 
.popular-courses-items .author-info .others {
    display: table-cell;
    vertical-align: middle;
}

.popular-courses-items .author-info .others {
    padding-left: 15px;
}

.popular-courses-items .author-info .others .rating {
    display: block;
}

.popular-courses-items .author-info .thumb img {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 70px;
    padding: 5px;
    width: 70px;
}

.popular-courses-items .author-info {
    border-bottom: 1px dashed #666666;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.popular-courses .author-info .rating span {
    color: #666666;
}

.popular-courses-items .author-info .others .rating i {
    color: #ffb606;
}

.popular-courses-items .author-info .others a {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

.popular-courses-items .info h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.popular-courses-items .info .cats a {
    color: #666666;
    display: inline-block;
    padding-right: 7px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.popular-courses-items .info .cats {
    margin-bottom: 15px;
}

.popular-courses-items .info .cats a::after {
    bottom: 0;
    content: ",";
    font-size: 20px;
    position: absolute;
    right: 0;
    font-family: "Times New Roman";
}

.popular-courses-items .info .cats a:last-child::after {
    display: none;
}

.popular-courses-items .info .cats i {
    margin-right: 3px;
    color: #666666;
}

.popular-courses-items .info h4 a:hover {
    color: #ffb606;
}

.popular-courses-items .info p {
    margin: 0;
}

.popular-courses .bottom-info li {
    background: #f4f4f4 none repeat scroll 0 0;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}

.popular-courses .bottom-info {
    float: left;
    margin-top: 15px;
    padding-top: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.popular-courses .bottom-info::after {
    background: #ececec none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -20%;
    position: absolute;
    top: 0;
    width: 150%;
}

.popular-courses .bottom-info li i {
    font-weight: 500;
}

.popular-courses .bottom-info ul {
    float: left;
}

.popular-courses .bottom-info a {
    background: #ffb606 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.popular-courses .bottom-info .price-btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    float: right;
    font-family: "Poppins",sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 5px 0;
    text-transform: uppercase;
}

.popular-courses .bottom-info a:hover {
    background: #ffd134 none repeat scroll 0 0;
    color: #ffffff !important;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.default-padding.carousel-shadow {
    padding-bottom: 65px;
}

.popular-courses .popular-courses-items .owl-nav {
    margin: 0;
}

.popular-courses .popular-courses-items .owl-nav .owl-prev, 
.popular-courses .popular-courses-items .owl-nav .owl-next,
.top-cat-area .top-cat-items .owl-nav .owl-prev, 
.top-cat-area .top-cat-items .owl-nav .owl-next{
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #666666;
    font-size: 25px;
    height: 45px;
    left: 0;
    line-height: 45px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
    opacity: 0;
}

.popular-courses .popular-courses-items:hover .owl-nav .owl-prev, 
.popular-courses .popular-courses-items:hover .owl-nav .owl-next,
.top-cat-area .top-cat-items:hover .owl-nav .owl-prev, 
.top-cat-area .top-cat-items:hover .owl-nav .owl-next {
    opacity: 1;
}

.popular-courses .popular-courses-items:hover .owl-nav .owl-prev,
.top-cat-area .top-cat-items:hover .owl-nav .owl-prev {
    left: -70px;
}

.popular-courses .popular-courses-items:hover .owl-nav .owl-next,
.top-cat-area .top-cat-items:hover .owl-nav .owl-next {
    right: -70px;
}

.popular-courses .popular-courses-items .owl-nav .owl-prev:hover, 
.popular-courses .popular-courses-items .owl-nav .owl-next:hover,
.top-cat-area .top-cat-items .owl-nav .owl-prev:hover, 
.top-cat-area .top-cat-items .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #ffb606;
}

.popular-courses .popular-courses-items .owl-nav .owl-next,
.top-cat-area .top-cat-items .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.popular-courses-items .thumb .best-seller-badge {
    background: #ffb606 none repeat scroll 0 0;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    z-index: 1;
}

.popular-courses-items .thumb .best-seller-badge::before {
    border-bottom: 23px solid #ffb606;
    border-right: 23px solid transparent;
    border-top: 23px solid #ffb606;
    bottom: 0;
    content: "";
    position: absolute;
    right: -20px;
}

.popular-courses.without-carousel .equal-height {
    margin-bottom: 30px;
}

.popular-courses .button {
    margin-top: 20px;
}


/* ============================================================== 
     # Top Category 
=================================================================== */
.top-cat-area .top-cat-items.text-center {
    padding-right: 35px;
}

.top-cat-area .top-cat-items.text-center .equal-height {
    margin-bottom: 0;
    margin-top: 30px;
}

.top-cat-area .top-cat-items.text-center {
    margin-top: -30px;
}

.top-cat-items .equal-height {
    margin-bottom: 30px;
}

.top-cat-items .item {
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top-cat-items .item a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    display: block;
    padding: 50px 22px;
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.top-cat-items .item a:hover:after {
    background: #002147 none repeat scroll 0 0;
    opacity: 0.6;
}

.top-cat-items .item a:hover {
    background: transparent none repeat scroll 0 0;
}

.top-cat-items .item a:hover h4,
.top-cat-items .item a:hover i,
.top-cat-items .item a:hover span {
    color: #ffffff;
}

.top-cat-items .item a::after {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item i, 
.top-cat-items .item .info {
    display: table-cell;
    vertical-align: top;
}

.top-cat-items.text-center .item i, 
.top-cat-items.text-center .item .info {
    display: block;
}

.top-cat-items.text-center a {
    padding: 30px;
}

.top-cat-items.text-center .item i {
    margin: auto auto 15px;
    color: #002147;
}

.top-cat-items.text-light .item i {
    margin: auto auto 15px;
    color: #ffffff;
}

.top-cat-items.text-center .item .info {
    padding-left: 0;
}

.top-cat-items.text-center .item .info h4 {
    margin-bottom: 2px;
}

.top-cat-items .item .info {
    padding-left: 15px;
}

.top-cat-items .item i {
    font-size: 50px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    color: #666666;
}

.top-cat-items .item h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item span {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-transform: capitalize;
    font-family: "Poppins",sans-serif;
    color: #666666;
}

.top-cat-items.text-light .item span {
    color: #ffffff;
}


/* Category BG Color */

.top-cat-area .top-cat-items.inc-bg-color .item.mariner a::after {
    background: #307ad5 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.java a::after {
    background: #1ec1d9 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.malachite a::after {
    background: #10c45c none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.brilliantrose a::after {
    background: #e948ae none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.casablanca a::after {
    background: #f9bd44 none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.emerald a::after {
    background: #47c58e none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.cinnabar a::after {
    background: #e84b3a none repeat scroll 0 0;
}

.top-cat-area .top-cat-items.inc-bg-color .item.plum a::after {
    background: #92278f none repeat scroll 0 0;
}

/* ============================================================== 
     # Blog 
=================================================================== */
.blog-area.left-sidebar .blog-content {
    float: right;
}

.blog-area.left-sidebar .sidebar {
    padding-left: 15px;
    padding-right: 35px;
}

.blog-area .blog-items .single-item {
    margin-bottom: 30px;
}

.blog-area .blog-items .item .info .meta {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 15px;
}

.blog-area .blog-items .item .info .meta li {
    color: #666666;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.blog-area .blog-items .item .info .meta li a {
    color: #666666;
    display: inline-block;
}

.blog-area .blog-items .item .info .meta li i {
    margin-right: 5px;
}

.blog-area .blog-items .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog-area .blog-items .thumb img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blog-area.circle .blog-items .thumb img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.blog-area .blog-items .item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*.blog-area .blog-items .thumb .date {
  bottom: 15px;
  left: 15px;
  padding: 15px;
  position: absolute;
  z-index: 1;
}*/

.blog-area .blog-items .date {
    top: 15px;
    left: 0px;
    padding: 9px;
    position: absolute;
    z-index: 1;
}

.blog-area .blog-items .date span {
    display: block;
    font-size: 40px;
    font-weight: 900;
}

.blog-area .blog-items .date::after {
    background: #92278f none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.blog-area.circle .blog-items .date::after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-area .blog-items .date h4 {
    color: #ffe806;
    font-size: 14px;
    margin: 0;
}

.blog-area .blog-items .info {
    padding-top: 15px;
    padding-left: 88px;
    padding-right: 7px;
    padding-bottom: 15px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.blog-area .blog-items .info h4 a:hover {
    color: #ffb606 !important;
    background: transparent; 
    border: solid 0px #ffb606; 
}

.blog-area .blog-items .info > a {
    /*  font-weight: 600;
      text-transform: uppercase;
      color: #666666;*/

    background: #ffb606 none repeat scroll 0 0;
    border: solid 1px #ffb606;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 5px 9px;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.blog-area .blog-items .item a:hover {
    color: #ffb606 !important;
    background: #f9f9f9;
    border: solid 1px #ffb606;
}


/* Blog Single */
.blog-area .pagi-area .pagination li a {
    border: 1px solid #e7e7e7;
    color: #002147;
    font-weight: 600;
    padding: 15px 25px;
    margin-top: 5px;
}

.blog-area .pagi-area .pagination li.active a {
    background: #ffb606 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #ffffff;
}

.blog-area .pagi-area .pagination {
    margin-bottom: 0;
}

.blog-area .pagi-area {
    margin-bottom: -10px;
}

/* Sidebar */
.blog-area .sidebar .sidebar-item {
    margin-bottom: 40px;
    overflow: hidden;
}

.blog-area .sidebar .sidebar-item.category,
.blog-area .sidebar .sidebar-item.archives {
    margin-bottom: 35px;
}

.blog-area .sidebar {
    padding-left: 35px;
}

.blog-area .sidebar .sidebar-item .title h4 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.blog-area .sidebar .sidebar-item .title h4::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.blog-area .sidebar .sidebar-item .title h4::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 35px;
    position: absolute;
    width: 10px;
}

.blog-area .sidebar .sidebar-item input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item form {
    position: relative;
}

.blog-area .sidebar .sidebar-item form input[type="submit"] {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog-area .sidebar .sidebar-item form input[type="submit"]:hover {
    background: #ffb606 none repeat scroll 0 0;
    border: medium none;
}

.blog-area .sidebar .sidebar-item.category li a,
.blog-area .sidebar .sidebar-item.category li ul li a {
    color: #666666;
    /*display: block;*/
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.blog-area .sidebar .sidebar-item.category li ul li a {
    font-size: 13px;
    padding-left: 15px;
}

.blog-area .sidebar .sidebar-item.category li a,
.blog-area .sidebar .sidebar-item.category li ul li a {
    color: #666666;
    /*display: block;*/
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.blog-area .sidebar .sidebar-item.category li,
.blog-area .sidebar .sidebar-item.category li ul li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.blog-area .sidebar .sidebar-item.category li ul li:first-child {
    border-top: 1px dashed #999999;
    padding-top: 10px;
    margin-top: 10px;
}

.blog-area .sidebar .sidebar-item.category li:last-child,
.blog-area .sidebar .sidebar-item.category li ul li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.blog-area .sidebar .sidebar-item.category li a span,
.blog-area .sidebar .sidebar-item.category li ul li a span {
    background: #f4f4f4 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #002147;
    float: right;
    padding: 0 5px;
    position: relative;
    right: 0;
    text-align: center;
}

.blog-area .sidebar .sidebar-item.recent-post h4 a {
    color: #002147;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px !important;
}

.blog-area .sidebar .sidebar-item.recent-post .info h4 {
    margin-bottom: 12px;
    line-height: 0;
}

.blog-area .sidebar .sidebar-item.recent-post .thumb, 
.blog-area .sidebar .sidebar-item.recent-post .info {
    display: table-cell;
    vertical-align: top;
}

.blog-area .sidebar .sidebar-item.recent-post .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-area .sidebar .sidebar-item.recent-post .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.blog-area .sidebar .sidebar-item.recent-post .thumb {
    height: 80px;
    padding-right: 0;
    width: 66px;
}

.blog-area .sidebar .sidebar-item.recent-post .info {
    padding: 0 0 0 7px;
}

.blog-area .sidebar .sidebar-item.recent-post .item :hover .thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.blog-area .sidebar .sidebar-item.recent-post .rating {
    color: #666666;
}

.blog-area .sidebar .sidebar-item.recent-post .meta {
    border: medium none;
    color: #666666;
    font-family: "Poppins",sans-serif;
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
}

.blog-area .sidebar .sidebar-item.recent-post .meta i {
    color: #666666;
    font-weight: 500;
    margin-right: 3px;
}

.blog-area .sidebar .sidebar-item.recent-post a {
    color: #666666;
}

.blog-area .sidebar .sidebar-item.recent-post .item .rating i {
    color: #ffb606;
}

.blog-area .sidebar .sidebar-item.archives a {
    color: #666666;
    text-transform: capitalize;
}

.blog-area .sidebar .sidebar-item.archives li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-area .sidebar .sidebar-item.archives li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 0 10px 10px 0;
    width: 33.333%;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
}

.sidebar-item.social-sidebar li a {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 50px;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}

.sidebar .sidebar-item.tags li {
    display: inline-block;
}

.sidebar .sidebar-item.tags li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    float: left;
    margin-right: 3px;
    padding: 8px 20px;
    text-transform: uppercase;
}

/* Single Blog */
.blog-area.single-blog .item {
    margin-bottom: 0;
}

.blog-area.full-blog.single-blog .blog-items .blog-content .item .meta {
    border-bottom: 1px solid #e7e7e7;
    border-top: medium none;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 20px;
    padding-top: 0;
    width: 100%;
}

.blog-area.full-blog.single-blog .meta ul {
    display: inline-block;
}

.blog-area.full-blog.single-blog .meta > ul {
    display: inline-block;
    padding: 5px 0;
}

.blog-area.full-blog.single-blog .meta .share {
    float: right;
}

.blog-area.full-blog.single-blog .meta .share > i {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin: 0 7px 0 0;
    padding: 8px 0;
}

.blog-area.full-blog.single-blog .meta .share li a {
    background: #2154cf none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    height: 35px;
    line-height: 37px;
    text-align: center;
    width: 35px;
}

.blog-area.full-blog.single-blog .meta .share li a i {
    margin: 0;
}

.blog-area.full-blog.single-blog .meta .share li {
    margin-left: 5px;
    margin-right: 0;
}

.blog-area.full-blog.single-blog .meta li.twitter a {
    background-color: #00b6f1;
}

.blog-area.full-blog.single-blog .meta li.pinterest a {
    background-color: #bd081c;
}

.blog-area.full-blog.single-blog .meta li.facebook a {
    background-color: #3b5998;
}

.blog-area.full-blog.single-blog .meta li.g-plus a {
    background-color: #df4a32;
}

.blog-area.full-blog.single-blog .meta li.vimeo a {
    background-color: #1ab7ea;
}

.blog-area.full-blog.single-blog .meta li.instagram a {
    background-color: #cd486b;
}

.blog-area .item blockquote {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #cccccc;
    font-size: 15px;
    padding: 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.blog-area .item blockquote::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 180px;
    left: 80px;
    letter-spacing: -15px;
    margin-left: -20px;
    opacity: 0.2;
    position: absolute;
    top: 118px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.blog-area .item blockquote p {
    margin: 0;
}

.blog-area.single-blog .post-pagi-area {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin: 40px 0 50px;
    overflow: hidden;
    padding: 15px 0;
}

.blog-area.single-blog .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-area.single-blog .post-pagi-area a:hover {
    color: #2154cf;
}

.blog-area.single-blog .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single-blog .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single-blog .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.blog-area.single-blog .post-tags span {
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}

.blog-area.single-blog .post-tags a {
    border: 1px solid #e7e7e7;
    color: #002147;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: uppercase;
}

.blog-area.single-blog .post-tags a:hover {
    color: #2154cf;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}

/* ============================================================== 
     # Footer 
=================================================================== */
footer .f-items .item {
    padding-right: 30px;
}

footer .f-items .item:last-child {
    padding-right: 15px;
}

.f-items {
    overflow: hidden;
}

footer .f-item p {
    color: #cccccc;
}

footer.bg-fixed .f-item p {
    color: #ffffff;
}

footer.bg-light .f-item p {
    color: #666666;
}

footer .f-item > h3,
footer .f-item > h4,
footer .f-item > h5 {
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

footer .f-item > img {
    margin-bottom: 30px;
    width: auto;
}

footer p.text-italic {
    font-style: italic;
    margin-bottom: 20px;
}

footer p.text-italic {
    font-style: italic;
    margin-bottom: 20px;
}

footer .subscribe form {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    position: relative;
    width: 100%;
}

footer .subscribe form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    box-shadow: inherit;
    padding: 0 20px;
}

footer.bg-light .subscribe form input {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    width: 100%;
}

footer.bg-fixed .subscribe form input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

footer .subscribe form {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

footer .subscribe form button {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffb606;
    font-size: 20px;
    min-height: 40px;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
}

footer .subscribe form .input-group {
    width: 100%;
}

footer.bg-light .subscribe form button {
    background: #ffb606 none repeat scroll 0 0;
    color: #ffffff;
}

footer .f-item.address i, 
footer .f-item.address p {
    display: table-cell;
    vertical-align: middle;
}

footer .f-item.address i {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    height: 40px;
    text-align: center;
    width: 40px;
    font-size: 20px;
}

footer.bg-light .f-item.address i {
    border: 1px solid #e7e7e7;
    color: #ffb606;
}

footer.bg-fixed .f-item.address i {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer .f-item.address p {
    font-weight: 500;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
}

footer .f-item.address p span {
    display: block;
    text-transform: lowercase;
}

footer .f-item.address li {
    margin-bottom: 15px;
}

footer .f-item.address li:last-child {
    margin: 0;
}

footer .f-item.address li a {
    color: #cccccc;
    font-family: "Open Sans",sans-serif;
}

footer.bg-fixed .f-item.address li a {
    color: #ffffff;
}

footer.bg-light .f-item.address li a {
    color: #666666;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}

footer .opening-info {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    color: #cccccc;
    margin-top: 20px;
    padding-top: 20px;
}

footer.bg-light .opening-info {
    border-top: 1px dashed #e7e7e7;
    color: #666666;
}

footer.bg-fixed .opening-info {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

footer .opening-info h5 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer .opening-info li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

footer.bg-light .opening-info li {
    border-bottom: 1px dashed #cccccc;
    color: #666666;
}

footer.bg-fixed .opening-info li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

footer .opening-info li:last-child {
    border: medium none;
    margin: 0 !important;
    padding: 0 !important;
}


/* Recent Post */
footer .f-item.recent-post li a {
    color: #cccccc;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

footer.bg-fixed .f-item.recent-post li a {
    color: #ffffff;
}

footer.bg-light .f-item.recent-post li a {
    color: #002147;
}

footer .f-item.recent-post li a:last-child {
    display: inline-block;
    font-weight: 400;
}

footer .f-item.recent-post .meta-title {
    color: #cccccc;
    font-family: "Poppins",sans-serif;
    margin-top: 10px;
}

footer.bg-light .f-item.recent-post .meta-title {
    color: #666666;
}

footer.bg-fixed .f-item.recent-post .meta-title {
    color: #ffffff;
}

footer.bg-fixed .f-item.recent-post .meta-title {
    color: #ffffff;
}

footer .f-item.recent-post li a:hover {
    color: #ffb606;
}

footer .f-item.recent-post li a span {
    display: inline-block;
    color: #cccccc;
}

footer .f-item.recent-post li span {
    display: inline-block;
    text-transform: capitalize;
}

footer .f-item.recent-post .meta-title a {
    text-transform: capitalize;
}

footer .f-item.recent-post li {
    color: #cccccc;
}

footer.bg-fixed .f-item.recent-post li {
    color: #ffffff;
}

footer.bg-light .f-item.recent-post li {
    color: #666666;
}

footer .f-item.recent-post li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

footer.bg-fixed .f-item.recent-post li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

footer .f-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

footer .f-item.recent-post li:last-child {
    margin: 0;
}

footer .f-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

footer .f-item .thumb img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer .f-item.recent-post li .info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    line-height: 26px;
    color: #837f7e;
}

/* Footer Social */
footer .social li {
    display: inline-block;
}

footer .social li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 39px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    font-weight: 500;
}

footer.bg-light .social li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    color: #002147;
    line-height: 40px;
}

footer.bg-light .social li a:hover {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    border: 1px solid transparent;
}

footer.bg-fixed .social li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

footer .social li a:hover {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.1);
}

footer.bg-fixed .social li a:hover {
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #ffb606;
}

footer .social {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 20px;
}

footer.bg-fixed .social {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

/* Footer Link */
footer .f-item > img {
    margin-bottom: 30px;
}

footer .f-item.link li {
    display: block;
    margin-bottom: 15px;
}

footer .f-item.link li a {
    color: #cccccc;
    display: inline-block;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
    text-transform: capitalize;
    font-family: "Open Sans",sans-serif;
}

footer.bg-fixed .f-item.link li a {
    color: #ffffff;
}

footer.bg-light .f-item.link li a {
    color: #666666;
}

footer .f-item.link li a::before {
    background: #cccccc none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 4px;
}

footer.bg-fixed .f-item.link li a::before {
    background: #ffffff none repeat scroll 0 0;
}

footer.bg-light .f-item.link li a::before {
    background: #666666 none repeat scroll 0 0;
}

footer .f-item.link li a:hover {
    color: #ffb606;
}


/* Twitter Widget */
footer .f-item.twitter-widget .twitter-item {
    border-bottom: 1px solid #363636;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

footer .f-item.twitter-widget .twitter-content p {
    margin: 0;
}

footer .f-item.twitter-widget .twitter-content a {
    color: #ffffff;
}

footer .f-item.twitter-widget .twitter-content a:hover {
    color: #ffb606;
}

footer .f-item.twitter-widget .twitter-context {
    color: #cccccc;
    margin: 5px 0 0;
}

footer .f-item.twitter-widget .twitter-context i {
    color: #ffb606;
    margin-right: 3px;
}

footer .f-item.twitter-widget .twitter-item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}


/* Footer Bottom */
.footer-bottom .col-md-6:first-child {
    padding-left: 0;
}

.footer-bottom .col-md-6:last-child {
    padding-right: 0;
}

.footer-bottom .link li {
    display: inline-block;
}

.footer-bottom .link li a {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 40px;
    margin-left: 10px;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.footer-bottom.bg-light .link li a {
    color: #666666;
}

.footer-bottom .link li a::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 1px;
}

.footer-bottom .link li:first-child a::before {
    display: none;
}

.footer-bottom.bg-light .link li a::before {
    background: #999999 none repeat scroll 0 0;
}

.footer-bottom .link li:first-child a {
    margin: 0;
    padding: 0;
}

.footer-bottom .link li:first-child::before {
    display: none;
}

.footer-bottom .link li a:hover {
    color: #ffb606;
}

footer .footer-bottom p a {
    color: #ffb606;
    text-transform: capitalize;
    font-weight: 600;
}

footer .footer-bottom {
    background: #03173d none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 80px;
    padding: 20px 0;
}

footer .footer-bottom.bg-light {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
}

footer .footer-bottom.bg-transparent {
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-bottom p {
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    line-height: 40px;
}

footer .footer-bottom.bg-light p {
    color: #666666;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/preloader.gif) center no-repeat #fff;
    text-align: center;
}

/*===============================
    Photogallery CSS
=================================*/
.campus-tour {
    /*background: #fff;*/
    padding-bottom: 0px;
}
.campus-tour h2 {
    color: #2a4356;
}
.campus-tour h2 span {
    color: #2d4256;
}
.campus-tour ul.gallery {
    display: block;
}
.campus-tour ul.gallery li {
    width: 20%;
    float: left;
    display: block;
    background: #0e236a;
    position: relative;
}
.campus-tour ul.gallery li figure {
    transition: all 0.3s ease 0s;
}
.campus-tour ul.gallery li:hover figure {
    opacity: 0.2;
}
.campus-tour ul.gallery li .overlay {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -57px;
    z-index: 1;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.campus-tour ul.gallery li:hover .overlay {
    top: 44%;
    opacity: 1;
}
.campus-tour ul.gallery li figure {
    margin: 0em 0;
}
.campus-tour ul.gallery li h3 {
    display: block;
    padding-bottom: 4px;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.campus-tour ul.gallery li p {
    display: block;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.5;
}
.campus-tour ul.gallery li a {
    width: 56px;
    height: 56px;
    margin: 0 8px;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #ff9600;
    font-size: 22px;
    color: #fff;
}
.campus-tour ul.gallery li a.more {
    background: #17a43b;
}
.campus-tour ul.gallery li a:hover {
    background: #2c97ea;
}
.mfp-arrow-left:before, 
.mfp-arrow-left:after, 
.mfp-arrow-right:before, 
.mfp-arrow-right:after {
    border: none;
}
.mfp-arrow-left:before, 
.mfp-arrow-right:after {
    width: 20px;
    height: 38px;
    display: block;
    content: "";
    background: url(../images/popup-arrows.png) no-repeat center bottom;
}
.mfp-arrow-left:before {
    background-position: left top;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
    width: 28px;
    height: 28px;
    right: 0px;
    padding-right: 0px;
    display: block;
    cursor: pointer;
    background: url(../images/popup-close.png) no-repeat center top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.mfp-zoom-out-cur, 
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

/*===============================
    End Photogallery CSS
=================================*/

/*===============================
        Scroll News CSS 
=================================*/

.scroll-section{
    padding: 7px 0;    
    position: relative;
    overflow: hidden;
    background: #001432;
    background: -moz-linear-gradient(left, #001432 0, #005ac6 100%);
    background: -webkit-linear-gradient(left, #001432 0, #005ac6 100%);
    background: linear-gradient(to right, #001432 0, #005ac6 100%);
}

.scroll-section .bn-news ul li a{
    color: #fff;
}

.bn-news ul li a:hover {
    color: #c2dcfd !important;
}

.scroll-section:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 9%;
    transform: skewX(-30deg) scaleX(1);
    background: rgb(52,78,165);
    background: linear-gradient(1deg, rgba(52,78,165,1) 0%, rgba(52,78,165,0) 43%);
    z-index: 0;
    opacity: 0.2;
}

.scroll-section:after {
    content: '';
    position: absolute;
    right: -34px;
    top: 0;
    height: 100%;
    width: 11%;
    transform: skewX(-30deg) scaleX(1);
    background: rgb(52,78,165);
    background: linear-gradient(1deg, rgba(52,78,165,1) 0%, rgba(52,78,165,0) 43%);
    z-index: 0;
    opacity: 0.2;
}

.scroll-section i{
    color: #feff00;
}

.scroll-section i:before{
    position: relative;
    font-size: 30px;
    top: -2px;
}

.scroll-section .bn-controls{
    z-index: 2;
}

.scroll-section .bn-arrow::after {
    border-color: #fff;
}

.bn-arrow:hover::after, .bn-play:hover::after, .bn-pause:hover::after {
    border-color: #cecece !important;
}

@media only screen and (max-width: 420px){
    .header {
        overflow: hidden;
    }

    .header .logo img {
        position: relative;
        top: 5px;
    }

    .slicknav_btn {
        margin: 0;
        position: relative;
        top: 0px;
    }

    .header .topbar:before{
        left: -13px;
        width: 100%;
    }

    .home-slider, .home-slider .single-slider {
        height: 170px;
    }

    .sigma_subheader-shape.waves{
        display: none;
    }

    .home-slider .single-slider p {
        margin-bottom: 0px;
    }

    .home-slider .single-slider h1 {
        font-size: 18px;
        line-height: 29px;
    }

    .home-slider .single-slider .slider-text {
        margin: 108px 0 0;
    }

    .bn-label{
        font-size: 23px !important;
    }

    .scroll-section1{
        overflow: hidden;
    }

    .scroll-section:before,
    .scroll-section1:before {
        width: 20%;
    }

    .scroll-section:before,
    .scroll-section1:before {
        width: 20%;
    }

    .header .content li {
        font-size: 11px;
    }

    .header .header-inner {
        padding: 10px 0;
    }

    .section-title h2 {
        font-size: 23px;
        letter-spacing: normal;
    }

    .banner-section {
        padding: 24px 0;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .services-item {
        padding: 20px 20px 20px;
        margin-bottom: 30px;
        min-height: 177px;
    }

    .services-item h3 {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .bannerContainer {
        height: 232px;
    }

    .cta {
        padding: 23px 0;
    }

    .cta .cta-inner {
        padding: 20px;
    }

    .cta .cta-inner h2 {
        font-size: 22px;
        margin: 0 0 18px 0;
        line-height: 27px;
    }

    .cta .cta-inner p {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
    }

    .cta .cta-inner .button {
        margin-top: 20px;
    }

    .cta .cta-inner .btn {
        padding: 7px 7px;
        font-size: 12px;
    }

    .our-features{
        padding: 50px 0 30px;
    }

    .our-features:before {
        border-top: 113px solid #0478d0;
        border-right: 121px solid transparent;
    }

    .our-features:after {
        border-bottom: 121px solid #304aa0;
        border-right: 113px solid transparent;
    }

    .our-features .single-feature {
        margin-bottom: 45px;
    }

    .intro-video-area .intro-overlay {
        padding-top: 1px;
        padding-bottom: 80px;
    }

    .intro-video-area .intro-overlay .intro-video-content .title {
        font-size: 24px;
        line-height: 30px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 16px;
    }

    .intro-video-area .intro-overlay .intro-video-content .text-1 {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 16px;
    }

    .intro-video-area .intro-overlay .intro-video-content .text-2 {
        color: #c5d5e7;
        padding-right: 0px;
        font-size: 12px;
    }

    .intro-video-area .intro-overlay .intro-video-content a {
        margin-top: 20px;
    }

    .main-btn {
        font-weight: 300;
        padding: 0 11px;
        font-size: 14px;
        line-height: 34px;
    }

    .intro-video-area .intro-overlay .intro-thumb::before {
        right: -13px;
    }

    .work-area {
        padding-bottom: 30px;
    }

    .work-area:after {
        height: 458px;
    }

    .work-area .work-item ul li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 30%;
    }

    .work-area .work-item ul li:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        max-width: 100%;
        margin-left: 15px;
    }

    .courses {
        padding: 50px 0 10px;
    }

    .courses:before {
        border-top: 101px solid #116daf;
        border-left: 98px solid transparent;
    }

    .campus-tour ul.gallery li h3{
        display: none;
    }

    .campus-tour ul.gallery li a {
        width: 20px;
        height: 20px;
        line-height: 21px;
        font-size: 11px;
        margin: 0px;
        top: 22px;
        position: relative;
    }

    .campus-tour ul.gallery li:hover .overlay {
        top: 85%;
        opacity: 1;
    }

    .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
        right: -11px !important;
        padding-right: 21px !important;
        font-size: 22px !important;
    }

    .mfp-container {
        position: fixed !important;
    }

    .scholarship:before {
        border-top: 109px solid #116daf;
        border-right: 113px solid transparent;
    }

    .scholarship {
        padding: 50px 0 50px;
    }

    .footer .copyright p {
        font-size: 12px;
    }

    .footer .copyright {
        margin-top: 0px;
    }

    .blog.b-archives {
        padding: 5px 0 20px;
    }

    .text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
        /*font: 500 23px/26px 'Playfair Display', sans-serif;*/
        margin: 20px 0px;
    }

    .dropdown-menu.show {
        transform: translate3d(-41px, 35px, 0px) !important;
        border-radius: 0%;
    }

    .breadcrumbs:after {
        right: -60px;
        width: 28%;
    }
}


.scroll-section .bn-pause::before,
.scroll-section .bn-pause::after {
    background: #fff;
}

.bn-pause:hover::after, .bn-pause:hover::before {
    background-color: #fff !important;
}

/*===============================
        End Scroll News CSS 
=================================*/

/*===============================
        Sidebar Date CSS
=================================*/

.nws-announc .ho-ev-date {
    margin-right: 8px;
    width: 100%;
}

.ho-ev-date {
    border-radius: 3px;
    display: inline-block;
    float: left;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    margin-right: 20px;
    text-transform: uppercase;
    width: 20%;
    background: #02294e;
    background: -webkit-linear-gradient(to top, #397bb6, #114b7f);
    background: linear-gradient(to top, #397bb6, #114b7f);
}

.ho-ev-date span:first-child {
    display: block;
    font-size: 25px;
    font-weight: 500;
    margin-top: 0;
    line-height: 25px;
    color: #fff;
}

.ho-ev-date span:last-child {
    font-size: 12px;
    color: #fff;
}

/*===============================
        End Sidebar Date CSS 
=================================*/

.lemmenuToggle {
    position: absolute;
    right: 1px;
    bottom: 0;
    top: -10px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    transition: all .2s ease-out;
}

.lemmenuToggle i {
    left: 18px!important;
    top: 14px;
    color: #045998 !important;
    font-size: 17px !important;
    position: absolute;
}

.lemmenuToggle:hover {
    cursor: pointer;
    background: #cbe8fd;
}

.hidden {
    display: none!important;
}

.m-xs{margin:5px}.m-sm{margin:10px}.m{margin:15px}.m-md{margin:20px}.m-lg{margin:30px}.m-n{margin:0!important}.m-l-none{margin-left:0}.m-l-xs{margin-left:5px}.m-l-sm{margin-left:10px}.m-l{margin-left:15px}.m-l-md{margin-left:20px}.m-l-lg{margin-left:30px}.m-l-xl{margin-left:40px}.m-l-n-xxs{margin-left:-1px}.m-l-n-xs{margin-left:-5px}.m-l-n-sm{margin-left:-10px}.m-l-n{margin-left:-15px}.m-l-n-md{margin-left:-20px}.m-l-n-lg{margin-left:-30px}.m-l-n-xl{margin-left:-40px}.m-t-none{margin-top:0}.m-t-xxs{margin-top:1px}.m-t-xs{margin-top:5px}.m-t-sm{margin-top:10px}.m-t{margin-top:15px}.m-t-md{margin-top:20px}.m-t-lg{margin-top:30px}.m-t-xl{margin-top:40px}.m-t-n-xxs{margin-top:-1px}.m-t-n-xs{margin-top:-5px}.m-t-n-sm{margin-top:-10px}.m-t-n{margin-top:-15px}.m-t-n-md{margin-top:-20px}.m-t-n-lg{margin-top:-30px}.m-t-n-xl{margin-top:-40px}.m-r-none{margin-right:0}.m-r-xs{margin-right:5px}.m-r-sm{margin-right:10px}.m-r{margin-right:15px}.m-r-md{margin-right:20px}.m-r-lg{margin-right:30px}.m-r-xl{margin-right:40px}.m-r-n-xxs{margin-right:-1px}.m-r-n-xs{margin-right:-5px}.m-r-n-sm{margin-right:-10px}.m-r-n{margin-right:-15px}.m-r-n-md{margin-right:-20px}.m-r-n-lg{margin-right:-30px}.m-r-n-xl{margin-right:-40px}.m-b-none{margin-bottom:0}.m-b-xs{margin-bottom:5px}.m-b-sm{margin-bottom:10px}.m-b{margin-bottom:15px}.m-b-md{margin-bottom:20px}.m-b-lg{margin-bottom:30px}.m-b-xl{margin-bottom:40px}.m-b-n-xxs{margin-bottom:-1px}.m-b-n-xs{margin-bottom:-5px}.m-b-n-sm{margin-bottom:-10px}.m-b-n{margin-bottom:-15px}.m-b-n-md{margin-bottom:-20px}.m-b-n-lg{margin-bottom:-30px}.m-b-n-xl{margin-bottom:-40px}
.mt-0,.mtb-0{margin-top:0}.mb-0,.mtb-0{margin-bottom:0}.ml-0,.mlr-0{margin-left:0}.mlr-0,.mr-0{margin-right:0}.padding{padding-top:30px;padding-bottom:30px}.no-padding{padding:0}.ptb-20{padding-bottom:20px;padding-top:20px}.padding-20{padding:20px}.padding-30{padding:30px}.padding-40{padding:40px}.padding-60{padding:60px}.pl-0,.plr-0{padding-left:0}.plr-0,.pr-0{padding-right:0}.pt-0,.ptb-0{padding-top:0}.pb-0,.ptb-0{padding-bottom:0}.pr-30{padding-right:30px}.pl-70{padding-left:70px}.pr-70{padding-right:70px}.plr-20{padding-left:20px;padding-right:20px}.pt-30{padding-top:30px}.pb-30{padding-bottom:30px}.ptb{padding-top:80px;padding-bottom:80px}.pt{padding-top:110px}.pt-15,.ptb-15{padding-top:15px}.pb{padding-bottom:110px}.pb-15,.ptb-15{padding-bottom:15px}.pt-60,.ptb-60{padding-top:60px}.pb-60,.ptb-60{padding-bottom:60px}.pb-40,.ptb-40{padding-bottom:40px}.plr-60{padding-left:60px;padding-right:60px}.ptb-40{padding-top:40px}.pb-80,.pb-90,.ptb-80{padding-bottom:80px}.pt-80,.pt-90,.ptb-80{padding-top:80px}.pt-50{padding-top:50px}.pb-50{padding-bottom:50px}.pb-70{padding-bottom:70px}.pt-70{padding-top:70px}.pb-38{padding-bottom:38px}.mb-80,.mtb-80{margin-bottom:80px}.up-80{margin-top:-80px}.mtb-80{margin-top:80px}.mt-20{margin-top:20px}.mt-80{margin-top:80px}.mt-60,.mtb-60{margin-top:60px}.mb-60,.mtb-60{margin-bottom:60px}.mt-45,.mtb-45{margin-top:45px}.mb-45,.mtb-45{margin-bottom:45px}.mt-40{margin-top:40px}.mb-35,.mb-40{margin-bottom:35px}.mb-20{margin-bottom:20px}.mtb-30{margin-top:30px;margin-bottom:30px}.ml-15{margin-left:15px}.mr-10{margin-right:10px}.mtb-10{margin-top:10px;margin-bottom:10px}.mr-15{margin-right:15px}.mt-30{margin-top:30px}.mt-25,.mtb-25{margin-top:25px}.mb-30{margin-bottom:30px}.mb-25,.mtb-25{margin-bottom:25px}.ml-30{margin-left:30px}.mr-30{margin-right:30px}.mt-15,.mtb-15{margin-top:15px}.mb-15,.mtb-15{margin-bottom:15px}.mt-10{margin-top:10px}.float-left{float:left}.float-right{float:right}.mt-up{margin-top:-100px}@media (min-width:768px) and (max-width:991px){.up-80{margin-top:50px}.mt-sm-30{margin-top:30px}.mb-sm-30{margin-bottom:30px}.float-none-sm{float:none}.float-left-sm{float:left}.float-right-sm{float:right}.pl-sm-0{padding-left:0}.plr-xs-15{padding-right:15px;padding-left:15px}.padding-sm-25{padding:25px}.plr-xs-sm-20{padding-left:20px;padding-right:20px}}@media (max-width:767px){.mt-xs-0,.mtb-xs-0{margin-top:0}.mb-xs-0,.mtb-xs-0{margin-bottom:0}.text-xs-left{text-align:left}.pl-xs-0{padding-left:0}.pr-xs-0{padding-right:0}.plr-xs-15{padding-right:15px;padding-left:15px}.padding-sm-25{padding:25px}.pb-xs-30{padding-bottom:30px}.pb-xs-40,.ptb-xs-40{padding-bottom:40px}.pt-xs-60{padding-top:60px}.pt-xs-40,.ptb-xs-40{padding-top:40px}.pb-xs-60,.ptb-xs-60{padding-bottom:60px}.ptb-xs-60{padding-top:60px}.plr-xs-sm-20{padding-left:20px;padding-right:20px}.ml-xs-0{margin-left:0}.mt-xs-15,.mtb-xs-15{margin-top:15px}.mb-xs-15,.mtb-xs-15{margin-bottom:15px}.mt-xs-30,.mtb-xs-30{margin-top:30px}.mb-xs-30,.mtb-xs-30{margin-bottom:30px}.float-none-xs{float:none}.float-left-xs{float:left}.float-right-xs{float:right}}.overflow_hidden{overflow:hidden;position:relative}

.left-image {
    float: left;
    margin: 10px 10px 10px 0;
    border: 1px solid #ccc;
    padding: 1px;
    box-shadow: 0 0 15px #afafaf
}

.right-image {
    float: right;
    margin: 10px 0 10px 10px;
    border: 1px solid #ccc;
    padding: 1px;
    box-shadow: 0 0 15px #afafaf
}

.full-image {
    width: 100%!important;
    height: auto!important;
    margin: 10px auto;
    border: 1px solid #ccc;
    padding: 1px;
    box-shadow: 0 0 15px #afafaf
}

.yl-blog-details-wrap p{
    font-size: 13px;
    color: #292929;
}

.yl-blog-details-wrap h1{
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0px;
    color: #002147;
}

.yl-blog-details-wrap h2{
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0px;
    color: #002147;
}

.yl-blog-details-wrap h2{
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0px;
    color: #0a60c3;
}

.yl-blog-details-wrap h3{
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0px;
    color: #004492;
}

.yl-blog-details-wrap h4{
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0px;
    color: #004492;
}

.yl-blog-details-wrap h5{
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0px;
    color: #00244e;
}

.yl-blog-details-wrap h6{
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0px;
    color: #00244e;
}

.yl-blog-details-wrap ul li {
    display: block;
    margin-bottom: 14px;
    padding-left: 34px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.yl-blog-details-wrap ul li::before {
    /*  content: "\f560";
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      left: 0;
      position: absolute;*/

    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background-color: #faf5f5;
    color: #1982dc;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 0px;
}

.yl-blog-details-wrap ul li:hover:before {
    background-color: #1982dc;
    color: #ffffff;
}

.yl-blog-details-wrap ul {
    margin-top: 15px;
}

.yl-blog-details-wrap ul li:last-child {
    /*margin-bottom: 0;*/
}

.dez-post-media {
    height: 190px;
    background-size: cover!important;
    position: relative
}

.dez-post-media:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: rgb(0 17 38 / 37%);
}

.dez-post-media:hover:before {
    opacity: 0
}

.dez-post-media .more-info {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.dez-post-media .caption {
    /* padding: 10px 20px 10px 20px; */
    padding: 10px 11px 8px 10px;
    position: absolute;
    left: 9px;
    width: calc(100% - 19px);
    bottom: 8px;
    border-left: 2px solid #63b4fc;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.dez-post-media:hover .caption {
    background: rgba(0, 0, 0, .8)
}

.dez-post-media .caption>.title {
    margin: 0;
    color: #fff;
    font: 400 16px/45px Poppins, sans-serif;
    text-shadow: 1px 1px 0 #000;
    position: relative
}

.dez-post-media .caption>.title:first-child {
    line-height: 21px;
    /*padding-bottom: 15px*/
}

.dez-post-media .caption .title:before {
    /*    content: '';
        position: absolute;
        background: url(../../../images/text-bottom.png) no-repeat;
        left: -3px;
        bottom: -9px;
        position: absolute;
        width: 175px;
        height: 25px*/
}

.dez-post-media .caption .desc {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    max-height: 0;
    overflow: hidden;
    padding: 1px;
    color: #7099bd;
    font-size: 13px;
    line-height: 18px;
    margin-top: 0px
}

.dez-post-media:hover .caption .desc {
    max-height: 100px
}

.dez-post-medi>.inner-box .caption .desc .inner-box {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    position: relative;
    visibility: hidden;
    padding-top: 10px;
    top: 30px
}

.dez-post-media:hover .caption .desc .inner-box {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.table>thead>tr>th{
    text-align: center;
    background: #adc5df;
    font-weight: 700;
}

.dropdown-menu{
    margin-top: 0px !important;
}

.dropdown-menu li {
    margin-bottom: initial !important;
    padding-left: 0px !important;
}

.yl-blog-details-wrap .dropdown-menu li::before {
    content: "" !important;
    background-color: transparent !important;
}