* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Nunito', 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: 'Nunito', 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;
}

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: 'Nunito', 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: #dd4276;
}

.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.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: #e24e66  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: #dd4276 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: #dd4276 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: 80px;
    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: 'Nunito', 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: 1px solid #dd4276;
}

.btn-dark.border {
    background-color: transparent;
    color: #002147;
    border: 1px solid #dd4276;
}

.btn-dark.border:hover {
    background-color: #dd4276;
    color: #ffffff !important;
    border: 1px solid #dd4276;
}

.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: #dd4276;
    color: #ffffff !important;
    border: 2px solid #dd4276;
}

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

.btn-theme,
.button-theme {
    background-color: #dd4276;
    color: #ffffff !important;
    border: 2px solid #dd4276;
}

.btn-theme.border {
    background-color: transparent;
    color: #dd4276 !important;
    border: 2px solid #dd4276;
}

.btn-theme.border:hover {
    background-color: #dd4276;
    color: #ffffff !important;
    border: 2px solid #dd4276;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #e24e66 none repeat scroll 0 0;
    border: 2px solid #e24e66;
    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: #dd4276;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    height: 100%;
    position: absolute;
    right: 0;
    width: 25px;
}

.button-sm {
    border: medium none;
    font-family: 'Nunito', 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: #dd4276;
    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: #dd4276 none repeat scroll 0 0;
    border: 2px solid #dd4276;
    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: #dd4276;
    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;
}

.top-bar-area {
    padding: 10px 0;
}

.top-bar-area .user-login a {
    background: #dd4276 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: 'Nunito', 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: #dd4276;
}

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


/* Site Heading */

.site-heading {
    margin-bottom: 30px;
    margin-top: -12px;
    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: #dd4276 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: #dd4276 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: 140px 0 150px;
}

.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: #dd4276;
    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: 60px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumb > li + li::before {
    color: #dd4276;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    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: 'Nunito', sans-serif;
}

.breadcrumb-area .breadcrumb li.active {
    color: #cccccc;
}


/* ============================================================== 
     # Banner 
=================================================================== */

body,
.banner-area,
.banner-area div {
    height: 100%;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    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: 36px;
    text-transform: uppercase;
}

.banner-area.text-normal h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: capitalize;
    margin-top: -8px;
}

.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: #dd4276;
}

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

.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: #dd4276 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    height: 50px;
    margin: 0 !important;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    text-transform: capitalize;
    top: 5px;
    color:#fff;
    font-size: 16px
}

.banner-area.auto-height {
    height: auto;
    padding: 150px 0;
}


/* ============================================================== 
     # 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: 40px;
    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: 'Nunito', 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: #dd4276 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: #dd4276 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: #dd4276;
}

.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: #dd4276;
    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;
}


/* ============================================================== 
     # Pricing
=================================================================== */

.pricing-area .pricing-simple .pricing-item {
    background: #ffffff none repeat scroll 0 0;
    -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: 30px;
    overflow: hidden;
    position: relative;
}

.pricing-area .equal-height {
    margin-bottom: 30px;
}

.pricing-area .pricing-item .pricing-header {
    background: #002147 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 30px 15px;
}

.pricing-area .pricing-item.active .pricing-header {
    background: #dd4276 none repeat scroll 0 0;
}

.pricing-area .pricing-item h4 {
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
}

.pricing-area .pricing-item h2 {
    color: #03173d;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 0;
}

.pricing-area .pricing-item h2 sub {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 2px;
    text-transform: uppercase;
}

.pricing-area .pricing-item h2 sup {
    font-weight: 500;
}

.pricing-item li {
    border-top: 1px solid #e7e7e7;
    line-height: 45px;
    padding: 0 30px;
    text-transform: capitalize;
}

.pricing-item li:last-child,
.pricing-item li:first-child,
.pricing-item li:nth-child(2) {
    border: medium none;
}

.pricing-item .footer {
    margin-top: 15px;
}

.pricing-simple li.pricing-header span.badge {
    background: #dd4276 none repeat scroll 0 0;
    border-radius: inherit;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 0;
    position: absolute;
    right: -60px;
    text-transform: uppercase;
    top: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 200px;
}


/* ============================================================== 
     # Search Couse 
=================================================================== */

.our-featues-area .search-course {
    margin-bottom: 50px;
    overflow: hidden;
}

.our-featues-area .search-course .heading h2 {
    font-weight: 600;
    text-transform: capitalize;
}

.search-course form {
    margin: 50px auto auto;
    position: relative;
    width: 80%;
}

.search-course form button {
    background: #dd4276 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    min-height: 50px;
    padding: 0 25px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
}

.search-course form button i {
    margin-left: 5px;
}

.search-course form input {
    background: transparent none repeat scroll 0 0;
    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: #ffffff;
    min-height: 60px;
    padding: 15px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* ============================================================== 
     # Featured Courses 
=================================================================== */

.featured-courses-area .info h2 {
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-top: -5px;
}

.featured-courses-area .info > h4 {
    color: #dd4276;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-courses-area .info > a {
    margin-top: 25px;
}

.featured-courses-area .bottom-info .item h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.featured-courses-area .bottom-info .item img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.featured-courses-area .bottom-info .item {
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

.featured-courses-area .bottom-info .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.featured-courses-area .bottom-info .item .rating i {
    color: #dd4276;
}

.featured-courses-area .bottom-info .item span {
    color: #666666;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
}

.featured-courses-area .bottom-info {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
}

.featured-courses-area h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
}

.featured-courses-area .info ul li {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.featured-courses-area .info ul li i {
    color: #dd4276;
    margin-right: 10px;
}

.featured-courses-area .info ul li:last-child {
    margin: 0;
}

.featured-courses-area .info ul li i,
.featured-courses-area .info ul li span {
    display: table-cell;
}

.featured-courses-area .info ul li span {
    padding-left: 10px;
}

.featured-courses-area .owl-stage-outer {
    padding-bottom: 15px;
}

.featured-courses-area {
    padding-bottom: 65px;
}

.featured-courses-area .featured-courses-carousel .owl-nav {
    margin: 0;
}

.featured-courses-area .featured-courses-carousel .owl-nav .owl-prev,
.featured-courses-area .featured-courses-carousel .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;
}

.featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-prev,
.featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-prev {
    left: -70px;
}

.featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-next {
    right: -70px;
}

.featured-courses-area .featured-courses-carousel .owl-nav .owl-prev:hover,
.featured-courses-area .featured-courses-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #dd4276;
}

.featured-courses-area .featured-courses-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.featured-courses-area .thumb {
    overflow: hidden;
    position: relative;
    -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;
}

.featured-courses-area .thumb .overlay a {
    content: "";
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    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;
    width: 100%;
    z-index: 1;
}

.featured-courses-area .thumb .overlay a i {
    background: #dd4276 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #002147;
    height: 50px;
    line-height: 50px;
    margin-top: -20px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 50px;
}

.featured-courses-area .thumb .overlay a::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.featured-courses-area .item .thumb:hover .overlay a {
    opacity: 1;
    left: 0;
}

.featured-courses-area .thumb .live-view {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.featured-courses-area .thumb .live-view a {
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    font-size: 20px;
    margin-left: 9px;
}

.featured-courses-area .thumb::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -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: 100%;
    z-index: 1;
}

.featured-courses-area .item:hover .thumb::after {
    opacity: 0.5;
}

.our-featues-area.inc-trending-courses .col-md-6:nth-child(1) .item,
.our-featues-area.inc-trending-courses .col-md-6:nth-child(2) .item {
    margin-top: 15px;
}


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

.our-featues-area.inc-trending-courses .col-md-6 .item {
    margin-top: 30px;
}

.home-sidebar .trending-courses-items,
.home-sidebar .reg-form {
    background: #ffffff none repeat scroll 0 0;
    -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: 30px;
}

.reg-form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.home-sidebar .sidebar-item > h4 {
    background: #002147 none repeat scroll 0 0;
    font-weight: 600;
    margin: 0 !important;
    padding: 19px 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.home-sidebar .sidebar-item.latest-posts .item,
.home-sidebar .sidebar-item.trending-courses-box .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.home-sidebar .sidebar-item.trending-courses-box .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.home-sidebar .sidebar-item .item i {
    color: #dd4276;
}

.home-sidebar .sidebar-item .item .rating {
    color: #666666;
}

.home-sidebar .sidebar-item .meta {
    color: #666666;
    font-family: 'Nunito', sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}

.home-sidebar .sidebar-item .meta a {
    color: #666666;
}

.home-sidebar .sidebar-item .meta a:hover {
    color: #dd4276;
}

.home-sidebar .sidebar-item h4 {
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}

.home-sidebar .sidebar-item a:hover {
    color: #dd4276;
}

.home-sidebar .sidebar-item .meta span {
    float: right;
}

.home-sidebar .sidebar-item .meta i {
    color: #666666;
    font-weight: 500;
    margin-right: 3px;
}

.more {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.more:hover {
    color: #dd4276;
}

.home-sidebar .sidebar-item {
    margin-bottom: 30px;
}

.home-sidebar .sidebar-item:last-child {
    margin: 0;
}

.home-sidebar .sidebar-item.trending-courses-box .thumb,
.home-sidebar .sidebar-item.trending-courses-box .info {
    display: table-cell;
    vertical-align: top;
}

.home-sidebar .sidebar-item.trending-courses-box .thumb {
    height: 80px;
    padding-right: 0;
    width: 80px;
}

.home-sidebar .sidebar-item.trending-courses-box .info {
    padding-left: 15px;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-area {
    position: relative;
}

.video-play-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    color: #ffffff;
    display: inline-block;
    font-size: 40px;
    margin-top: 50px;
    position: relative;
    width: 32px;
    z-index: 10;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #dd4276 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #dd4276 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

.video-play-button:hover,
.video-play-button:focus {
    color: #ffffff;
}

.video-play-button:hover:after {
    background-color: #dd4276;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    margin-left: 3px;
}

.video-area .overlay-video {
    padding-bottom: 35px;
}

.video-area h2 {
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.video-area h2::after {
    background: #dd4276 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 30px;
}

.video-area h2::before {
    background: #dd4276 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 30px;
    margin-left: -40px;
}

.video-area .video-info .overlay-video {
    display: inline-block;
    left: inherit;
    margin: 0;
    position: relative;
    top: inherit;
}


/* ============================================================== 
     # 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: 'Nunito', 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: #dd4276;
}

.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: "Nunito";
}

.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: #dd4276;
}

.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: #dd4276 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: 'Nunito', 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 {
    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 {
    opacity: 1;
}

.popular-courses .popular-courses-items:hover .owl-nav .owl-prev {
    left: -70px;
}

.popular-courses .popular-courses-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 {
    background: #ffffff none repeat scroll 0 0;
    color: #dd4276;
}

.popular-courses .popular-courses-items .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.popular-courses-items .thumb .best-seller-badge {
    background: #dd4276 none repeat scroll 0 0;
    font-family: 'Nunito', 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 #dd4276;
    border-right: 23px solid transparent;
    border-top: 23px solid #dd4276;
    bottom: 0;
    content: "";
    position: absolute;
    right: -20px;
}

.popular-courses.without-carousel .equal-height {
    margin-bottom: 30px;
}

.popular-courses .button {
    margin-top: 20px;
}


/* ============================================================== 
     # Course Details
=================================================================== */

.course-details-area .course-details-info .course-meta .item {
    border-left: 1px dashed #999999;
    float: left;
    font-family: 'Nunito', sans-serif;
    margin-left: 20px;
    padding-left: 20px;
}

.course-details-area .course-details-info .course-meta .item:first-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.course-details-area .course-details-info .course-meta .item.align-right {
    float: right;
    margin-top: 2px;
}

.course-details-area .course-details-info .course-meta .item.align-right a {
    color: #ffffff;
    text-transform: uppercase;
}

.course-details-area .course-details-info .course-meta .item.author .thumb,
.course-details-area .course-details-info .course-meta .item.author .desc {
    display: table-cell;
    vertical-align: top;
}

.course-details-area .course-details-info .course-meta .item.author .thumb img {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 55px;
    margin-right: 10px;
    margin-top: -3px;
    padding: 2px;
    width: 55px;
}

.course-details-area .course-details-info .course-meta .item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.course-details-area .course-details-info .top-info .course-meta {
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.course-details-area .course-details-info .course-meta .item a {
    color: #666666;
    text-transform: capitalize;
}

.course-details-area .course-details-info .course-meta .item span {
    color: #666666;
}

.course-details-area .course-details-info .course-meta .item i {
    color: #dd4276;
}

.course-details-area .course-details-info .title h2 {
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 25px;
}

.course-details-area .tab-info .nav-pills li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.course-details-area .tab-info .nav-pills li.active a {
    background: #dd4276 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #002147;
}

.course-details-area .tab-info .nav-pills {
    margin-bottom: 25px;
}

.course-details-area .tab-content .info h4 {
    font-weight: 500;
    text-transform: uppercase;
}

.course-details-area .course-details-info .course-list-items .panel-heading a {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px;
}

.course-details-area .course-details-info .course-list-items .panel-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding: 20px !important;
}

.course-details-area .course-details-info .course-list-items .panel.panel-default {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    margin-top: 10px;
}

.course-details-area .course-details-info .course-list-items {
    margin-bottom: 15px;
}

.course-details-area .course-details-info .course-list-items:last-child {
    margin-bottom: 0;
}

.course-details-area .tab-content .advisor-list-items .info ul li {
    margin-bottom: 0;
}

.course-details-area .tab-content ul li {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px;
    overflow: hidden;
    text-transform: capitalize;
}

.course-details-area .tab-content .info > ul li:last-child {
    margin-bottom: 0;
}

.course-details-area .tab-content ul li i {
    margin-right: 5px;
    min-width: 15px;
    color: #dd4276;
}

.course-list-items .panel-group {
    margin-bottom: 0;
}

.course-list-items li .item {
    display: inline-block;
    padding-right: 20px;
}

.course-list-items li .item:last-child {
    float: right;
    padding-right: 0;
}

.course-list-items li .item:last-child span {
    margin-right: 5px;
}

.course-list-items li {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.course-list-items li:last-child {
    margin: 0 !important;
}

.course-list-items li .item.info a {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    text-transform: capitalize;
}

.course-list-items li .item.info a i {
    margin-right: 2px;
}

.course-list-items li .item h5 {
    color: #002147;
    margin: 0;
    text-transform: capitalize;
}

.course-details-area .advisor-list-items .item .thumb,
.course-details-area .advisor-list-items .item .info {
    display: table-cell;
    vertical-align: top;
}

.course-details-area .advisor-list-items .item .info {
    padding-left: 20px;
}

.course-details-area .advisor-list-items .item .thumb img {
    height: 150px;
    width: 150px;
}

.course-details-area .advisor-list-items .item .thumb {
    height: 150px;
    width: 150px;
}

.course-details-area .advisor-list-items .item {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding: 30px;
}

.course-details-area .advisor-list-items .item .info h4 {
    margin-bottom: 5px;
}

.course-details-area .advisor-list-items .item span {
    color: #dd4276;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.course-details-area .advisor-list-items .item .info li {
    display: inline-block;
    margin-right: 3px;
}

.course-details-area .advisor-list-items .item .info li a {
    border: 1px solid #e7e7e7;
    color: #002147;
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    width: 35px;
}

.course-details-area .advisor-list-items .item .info li a i {
    color: #002147;
}

.course-details-area .advisor-list-items .item .info li a i {
    margin: 0;
}

.course-details-area .advisor-list-items .item .info ul {
    border-top: 1px solid #e7e7e7;
    padding-top: 18px;
}

.course-details-area .advisor-list-items .item:last-child {
    margin-bottom: 0;
}

.course-details-area .course-rating-list ul li {
    color: #002147;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    min-height: 40px;
    position: relative;
    overflow: hidden;
}

.course-details-area .tab-content .course-rating-list ul li {
    overflow: inherit;
}

.course-details-area .course-rating-list ul li:last-child {
    margin-bottom: 0;
    min-height: inherit;
}

.course-details-area .course-rating-list ul li span:last-child {
    float: right;
}

.course-details-area .course-rating-list ul li .rating-bar {
    background: #dd4276 none repeat scroll 0 0;
    height: 3px;
}

.course-details-area .course-rating-list ul li span {
    left: 0;
    position: absolute;
    top: -30px;
}

.course-details-area .course-rating-list ul {
    margin-top: 40px;
}

.course-details-area .course-rating-list ul li span:last-child {
    color: #666666;
    left: auto;
    right: 0;
}


/* Sidebar */

.course-details-area .sidebar .sidebar-item {
    margin-bottom: 40px;
}

.course-details-area .sidebar {
    padding-left: 35px;
}

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

.course-details-area .sidebar .sidebar-item .title h4::before {
    background: #dd4276 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}

.course-details-area .sidebar .sidebar-item .title h4::after {
    background: #dd4276 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 35px;
    position: absolute;
    width: 10px;
}

.course-details-area .sidebar .sidebar-item input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.course-details-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.course-details-area .sidebar .sidebar-item form {
    position: relative;
}

.course-details-area .sidebar .sidebar-item form input[type="submit"] {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    padding: 0 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;
}

.course-details-area .sidebar .sidebar-item form input[type="submit"]:hover {
    background: #dd4276 none repeat scroll 0 0;
    border: none;
}

.course-details-area .sidebar .sidebar-item.category li a {
    color: #666666;
    display: block;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.course-details-area .sidebar .sidebar-item.category li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.course-details-area .sidebar .sidebar-item.category li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.course-details-area .sidebar .sidebar-item.category 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;
}

.course-details-area .sidebar .sidebar-item.recent-post h4 a {
    color: #002147;
    text-transform: capitalize;
    font-weight: 600;
}

.course-details-area .sidebar .sidebar-item.recent-post .thumb,
.course-details-area .sidebar .sidebar-item.recent-post .info {
    display: table-cell;
    vertical-align: top;
}

.course-details-area .sidebar .sidebar-item.recent-post .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.course-details-area .sidebar .sidebar-item.recent-post .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.course-details-area .sidebar .sidebar-item.recent-post .thumb {
    height: 80px;
    padding-right: 0;
    width: 80px;
}

.course-details-area .sidebar .sidebar-item.recent-post .info {
    padding-left: 15px;
}

.course-details-area .sidebar .sidebar-item.recent-post .rating {
    color: #666666;
}

.course-details-area .sidebar .sidebar-item.recent-post .meta {
    color: #666666;
    font-family: 'Nunito', sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}

.course-details-area .sidebar .sidebar-item.recent-post .meta i {
    color: #666666;
    font-weight: 500;
    margin-right: 3px;
}

.course-details-area .sidebar .sidebar-item.recent-post a {
    color: #666666;
}

.course-details-area .sidebar .sidebar-item.recent-post .item .rating i {
    color: #dd4276;
}


/* ============================================================== 
     # 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 30px;
    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;
    padding-top: 12px;
    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: 'Nunito', 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;
}


/* ============================================================== 
     # Fun Factor 
=================================================================== */

.fun-factor-area.default-padding.bottom-less {
    padding-bottom: 0px;
}

.fun-factor-area {
    padding-bottom: 30px;
}

.fun-factor-area .item {
    margin-bottom: 40px;
}

.fun-fact {
    border: 3px 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);
    overflow: hidden;
    padding: 10px 10px;
}

.fun-fact .info {
    padding-left: 20px;
}

.fun-fact .info span {
    display: block;
    font-family: 'Nunito', sans-serif;
}

.fun-fact .icon i {
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.fun-fact .info .timer {
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 1.2;
}

.fun-fact .info .medium {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}


/* ============================================================== 
     # Advisor
=================================================================== */

.advisor-area.info-default {
    padding-bottom: 35px;
}

.advisor-item {
    position: relative;
}

.advisor-area .advisor-items .single-item {
    margin-bottom: 30px;
}

.advisor-item .info-box {
    display: block;
    overflow: hidden;
    position: relative;
}

.advisor-items .advisor-item .info-box {
    display: block;
    overflow: hidden;
    position: relative;
    -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;
    background: #ffffff;
}

.advisor-item .info-box .info-title span {
    color: #dd4276;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.advisor-item .info-box img {
    width: 100%;
}

.circle .advisor-item .info-box img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.advisor-item .info-title {
    bottom: 15px;
    left: 15px;
    right: 15px;
    transform: translate3d(0px, 0%, 0px);
    -webkit-transform: translate3d(0px, 0%, 0px);
    -moz-transform: translate3d(0px, 0%, 0px);
    -ms-transform: translate3d(0px, 0%, 0px);
    -o-transform: translate3d(0px, 0%, 0px);
    -webkit-transition: all 800ms ease 0.35s;
    -moz-transition: all 800ms ease 0.35s;
    -ms-transition: all 800ms ease 0.35s;
    -o-transition: all 800ms ease 0.35s;
    transition: all 800ms ease 0.35s;
    padding: 25px 30px;
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
    position: absolute;
}

.advisor-items .advisor-item .info-title {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    position: relative;
    right: 0;
    text-align: center;
    transform: inherit;
    width: 100%;
}

.advisor-item:hover .info-title {
    transform: translate3d(0px, 120px, 0px);
    -webkit-transform: translate3d(0px, 120px, 0px);
    -moz-transform: translate3d(0px, 120px, 0px);
    -ms-transform: translate3d(0px, 120px, 0px);
    -o-transform: translate3d(0px, 120px, 0px);
    transition-delay: 0.2s;
}

.advisor-items .advisor-item:hover .info-title,
.advisor-items .advisor-item {
    transform: inherit;
}

.advisor-item .info-title h4 {
    color: #002147;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
}

.advisor-item .overlay {
    background: rgba(0, 33, 71, 0.7) none repeat scroll 0 0;
    left: 15px;
    right: 15px;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    transform: translate3d(0px, -110%, 0px);
    -webkit-transform: translate3d(0px, -110%, 0px);
    -moz-transform: translate3d(0px, -110%, 0px);
    -ms-transform: translate3d(0px, -110%, 0px);
    -o-transform: translate3d(0px, -110%, 0px);
    -webkit-transition: all 700ms ease 0.35s;
    -moz-transition: all 700ms ease 0.35s;
    -ms-transition: all 700ms ease 0.35s;
    -o-transition: all 700ms ease 0.35s;
    transition: all 700ms ease 0.35s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -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);
}

.advisor-item .overlay-content h4 {
    font-weight: 500;
    text-transform: capitalize;
}

.advisor-item .overlay-content > a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #dd4276;
}

.advisor-item:hover .overlay {
    transform: translate3d(0px, 0, 0px);
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
    transition-delay: 0.1s;
}

.advisor-item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.advisor-item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.advisor-item .overlay .overlay-content .icon-holder {
    margin-bottom: 30px;
}

.advisor-item .overlay .overlay-content .icon-holder span::before {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}

.advisor-item .overlay .overlay-content h4 .title {
    color: #ffffff;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.advisor-item .overlay .overlay-content .text {
    margin-bottom: 13px;
    margin-top: 17px;
}

.advisor-item .social li {
    display: inline-block;
}

.advisor-item .social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 15px;
}

.advisor-items .advisor-item .social {
    border-top: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
}

.advisor-items .advisor-item .social::after {
    background: #dd4276 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -2px;
    width: 30px;
}

.advisor-item .social li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 5px 3px 0;
    text-align: center;
    width: 40px;
    color: #002147;
    background-color: #ffffff;
}

.advisor-item .social li.facebook a {
    background-color: #3b5998;
    color: #ffffff;
}

.advisor-item .social li.twitter a {
    background-color: #1da1f2;
    color: #ffffff;
}

.advisor-item .social li.pinterest a {
    background-color: #bd081c;
    color: #ffffff;
}

.advisor-item .social li.google-plus a {
    background-color: #db4437;
    color: #ffffff;
}

.advisor-item .social li.linkedin a {
    background-color: #0077b5;
    color: #ffffff;
}

.advisor-items .advisor-item .social li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 3px 0;
}

.advisor-area .advisor-carousel .owl-nav,
.advisor-area .advisor-carousel-solid .owl-nav {
    margin: 0;
}

.advisor-area .advisor-carousel .owl-nav .owl-prev,
.advisor-area .advisor-carousel .owl-nav .owl-next,
.advisor-area .advisor-carousel-solid .owl-nav .owl-prev,
.advisor-area .advisor-carousel-solid .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;
}

.advisor-area .advisor-carousel:hover .owl-nav .owl-prev,
.advisor-area .advisor-carousel:hover .owl-nav .owl-next,
.advisor-area .advisor-carousel-solid:hover .owl-nav .owl-prev,
.advisor-area .advisor-carousel-solid:hover .owl-nav .owl-next {
    opacity: 1;
}

.advisor-area .advisor-carousel:hover .owl-nav .owl-prev,
.advisor-area .advisor-carousel-solid:hover .owl-nav .owl-prev {
    left: -70px;
}

.advisor-area .advisor-carousel:hover .owl-nav .owl-next,
.advisor-area .advisor-carousel-solid:hover .owl-nav .owl-next {
    right: -70px;
}

.advisor-area .advisor-carousel .owl-nav .owl-prev:hover,
.advisor-area .advisor-carousel .owl-nav .owl-next:hover,
.advisor-area .advisor-carousel-solid .owl-nav .owl-prev:hover,
.advisor-area .advisor-carousel-solid .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #dd4276;
}

.advisor-area .advisor-carousel .owl-nav .owl-next,
.advisor-area .advisor-carousel-solid .owl-nav .owl-next {
    left: auto;
    right: 0;
}


/* ============================================================== 
     # Advisor Details 
=================================================================== */

.adviros-details-area .info.main-content {
    padding-left: 35px;
}

.adviros-details-area .thumb .desc {
    -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: 30px;
}

.adviros-details-area .thumb .desc h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.adviros-details-area .thumb .desc span {
    color: #dd4276;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.adviros-details-area .thumb .desc ul {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 23px;
}

.adviros-details-area .thumb .desc li {
    display: inline-block;
}

.adviros-details-area .thumb .desc a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    text-align: center;
    width: 40px;
}

.adviros-details-area .info .nav-pills li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px 35px;
    text-transform: uppercase;
}

.adviros-details-area .info .nav-pills li.active a {
    background: #dd4276 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #002147;
}

.adviros-details-area .info .nav-pills {
    margin-bottom: 20px;
}

.adviros-details-area .tab-content li {
    border-bottom: 1px solid #e7e7e7;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.adviros-details-area .tab-content li span {
    float: right;
    text-transform: inherit;
}

.adviros-details-area .tab-content li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.adviros-details-area .tab-content .info a {
    margin-top: 30px;
}

.adviros-details-area .info table a img {
    height: 50px;
    margin-right: 10px;
    width: 50px;
}

.adviros-details-area .info table a {
    text-transform: capitalize;
}

.adviros-details-area .info table th {
    text-transform: uppercase;
    font-weight: 500;
}

.adviros-details-area .info table a:hover {
    color: #dd4276;
}

.adviros-details-area .tab-content ul {
    margin-top: 25px;
}

.adviros-details-area .tab-content .course-tab-items .nav-pills a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
}

.adviros-details-area .tab-content .course-tab-items .nav-pills li.active a {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #dd4276;
    margin: 0;
    padding: 0;
}

.adviros-details-area .tab-content .course-tab-items .nav-pills li {
    border: medium none;
    margin: 0 15px 0 0;
    padding: 0;
}

.adviros-details-area .tab-content .course-tab-items .nav-pills {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 0;
    padding-bottom: 10px;
}

.adviros-details-area .tab-content table {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    text-transform: capitalize;
}

.adviros-details-area .tab-content table td {
    vertical-align: middle;
}

.adviros-details-area .tab-content table tr td {
    padding: 15px;
}

.adviros-details-area .tab-content table tr td:last-child a {
    background: #002147 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 20px;
    text-transform: capitalize;
}

.adviros-details-area .tab-content table tr td:last-child a:hover {
    color: #ffffff;
}

.adviros-details-area .tab-content .info h4 {
    font-weight: 600;
    text-transform: uppercase;
}

.adviros-details-area .tab-content .info form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.adviros-details-area .tab-content .info form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 180px;
}

.adviros-details-area .tab-content .info form button {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.adviros-details-area .tab-content .info form button i {
    margin-left: 3px;
}

.adviros-details-area .tab-content .info .update-pass {
    margin-top: 30px;
}

.adviros-details-area .table-responsive {
    margin-bottom: 0;
}


/* ============================================================== 
     # Edit Profile 
=================================================================== */

.edit-profile .update-info img {
    border: 2px solid #e7e7e7;
    border-radius: 50%;
    height: 120px;
    margin-bottom: 20px;
    padding: 2px;
    width: 120px;
}

.edit-profile .update-info h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.edit-profile .update-info input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

.edit-profile .update-info textarea {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 120px;
    padding: 15px;
}

.edit-profile .update-info button {
    background: #dd4276 none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    padding: 8px 50px;
    text-transform: uppercase;
}

.edit-profile .update-pass h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.edit-profile .update-pass input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

.edit-profile .update-pass button {
    background: #dd4276 none repeat scroll 0 0;
    border: medium none;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    padding: 10px 40px;
    text-transform: uppercase;
}

.edit-profile .update-info {
    border-right: 1px solid #e7e7e7;
    padding-right: 30px;
}

.edit-profile .update-pass {
    padding-left: 30px;
}


/* ============================================================== 
     # Event 
=================================================================== */

.event-area .event-items .item .thumb,
.event-area .event-items .item .info {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.event-area .event-items .item.vertical .thumb,
.event-area .event-items .item.vertical .info {
    display: block;
    float: none;
    vertical-align: middle;
}

.event-area .event-items .item .info {
    -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: 30px;
}

.event-area.single-view .event-items .item .info {
    padding: 30px;
}

.event-area .event-items .item .info {
    background: #ffffff none repeat scroll 0 0;
    padding-left: 30px;
}

.event-area.circle .event-items .item > .info {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.event-area.circle .event-items .item.vertical > .info {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.event-area .event-items .item .info li {
    color: #666666;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}

.event-area .event-items .item .info li i {
    margin-right: 5px;
    font-weight: 500;
}

.event-area .event-items .item .info h2,
.event-area .event-items .item .info h3,
.event-area .event-items .item .info h4 {
    font-weight: 600;
    line-height: 1.3;
}

.event-items .item .info h2 a:hover,
.event-items .item .info h3 a:hover,
.event-items .item .info h4 a:hover {
    color: #dd4276;
}

.event-area .event-items .item .info .price {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #002147;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 20px;
    text-transform: capitalize;
}

.event-area .event-items .item .info .meta {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.event-area .event-items .item .info > a {
    margin-top: 10px;
    margin-right: 3px;
}

.event-area.circle .event-items .item .info > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.event-area .event-items .item .thumb {
    position: relative;
    text-align: center;
    z-index: 1;
}

.event-area.circle .event-items .item .thumb {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.event-area.circle .item.vertical .thumb img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.event-area .event-items .item .thumb .date {
    padding: 15px 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.event-area .event-items .item .thumb .date h4 {
    color: #dd4276;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.event-area .event-items .item .thumb .date h4 span {
    display: block;
    font-size: 40px;
    font-weight: 900;
}

.event-area .event-items .item .thumb .date::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.event-area.circle .event-items .item .thumb .date::after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.event-area .event-items .item {
    margin-bottom: 30px;
}

.event-area .event-items.event-carousel .item {
    margin-bottom: 0;
}

.event-area .event-items .more-btn a {
    margin-top: 20px;
}

.event-area .event-items.event-carousel .owl-nav {
    margin: 0;
}

.event-area .event-items.event-carousel .owl-nav .owl-prev,
.event-area .event-items.event-carousel .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;
    opacity: 0;
    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;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-prev,
.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-prev {
    left: -70px;
}

.event-area .event-items.event-carousel:hover .owl-nav .owl-next {
    right: -70px;
}

.event-area .event-items.event-carousel .owl-nav .owl-prev:hover,
.event-area .event-items.event-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #dd4276;
}

.event-area .event-items.event-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}


/* ============================================================== 
     # Clients 
=================================================================== */

.clients-review-carousel .thumb {
    padding-left: 0;
}

.clients-review-carousel .item img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.clients-review-carousel .info {
    padding-right: 0;
}

.clients-review-carousel .item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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);
    overflow: hidden;
    padding: 20px;
}

.clients-review-carousel .item .info p {
    position: relative;
    z-index: 1;
}

.clients-review-carousel .item .info p::after {
    content: ",,";
    font-family: "Nunito";
    font-size: 180px;
    left: -7px;
    letter-spacing: -15px;
    opacity: 0.1;
    position: absolute;
    top: 70px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.clients-review-carousel .item .info h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.clients-review-carousel .item .info span {
    color: #dd4276;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonials-area .clients-review-carousel .owl-nav {
    margin: 0;
}

.testimonials-area .clients-review-carousel .owl-nav .owl-prev,
.testimonials-area .clients-review-carousel .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;
    opacity: 0;
    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;
}

.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev,
.testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
    left: -70px;
}

.testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    right: -70px;
}

.testimonials-area .clients-review-carousel .owl-nav .owl-prev:hover,
.testimonials-area .clients-review-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #dd4276;
}

.testimonials-area .clients-review-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}


/* ============================================================== 
     # Registration & Faq
=================================================================== */

.faq-area .faq-content .panel-group {
    margin-bottom: 0;
}

.reg-area .reg-items .reg-form,
.reg-area .reg-items .thumb {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.reg-area .site-heading h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.reg-area .acd-items .panel-body p {
    margin: 0;
}

.reg-area .reg-items .panel-group {
    margin-bottom: 0;
}

.reg-area.inc-faq .reg-items .reg-form {
    display: inherit;
    float: left;
}

.reg-area .site-heading {
    margin-bottom: 0;
}

.reg-area .reg-form input,
.reg-area .reg-form select {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    color: #666666;
    min-height: 50px;
}

.reg-area .reg-form select option {
    padding: 5px 15px;
}

.reg-area .reg-form button {
    background: #dd4276 none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 40px;
    text-transform: uppercase;
}

.reg-area .reg-box {
    background: #002147 none repeat scroll 0 0;
    padding: 50px;
}

.reg-box h3 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}


/* ============================================================== 
     # Portfolio
=================================================================== */

.portfolio-area.default-padding {
    padding-bottom: 65px;
}

.portfolio-area .mix-item-menu {
    display: inline-block;
    margin-bottom: 15px;
}

.portfolio-area .mix-item-menu button {
    background-color: transparent;
    border: 1px solid transparent;
    color: #002147;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin: 0 2px 5px;
    padding: 8px 15px;
    position: relative;
    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;
}

.portfolio-area .mix-item-menu button.active,
.portfolio-area .mix-item-menu button:hover {
    border: 1px solid #e7e7e7;
}

.portfolio-area .pf-item {
    float: left;
    padding: 15px;
    width: 33.333%;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
    width: 50%;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
    width: 25%;
}

.portfolio-area .portfolio-items.col-6 .pf-item {
    width: 16.666%;
}


/* Hover Effect */

.portfolio-items-area .pf-item .item-effect {
    position: relative;
    overflow: hidden;
}

.portfolio-items-area .pf-item .item-effect .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%);
    width: 100%;
}

.portfolio-items-area .pf-item .item-effect a {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #002147;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: 0 1px;
    opacity: 0;
    -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;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    width: 45px;
}

.portfolio-items-area .portfolio-items.col-6 .pf-item .item-effect a {
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.portfolio-items-area .pf-item .item-effect:hover a {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.portfolio-items-area .pf-item .item-effect:hover a {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.portfolio-items-area .pf-item .item-effect:hover img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-position: top;
    -webkit-filter: grayscale(0.4) blur(2px);
    filter: grayscale(0.4) blur(2px);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
}

.portfolio-items-area .pf-item .item-effect:hover img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.portfolio-items-area .pf-item .item-effect img {
    display: inline-block;
    -moz-transform: scale(1.09, 1.09);
    -ms-transform: scale(1.09, 1.09);
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


/* ============================================================== 
     # Faq Accordion 
=================================================================== */

.faq-items h2 {
    font-weight: 700;
}

.faq-area .sign-up {
    background: #002147;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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);
    overflow: hidden;
    padding: 50px;
}

.testimonials-area .faq-items .panel-group {
    margin: 0;
}

.faq-area.color-crimson .sign-up {
    background: #e22a31;
}

.faq-area.color-yellow .sign-up {
    background: #fbba42;
}

.faq-area .signup-form {
    padding-right: 30px;
}

.acd-items .panel-heading .panel-title a {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
    padding-right: 26px
}

.acd-items .panel-heading {
    padding: 0;
}

.acd-items .panel.panel-default {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
    margin-top: 0;
    padding: 0;
}

.acd-items .panel.panel-default:last-child {
    border: medium none;
}

.acd-items .panel.panel-default:last-child .panel-body {
    padding-bottom: 0;
}

.acd-items .panel-body {
    padding: 15px 0;
}

.acd-items .panel.panel-default:first-child {
    margin-top: 0;
}

.faq-area .panel-body p {
    margin: 0;
}

.faq-area .panel-body {
    padding: 15px 0;
}

.faq-area .faq-items .acd-items .panel .panel-body {
    border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #002147;
}

.color-crimson .acd-arrow .panel-group.symb .panel-heading a::after {
    color: #e22a31;
}

.color-yellow .acd-arrow .panel-group.symb .panel-heading a::after {
    color: #fbba42;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
    content: "\f01b" !important;
    font-size: 20px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f01a" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq-area .faq-items .panel-group {
    margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq-area.left-sidebar .faq-content {
    float: right;
    margin-top: -20px;
    padding-left: 35px;
}

.faq-area.left-sidebar .left-sidebar .sidebar {
    padding-left: 0;
}

.faq-area .acd-items .panel-body ul li {
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.faq-area .acd-items .panel-body ul li::before {
    content: "\f560";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
	color: #e24e66;
}

.faq-area .acd-items .panel-body ul {
    margin-top: 0px;
}

.faq-area .acd-items .panel-body ul li:last-child {
    margin-bottom: 0;
}

.faq-area .faq-area .faq-content .panel-group {
    margin-bottom: 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;
     max-width: 100%;
    /*height: 190px;*/
    object-fit: cover;
}
.blog-area .blog-items .thumb-large a 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;
     max-width: 100%;
}

.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 .thumb .date span {
    display: block;
    font-size: 40px;
    font-weight: 900;
}

.blog-area .blog-items .thumb .date::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.blog-area.circle .blog-items .thumb .date::after {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-area .blog-items .thumb .date h4 {
    color: #dd4276;
    font-size: 14px;
    margin: 0;
}

.blog-area .blog-items .info {
    padding-top: 30px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.blog-area .blog-items .info > a {
    font-weight: 600;
    text-transform: uppercase;
    color: #666666;
}

.blog-area .blog-items .item a:hover {
    color: #dd4276 !important;
}


/* 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: #dd4276 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: #dd4276 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: #dd4276 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: 'Nunito', sans-serif;
    font-weight: 600;
    padding: 0 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: #dd4276 none repeat scroll 0 0;
    border: medium none;
}

.blog-area .sidebar .sidebar-item.category li a {
    color: #666666;
    display: block;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.blog-area .sidebar .sidebar-item.category li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.blog-area .sidebar .sidebar-item.category 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;
}

.blog-area .sidebar .sidebar-item.recent-post .info h4 {
    margin-bottom: 12px;
}

.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: 80px;
}

.blog-area .sidebar .sidebar-item.recent-post .info {
    padding: 0 0 0 15px;
}

.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: 'Nunito', 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: #dd4276;
}

.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: "Nunito";
    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;
}

.author-bio {
    display: block;
    margin-top: 45px;
    width: 100%;
}

.author-bio .avatar {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

.author-bio .content {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.author-bio .content p {
    font-style: italic;
    margin: 0;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.author-bio .content p::after {
    content: ",,";
    font-family: "Nunito";
    font-size: 100px;
    left: 20px;
    letter-spacing: -12px;
    opacity: 0.1;
    position: absolute;
    top: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.author-bio .content h4 {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 20px;
    text-transform: uppercase;
}

.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: 'Nunito', 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;
}

.responsive-video {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.responsive-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.comments-list .commen-item .avatar {
    float: left;
    height: 100px;
    width: 100px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
}

.comments-list .commen-item {
    margin-bottom: 30px;
}

.comments-list .commen-item.reply {
    padding-left: 80px;
}

.comments-area {
    margin-top: 50px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002147;
    display: inline-block;
    font-size: 12px;
    margin-left: 14px;
    padding: 1px 10px;
    text-transform: uppercase;
}

.comments-info a:hover {
    color: #2154cf;
}

.color-yellow .comments-info a:hover {
    color: #ff9800;
}

.comments-info a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 150px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    background-color: #dd4276;
    border: 1px solid transparent;
    color: #002147;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    padding: 9px 35px;
    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;
}

.comments-form button:hover {
    background-color: #002147;
    border: 1px solid transparent;
    color: #ffffff;
}

.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* ============================================================== 
     # Clients 
=================================================================== */

.clients-area .row {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.clients-area .clients-items img {
    margin: auto;
    width: auto;
}

.clients-area .info h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.clients-area .info p {
    margin: 0;
}


/* ============================================================== 
     # Subscribe 
=================================================================== */

.subscribe-area .content {
    margin-bottom: 30px;
}

.subscribe-area .content h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.subscribe-area .content h4 {
    line-height: 1.4;
    margin: 0;
}

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

.subscribe-area .form form input {
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    min-height: 60px;
    padding: 15px 25px;
    width: 100%;
}

.subscribe-area .form form button {
    background: #dd4276 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    min-height: 50px;
    min-width: 60px;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
}


/* ============================================================== 
     # Join With Us  
=================================================================== */

.join-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.join-us-area .info a {
    margin-top: 10px;
}

.join-us-area .site-heading h2 {
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 25px;
    text-transform: capitalize;
}


/* ============================================================== 
     # Contact 
=================================================================== */

.contact-info-area {
    padding-bottom: 70px;
}

.contact-info-area .contact-info .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;
    text-align: center;
    background: #ffffff none repeat scroll 0 0;
	height: 260px
}

.contact-info-area .contact-info .item i {
    color: #dd4276;
    display: block;
    font-size: 60px;
    text-align: center;
}

.contact-info-area .contact-info .item .info {
    margin-top: 20px;
}

.contact-info-area .contact-info .item .info h4 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-info-area .contact-info .item .info p {
    margin: 0;
}

.contact-info-area .maps-form .form {
    padding-left: 35px;
}

.contact-info-area .maps-form {
    display: inline-block;
    margin-top: -10px;
}

.contact-info-area .maps-form .maps {
    overflow: hidden;
}

.contact-info-area .maps-form h2,
.contact-info-area .maps-form h3,
.contact-info-area .maps-form h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.contact-info-area .maps-form iframe {
    height: 410px;
    margin-bottom: -10px;
    position: relative;
    width: 100%;
    z-index: 1;
	
}

.contact-info-area .maps-form {
    display: inline-block;
    margin-top: -10px;
}

.contact-info-area .maps-form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.contact-info-area .maps-form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 150px;
}

.contact-info-area .maps-form button {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    padding: 10px 25px;
    text-transform: uppercase;
}

.contact-info-area .maps-form button i {
    margin-left: 3px;
}

form img.loader {
    margin-left: 5px;
}

.contact-info-area form .alert-notification {
    padding: 0;
}

.contact-info-area form .alert-notification h3 {
    color: green;
    margin-bottom: 5px;
}

.contact-info-area form .alert-notification .alert-error {
    background: #e7e7e7 none repeat scroll 0 0;
    color: red;
    margin-top: 15px;
    margin-bottom: 0;
}

.contact-info-area form .alert-notification .alert-success {
    margin-top: 15px;
    margin-bottom: 0;
}


/* ============================================================== 
     # 404 
=================================================================== */

.error-page-area ul li {
    display: inline-block;
}

.error-page-area ul li a {
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}

.error-page-area ul {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 28px;
}

.error-page-area h1 {
    font-size: 120px;
    font-weight: 900;
    line-height: 90px;
    margin-bottom: 30px;
}

.error-page-area h2 {
    font-weight: 600;
}

.error-page-area a {
    margin: 15px 3px 0;
}

.error-page-area li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}

.error-page-area li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}

.error-page-area li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}

.error-page-area li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}

.error-page-area li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}


/* ============================================================== 
     # Popup Form 
=================================================================== */

form.white-popup-block {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    margin: auto;
    padding: 40px 30px;
    position: relative;
    width: 50%;
    overflow: hidden;
}

form.white-popup-block button.mfp-close {
    color: red;
}

form.white-popup-block li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

form.white-popup-block 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;
}

form.white-popup-block li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}

form.white-popup-block .col-md-6:last-child {
    border-left: 1px solid #e7e7e7;
}

form.white-popup-block .col-md-6:last-child {
    border-left: 1px solid;
}

form.white-popup-block h3,
form.white-popup-block h4 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

form.white-popup-block .login-social {
    padding-right: 30px;
}

form.white-popup-block .login-custom {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}

form.white-popup-block input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

form.white-popup-block .lost-pass-link {
    float: right;
}

form.white-popup-block .lost-pass-link:hover {
    text-decoration: underline;
}

form.white-popup-block label {
    float: left;
}

form.white-popup-block label input {
    float: left;
    margin-right: 5px;
    min-height: 20px;
}

form.white-popup-block button[type="submit"] {
    background: #dd4276 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 50px;
    text-transform: uppercase;
    color: #fff
}

form.white-popup-block .link-bottom {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}

form.white-popup-block .link-bottom a:hover {
    text-decoration: underline;
}

.login-area form.white-popup-block {
    width: auto;
    -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;
}


/* ============================================================== 
     # 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: #dd4276;
    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: #dd4276 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: #dd4276;
}

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: 'Nunito', sans-serif;
}

footer.bg-fixed .f-item.address li a {
    color: #ffffff;
}

footer.bg-light .f-item.address li a {
    color: #666666;
    font-family: 'Nunito', 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: 'Nunito', 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: #dd4276;
}

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: #dd4276;
}

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: 'Nunito', 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: #dd4276;
}


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

footer .f-item.twitter-widget .twitter-context {
    color: #cccccc;
    margin: 5px 0 0;
}

footer .f-item.twitter-widget .twitter-context i {
    color: #dd4276;
    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;
    font-size: 9px
}

.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: #dd4276;
}

footer .footer-bottom p a {
    color: #dd4276;
    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: 30px;
    padding: 10px 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;
	font-size: 13px
}

footer .footer-bottom.bg-light p {
    color: #666666;
}

.footer-padding-top {
  padding-top: 50px;
}
/* ============================================================== 
     # 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(../img/preloader.gif) center no-repeat #fff;
    text-align: center;
}


/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area .single-item {
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    background: #f3f6f8 none repeat scroll 0 0;
    color: #333;
    padding: 15px 10px;
    text-align: center;
    margin-top: 15px;
}

.demo-area .single-item .info h4 {
    color: #232323;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.banner-area .demo-banner h1 {
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 20px;
    max-height: 150px;
}

.demo-area .def-heading h2 {
    font-weight: 900;
    margin: 30px 0;
    text-transform: uppercase;
    color: #333333;
}

.demo-footer {
    padding-bottom: 80px;
}

.introduction-area h2 span {
    color: #fd0060;
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px;
}

.introduction-area h2 {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.introduction-area h2::before {
    background: #fd0060 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 50px;
}

.introduction-area h2::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px;
}

footer.demo .copyright {
    margin-top: 15px;
}

.demo-area .comming-soon.item img {
    opacity: 0.3;
}

.banner-area.demo-banner {
    padding: 50px 0;
}

.demo-area .tab-navigation .nav-pills li {
    display: inline-block;
    float: none;
}

.demo-area .tab-navigation .nav-pills li a {
    background: #307ad5 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 40px;
    text-transform: uppercase;
}

.demo-area .tab-navigation .nav-pills li.active a {
    background: #dd4276 none repeat scroll 0 0;
    color: #232323;
}

.demo-area .tab-navigation .nav-pills {
    display: block;
    margin-bottom: 50px;
}


/*-- choose Css --*/

.should-bg {
    background: url("assets/images/mid-pict.jpg");
    /*background: #db4076;*/
    background-size: cover;
}

.single-choose-service {
    padding: 0 30px;
}

.single-choose-service .service-content {
    margin-top: 30px;
}

.single-choose-service .service-content h4 {
    color: #ffffff;
    font-weight: 600;
}

.single-choose-service .service-content p {
    color: #ffffff;
    font-size: 14px;
}

.section-ptb-30 {
    padding: 30px 0;
}


/*-- Overlay styles --*/

[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
    position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
    position: relative;
    z-index: 2;
}

[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

[data-overlay]:before {
    background-color: #ff5951;
}

[data-secondary-overlay]:before {
    background-color: #031b38;
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-white-overlay]:before {
    background-color: #ffffff;
}

[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

[data-black-overlay]:before {
    background-color: #000000;
}

[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.section-title:after,
.section-title-two:after {
    content: url(../images/title-01.png);
}

.section-title,
.section-title-two {
    text-align: center;
    position: relative;
    margin-bottom: 0px;
}

.section-title h4,
.section-title-two h4 {
    color: #ff5951;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
}

.section-title h3,
.section-title-two h3 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: -5px;
    margin-bottom: 15px;
}

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

h3 {
    font-size: 44px;
}

.info-read > a {
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    color: #eae4e4;
    padding: 7px;
}

.section-ptb {
    padding: 120px 0;
}


/*--
    09. Popular Courses Css
-------------------------------*/

.single-popular-courses {
    overflow-x: hidden;
}

.single-popular-courses:hover .popular-courses-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.popular-courses-image {
    overflow: hidden;
}

.popular-courses-image a {
    display: block;
}

.popular-courses-image a img {
    width: 100%;
}

.popular-courses-contnet {
    padding: 30px;
    background: #fbfbfb;
}

.popular-courses-contnet h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.popular-courses-contnet .post_meta {
    margin-bottom: 10px;
    font-size: 12px;
}

.popular-courses-contnet .post_meta ul li {
    display: inline-block;
    position: relative;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
    position: relative;
}

.popular-courses-contnet .post_meta ul li:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #7c7c7c;
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popular-courses-contnet .post_meta ul li:last-child:before {
    display: none;
}

.popular-courses-contnet .post_meta ul li a {
    color: #ff5951;
}

.popular-courses-contnet > p {
    font-size: 14px;
}

.popular-courses-contnet .button-block {
    margin-top: 20px;
}

.popular-courses-contnet .button-block .botton-border {
    padding: 10px 25px;
    border: 2px solid #ff5951;
    color: #ff5951;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.popular-courses-contnet .button-block .botton-border:hover {
    background: #ff5951;
    color: #ffffff;
}

.courses-tab-wrapper .container {
    max-width: 1480px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .courses-tab-wrapper .container {
        max-width: 1200px;
    }
}

.tabs-categorys-list {
    margin-bottom: 20px;
}

.tabs-categorys-list ul li {
    margin-right: 25px;
}

.tabs-categorys-list ul li:last-child {
    margin-right: 0;
}

.tabs-categorys-list ul li a {
    display: block;
    padding: 0px 2px;
    position: relative;
    font-weight: 600;
}

.tabs-categorys-list ul li a:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border: 2px solid #ff5951;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    top: -10px;
    left: -10px;
    border-width: 2px 0 0 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tabs-categorys-list ul li a:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border: 2px solid #ff5951;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    right: -10px;
    bottom: -10px;
    border-width: 0 2px 2px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tabs-categorys-list ul li a.active,
.tabs-categorys-list ul li a:hover {
    color: #ff5951;
}

.tabs-categorys-list ul li a.active:before,
.tabs-categorys-list ul li a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0px;
    left: -5px;
}

.tabs-categorys-list ul li a.active:after,
.tabs-categorys-list ul li a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: -5px;
    bottom: 0px;
}

.courses-tab-active .owl-nav button {
    background: #F2F2F2 !important;
    color: #333 !important;
    height: 60px;
    left: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 22px !important;
    width: 50px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    -ms-filter: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.courses-tab-active .owl-nav button:hover {
    background: #ff5951 !important;
    color: #fff !important;
}

.courses-tab-active .owl-nav button.owl-next {
    left: auto;
    right: 35px;
}

.courses-tab-active:hover .owl-nav button {
    opacity: 1;
    -ms-filter: 1;
    visibility: visible;
    left: 15px;
}

.courses-tab-active:hover .owl-nav button.owl-next {
    right: 15px;
    left: auto;
}

.courses-tab-wrapper .tab-content .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    width: 100%;
}

.courses-tab-wrapper .tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.mt--30 {
    margin-top: 30px;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*Banner*/

.naming {
    color: #fff;
    font: 14px;
}

.naming a {
    color: #fff;
}

.naming span {
    font-size: 15px;
}

.naming span {
    margin: 0 7px;
}

.courses {
    padding: 80px 0;
}

.head_part {
    text-align: center;
}

@media (max-width: 1366px) .head_part p {
    line-height: 29px;
}

.head_part p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

@media (max-width: 1366px) p {
    font-size: 15px;
    line-height: 24px;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 10px;
    /*text-align: justify;*/
}

.courses {
    padding: 80px 0;
	background: #f9f9f9;
}

.course_wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}

.course_block {
    box-shadow: 0 0 4px 2px #e5e5e5;
    margin-bottom: 30px;
    /*padding: 20px;*/
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.course_block .img_wrap {
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    margin-bottom: 10px;
    z-index: 9
}

.course_block:hover .img_wrap {
    -webkit-transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.course_block:hover .img_wrap img {
    filter: brightness(50%)
}

.course_img_hoverlay_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(-60px) scale(.5);
    transform: translateY(-60px) scale(.5);
    transition: all .45s;
    z-index: 999
}

.course_img_hoverlay_btn .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    font-size: 26px;
    color: #fff;
    cursor: pointer
}

.course_block:hover .course_img_hoverlay {
    opacity: .5;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

.course_block:hover .course_img_hoverlay_btn {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    z-index: 9
}

.course_block .icon {
    float: left;
    font-size: 30px;
    margin: auto 0;
    padding: 10px;
    vertical-align: top;
    line-height: 30px
}

.course_info {
    float: none;
    overflow: hidden;
    text-align: left;
    padding-left: 20px
}

.course_info h4 {
    text-align: left;
    color: #3b4351;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto 10px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.course_info p {
    text-align: left;
    margin: 0;
    overflow: hidden;
    height: 50px
}

.course_block .science,
.course_block .accounts,
.course_block .business,
.course_block .psychology,
.course_block .food,
.course_block .arts,
.course_block .icon,
.course_block .course_count span,
.course_block .course_price span {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    padding: 10px
}

.course_block .science .icon i {
    color: #e91e63
}

.course_block .accounts .icon i {
    color: #f8c331
}

.course_block .business .icon i {
    color: #45aef4
}

.course_block .psychology .icon i {
    color: #10c45c
}

.course_block .food .icon i {
    color: #00bfa5
}

.course_block .arts .icon i {
    color: #fc5f42;
    padding-right:0px;
}

.course_block:hover .icon i {
    color: #fff
}

.course_block:hover .science .icon {
    background-color: #e91e63
}

.course_block:hover .accounts .icon {
    background-color: #f8c331
}

.course_block:hover .business .icon {
    background-color: #45aef4
}

.course_block:hover .psychology .icon {
    background-color: #10c45c
}

.course_block:hover .food .icon {
    background-color: #00bfa5
}

.course_block:hover .arts .icon {
    background-color: #fc5f42
}

.course_block .course_count_wrap {
    border-top: 1px solid #e5e5e5;
    margin: 5px auto -5px;
    padding: 7px 0 0;
    display: inline-block;
    width: 100%
}

.course_block .course_count,
.course_block .course_price {
    color: #646464;
    text-transform: uppercase;
    padding-left: 23px;
}

.course_block:hover .science .course_count,
.course_block:hover .science .course_price {
    color: #e91e63
}

.course_block:hover .accounts .course_count,
.course_block:hover .accounts .course_price {
    color: #f8c331
}

.course_block:hover .business .course_count,
.course_block:hover .business .course_price {
    color: #45aef4
}

.course_block:hover .psychology .course_count,
.course_block:hover .psychology .course_price {
    color: #10c45c
}

.course_block:hover .food .course_count,
.course_block:hover .food .course_price {
    color: #00bfa5
}

.course_block:hover .arts .course_count,
.course_block:hover .arts .course_price {
    color: #fc5f42
}

.course_block .course_count span,
.course_block .course_price span {
    color: #f1594f
}

.course_block .course_count {
    float: left
}

.course_block .course_price {
    float: right
}

.courses_wrapper {
    display: inline-block;
    width: 100%;
    padding: 80px 0
}

.course_wrapp {
    margin: 0 auto;
    padding: 0 30px 0 0
}

.course_to_search_wrapp {
    display: inline-block;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0
}

.course_to_search_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    border: 1px solid #dedde1;
    border-bottom: 5px solid #dedde1
}

.course_to_search {
    display: block;
    width: 70%;
    margin: 0 auto
}

.course_to_search.width_90 {
    display: block;
    width: 90%;
    margin: 0 auto
}

.course_swicher {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    padding: 7px 0 0
}

.course_swicher a {
    font-size: 24px;
    color: #3b4351;
    margin: 0 10px 0 0
}

.course_swicher a.fa-th-list {
    margin: 0 3px 0 0
}

.course_swicher a:hover,
.course_swicher a:focus,
.course_swicher a.active {
    color: #f1594f
}

.pb-80 {
    padding-bottom: 80px;
    padding-top: 40px;
}

.he-ho {
    color: #353535;
    font-weight: normal;
}

.faucher_box {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    /*background: rgba(76, 175, 80, 0.3)*/
}
{
background-image: url(../img/category/1.jpg);
    opacity: 0.5;
}
.faucher_box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -80px;
    height: 2px;
    width: 80px;
    background: #222;
    transition: all 0.3s;
}

.how-head {
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 15PX;
    color: #fff;
}

.how-text {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.neet-ug {
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.8;
}

.bg {
    background-color: #fff;
    background-image: url(../images/banner-co.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
        padding-bottom: 20px;
}

.top-he {
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left;
}

.mb-40 {
    margin-bottom: 40px
}

.le2 {
    font-weight: 600;
    color: #ffcb05;
    font-size: 48px;
    line-height: 1.2;
}

.le {
    font-weight: 400;
    color: #ffffff;
}

.zigzag p {
    line-height: 1.5;
    font-size: 16px;
    color: white;
    width: 70%;
    text-align: justify;
    margin-bottom: 15px;
}


/*=========== REGISTER SECTION ==========*/

.irs-padzero {
    padding: 0;
}

.irs-register {
    background-image: url(../images/register-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 105px;
    padding-top: 105px;
    position: relative;
}

.irs-register::before {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.irs-register-counter h1,
.irs-register-counter p {
    color: #fff;
}

.irs-register-counter p {
    font-size: 18px;
    line-height: 30px;
}

.irs-register-form {
    border-radius: 5px;
}

.irs-form-header {
    background-color: #e14e66;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 20px 55px;
    position: relative;
}

.irs-form-header h3 {
    color: #fff;
}

.irs-re-icon {
    color: #df462a;
    left: 42px;
    position: absolute;
    top: 28px;
}

.irs-register-counter {
    margin-top: 45px;
}

.fz-extre-lagre {
  color: #fff
}

.irs-re-icon {
    color: #df462a;
    left: 42px;
    position: absolute;
    top: 28px;
}

.flaticon-pencil:before {
    content: "\f126";
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.irs-form-header h3 {
    color: #fff;
    font-size: 20px;
}

.irs-form {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: none;
    padding: 40px 30px;
}
.irs-form .btn {
    font-size: 18px;
}
.btn-default {
    font-size: 14px;
}
.irs-button-styledark {
    background-color: #e14e66;
    border-color: #e14e66;
    color: #fff;
    padding: 10px 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.irs-form .btn {
    font-size: 18px;
}
.irs-button-styledark:hover, .irs-button-styledark:active, .irs-button-styledark:focus {
    background-color: #f57433;
    border-color: #f57433;
    color: #fff;
}
.btn-color{
    background: #dd4276;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    text-transform: capitalize;
}
}
.btn.focus, .btn, .btn-color:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-decoration: none;
    border-radius: 50px;
    text-transform: capitalize;
}
.img-testi{
    height: 80px;
    width: 80px !important;
}
.pb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.whats_app {
    position: fixed;
    bottom: 20px;
    width: 45px;
    left: 22px;
    z-index: 99999;
}
/* ==========================================================================
   10.0 Testimonial Section
   ========================================================================== */
.testimonial-section{}
.testimonial-item{
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;

}
.testimonial-item img{
    max-width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.testimonial-item h4{}
.testimonial-item h4 span{
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.rattings{
    display: inline-block;
}
.rattings li{
    display: inline-block;
    color: #fab702;
}
.testimonial-carousel.owl-carousel .owl-stage{
    padding: 20px 0;
}
.testimonial-carousel .owl-item.center{
    box-shadow: 0px 0px 15px 5px rgba(34,34,34,0.09);
}
/*Owl Carousel Dots*/
.testimonial-carousel .owl-dots{
    display: block;
    text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot{
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active{
    background-color: #fab702;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}
.padding {
    padding: 80px 0;
}
.mb-40 {
    margin-bottom: 40px;
}
/* create-accont-section css start */
.create-accont-section {
  background-image: url(../images/register-form.jpg);
  padding: 50px 0;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}
.create-account-part {
  padding: 30px 50px 25px 50px;
  background-color: #ffffff;
}
.sub-head {
  color: #dd4276;
  margin-bottom: 3px;
}
.create-account-form {
  margin-top: 24px;
}
.create-account-form input {
  width: 100%;
  padding: 5px 23px;
  border: 1px solid #f3f3f3;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}
.create-account-form input+input {
  margin-top: 22px;
}
.create-account-form input[type="button"] {
  background-color: #dd4276;
  border: none;
  color: #ffffff;
  padding: 15px 0;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
}
.create-account-form textarea {
	margin-top: 24px;
    width: 100%;
    padding: 15px 23px;
    border: 1px solid #f3f3f3;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}
/* create-accont-section css end */
.ptb--100 {
    /* padding: 100px 0; */
	padding-bottom: 50px;
}
/*============================================
* 1.5 Feature Area
*=============================================*/
.single-feature{
	height: 300px;
        border: 1px solid #e9e0e0;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
	-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;
}
.single-feature:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: url(../images/feature-bg.jpg) center center/cover no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: rgba(27,27,27,0.9);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature:hover:before,
.single-feature:hover:after{
    opacity: 1;
}
.single-feature .icon{
        font-size: 57px;
    color: #dd4276;
    margin-bottom: 20px;
	text-align: center;
}
.single-feature h4{
        font-size: 20px;
    font-weight: 600;
	text-align: center;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature p{
	text-align: justify;
    color: #515151;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature:hover h4{
    color: #fff;
	text-align: center;
}
.single-feature:hover p{
	color: #fff;
	text-align: center;
}
.about-padding {
    padding-top: 80px;
    padding-bottom: 10px;
}
/*============================================
* END Feature Area
*=============================================*/
hr{
	padding-bottom: 20px
}
.bold-para{
	font-weight: bold
}
/*============================================
* 1.9 Event Testimonial
*=============================================*/
.upcooming-event >h2,
.our-student-say >h2{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    color: #222222;
    margin-bottom: 70px;
    padding-bottom: 36px;
    position: relative;
}
.upcooming-event >h2:before,
.our-student-say >h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 80px;
    background-color: #dd4276;
    border-radius: 5px;
}
.event-list{}
.signle-event:first-child{
    border-top: 1px solid #d9d9d9;
}
.signle-event{
    padding: 30px 0px;
    border-bottom: 1px solid #d9d9d9;
}
.ev-left{
        float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #dd4276;
    padding: 18px 10px;
    border-radius: 4px;
    margin-right: 25px;
}
.ev-left strong{
    font-size: 35px;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.ev-left span{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
}
.ev-content{
    overflow: hidden;
}
.ev-content h2 a{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.ev-meta{}
.ev-meta span{
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    color: #515151;
    font-weight: 300;
    letter-spacing: 0;
    margin-right: 10px;
}
.ev-meta span i {
    margin-right: 5px;
}
.ev-content p{
    font-size: 16px;
    color: #515151;
    font-weight: 300;
    letter-spacing: 0;
    margin-top: 8px;
}
.our-student-say{
    position: relative;
    z-index: 1;
}
.our-student-inner:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 7px;
    border-bottom: 15px solid #222222;
}
.our-student-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px;
    border-radius: 5px;
    background: #dd4276 url(../img/pie-face.png);
}
.student-thumbnil-active{
    margin-bottom: 45px;
    padding-top: 30px;
}
.student-thumbnil-active .item{
    display: block;
    border: 3px solid #fff;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.student-thumbnil-active .center .item{
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
}
.student-thumbnil-active .item img{
    max-width: 100%;
}
.student-cmnt-active{
    padding: 0px 40px;
}
.student-cmnt-active .item{
    text-align: center;
}
.student-cmnt-active .item h4{
        font-size: 17px;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0;
    line-height: 23px;
}
.student-cmnt-active .item span{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0;
}
.student-cmnt-active .item p{
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    font-style: italic;
    margin-top: 22px;
}

.student-cmnt-active .owl-dots{
    text-align: center;
    margin-top: 40px;
}
.student-cmnt-active .owl-dot{
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0px 4px;
    display: inline-block;
}
.student-cmnt-active .owl-dot.active{
    background: #222222;
}

/*============================================
* END Event Testimonial
*=============================================*/
.pb--120 {
    padding-bottom: 120px;
}

/* Testimoial
-----------------------------------------------------------------*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 0px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    /*width: 50px;
    height: 50px;*/
    cursor: pointer;
    /*border: 1px solid #ccc;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 70px;
    height: 70px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/*Certificate*/
.demo {
    width:420px;
}
.demo ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.demo li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.demo img {
    display: block;
    height: auto;
    max-width: 100%;
}
.head-h1 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
/*  testimonial-section css start */
.shadow-effect {
            background: #fff;
            padding: 20px;
            border-radius: 4px;
            text-align: center;
    border:1px solid #ECECEC;
            box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
        }
        #customers-testimonials .shadow-effect p {
            font-family: inherit;
            font-size: 15px;
            line-height: 1.7;
            margin: 0 0 17px 0;
            font-weight: 300;
            text-align: center;
        }
        .testimonial-name {
            margin: -17px auto 0;
            display: table;
            width: auto;
            background: #dd4276;
            padding: 9px 35px;
            border-radius: 12px;
            text-align: center;
            color: #fff;
            box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
        }
        #customers-testimonials .item {
            text-align: center;
            padding: 50px;
            margin-bottom:0px;
            opacity: .2;
            -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        #customers-testimonials .owl-item.active.center .item {
            opacity: 1;
            -webkit-transform: scale3d(1.0, 1.0, 1);
            transform: scale3d(1.0, 1.0, 1);
        }
        .owl-carousel .owl-item img {
            transform-style: preserve-3d;
            max-width: 90px;
            max-height: 90px;
            margin: 0 auto 17px;
        }
        #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
            background: #dd4276;
            transform: translate3d(0px, -50%, 0px) scale(0.7);
        }
#customers-testimonials.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #dd4276;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }
        .clients-area .owl-carousel .owl-item img {
            transform-style: preserve-3d;
            max-width: 100%;
            margin: 0 auto 17px;
        }

.site-heading-testi {
    margin-top: 50px;
    overflow: hidden;
}
.site-heading-testi h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.site-heading-testi h2::before {
    background: #dd4276 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.page-title {
    background-color: #f8f9fa;
    padding-top: 40px;
}
.page-title .h2 {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.2;
}
.page-title .breadcrumbs, .page-title .woocommerce-breadcrumb {
    margin-top: 8px;
}
.woocommerce-breadcrumb, .breadcrumbs {
    color: #8f8f8f;
}
.woocommerce-breadcrumb a, .breadcrumbs a {
    color: #8f8f8f;
}
.woocommerce-breadcrumb i {
    margin: 0 8px;
}
.fa-angle-right:before {
    content: "\f105";
}
/*Course Details*/
.product-meta-info-list .meta-info-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    padding-top: 12px;
    padding-bottom: 12px;
}
.product-meta-info-list .meta-info-unit .icon{
	color: #f9a134;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
.box1{
background-color: #fff;
    padding: 1.75rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.owl-img-details{
    max-width: none;
    margin: 0px;
}
/*trending*/
.home-sidebar1 .trending-courses-items {
    background: #ffffff none repeat scroll 0 0;
    
    padding: 30px;
}
.home-sidebar1 .sidebar-item > h4 {
    background: #fff none repeat scroll 0 0;
    font-weight: 600;
    margin: 0 !important;
    padding: 19px 30px;
    text-transform: uppercase;
    color: #4c4749;
}

.home-sidebar1 .sidebar-item.latest-posts .item,
.home-sidebar1 .sidebar-item.trending-courses-box .item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.home-sidebar1 .sidebar-item.trending-courses-box .item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.home-sidebar1 .sidebar-item .item i {
    color: #dd4276;
}

.home-sidebar1 .sidebar-item .item .rating {
    color: #666666;
}

.home-sidebar1 .sidebar-item .meta {
    color: #666666;
    font-family: 'Nunito', sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}

.home-sidebar1 .sidebar-item .meta a {
    color: #666666;
}

.home-sidebar1 .sidebar-item .meta a:hover {
    color: #dd4276;
}

.home-sidebar1 .sidebar-item h4 {
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}

.home-sidebar1 .sidebar-item a:hover {
    color: #dd4276;
}

.home-sidebar1 .sidebar-item .meta span {
    float: right;
}

.home-sidebar1 .sidebar-item .meta i {
    color: #666666;
    font-weight: 500;
    margin-right: 3px;
}

.more {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.more:hover {
    color: #dd4276;
}

.home-sidebar1 .sidebar-item {
    margin-bottom: 30px;
}

.home-sidebar1 .sidebar-item:last-child {
    margin: 0;
}

.home-sidebar1 .sidebar-item.trending-courses-box .thumb,
.home-sidebar1 .sidebar-item.trending-courses-box .info {
    display: table-cell;
    vertical-align: top;
}

.home-sidebar1 .sidebar-item.trending-courses-box .thumb {
    height: 80px;
    padding-right: 0;
    width: 80px;
}

.home-sidebar1 .sidebar-item.trending-courses-box .info {
    padding-left: 15px;
}
/* Site Heading */

.emerge-heading {
    margin-bottom: 0px;
    margin-top: 10px;
    overflow: hidden;
}

.emerge-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.bg-dark .emerge-heading h2 {
    color: #ffffff;
}

.bg-dark .emerge-heading p {
    color: #cccccc;
}

.emerge-heading h2::before {
    background: #dd4276 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 59%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.emerge-heading.text-left h2::before {
    left: 0;
    margin: 0;
}
/*Course List*/
.course-list.normal-list,
.course-list .col-lg-3 {
    margin-bottom: 30px;
}
.section.lb .course-widget {
    background-color: #ffffff;
}

.course-widget {
    /*border: 1px solid #ededed;*/
    padding: 15px;
}

.course-widget .magnifier .magni-desc .secondicon {
    border-radius: 50%;
    line-height: 38px;
}

.course-widget hr {
    width: 100%;
    border-color: #ededed;
}

.course-widget .course-meta p {
    color: #aaa;
}

.course-widget .course-meta {
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 2px;
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
}

.video-wrapper .widget-title img {
    max-width: 25px;
    margin-right: 5px;
}

.video-wrapper .widget-title {
    margin-top: 20px;
}
.course-table .table {
    margin-bottom: 0 !important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.course-table tr {
    border: 1px solid #ededed;
    line-height: 1;
    vertical-align: middle;
}
.course-table .table > thead:first-child > tr:first-child > th{
	padding: 20px;
    font-weight: bold;
    color: #222222;
    border: 0;
    background-color: #fff;
    font-size: 16px;

}
.course-table .fa-play-circle, .fa-question-circle {
	color: #e74c3c !important;
}
.course-table .fa-question-circle, .course-table .fa-play-circle {
    font-size: 18px;
    margin-left: 8px;
}
.course-table .fa {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 2px;
    line-height: 25px;
}
.course-table .table > thead > tr > th, .course-table .table > tbody > tr > th, .course-table .table > tfoot > tr > th, .course-table .table > thead > tr > td, .course-table .table > tbody > tr > td, .course-table .table > tfoot > tr > td {
    border-top: 1px solid #ededed;
    line-height: 1;
    padding: 16px 20px;
    vertical-align: baseline;
    font-size: 14px
}
.course-table .fa-check {
    background-color: #92CD00;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 13px;
    text-align: center;
}
.course-table .fa-close{
	background-color: #e74c3c !important;
    border-color: #e74c3c !important;
    color: #ffffff !important;
}
.course-table .fa-close {
    background-color: #FF0000;
    color: #ffffff;
    width: 20px;
    height: 20px;
    margin-left: 13px;
    line-height: 20px;
    text-align: center;
}
.course-table .fa-question-circle, .course-table .fa-play-circle {
    font-size: 18px;
    margin-left: 8px;
}
.modal {
    position: fixed;
    z-index: 124!important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fade {
    opacity: 0;
    display: none;
    transition: opacity .15s linear;
}
.product-info-box .button{
    padding: 10px;
}

.color-black{
    color: black;
}
/*Form*/
.form-head {
    padding-bottom: 12px;
    font-size: 30px;
}
.form-control{
    height: 42px;
    background: #f8f8f8;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
        /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */

}
.product-info-box .button{
    border-color: #dd4276 !important;
}
.product-info-box .button:hover{
    background-color: #dd4276 !important;
}
.product-single-main .product-single-top-part .before-gallery-unit .icon{
    color: #dd4276 !important;
}
/* carousel */
#quote-carousel {
  padding: 0 10px 0px 10px;
  margin-top: 14px;
  text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  /*bottom: -10px;*/
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #dd4276;
  height:10px;
  width:10px;
  margin-bottom:1px;
  border: none;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.testi-course{
    padding-top: 15px;
    text-align: center;
}
b, strong{
    font-weight: bold;
    font-size: 16px !important;
}
/*Instructor*/
.courses-instructor h3 {
    margin-bottom: 40px;
}
.courses-info h3 {
    font-size: 16px;
    padding-bottom: 10px;
    background: url(../images/border_bottom.png) no-repeat left bottom;
}
.courses-instructor .instructor-single:last-child {
    border-bottom: none;
}
.instructor-single {
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e8ee;
    margin-left: inherit;
    margin-right: inherit;
}
/*Form*/
.quick-form {
    background: url(../images/register-form.jpg);
    padding: 60px 35px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
}
.quick-form-title {
    font-size: 28px !important;
}
.quick-form-title {
    width: 100%;
    color: #fff;
    font: 38px;
    text-align: center;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.color-fff {
    color: #fff;
}
.font-size-13 {
    font-size: 13px!important;
}
.small {
    font-size: 85%;
}
.quick-show-form {
    background: #fff;
    /*width: 570px;*/
    width: 550px;
    overflow: hidden;
    margin: 30px 130px 0;
    border-radius: 5px;
}
.maintence-tabs {
    width: 100%;
    overflow: hidden;
    border: 0;
}
.maintence-tabs li {
    width: 50%;
    border: 0;
    padding-bottom: 1px;
}
.maintence-tabs li.active a, .maintence-tabs li.active a:hover {
    color: #000;
    border: 0!important;
    border-bottom: 1px solid #e42a2d!important;
}
.maintence-tabs li a {
    display: inline-block;
    width: 100%;
    color: #a3a3a3;
    font: 15px;
    text-align: center;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #ededed!important;
}
.tab-content>.active {
    display: block;
}
.maintence-quick {
    overflow: hidden;
    padding: 0px 35px;
}
.wid50 {
    float: left;
}
.maintence-holder {
    margin-bottom: 14px;
    position: relative;
}
.maintence-holder p span {
    color: #e42a2d;
}
.maintence-holder input[type=text], input[type=email] {
    width: 225px;
    height: 40px;
    color: #4e4a51;
    font: 12px;
    background: #f8f8f8;
    border: 0;
    border-radius: 5px;
    padding: 0 15px;
    min-height: 42px
}
input[type=email], input[type=password], input[type=search], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.widright {
    float: right;
}   
.maintence-holder .jq-selectbox {
    width: 225px;
    height: 40px;
    background: #f8f8f8;
    border-radius: 5px;
    margin: 0;
}
.jq-selectbox {
    float: left;
    cursor: pointer;
    margin-left: 25px;
}
.maintence-holder p {
    color: #000;
    font: 14px;
    margin-bottom: 10px;
}
.maintence-textarea {
    width: 100%;
    height: 105px;
    margin-top: 15px;
    background: #f8f8f8;
    border: 0;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 15px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
pre, textarea {
    overflow: auto;
}
*, :after, :before {
    box-sizing: border-box;
}
.maintence-send {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.maintence-checkboxes span {
    display: block;
    width: 100%;
    color: #000;
    font: 15px;
    margin-bottom: 15px;
}
.jq-checkbox {
    position: relative;
    top: 2px;
}
.jq-checkbox, .lib-ava {
    margin-right: 5px;
}
.bl-request, .copyright-f a, .cursor-pointer, .jq-checkbox {
    cursor: pointer;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
*, :after, :before, input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.jq-checkbox.checked .jq-checkbox__div {
    background: url(../img/icon1.png) 50% no-repeat;
}
.jq-checkbox .jq-checkbox__div {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    position: relative;
}
.jq-checkbox {
    position: relative;
    top: 2px;
}
.jq-checkbox, .lib-ava {
    margin-right: 5px;
}
.bl-request, .copyright-f a, .cursor-pointer, .jq-checkbox {
    cursor: pointer;
}
.maintence-checkboxes input[type=checkbox] {
    margin-right: 3px;
    /*position: relative;*/
    top: 1px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.maintence-btn-arrow {
    font: 16px;
}
.maintence-btn {
    float: right;
    /*width: 240px;
    height: 60px;*/
    width: 130px;
    height: 45px;
    color: #fff;
    font: 18px;
    background: #e42a2d;
    border-radius: 30px;
    border: 0;
}
.viewrequestcallback {
    background: rgba(46, 148, 222, 0.4);
}
.modal {
    position: fixed;
    z-index: 124!important;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fade {
    opacity: 0;
    display: none;
    transition: opacity .15s linear;
}
.maintence-holder input[type=text], input[type=email] {
    /*width: 225px;*/
    height: 40px;
    color: #4e4a51;
    font: 12px;
    background: #f8f8f8;
    border: 0;
    padding: 0 15px;
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    background: #f8f8f8;
    height: 50px;
    width: 100%;
    padding: 0 15px;
   
}
input[type=email], input[type=password], input[type=search], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.maintence-checkboxes {
   /* float: left;*/
    width: 50%;
}
.maintence-holder .jq-selectbox .jq-selectbox__select {
    width: 225px;
    height: 40px;
}
.jq-selectbox__select {
    width: 220px;
    height: 52px;
    padding-right: 45px;
    border: none;
    color: #231f20;
    font: 14px;
    transition: .2s ease-in-out;
    background: 0 0;
    line-height: 52px;
}
.jq-file__name, .jq-selectbox__select-text, .jq-selectbox li {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.maintence-holder .jq-selectbox .jq-selectbox__trigger {
    top: -5px;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 34px;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 1px;
    right: 15px;
    width: 9px;
    height: 6px;
    font-size: 6px;
}
.jq-selectbox__trigger-arrow:after {
    content: "\e900";
    font-family: icomoon!important;
    color: #7e7e7e;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jq-selectbox__dropdown {
    right: 0 !important;
}
.jq-selectbox__dropdown {
    top: 62px;
    width: 100%;
    color: #b4b3b5!important;
    font: 13px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px 5px rgba(0,0,0,.07);
}
.jq-selectbox__dropdown, .traning-box {
    -webkit-box-shadow: 0 0 35px 5px rgba(0,0,0,.07);
    -moz-box-shadow: 0 0 35px 5px rgba(0,0,0,.07);
}
.jq-selectbox__dropdown ul {
    max-height: 180px!important;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    padding: 12px !important;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 12px 12px!important;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}
.jq-file__name, .jq-selectbox__select-text, .jq-selectbox li {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.maintence-checkboxes label {
    color: #4e4a51;
    font: 15px;
    margin-right: 15px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.badge, .label, dt, kbd kbd, label {
    font-weight: 700;
}
.pb-70 {
    padding-bottom: 40px;
    padding-top: 70px;
}
.maintence-holder label {
    color: #000;
    padding-bottom: 3px;
    font-weight: 600px !important;
}
.maintence-holder label span{
    color: red;
}
.maintence-tabs li.active a, .maintence-tabs li.active a:hover{
    font-weight: bold;
}
.check-box{
    bottom: -8px;
}
.btn.focus, .btn:focus, .btn:hover{
        color: #fff !important;
}
.ord-list{
    padding-left: 40px;
    font-size: 15px
}
.ord-list-type1{
    padding-left: 20px;
}
.login-user{
    width: 100%;
    background: white;
    border: 1px solid black;
}
/*Cart*/
.pb-100 {
    padding-bottom: 100px;
}
/* 21. cart */
.cart-name h4 {
  font-weight: 500;
}

.cart-name h4 a {
  color: #414149;
  font-size: 14px;
}

.cart-name h4 a:hover {
  color: #ff3b2f;
}

.cart-price span {
  color: #777777;
  font-size: 17px;
}

.cart-select .nice-select {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  float: none;
  margin: auto;
  /*width: 60px;*/
}
.nice-select {
     -webkit-tap-highlight-color: transparent;
     background-color: #fff;
     border-radius: 5px;
     border: solid 1px #e8e8e8;
     box-sizing: border-box;
     clear: both;
     cursor: pointer;
     display: block;
     float: left;
     font-family: inherit;
     font-size: 14px;
     font-weight: normal;
     height: 42px;
     line-height: 40px;
     outline: none;
     padding-left: 18px;
     padding-right: 30px;
     position: relative;
     text-align: left !important;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     white-space: nowrap;
     width: auto;
}
 .nice-select:hover {
     border-color: #dbdbdb;
}
 .nice-select:active, .nice-select.open, .nice-select:focus {
     border-color: #999;
}
 .nice-select:after {
     border-bottom: 2px solid #999;
     border-right: 2px solid #999;
     content: '';
     display: block;
     height: 5px;
     margin-top: -4px;
     pointer-events: none;
     position: absolute;
     right: 12px;
     top: 50%;
     -webkit-transform-origin: 66% 66%;
     -ms-transform-origin: 66% 66%;
     transform-origin: 66% 66%;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     -webkit-transition: all 0.15s ease-in-out;
     transition: all 0.15s ease-in-out;
     width: 5px;
}
 .nice-select.open:after {
     -webkit-transform: rotate(-135deg);
     -ms-transform: rotate(-135deg);
     transform: rotate(-135deg);
}
 .nice-select.open .list {
     opacity: 1;
     pointer-events: auto;
     -webkit-transform: scale(1) translateY(0);
     -ms-transform: scale(1) translateY(0);
     transform: scale(1) translateY(0);
}
 .nice-select.disabled {
     border-color: #ededed;
     color: #999;
     pointer-events: none;
}
 .nice-select.disabled:after {
     border-color: #cccccc;
}
 .nice-select.wide {
     width: 100%;
}
 .nice-select.wide .list {
     left: 0 !important;
     right: 0 !important;
}
 .nice-select.right {
     float: right;
}
 .nice-select.right .list {
     left: auto;
     right: 0;
}
 .nice-select.small {
     font-size: 12px;
     height: 36px;
     line-height: 34px;
}
 .nice-select.small:after {
     height: 4px;
     width: 4px;
}
 .nice-select.small .option {
     line-height: 34px;
     min-height: 34px;
}
 .nice-select .list {
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
     box-sizing: border-box;
     margin-top: 4px;
     opacity: 0;
     overflow: hidden;
     padding: 0;
     pointer-events: none;
     position: absolute;
     top: 100%;
     left: 0;
     -webkit-transform-origin: 50% 0;
     -ms-transform-origin: 50% 0;
     transform-origin: 50% 0;
     -webkit-transform: scale(0.75) translateY(-21px);
     -ms-transform: scale(0.75) translateY(-21px);
     transform: scale(0.75) translateY(-21px);
     -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
     transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
     z-index: 9;
}
 .nice-select .list:hover .option:not(:hover) {
     background-color: transparent !important;
}
 .nice-select .option {
     cursor: pointer;
     font-weight: 400;
     line-height: 40px;
     list-style: none;
     min-height: 40px;
     outline: none;
     padding-left: 18px;
     padding-right: 29px;
     text-align: left;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
}
 .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
     background-color: #f6f6f6;
}
 .nice-select .option.selected {
     font-weight: bold;
}
 .nice-select .option.disabled {
     background-color: transparent;
     color: #999;
     cursor: default;
}
 .no-csspointerevents .nice-select .list {
     display: none;
}
 .no-csspointerevents .nice-select.open .list {
     display: block;
}
.cart-table table {
  width: 100%;
}
.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #dee2e6;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.cart-table .table-bordered td, .cart-table .table-bordered th {
  border: 1px solid #dee2e6;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.cart-del > a {
  color: #777777;
}

.coupon-left input {
  border: 1px solid #ddd;
  height: 38px;
  padding: 0 15px;
  width: 50%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 43px
}

.coupon-left button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e24e66;
  background: #e24e66;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  padding: 8px 35px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: .3s;
}

.update-cart > a {
  border: 1px solid #91399c;
  background: #91399c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  padding: 8px 25px;
}

.update-cart > a:hover,.coupon-left button:hover {
  background: #ad253b;
  border-color: #ad253b;
  color: #fff;
}

.cart-total-price > ul {
  border: 1px solid #ddd;
}

.cart-total-price li {
  border-bottom: 1px solid #ddd;
  padding: 12px 28px;
  font-weight: bold;
}

.cart-total-price li:last-child {
  border: 0;
}

.cart-total-price span {
  float: right;
}
.cart-total-price > ul {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.cart-table.table-responsive {
}
.mt-20 {
    margin-top: 20px;
}
.pt-100 {
    padding-top: 100px;
}
@media (min-width: 992px){
.text-lg-right {
    text-align: right!important;
}
}
.mb-20 {
    margin-bottom: 20px;
}
.brand a{
    margin-top: 20px;
    border-color: #e24e66;
    background: #e24e66;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
}
.btn.brand-btn:hover{
    border-color: #ad253b;
    background: #ad253b;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
}
.rating{
    color: #ff9001;
}
/*Key Features*/
section.course-director-bg {
    background: #fff;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 25px
}
@media (min-width: 768px)
section.course-director-bg {
    background: #f8f8f8;
    margin-top: 0;
    padding-top: 20px;
}
.new-course-wraper .banner_container {
    padding-left: 15px;
}
.course-dir-accr {
    margin-top: 16px;
}
.course-key-sect .accred-new, .text-center {
    text-align: center;
}
.new-course-wraper .accred_div_card a img{
    width: 100%;
}
.new-course-wraper .accred_div_card a:last-child {
    margin-right: 0;
}
.new-course-wraper .accred_div_card .accred_title {
    font-size: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.fa{
    color: #e24e66;
    /*color: #ffffff;*/
    font-size: 20px !important;
}
.us-phone-number {
    padding: 20px;
}
.us-phone-number p {
    margin-bottom: 0;
}
.default-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .5px;
    color: rgba(0,0,0,.8);
}
.us-phone-number h3 {
    margin: 0;
    font-size: 20px;
}
.us-phone-number span {
    right: 25px;
}
.us-phone-number span:before {
    left: -25px;
}
.team-licences {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-bottom: 20px;
    z-index: 0;
}
.team-licences h6 {
    width: calc(100% - 44px);
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    font-weight: 400;
}
.team-licences .write-review {
    float: none;
    padding: 0;
    display: block;
    padding-left: 44px;
}
.course-details-container .write-review a {
    font-size: 16px;
    font-weight: 400;
}
.course-block-links h4 {
    margin: 0;
    line-height: 50px;
    background: #6d7ea1;
    color: #fff;
    text-align: center;
    border: 1px solid #6d7ea1;
}
.bg-heading-label, .heading-label {
    font-size: 18px;
    line-height: 1.3;
    color: rgba(10,9,9,.9);
    font-weight: 400;
}
.course-block-links .inner_block_wrapper {
    border: 1px solid #edeff1;
}
.course-block-links .inner_block_wrapper {
    padding: 20px;
    border-bottom: 1px solid #edeff1;
    /*text-align: center;*/
    background: #fff
}
.course-block-links .master-block img {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.course-block-links .master-block a {
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.course-block-links span.masters-include {
    color: #494f55;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.course-block-links img {
    width: 68px;
}
.course-block-links a.explore_link {
    color: #e24e66;
    font-size: 14px;
    display: block;
    margin: 15px 0 5px;
    text-align: center;
    width: 100%;
}
.course-block-links .master-block .link-14sp, .course-block-links .master-block .link-grey, .course-block-links .master-block a {
    width: 100%;
    text-align: center;
    margin-left: 0;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    color: #dd4276 !important;
}
.page-title1 {
    background-color: #fff;
}
.page-title1 .h2 {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 20px;
}
.new-course-wraper .accred_div_card a img {
    max-width: 165px;
}
.sub-heading {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(10,9,9,.9);
    padding-bottom: 30px;
    padding-top: 26px
}
.pricing-item1{
    background: #dd4276;
    padding: 10px;
}
.pricing-item1 h4{
    color: #ffffff;    
    padding-top: 6px;
}
.default-padding-course {
    padding-top: 80px;
    /*padding-bottom: 30px;*/
}
.fa{
    padding-right: 12px;
}
.enquiry-now{
    padding: 7px; 
    color: #000;    
    margin-top: -14px;
}
/**/
section.new-course-banner-bg {
    background: url(../images/itil-pict.jpeg) center center/cover no-repeat #042175;
}
.banner_container {
    position: relative;
}
@media (min-width: 768px){
.new-course-wraper .main_outer_wrap {
    display: table;
}
}
.default-padding-course-banner{
    padding-top: 100px;
    padding-bottom: 80px
}
.new-course-wraper .main_outer_wrap .course-descrip-wraps {
    width: 100%;
}
.new-course-wraper .course-banner h1{
    color: #fff;
}
h2.courepage-intro-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
fa-star{
    color: #f57433;
}
.pl{
    padding-left: 30px;
    text-indent: -1em;
    line-height: 20px;
}
ul a {
  list-style-position: outside;
}
.white{
    color: #fff;
}
.product-meta-info-list .meta-info-unit1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px;
}
.bb{
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 12px
}
.woocommerce-breadcrumb a, .breadcrumbs a{
    color: #fff !important;
}
.woocommerce-breadcrumb, .breadcrumbs{
    color: #fff !important;
    padding-bottom: 6px
}
.head1{
    line-height: 0.3;padding-top: 20px;
}
.error{
    color: #f70909 !important;
}

/*Cart, Login, Register*/
@media only screen and (max-width: 768px){
.breadcrumb-area-1 {
    padding: 4px 0 80px;
}
.shadow-1.dark-1::after {
    height: 0% !important;
}
}
@media only screen and (min-width: 850px) and (max-width: 991px) {
    .breadcrumb-area-1 {
    padding: 4px 0 80px;
}
.shadow-1.dark-1::after {
    height: 0% !important;
}
}

.breadcrumb-area-1 {
    padding: 0px 0 113px ;
}
.shadow-1.dark-1::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 14.7%;
    left: 0;
    /*opacity: 0.5;*/
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.brand .a {
    margin-top: 20px;
    border-color: #e24e66;
    background: #e24e66;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
}
.pd-tp-50{
    padding-top: 50px;
    padding-bottom: 60px;
}
/*Index page course*/
.course_block .img_wrap img{
    height:188px;
}
/*Inner page Testimonial*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 90px;
    line-height: 1;
    width: 90px;
}
.fa-check-double:before {
    content: "\f560";
    color: #e24e66;
}
.single-feature p {
    text-align:center;
}
.single-feature .read  {
    color: #e2001c;
}
.single-feature:hover a {
     color: #e2001c;
}
.pd-top-100{
    padding-top:100px;
    padding-bottom:50px;
}
.it-cons-col{
        background: #dd4276;
    color: #fff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
        border-radius: 5px;
        
}

/*============================================
* 1.5 Feature Area
*=============================================*/
.single-feature1{
	height: 300px;
        border: 1px solid #e9e0e0;
    padding: 45px 35px;
    position: relative;
    z-index: 1;
	-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;
}
.single-feature1:hover:before,
.single-feature:hover:after{
    opacity: 1;
}
.single-feature1 .icon{
        font-size: 57px;
    color: #dd4276;
    margin-bottom: 20px;
	text-align: center;
}
.single-feature1 h4{
        font-size: 20px;
    font-weight: 600;
	text-align: center;
    color: #222222;
    letter-spacing: 0;
    margin-bottom: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature1 p{
	text-align: center;
    color: #515151;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-padding {
    padding-top: 80px;
    padding-bottom: 10px;
}
.single-feature1 .read{
    color:#dd4276;
    font-weight: bold;
        font-size: 15px;
}
.single-feature1 .read:hover {
    background: #dd4276;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
}
.modal-title{
        font-weight: bold;
    color: #dd4276;
}
.wpbwrapper ul{
    list-style-type:inherit;
    margin-left:25px;
}
.reg-form-st{
    background: #002147;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 19px;
    color: white;
}
.fo-sub{
    
    text-align: center;
    margin:auto;
    border-radius:50px !important;
}
.blog-area .blog-items .info h3 {
    /* line-height: 0.7; */
    padding-top: 12px;
    padding-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
}
.modal-body img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}
button.close.btn_close {
    position: absolute;
    right: 76px;
    top: 9px;
    /*background: #fff;*/
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: bold;
}
.modal-backdrop{
  opacity:0; transition:opacity .2s;
}
.modal-backdrop.in{
  opacity:.7;
}
.blog-items .blog-content .item-box ol{
    margin-left: 40px;
}
.blog-items .item-box strong a{
        color: #f5193d;
}
.blog-items .item-box strong a:hover{
        color: #d9344f;
}
.blog-items .item-box a strong{
        color: #f5193d;
}
.blog-items .item-box a strong:hover{
        color: #d9344f;
}
.form-2
{
    margin-left: 10px;
}
.b-0
{
    border: 1px solid #e7e7e7;
    border-radius: 0 !important;
    height: 48px !important;
}