/* ----------------------------------

Template Name: Educates - Education and LMS Template
Author: validtheme
Description:
Version: 1.5

Main Font    : Poppins
Main Color   : var(--color-primary)

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Left
        - Navbar Right
        - Side Navbar
    03. Slider
        - Zoom Slider
        - Animation Slider
        - Default Slide
    04. About Area
    05. Why Chose Us Area
    06. Pricing Table
    07. Search Courses Area
    08. Featured Courses Area
    09. Popular Courses
    10. Course Category
    11. Fun Factor
    12. Advisor Area
    13. Event
        - Mixed Colum
        - Grid Colum
        - Event Slider
    14. Clients Area
    15. Registration & Faq
    16. Portfolio
    17. Blog
        - Left Sidebar
        - Right Sidebar
        - Grid Colum
        - Blog Standard
    18. Concat Area
    19. Error 404
    20. Footer
        - Image Background
        - Solid Background
    21. PHP Contact Form
    22. Others

*/



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300,400,500,600,700&amp;display=swap');

/* Varialbes */
:root {
  --font-default: 'Open Sans', sans-serif;
  --font-heading: 'Poppins', sans-serif;
  --fontawesome: "Font Awesome 5 Pro";
  --black: #000000;
  --dark: #002147;
  --dark-secondary: #022b6d;
  --white: #ffffff;
  --color-primary: #ffb606;
  --color-secondary: #ff9800;
  --color-secondary: #0b57e3;
  --color-heading: #0e0e0e;
  --color-paragraph: #666666;
  --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
  --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
  --bg-gray: #f9f9f9;
}

@media only screen and (max-width:480px) {

  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
}

/*
** Template default css
*/


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.wrapper {
  height: 100%;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}


body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: var(--white);
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}


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: var(--color-heading);
  line-height: 1.8;
  margin: 0 0 4px;
  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: var(--bg-gray);
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  list-style-type: none;
}

ul,
li {
  margin: 0;
  padding: 0;

}

b {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.row {
  --bs-gutter-x: 30px;
}


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: var(--font-heading);
}

b,
strong {
  font-weight: 600;
}

.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: 56px;
}

/* 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: var(--bg-gray);
}

.bg-gray-hard {
  background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
}

.bg-light {
  background-color: var(--white) !important;
}

.bg-theme {
  background-color: var(--color-primary);
}

.color-yellow .bg-theme {
  background-color: var(--color-secondary);
}

.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: var(--white);
}

.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: #002147 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: var(--white) 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: var(--color-primary) 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: var(--color-secondary) none repeat scroll 0 0;
}

.shadow.theme-hard::after {
  background: var(--color-primary) 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: var(--color-secondary) none repeat scroll 0 0;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 79px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 70px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 80px;
}

.padding-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (min-width: 1200px) {
  .item-flex {
    display: flex;
  }

}

.item-flex.center {
  align-items: center;
}


.btn {
  display: inline-block;
  font-family: var(--font-heading);
  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 var(--white);
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: var(--white);
  color: #002147;
  border: 2px solid var(--white);
}

.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: var(--white);
  border: 2px solid #002147;
}

.btn-dark.border {
  background-color: transparent;
  color: #002147;
  border: 2px solid #002147;
}

.btn-dark.border:hover {
  background-color: #002147;
  color: var(--white) !important;
  border: 2px solid #002147;
}

.btn.btn-light {
  background: var(--white) none repeat scroll 0 0;
  border: 2px solid var(--white);
  color: #002147;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid var(--white);
  color: var(--white);
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
  background-color: var(--color-primary);
  color: var(--white) !important;
  border: 2px solid var(--color-primary);
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid var(--white);
  color: var(--white);
}

.btn.btn-light.border:hover {
  background: var(--white) none repeat scroll 0 0 !important;
  border: 2px solid var(--white) !important;
  color: #002147 !important;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #002147 !important;
  background: transparent;
}

.bg-dark {
  background: #002147 none repeat scroll 0 0 !important;
}

.bg-gradient {
  background: linear-gradient(90deg, rgba(0, 33, 71, 1) 0%, rgba(14, 32, 173, 1) 100%);
}

.btn-theme,
.button-theme {
  background-color: var(--color-primary);
  color: #002147 !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.border {
  background-color: transparent;
  color: var(--color-primary) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.border:hover {
  background-color: var(--color-primary);
  color: var(--white) !important;
  border: 2px solid var(--color-primary);
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #ffd134 none repeat scroll 0 0;
  border: 2px solid #ffd134;
  color: var(--white) !important;
}

.button-theme:hover,
.button-theme:focus {
  background: #ffd134 none repeat scroll 0 0;
  color: var(--white) !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: var(--white) 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: var(--color-primary);
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}

.button-sm {
  border: medium none;
  font-family: var(--font-heading);
  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 var(--white);
  color: var(--white) !important;
}

a.btn-icon {
  background: #f1f1f1 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: var(--color-primary);
  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;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  border: none;
}

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: var(--white) 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: var(--color-primary) none repeat scroll 0 0;
  border: 2px solid var(--color-primary);
  color: var(--white) !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: var(--color-primary);
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

nav.navbar.bootsnav.navbar-transparent.pad-top {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 63px;
}

/* ============================================================== 
     # Topbar 
=================================================================== */
.top-bar-area {
  padding: 10px 0;
  overflow: hidden;
}

.top-bar-area {
  padding: 10px 0;
}

.top-bar-area .user-login a {
  background: var(--color-primary) 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: var(--font-heading);
  margin-right: 18px;
  padding-right: 20px;
  color: var(--white);
  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: var(--white);
}

.top-bar-area .menu li a:hover {
  color: var(--color-primary);
}

.top-bar-area.bg-theme .menu li a:hover {
  color: var(--white);
}

.top-bar-area .menu li::before {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 1px;
}

.top-bar-area.bg-theme .menu li::before {
  background: #002147;
}

.top-bar-area .menu li:first-child {
  margin: 0;
  padding: 0;
}

.top-bar-area .menu li:first-child::before {
  display: none;
}

.top-bar-area .menu {
  padding: 8px 0;
}

.top-bar-area .row.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}


.top-bar-area .simple-link a {
  margin-left: 20px;
}

.top-bar-area .simple-link a:first-child {
  margin-left: 0;
}

.top-bar-area .simple-link a i {
  margin-right: 3px;
}

.top-bar-area .simple-link {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.top-bar-area .simple-link::after {
  position: absolute;
  top: -30px;
  content: "";
  height: 100px;
  width: 800px;
  background: var(--color-primary);
  left: 0;
  z-index: -1;
  transform: skew(25deg);
}

.top-bar-area .simple-link a {
  color: #232323;
}

/* Site Heading */

.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
  overflow: hidden;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.bg-dark .site-heading h2 {
  color: var(--white);
}

.bg-dark .site-heading p {
  color: #cccccc;
}

.site-heading h2::before {
  background: var(--color-primary) 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: var(--color-primary) 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: var(--color-primary);
  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-weight: 600;
  margin-bottom: 20px;
  font-size: 40px;
}

.breadcrumb>li+li::before {
  color: var(--color-primary);
  content: "";
  position: absolute;
  top: 50%;
  height: 8px;
  width: 8px;
  border: 1px solid;
  border-radius: 50%;
  transform: translateY(-50%);
  left: -6px;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-heading);
  display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
  color: #cccccc;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 10px;
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.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;
  transition: all 0.35s ease-in-out;
}

.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: var(--white);
  text-shadow: inherit;
  box-shadow: none !important;
}

.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: 70px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
  margin-top: -8px;
}

.banner-area.text-normal.banner-style-four h1 {
  font-size: 60px;
}

.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: var(--color-primary);
}

.banner-area.text-normal.less-paragraph h1 {
  margin-bottom: 15px;
  margin-top: 0;
}

.banner-area.text-normal.banner-style-one h1 {
  font-size: 60px;
}

.banner-area.text-normal a {
  margin-top: 15px;
}

.banner-area .col-md-10.col-md-offset-1 p {
  padding: 0 10%;
}

.banner-area.text-small h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-area.text-small a {
  margin-top: 15px;
}

.banner-area.text-small p {
  font-size: 16px;
}

.banner-area.text-dark p {
  color: #002147;
}

.banner-area form {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 50px auto auto;
}

.banner-area form input {
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  min-height: 60px;
  padding: 15px 30px;
}

.banner-area form button {
  background: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: var(--font-heading);
  font-weight: 500;
  height: 50px;
  margin: 0 !important;
  padding: 0 30px;
  position: absolute;
  right: 5px;
  text-transform: capitalize;
  top: 5px;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}


.banner-area.text-default .content h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.banner-area.text-default .content a {
  margin-top: 15px;
}

.banner-area.text-default .content h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 0.6px;
}

.banner-area.banner-box {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  border-radius: 10px;
}

.banner-area.banner-box .thumb img {
  margin-top: 50px;
}

.banner-area.banner-box .content {
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area.banner-box .content {
    padding: 0;
    padding-top: 100px;
  }
}

/* Banner Standard */
.banner-area.standard .thumb {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  margin-bottom: 120px;
}

.banner-area.standard .thumb img:first-child {
  max-width: 70%;
}

.banner-area.standard .thumb img:nth-child(2) {
  position: absolute;
  width: 200px;
  bottom: -120px;
  margin-left: 30px;
}

.banner-area.standard .thumb img {
  border-radius: 8px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.banner-area.standard .thumb .join {
  position: absolute;
  right: -50px;
  top: 50px;
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 25px 35px;
  border-radius: 10px;
}

.banner-area.standard .thumb .join .fun-fact {
  background: transparent;
  box-shadow: inherit !important;
  padding: 0;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}

.banner-area.standard .thumb .join i {
  display: inline-block;
  font-size: 60px;
  color: var(--color-primary);
  margin-right: 15px;
}

.banner-area.standard .thumb .join h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
}

.banner-area.standard .thumb .join .fun-fact span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}


.banner-area.standard .thumb::after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  content: "";
  height: 450px;
  width: 450px;
  border: 80px solid var(--white);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.banner-area.standard form {
  margin: 0;
  margin-top: 40px;
}

.banner-area.standard form input {
  border-radius: 5px;
}

.banner-area.standard form button {
  background: transparent;
}

.banner-area.standard .content-box h1 {
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 35px;
}

.banner-area.standard {
  padding-top: 60px;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ============================================================== 
     # 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: var(--white);
}

.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.item-block .info {
  margin-top: 30px;
}

.about-area .info>a {
  margin-top: 10px;
}

.seperator .border {
  margin-bottom: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  float: left;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid rgba(20, 23, 28, 0.1) !important;
}

.about-area .our-features .item .icon {
  padding-right: 15px;
}

.about-area .our-features .item .icon i {
  display: inline-block;
  font-size: 80px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.about-area.inc-trending-courses .our-features .item .icon i {
  display: inline-block;
}

.about-area .our-features.text-light .item .icon i {
  color: var(--white);
}

.about-area .our-features.inc-counter .item .info h4 {
  margin: 0;
  text-transform: uppercase;
}

.about-area .our-features.inc-counter .item .info .timer {
  color: var(--white);
  display: block;
  font-family: var(--font-heading);
  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 {
  margin-top: 60px;
}

.about-area .our-features .item .info a {
  color: var(--color-heading);
  text-transform: uppercase;
}

.about-area .our-features.text-light .item .info a {
  color: var(--white);
}

.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: var(--color-primary) 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: var(--color-primary) 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: var(--color-heading);
  font-size: 18px;
  text-transform: uppercase;
}

.about-area .info h1 span,
.about-area .info h2 span {
  color: var(--color-primary);
}

.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;
}



/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  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: 50px;
  line-height: 50px;
  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: 100%;
  margin-bottom: 15px;
  z-index: 1;
}

.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);
  overflow-y: auto !important;
  height: 200px;
}

.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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  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;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}


.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # Register
=================================================================== */
.course-offer-area .offer-box .row {
  display: flex;
  align-items: center;
}

.course-offer-area .offer-box .thumb {
  padding-right: 35px;
}

.course-offer-area .offer-box .info h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.course-offer-area .offer-box .info h4 {
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-heading);
}

.course-offer-area .offer-box .info .item {
  float: left;
  width: 25%;
  margin-top: 25px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 16px;
}

.course-offer-area .offer-box .info .item span {
  display: block;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 8px;
  color: #232323;
  font-weight: 700;
}

.course-offer-area .offer-box .info a {
  margin-top: 30px;
}


/* ============================================================== 
     # What you learn
=================================================================== */

.what-learn-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.what-learn-area::after {
  position: absolute;
  right: -120px;
  top: 300px;
  content: "";
  height: 500px;
  width: 70%;
  background: var(--white);
  z-index: -1;
  transform: rotate(-20deg);
  opacity: 0.07;
}

.what-learn-area .row>.info {
  padding-right: 35px;
}

.what-learn-area .info h2 {
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
}

.categories_wrap {
  /* z-index: 1000; */
  /* margin-top: -70px; */
  position: relative;
}

.categories-course {
  background: #3ab64c;
  padding: 15px;
  text-align: center;
  border-radius: 12px;
}

.categories-course h4 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.categories-course h4:before {
  content: "";
  background: #fff;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
}

.categories-course p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.coure-icon-inner {
  width: 97px;
  height: 97px;
  background: var(--bg-gray);
  text-align: center;
  line-height: 88px;
  border-radius: 100%;
  display: inline-block;
}

.cours-icon {
  margin-bottom: 30px;
  /* margin-top: -80px; */
}

.categories_wrap ul li:nth-child(1) .categories-course {
  background: #f0aa00;
}

.categories_wrap ul li:nth-child(2) .categories-course {
  background: #ff002a;
}

.categories_wrap ul li:nth-child(3) .categories-course {
  background: #003d69;
}

.categories_wrap ul li:nth-child(4) .categories-course {
  background: #3db2d5;
}

.wp-block-yoast-faq-block .schema-faq-section {
  border: 2px solid #335548;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

body .schema-faq-question {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 65px 20px 20px;
  font-weight: bold;
  font-size: 20px;
}

body .schema-faq-question:after {
  position: absolute;
  content: "+";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #335548;
  line-height: 1;
  border-radius: 50%;
  font-size: 25px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #335548;
}

body .schema-faq-section.active .schema-faq-question:after {
  content: "-";
  align-items: normal;
  font-size: 30px;
  line-height: 17px;
}

body .schema-faq-question:hover {
  background: #eee;
  border-radius: 8px;
}

body .schema-faq-section.active .schema-faq-question {
  background: #eee;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

body .schema-faq-answer {
  display: none;
  margin: 20px 0 20px;
  padding: 0 20px;
}


.single-item {
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-bottom-width: 5px;
  border-bottom-color: #003399;
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  margin-bottom: 10px !important;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.42);
  margin-left: 30px;

}

.what-learn-area .info p {
  margin-bottom: 0;
}

.what-learn-area .single-item {
  margin-top: 30px;
}

.what-learn-area .categories {
  margin-top: -30px;
}

.what-learn-area .categories i {
  display: inline-block;
  color: #10c45c;
  font-size: 45px;
  margin-bottom: 25px;
}

.what-learn-area .categories .single-item:nth-child(2) i {
  color: #e948ae;
}

.what-learn-area .categories .single-item:nth-child(3) i {
  color: #f9bd44;
}

.what-learn-area .categories h4 {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}

.what-learn-area .categories span {
  text-transform: uppercase;
  font-size: 10px;
  background: #f1f1f1;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 20px;
  font-weight: 600;
}


/* ============================================================== 
     # 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: 120px 50px;
  padding-right: 120px;
}

.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: var(--color-primary);
  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: var(--white);
  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: var(--color-heading);
}

.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: var(--white) 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: var(--color-primary) none repeat scroll 0 0;
}

.pricing-area .pricing-item h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 10px;
}

.pricing-area .pricing-item h2 {
  color: #03173d;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -1px;
  color: var(--white);
  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: var(--color-primary) none repeat scroll 0 0;
  border-radius: inherit;
  font-family: var(--font-heading);
  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: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  font-family: var(--font-heading);
  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: var(--white);
  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: var(--color-primary);
  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: var(--color-primary);
}

.featured-courses-area .bottom-info .item span {
  color: var(--color-heading);
  font-family: var(--font-heading);
  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: var(--color-primary);
  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: 105px;
}

.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: var(--white) 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: var(--color-heading);
  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: var(--white) none repeat scroll 0 0;
  color: var(--color-primary);
}

.featured-courses-area .featured-courses-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.featured-courses-area .thumb {
  overflow: hidden;
  position: relative;
}

.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: var(--color-primary) 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: var(--white) 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: var(--white);
}

.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: var(--color-primary);
}

.home-sidebar .sidebar-item .item .rating {
  color: var(--color-heading);
}

.home-sidebar .sidebar-item .meta {
  color: var(--color-heading);
  font-family: var(--font-heading);
  margin-top: 10px;
  text-transform: uppercase;
}

.home-sidebar .sidebar-item .meta a {
  color: var(--color-heading);
}

.home-sidebar .sidebar-item .meta a:hover {
  color: var(--color-primary);
}

.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: var(--color-primary);
}

.home-sidebar .sidebar-item .meta span {
  float: right;
}

.home-sidebar .sidebar-item .meta i {
  color: var(--color-heading);
  font-weight: 500;
  margin-right: 3px;
}

.more {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.more:hover {
  color: var(--color-primary);
}

.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: var(--white);
  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: var(--color-primary) 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: var(--color-primary) 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: var(--white);
}

.video-play-button:hover:after {
  background-color: var(--color-primary);
}

@-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: var(--color-primary) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 30px;
}

.video-area h2::before {
  background: var(--color-primary) 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: var(--white) none repeat scroll 0 0;
  overflow: hidden;
  padding: 16px;
}

.popular-courses-items .thumb .price {
  background: #f4f4f4 none repeat scroll 0 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  font-family: var(--font-heading);
  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 {
  margin-bottom: 25px;
}

.popular-courses .author-info .rating span {
  color: var(--color-heading);
}

.popular-courses-items .author-info .others .rating i {
  color: var(--color-primary);
}

.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;
  text-align: center;
}

.popular-courses-items .info .cats a {
  color: var(--color-heading);
  display: inline-block;
  padding-right: 7px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.popular-courses-items .info .cats {
  margin-bottom: 15px;
}

.popular-courses-items .info .cats a::after {
  bottom: 0;
  content: ",";
  font-size: 20px;
  position: absolute;
  right: 0;
  font-family: "Times New Roman";
}

.popular-courses-items .info .cats a:last-child::after {
  display: none;
}

.popular-courses-items .info .cats i {
  margin-right: 3px;
  color: var(--color-heading);
}

.popular-courses-items .info h4 a:hover {
  color: var(--color-primary);
}

.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: var(--color-primary) 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: var(--font-heading);
  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: var(--white) !important;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.default-padding.carousel-shadow {
  padding-bottom: 105px;
}

.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: var(--white) 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: var(--color-heading);
  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: var(--white) none repeat scroll 0 0;
  color: var(--color-primary);
}

.popular-courses .popular-courses-items .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.popular-courses-items .thumb .best-seller-badge {
  background: var(--color-primary) none repeat scroll 0 0;
  font-family: var(--font-heading);
  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 var(--color-primary);
  border-right: 23px solid transparent;
  border-top: 23px solid var(--color-primary);
  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: var(--font-heading);
  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: var(--white);
  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: var(--color-heading);
  text-transform: capitalize;
}

.course-details-area .course-details-info .course-meta .item span {
  color: var(--color-heading);
}

.course-details-area .course-details-info .course-meta .item i {
  color: var(--color-primary);
}

.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 button {
  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;
  color: var(--color-heading);
}

.course-details-area .tab-info .nav-pills li button.active {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #002147;
}

.course-details-area .tab-info .nav-pills {
  margin-bottom: 25px;
  border: none;
}

.course-details-area .tab-content .info h4 {
  font-weight: 500;
  text-transform: uppercase;
}

.course-details-area .tab-content .info h4 button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.course-details-area .tab-content .info h4 button::after {
  background: transparent;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 25px;
  position: absolute;
  top: 22px;
  right: 25px;
}

.course-details-area .course-details-info .course-list-items .panel-heading a {
  background: var(--white) 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: var(--font-heading);
  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: var(--color-primary);
}

.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: var(--white);
  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: var(--color-primary);
  display: block;
  font-family: var(--font-heading);
  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: var(--font-heading);
  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: var(--color-primary) 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: var(--color-heading);
  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: var(--color-primary) 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: var(--color-primary) 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: var(--white);
  font-family: var(--font-heading);
  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: var(--color-primary) none repeat scroll 0 0;
  border: none;
}

.course-details-area .sidebar .sidebar-item.category li a {
  color: var(--color-heading);
  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: var(--color-heading);
}

.course-details-area .sidebar .sidebar-item.recent-post .meta {
  color: var(--color-heading);
  font-family: var(--font-heading);
  margin-top: 10px;
  text-transform: uppercase;
}

.course-details-area .sidebar .sidebar-item.recent-post .meta i {
  color: var(--color-heading);
  font-weight: 500;
  margin-right: 3px;
}

.course-details-area .sidebar .sidebar-item.recent-post a {
  color: var(--color-heading);
}

.course-details-area .sidebar .sidebar-item.recent-post .item .rating i {
  color: var(--color-primary);
}


/* ============================================================== 
     # 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 40px;
  position: relative;
  z-index: 1;
  background: var(--white);
}

.info p {
  color: #003399;
  padding: 0 0 23px 1em;
  line-height: 26px;
  font-size: 15px;
}

.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: var(--white);
}

.top-cat-items .item a::after {
  background: var(--white) 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: var(--white);
}

.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: var(--color-heading);
}

.top-cat-items .item h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.top-cat-items .item span {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-transform: capitalize;
  font-family: var(--font-heading);
  color: var(--color-heading);
}

.top-cat-items.text-light .item span {
  color: var(--white);
}


/* 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: 80px;
}

.fun-factor-area {
  padding-bottom: 30px;
}

.fun-factor-area .item {
  margin-bottom: 40px;
}

.fun-fact {
  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);
  overflow: hidden;
  padding: 30px 20px;
}

.fun-fact .info {
  padding-left: 20px;
}

.fun-fact .info span {
  display: block;
  font-family: var(--font-heading);
}

.fun-fact .icon i {
  color: var(--color-primary);
  display: inline-block;
  font-size: 50px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.fun-fact .info .timer {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.2;
}

.fun-fact .info .medium {
  color: var(--white);
  font-size: 15px;
  text-transform: capitalize;
}


/* ============================================================== 
     # 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: var(--white);
}

.advisor-item .info-box .info-title span {
  color: var(--color-primary);
  font-family: var(--font-heading);
  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: var(--white) none repeat scroll 0 0;
  text-align: center;
  position: absolute;
}

.advisor-items .advisor-item .info-title {
  background: var(--white) 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;
  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: var(--color-primary);
}

.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: var(--white);
  font-size: 40px;
  line-height: 40px;
}

.advisor-item .overlay .overlay-content h4 .title {
  color: var(--white);
  -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 {
  position: relative;
  z-index: 1;
}

.advisor-items .advisor-item .social::after {
  background: var(--color-primary) 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: var(--white);
}

.advisor-item .social li.facebook a {
  background-color: #3b5998;
  color: var(--white);
}

.advisor-item .social li.twitter a {
  background-color: #1da1f2;
  color: var(--white);
}

.advisor-item .social li.pinterest a {
  background-color: #bd081c;
  color: var(--white);
}

.advisor-item .social li.google-plus a {
  background-color: #db4437;
  color: var(--white);
}

.advisor-item .social li.linkedin a {
  background-color: #0077b5;
  color: var(--white);
}

.advisor-items .advisor-item .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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: var(--white) 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: var(--color-heading);
  font-size: 25px;
  height: 45px;
  left: 20PX;
  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: 1;
}

.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: 0px;
}

.advisor-area .advisor-carousel:hover .owl-nav .owl-next,
.advisor-area .advisor-carousel-solid:hover .owl-nav .owl-next {
  right: 30px;
}

.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: var(--white) none repeat scroll 0 0;
  color: var(--color-primary);
}

.advisor-area .advisor-carousel .owl-nav .owl-next,
.advisor-area .advisor-carousel-solid .owl-nav .owl-next {
  left: auto;
  right: 0;
}





.s-soft {
  position: fixed;
  top: 35%;
  left: 10;
  z-index: 1000;
  transition: all linear 0.2s;
}

.s-item {
  display: block;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  transition: all linear 0.2s;
}

.s-item:hover {
  width: 75px;
  border-radius: 0px 20px 20px 0px;
}

#so-open {
  position: fixed;
  top: 100px;
  left: -90px;
  border-radius: 0 30px 30px 0;
  transition: all linear 0.2s;
}

.facebook {
  background-color: #3b5999;
}

.twitter {
  background-color: #3AAFD6;
}

.print {
  background-color: #de3c7d;
}

.pinterest {
  background-color: #BD081C;
}

.linkedin {
  background-color: #0e76a8;
}

.instagram {
  background-color: #c32aa3;
}

.youtube {
  background-color: #ff4135;
}

.so-collapse {
  left: -60px;
}



/* ============================================================== 
     # 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: var(--color-primary);
  font-family: var(--font-heading);
  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 img {
  width: 100%;
}

.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 button {
  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;
  color: var(--color-heading);
}

.adviros-details-area .info .nav-pills li button.active {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #002147;
}

.adviros-details-area .info .nav-pills {
  margin-bottom: 20px;
  border: none;
}

.adviros-details-area .tab-content li {
  border-bottom: 1px solid #e7e7e7;
  font-family: var(--font-heading);
  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: var(--color-primary);
}

.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: var(--color-primary);
  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: var(--font-heading);
  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: var(--white);
  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: var(--white);
}

.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: var(--font-heading);
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  color: var(--white);
}

.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: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  font-family: var(--font-heading);
  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: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
  font-family: var(--font-heading);
  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: 50px;
}

.event-area.single-view .event-items .item .info {
  padding: 50px;
}

.event-area .event-items .item .info {
  background: var(--white) none repeat scroll 0 0;
}

.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: var(--color-heading);
  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: var(--color-primary);
}

.event-area .event-items .item .info .price {
  background: #f4f4f4 none repeat scroll 0 0;
  color: #002147;
  display: inline-block;
  font-family: var(--font-heading);
  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: var(--color-primary);
  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: var(--white) 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: var(--color-heading);
  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: var(--white) none repeat scroll 0 0;
  color: var(--color-primary);
}

.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: 30px;
}

.clients-review-carousel .item .info p {
  position: relative;
  z-index: 1;
}

.clients-review-carousel .item .info p::after {
  content: ",,";
  font-family: "Times New Roman";
  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: var(--color-primary);
  font-family: var(--font-heading);
  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: var(--white) 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: var(--color-heading);
  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: var(--white) none repeat scroll 0 0;
  color: var(--color-primary);
}

.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 .reg-items .reg-form {
  padding-right: 35px;
}

.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: var(--color-heading);
  min-height: 50px;
}

.reg-area .reg-form select option {
  padding: 5px 15px;
}

.reg-area .reg-form button {
  background: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  font-family: var(--font-heading);
  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: 105px;
}

.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: var(--font-heading);
  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.colums-2 .pf-item {
  width: 50%;
}

.portfolio-area .portfolio-items.colums-4 .pf-item {
  width: 25%;
}

.portfolio-area .portfolio-items.colums-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: var(--white) 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;
}

.accordion-item {
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}

.accordion-item button.accordion-button {
  background: transparent;
  padding: 15px 0;
  border-radius: 0;
  font-weight: 600;
  padding-right: 60px;
  position: relative;
  border: none;
  box-shadow: none;
  font-size: 18px;
}

.accordion-item button.accordion-button::after {
  right: 0;
  margin: 0;
  position: absolute;
}

.accordion-item .accordion-body {
  border: none;
  padding: 0;
  padding-bottom: 30px;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 5px;
}

.accordion-item .accordion-header {
  border: none;
}

.accordion-item .accordion-body ul li {
  display: block;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.accordion-item .accordion-body ul li::before {
  content: "\f560";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.accordion-item:last-child {
  border: none;
}


/* ============================================================== 
     # Blog 
=================================================================== */
.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-left: 15px;
  padding-right: 50px;
}

.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: var(--color-heading);
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}

.blog-area .blog-items .item .info .meta li a {
  color: var(--color-heading);
  display: inline-block;
}

.blog-area .blog-items .item .info .meta li i {
  margin-right: 5px;
}

.blog-area .blog-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .thumb img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area.circle .blog-items .thumb img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.blog-area .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-area .blog-items .thumb .date {
  bottom: 15px;
  left: 15px;
  padding: 15px;
  position: absolute;
  z-index: 1;
}

.blog-area .blog-items .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: var(--color-primary);
  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: var(--color-heading);
}

.blog-area .blog-items .item a:hover {
  color: var(--color-primary) !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;
  display: inline-block;
}

.blog-area .pagi-area .pagination li.active a {
  background: var(--color-primary) none repeat scroll 0 0;
  border: 1px solid transparent;
  color: var(--white);
}

.blog-area .pagi-area .pagination {
  margin-bottom: 0;
  margin-top: 20px;
  display: inline-block;
}

.blog-area .pagi-area .pagination li {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}

.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: var(--color-primary) 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: var(--color-primary) 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: var(--white);
  font-family: var(--font-heading);
  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: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
}

.blog-area .sidebar .sidebar-item.category li a {
  color: var(--color-heading);
  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: var(--color-heading);
}

.blog-area .sidebar .sidebar-item.recent-post .meta {
  border: medium none;
  color: var(--color-heading);
  font-family: var(--font-heading);
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
}

.blog-area .sidebar .sidebar-item.recent-post .meta i {
  color: var(--color-heading);
  font-weight: 500;
  margin-right: 3px;
}

.blog-area .sidebar .sidebar-item.recent-post a {
  color: var(--color-heading);
}

.blog-area .sidebar .sidebar-item.recent-post .item .rating i {
  color: var(--color-primary);
}

.blog-area .sidebar .sidebar-item.archives a {
  color: var(--color-heading);
  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: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  line-height: 53px;
  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: var(--white);
  height: 35px;
  line-height: 37px;
  text-align: center;
  width: 35px;
}

.blog-area.full-blog.single-blog .meta .share li a i {
  margin: 0;
}

.blog-area.full-blog.single-blog .meta .share li {
  margin-left: 5px;
  margin-right: 0;
}

.blog-area.full-blog.single-blog .meta li.twitter a {
  background-color: #00b6f1;
}

.blog-area.full-blog.single-blog .meta li.pinterest a {
  background-color: #bd081c;
}

.blog-area.full-blog.single-blog .meta li.facebook a {
  background-color: #3b5998;
}

.blog-area.full-blog.single-blog .meta li.g-plus a {
  background-color: #df4a32;
}

.blog-area.full-blog.single-blog .meta li.vimeo a {
  background-color: #1ab7ea;
}

.blog-area.full-blog.single-blog .meta li.instagram a {
  background-color: #cd486b;
}

.blog-area .item blockquote {
  background: #002147 none repeat scroll 0 0;
  border: medium none;
  color: #cccccc;
  font-size: 15px;
  padding: 50px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.blog-area .item blockquote::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 180px;
  left: 80px;
  letter-spacing: -15px;
  margin-left: -20px;
  opacity: 0.2;
  position: absolute;
  top: 118px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.blog-area .item blockquote p {
  margin: 0;
}

.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: "Times New Roman";
  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: var(--font-heading);
  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: var(--color-secondary);
}

.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: var(--color-primary);
  border: 1px solid transparent;
  color: #002147;
  display: inline-block;
  font-family: "Montserrat", 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: var(--white);
}

.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 {
  text-transform: uppercase;
}

.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: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  font-family: var(--font-heading);
  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 .video {
  position: relative;
}

.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: 120px;
}

.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: var(--white) none repeat scroll 0 0;
}

.contact-info-area .contact-info .item i {
  color: var(--color-primary);
  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: 465px;
  margin-bottom: -10px;
  margin-top: 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: var(--white);
  font-family: var(--font-heading);
  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: var(--white);
  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: var(--white) none repeat scroll 0 0;
  border-radius: 5px;
  margin: auto;
  padding: 50px 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: var(--white);
  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: var(--color-primary) none repeat scroll 0 0;
  border: medium none;
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  margin-top: 10px;
  padding: 8px 50px;
  text-transform: uppercase;
}

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;
}

.iner {
  border-radius: 2px;
  background: #f5f5f5;
  padding: 8px 12px;
  box-shadow: -2px 11px 20px -8px rgba(0, 0, 0, 0.75);
  border-style: solid;
  border-width: medium;



}

.position-pixels.date-as-calendar {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 54px;
}

.position-pixels.date-as-calendar .month {
  top: 0px;
  font-size: 10px;
  padding: 2px 0px;
}

.position-pixels.date-as-calendar .weekday,
.position-pixels.date-as-calendar .day,
.position-pixels.date-as-calendar .month,
.position-pixels.date-as-calendar .year,
.position-pixels.date-as-calendar .time {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.3em;
}

.position-pixels.date-as-calendar .year {
  top: 40px;
  font-size: 14px;
}

.position-pixels.date-as-calendar .weekday,
.position-pixels.date-as-calendar .day,
.position-pixels.date-as-calendar .month,
.position-pixels.date-as-calendar .year,
.position-pixels.date-as-calendar .time {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.3em;
}

.position-pixels.date-as-calendar .day {
  top: 16px;
  font-size: 24px;
}

.date-as-calendar .weekday,
.date-as-calendar .day,
.date-as-calendar .month,
.date-as-calendar .year,
.date-as-calendar .time {
  text-align: center;
  line-height: 1.0;
}

.date-as-calendar .month {
  font-family: Arial;
  text-transform: uppercase;
  background: #003399;
  color: #F0F0F0;
}

.date-as-calendar {
  float: left;
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  font-family: Arial;
  vertical-align: top;
  color: #303030;
  background: #E0E0E0;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 2px 2px -2px black;
  margin-right: 5px;
}

.iner a {
  color: #0c71c3 !important;
  border-width: 0px !important;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: rgba(0, 0, 0, 0);
}

.iner p ::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;

}

.iner h3 {

  background-color: #d4a415;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  padding-left: 5px;
  padding-top: 8px;
  /* font-size: 25px; */
  padding-top: 5px;
  color: white;
}

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: var(--white);
}

footer.bg-light .f-item p {
  color: var(--color-heading);
}

footer .f-item>h3,
footer .f-item>h4,
footer .f-item>h5 {
  font-weight: 500;
  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,
footer .subscribe form input:focus {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px !important;
  box-shadow: none;
  padding: 0 20px;
  color: var(--color-heading);
}

footer.bg-dark .subscribe form input,
footer.bg-dark .subscribe form input:focus {
  color: var(--white);
}


footer.bg-dark .subscribe form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

footer.bg-dark .subscribe form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

footer.bg-dark .subscribe form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

footer.bg-dark .subscribe form input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

footer.bg-light .subscribe form input,
footer.bg-light .subscribe form input:focus {
  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: var(--white);
}

footer.bg-fixed .subscribe form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

footer.bg-fixed .subscribe form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

footer.bg-fixed .subscribe form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

footer.bg-fixed .subscribe form input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

footer .subscribe form {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}

footer .subscribe form button {
  background: var(--white) none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px !important;
  color: var(--color-primary);
  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: var(--color-primary) none repeat scroll 0 0;
  color: var(--white);
}

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: var(--white);
  height: 40px;
  text-align: center;
  width: 40px;
  font-size: 20px;
}

footer.bg-light .f-item.address i {
  border: 1px solid #e7e7e7;
  color: var(--color-primary);
}

footer.bg-fixed .f-item.address i {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

footer .f-item.address p {
  font-weight: 500;
  margin: 0;
  padding-left: 10px;
  text-transform: uppercase;
}

footer .f-item.address p span {
  display: block;
  text-transform: lowercase;
}

footer .f-item.address li {
  margin-bottom: 15px;
}

footer .f-item.address li:last-child {
  margin: 0;
}

footer .f-item.address li a {
  color: #cccccc;
  font-family: "Open Sans", sans-serif;
}

footer.bg-fixed .f-item.address li a {
  color: var(--white);
}

footer.bg-light .f-item.address li a {
  color: var(--color-heading);
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

footer .opening-info {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  color: #cccccc;
  margin-top: 20px;
  padding-top: 20px;
}

footer.bg-light .opening-info {
  border-top: 1px dashed #e7e7e7;
  color: var(--color-heading);
}

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: var(--color-heading);
}

footer.bg-fixed .opening-info li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  color: var(--white);
}

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: var(--white);
}

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: var(--font-heading);
  margin-top: 10px;
}

footer.bg-light .f-item.recent-post .meta-title {
  color: var(--color-heading);
}

footer.bg-fixed .f-item.recent-post .meta-title {
  color: var(--white);
}

footer.bg-fixed .f-item.recent-post .meta-title {
  color: var(--white);
}

footer .f-item.recent-post li a:hover {
  color: var(--color-primary);
}

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: var(--white);
}

footer.bg-light .f-item.recent-post li {
  color: var(--color-heading);
}

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: var(--white);
  border: 1px solid transparent;
}

footer.bg-fixed .social li a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
}

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: var(--white);
  color: var(--color-primary);
}

footer .social {
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}

footer.bg-fixed .social {
  border-top: 1px dashed rgba(255, 255, 255, 0.3);
}

/* Footer Link */
footer .f-item>img {
  margin-bottom: 30px;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 15px;
}

footer .f-item.link li a {
  color: #cccccc;
  display: inline-block;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

footer.bg-fixed .f-item.link li a {
  color: var(--white);
}

footer.bg-light .f-item.link li a {
  color: var(--color-heading);
}

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: var(--white) none repeat scroll 0 0;
}

footer.bg-light .f-item.link li a::before {
  background: var(--color-heading) none repeat scroll 0 0;
}

footer .f-item.link li a:hover {
  color: var(--color-primary);
}


/* 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: var(--white);
}

footer .f-item.twitter-widget .twitter-content a:hover {
  color: var(--color-primary);
}

footer .f-item.twitter-widget .twitter-context {
  color: #cccccc;
  margin: 5px 0 0;
}

footer .f-item.twitter-widget .twitter-context i {
  color: var(--color-primary);
  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: var(--white);
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.footer-bottom.bg-light .link li a {
  color: var(--color-heading);
}

.footer-bottom .link li a::before {
  background: var(--white) 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: var(--color-primary);
}

footer .footer-bottom p a {
  color: var(--color-primary);
  text-transform: capitalize;
  font-weight: 600;
}

footer .footer-bottom {
  background: #03173d none repeat scroll 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 80px;
  padding: 20px 0;
}

footer .footer-bottom.bg-light {
  background: var(--white) 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: var(--white);
  margin: 0;
  text-transform: capitalize;
  line-height: 40px;
}

footer .footer-bottom.bg-light p {
  color: var(--color-heading);
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.html) center no-repeat #fff;
  text-align: center;
}


@media (max-width: 991px) {
  .footer-bottom .text-end {
    text-align: center !important;
  }
}

/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {


  /* Topbar */
  .top-bar-area.address-two-lines .user-login {
    margin: 10px 0;
    text-align: center;
    display: none;
  }

  .top-bar-area.inc-transparent-nav {
    display: none;
  }

  .top-bar-area .user-login {
    display: none;
  }

  .top-bar-area .simple-link {
    display: none;
  }

  .banner-area.transparent-nav .content {
    padding-top: 60px;
  }

  .banner-area.banner-box .thumb {
    display: none;
  }

  .banner-area.banner-box .content {
    padding: 120px 0;
  }

  .banner-area.standard {
    padding-top: 150px;
    padding-bottom: 120px;
    height: auto !important;
  }

  .banner-area.standard .thumb {
    padding-left: 15px;
    margin-top: 50px;
    margin-bottom: 0;
  }

  .banner-area.standard .thumb img:nth-child(2) {
    bottom: 0;
  }

  .banner-area.standard .thumb .join {
    right: 0;
  }

  /* What you learn */
  .what-learn-area .row>.info {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  /* About */
  .about-area .thumb {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .about-area .our-features .item {
    text-align: center;
    padding: 30px;
  }

  .about-area .our-features .item .info h4 {
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .about-area .our-features .col-md-3:last-child .item,
  .about-area .our-features .col-md-4:last-child .item,
  .about-area .our-features .col-md-6:last-child .item {
    margin-bottom: 0;
  }

  .about-area .our-features .item .icon,
  .about-area .our-features .item .info {
    display: block;
  }

  .about-area .our-features .item .icon {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .our-featues-area.inc-trending-courses .our-feature-items {
    padding-right: 15px;
  }

  .our-featues-area.inc-trending-courses .col-md-6:first-child .item,
  .our-featues-area.inc-trending-courses .col-md-6:nth-child(2) .item {
    margin-top: 15px;
  }

  .our-featues-area .home-sidebar {
    margin-top: 30px;
  }

  .our-featues-area.inc-trending-courses .our-feature-items .info {
    padding-right: 15px;
  }

  .our-featues-area.inc-trending-courses .our-features {
    padding-right: 0;
  }

  .our-featues-area .about-info {
    padding-right: 15px;
  }


  /* Course Offer  */
  .course-offer-area .offer-box .thumb {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .course-offer-area .offer-box .row {
    display: block;
    text-align: center;
  }

  /* Why Chose Us */

  .wcs-area.content-default .content {
    margin-top: 30px;
  }

  .wcs-area .thumb,
  .wcs-area .content {
    display: block;
  }

  .wcs-area .thumb {
    min-height: 350px;
  }

  .wcs-area .content {
    padding: 80px 50px;
  }

  /* Featured Courses */
  .featured-courses-area .info {
    margin-top: 30px;
    padding-left: 15px;
  }

  .featured-courses-area .info>h4 {
    margin-bottom: 25px;
  }

  .featured-courses-area .featured-courses-carousel .owl-nav {
    display: none;
  }

  .featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-prev {
    left: 30px;
  }

  .featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-next {
    right: 30px;
  }


  /* Top Category */
  .top-cat-area .top-cat-items.text-center {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .top-cat-items .item {
    text-align: center;
  }

  .top-cat-items .item i,
  .top-cat-items .item .info {
    display: block;
  }

  .top-cat-items .item i {
    margin-bottom: 15px;
  }


  /* Popular Courses */
  .popular-courses .popular-courses-items .owl-nav {
    display: none;
  }

  .popular-courses .popular-courses-items:hover .owl-nav .owl-prev {
    left: 5px;
  }

  .popular-courses .popular-courses-items:hover .owl-nav .owl-next {
    right: 5px;
  }

  .course-details-area .sidebar {
    margin-top: 50px;
    padding-left: 0;
  }

  /* Advisor */

  .advisor-area .advisor-carousel .owl-nav {
    display: none;
  }

  .advisor-area .advisor-carousel:hover .owl-nav .owl-prev {
    left: 30px;
  }

  .advisor-area .advisor-carousel:hover .owl-nav .owl-next {
    right: 30px;
  }

  .adviros-details-area .info.main-content {
    margin-top: 30px;
    padding-left: 15px;
  }

  /* Edit Profile */
  .edit-profile .update-info {
    border: medium none;
    padding-right: 15px;
  }

  .edit-profile .about-user {
    margin-bottom: 30px;
  }

  .edit-profile .update-pass {
    margin-top: 30px;
    padding-left: 15px;
  }


  /* Event */
  .event-area .event-items .item .thumb,
  .event-area .event-items .item .info {
    display: block;
    float: none;
    vertical-align: middle;
  }

  .event-area .event-items .item.horizontal .thumb {
    min-height: 350px;
  }

  .event-area .event-items.event-carousel .owl-nav {
    display: none;
    margin: 0;
  }

  /* Reg Form */
  .reg-area .reg-items .reg-form.default-padding-bottom {
    padding-bottom: 30px;
    padding-right: 15px;
  }

  .reg-area .reg-form {
    padding-right: 15px;
  }

  .reg-area .reg-items .reg-form,
  .reg-area .reg-items .thumb {
    display: block;
  }

  .reg-area .reg-items .thumb {
    text-align: center;
  }

  .reg-area.inc-faq .reg-items .reg-form {
    display: inherit;
    float: inherit;
    margin-bottom: 30px;
  }

  .join-us-area .info {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .faq-area.left-sidebar .faq-content {
    float: none;
    margin-bottom: 50px;
    padding-left: 15px;
  }


  /* Blog */
  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .blog-area.left-sidebar .sidebar {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-area .sidebar {
    margin-top: 50px;
    padding-left: 15px;
  }


  /* Portfolio */
  .portfolio-area .portfolio-items .pf-item,
  .portfolio-area .portfolio-items.colums-2 .pf-item,
  .portfolio-area .portfolio-items.colums-3 .pf-item,
  .portfolio-area .portfolio-items.colums-4 .pf-item {
    width: 50%;
  }

  .portfolio-area .portfolio-items.colums-6 .pf-item {
    width: 33.333%;
  }


  /* Testimonials */
  .clients-review-carousel {
    text-align: center;
    ;
  }

  .clients-review-carousel .item .thumb img {
    border-radius: 50%;
    height: 150px;
    margin: auto auto 30px;
    width: 150px;
  }

  .clients-review-carousel .thumb,
  .clients-review-carousel .info {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-area .clients-review-carousel .owl-nav {
    display: none;
  }

  .testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
    left: 30px;
  }

  .testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    right: 30px;
  }

  /* Partner */

  .clients-area {
    text-align: center;
  }

  .clients-area .row {
    align-items: inherit;
    display: inherit;
  }

  .clients-area .clients .clients-items {
    margin-top: 20px;
    text-align: center;
  }

  /* Subscribe Form */
  .subscribe-area .content,
  .subscribe-area .form {
    display: block;
    float: none;
    text-align: center;
    vertical-align: middle;
  }

  .subscribe-area .content {
    margin-bottom: 30px;
  }

  /* Contact page */
  .contact-info-area .maps-form .form {
    margin-top: 30px;
    padding-left: 15px;
  }

  /* Login Register Form */

  form.white-popup-block .login-social {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }

  form.white-popup-block .login-custom {
    border-left: medium none;
    padding: 0;
  }

  form.white-popup-block {
    width: 80%;
  }


  /* Footer */
  footer .f-items .item {
    margin-bottom: 50px;
    padding-right: 15px;
  }

  footer .f-items .item:last-child {
    margin-bottom: 0;
  }

  footer .footer-bottom {
    text-align: center;
  }

  .footer-bottom .col-md-6:first-child {
    padding-left: 15px;
  }

  .footer-bottom .col-md-6:last-child {
    padding-right: 15px;
    text-align: center;
  }

  footer .f-items .f-item.link ul {
    margin-top: -10px;
  }
}


/* Custom Device */
@media only screen and (min-width: 850px) and (max-width: 991px) {

  /* Popular Courses */
  .popular-courses .popular-courses-items:hover .owl-nav .owl-prev {
    left: -60px;
  }

  .popular-courses .popular-courses-items:hover .owl-nav .owl-next {
    right: -60px;
  }


  /* Featured Courses */
  .featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-prev {
    left: -60px;
  }

  .featured-courses-area .featured-courses-carousel:hover .owl-nav .owl-next {
    right: -60px;
  }

  /* Advisor */
  .advisor-area .advisor-carousel:hover .owl-nav .owl-prev {
    left: -60px;
  }

  .advisor-area .advisor-carousel:hover .owl-nav .owl-next {
    right: -60px;
  }

  /* Testimonials */
  .testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
    left: -60px;
  }

  .testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    right: -60px;
  }
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {


  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5,
  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .default-padding.bottom-30 {
    padding-bottom: 0;
    padding-top: 50px;
  }

  .default-padding.bottom-20 {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .site-heading {
    margin-bottom: 30px;
  }

  .default-padding.carousel-shadow {
    padding-bottom: 35px;
  }

  .seperator .border {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .side {
    width: 320px;
  }

  /* Topbar */
  .top-bar-area {
    display: none;
  }

  .top-bar-area.inc-transparent-nav {
    display: none;
  }

  .top-bar-area .address-info {
    display: none;
  }

  .top-bar-area .address-info li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0.2);
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #ffffff;
    display: block;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
    text-align: center;
  }

  .top-bar-area.address-two-lines .user-login {
    margin: 10px 0;
    text-align: center;
  }

  .top-bar-area .user-login {
    text-align: center;
    margin: 10px 0;
  }

  .top-bar-area .user-login a {
    margin: 0 3px;
  }

  /* Accordion */
  .nav-pills {
    text-align: center;
  }

  .nav-pills>li {
    display: block;
    float: none;
  }

  .nav-pills>li button {
    margin-right: 0 !important;
    width: 100%;
  }

  /* Breadcrumb */
  .breadcrumb-area {
    padding: 70px 0 80px;
  }

  .breadcrumb-area h1 {
    font-size: 36px;
  }


  /* Banner */
  .banner-area.text-normal h3 {
    font-size: 24px;
  }

  .banner-area.text-normal h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
  }

  .banner-area.text-normal.banner-style-four h1,
  .banner-area.text-normal.banner-style-one h1 {
    font-size: 36px;
  }


  .banner-area.transparent-nav .content {
    padding-top: 100px;
  }

  .banner-area.auto-height {
    padding: 0;
  }

  .banner-area.auto-height .content {
    padding: 50px 0;
  }

  .banner-area.auto-height.banner-box {
    padding: 0;
  }

  .banner-area.text-default .content h1 {
    font-size: 36px;
  }

  .banner-area form {
    width: 100%;
  }

  .banner-area.banner-box {
    margin: 0;
    border-radius: inherit;
  }

  .banner-area.banner-box .thumb {
    display: none;
  }

  .banner-area.banner-box .content {
    padding: 60px 0;
  }

  .banner-area.standard {
    padding-top: 100px;
    padding-bottom: 50px;
    height: auto !important;
  }

  .banner-area.standard .content-box h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }

  .banner-area.standard .thumb {
    display: none;
  }


  /* What you learn */
  .what-learn-area .row>.info {
    padding-right: 15px;
    margin-bottom: 30px;
  }


  /* About */
  .about-area .thumb {
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .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: 0;
  }

  .about-area .our-features .item {
    margin-bottom: 30px;
    text-align: center;
  }

  .about-area .our-features .col-md-3:last-child .item,
  .about-area .our-features .col-md-4:last-child .item,
  .about-area .our-features .col-md-6:last-child .item {
    margin-bottom: 0;
  }

  .about-area .our-features .item .icon,
  .about-area .our-features .item .info {
    display: block;
  }

  .about-area .our-features .item .icon {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .search-course form {
    width: 100%;
  }

  .about-area.inc-trending-courses .about-info {
    padding-right: 15px;
  }

  /* Course Offer  */
  .course-offer-area .offer-box .thumb {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .course-offer-area .offer-box .row {
    display: block;
    text-align: center;
  }


  /* Top Category */

  .top-cat-area .top-cat-items.text-center {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .top-cat-items .item {
    text-align: center;
  }

  .top-cat-items .item i,
  .top-cat-items .item .info {
    display: block;
  }

  .top-cat-items .item i {
    margin-bottom: 15px;
  }



  /* Why Chose Us */
  .wcs-area .site-heading {
    margin-bottom: 20px;
    text-align: center;
  }

  .wcs-area .site-heading h2::before {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 40px;
    z-index: 1;
  }

  .wcs-area .site-heading h2::after {
    background: #ffb606 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 5px;
    position: absolute;
    width: 40px;
  }

  .wcs-area.content-default .content {
    margin-top: 30px;
  }

  .wcs-area .item .icon,
  .wcs-area .item .info {
    display: block;
    text-align: center;
  }

  .wcs-area .item .icon {
    margin-bottom: 20px;
  }

  .wcs-area .item .info {
    padding-left: 0;
  }

  .wcs-area .thumb,
  .wcs-area .content {
    display: block;
  }

  .wcs-area .thumb {
    min-height: 300px;
  }

  .wcs-area .content {
    padding: 50px 15px;
  }

  /* Featured Courses */
  .featured-courses-area.default-padding {
    padding-bottom: 0;
  }

  .featured-courses-area .info {
    margin-top: 30px;
    padding-left: 15px;
  }

  .featured-courses-area .info>h4 {
    margin-bottom: 25px;
  }

  .featured-courses-area .bottom-info {
    border: medium none;
    margin-top: 0;
    padding-top: 25px;
  }

  .featured-courses-area .bottom-info .item {
    border-bottom: 1px solid #e7e7e7;
    border-right: inherit;
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 0 15px;
  }

  .featured-courses-area .overlay-video {
    margin-left: -15px;
  }

  .featured-courses-area .bottom-info .col-md-3:last-child .item,
  .featured-courses-area .bottom-info .col-md-4:last-child .item,
  .featured-courses-area .bottom-info .col-md-6:last-child .item {
    margin-bottom: 0;
  }

  .featured-courses-area .featured-courses-carousel .owl-nav {
    display: none;
    margin: 0;
  }

  .our-featues-area.inc-trending-courses .col-md-3:first-child .item,
  .our-featues-area.inc-trending-courses .col-md-4:first-child .item,
  .our-featues-area.inc-trending-courses .col-md-6:first-child .item {
    margin-top: 15px;
  }

  .our-featues-area.inc-trending-courses .our-feature-items {
    padding-right: 15px;
  }

  .our-featues-area .home-sidebar {
    margin-top: 30px;
  }

  .our-featues-area.inc-trending-courses .our-feature-items .info {
    padding-right: 15px;
  }

  .our-featues-area.inc-trending-courses .our-features {
    padding-right: 0;
  }


  /* Portfolio */
  .portfolio-area.default-padding {
    padding-bottom: 35px;
  }

  .portfolio-area .portfolio-items .pf-item,
  .portfolio-area .portfolio-items.colums-2 .pf-item,
  .portfolio-area .portfolio-items.colums-3 .pf-item,
  .portfolio-area .portfolio-items.colums-4 .pf-item,
  .portfolio-area .portfolio-items.colums-6 .pf-item {
    width: 100%;
  }


  /* Popular Courses */

  .popular-courses.heading-less.default-padding {
    padding-top: 35px;
  }

  .popular-courses .popular-courses-items .owl-nav {
    display: none;
  }

  .popular-courses .popular-courses-items:hover .owl-nav .owl-prev {
    left: 5px;
  }

  .popular-courses .popular-courses-items:hover .owl-nav .owl-next {
    right: 5px;
  }

  /* Advisor */

  .advisor-area.info-default {
    padding-bottom: 5px;
  }

  .advisor-area .advisor-carousel .owl-nav,
  .advisor-area .advisor-carousel-solid .owl-nav {
    display: none;
  }

  .advisor-area .advisor-carousel:hover .owl-nav .owl-prev,
  .advisor-area .advisor-carousel-solid:hover .owl-nav .owl-prev {
    left: 5px;
  }

  .advisor-area .advisor-carousel:hover .owl-nav .owl-next,
  .advisor-area .advisor-carousel-solid:hover .owl-nav .owl-next {
    right: 5px;
  }

  .adviros-details-area .info.main-content {
    margin-top: 30px;
    padding-left: 15px;
  }

  /* Edit Profile */
  .edit-profile .update-info {
    border: medium none;
    padding-right: 15px;
  }

  .edit-profile .about-user {
    margin-bottom: 30px;
  }

  .edit-profile .update-pass {
    margin-top: 30px;
    padding-left: 15px;
  }


  /* Courses Details */
  .course-details-area .course-details-info .course-meta .item:first-child {
    border-bottom: 1px dashed #999999;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .course-details-area .course-details-info .course-meta .item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999;
    border-image: none;
    border-style: none none dashed;
    border-width: medium medium 1px;
    display: block;
    float: none;
    margin: 0 0 15px;
    padding-bottom: 15px;
    padding-left: 0;
    width: 100%;
  }

  .course-details-area .course-meta .align-right {
    float: none;
    margin-top: 15px;
  }

  .course-details-area .sidebar {
    margin-top: 50px;
    padding-left: 0;
  }

  .course-list-items li .item {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }

  .course-list-items li .item:last-child {
    float: left;
    margin: 0;
  }

  .course-details-area .advisor-list-items .item .thumb,
  .course-details-area .advisor-list-items .item .info {
    display: block;
  }

  .course-details-area .advisor-list-items .item .thumb {
    margin-bottom: 15px;
  }

  .course-details-area .advisor-list-items .item .info {
    padding-left: 0;
  }

  .course-details-area .course-details-info .top-info .course-meta {
    margin-bottom: 30px;
    text-align: center;
  }

  .course-details-area .course-details-info .course-meta .item.author .thumb,
  .course-details-area .course-details-info .course-meta .item.author .desc {
    display: block;
    vertical-align: top;
  }

  .course-details-area .course-details-info .course-meta .item.author .thumb {
    margin-bottom: 10px;
  }

  .course-list-items li .item:last-child span {
    display: block;
    margin-bottom: 10px;
  }

  .course-list-items li .item:last-child a {
    padding: 5px 20px;
  }

  .course-details-area .advisor-list-items .item {
    text-align: center;
  }

  .course-details-area .advisor-list-items .item .thumb {
    margin: auto auto 15px;
  }


  /* Fun Factor */
  .fun-factor-area.default-padding.bottom-less {
    padding-bottom: 10px;
  }

  /* Event */
  .event-area .event-items .item .thumb,
  .event-area .event-items .item .info {
    display: block;
    float: none;
    vertical-align: middle;
  }

  .event-area .event-items .item.horizontal .thumb {
    min-height: 300px;
  }

  .event-area .event-items.event-carousel .owl-nav {
    display: none;
    margin: 0;
  }


  /* Reg Area */

  .reg-area .reg-items .reg-form.default-padding-bottom {
    padding-bottom: 30px;
    padding-right: 15px;
  }

  .reg-area .reg-form {
    padding-right: 15px;
  }

  .reg-area .reg-items .reg-form,
  .reg-area .reg-items .thumb {
    display: block;
  }

  .reg-area .reg-items .thumb {
    text-align: center;
  }

  .reg-area.inc-faq .reg-items .reg-form {
    margin-bottom: 30px;
  }

  .reg-area.inc-faq .reg-items .reg-form {
    display: inherit;
    float: inherit;
  }

  .reg-area.inc-faq .reg-items .reg-form .reg-box {
    padding: 30px;
  }

  .faq-area.left-sidebar .faq-content {
    float: none;
    padding-left: 15px;
  }

  /* Blog */
  .blog-area.left-sidebar .blog-content {
    float: none;
  }

  .blog-area.left-sidebar .sidebar {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-area .sidebar {
    margin-top: 50px;
    padding-left: 15px;
  }

  .comments-list .commen-item.reply {
    padding-left: 0;
  }

  .blog-area.full-blog.single-blog .meta .share {
    display: block;
    float: left;
    margin-top: 15px;
    width: 100%;
  }

  .blog-area.full-blog.single-blog .blog-items .blog-content .item .meta {
    margin-top: 0;
  }

  .author-bio .avatar {
    display: block;
    margin: auto auto 30px;
    width: 200px;
  }

  .author-bio .content {
    display: block;
    padding: 0;
    text-align: center;
  }

  .author-bio .content p::after {
    left: 10px;
    top: 35px;
  }


  /* Testimonials */
  .clients-review-carousel {
    text-align: center;
    ;
  }

  .clients-review-carousel .item .thumb img {
    border-radius: 50%;
    height: 150px;
    margin: auto auto 30px;
    width: 150px;
  }

  .clients-review-carousel .thumb,
  .clients-review-carousel .info {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-area .clients-review-carousel .owl-nav {
    display: none;
  }

  .testimonials-area .clients-review-carousel:hover .owl-nav .owl-prev {
    left: 5px;
  }

  .testimonials-area .clients-review-carousel:hover .owl-nav .owl-next {
    right: 5px;
  }

  /* Partner */

  .clients-area {
    text-align: center;
  }

  .clients-area .row {
    align-items: inherit;
    display: inherit;
  }

  .clients-area .clients .clients-items {
    margin-top: 20px;
    text-align: center;
  }

  /* Subscribe Form */
  .subscribe-area .content,
  .subscribe-area .form {
    display: block;
    float: none;
    text-align: center;
    vertical-align: middle;
  }

  .subscribe-area .content {
    margin-bottom: 30px;
  }

  /* Join Us */
  .join-us-area .info {
    margin-bottom: 30px;
    padding-right: 15px;
  }


  /* Contact page */
  .contact-info-area .maps-form .form {
    margin-top: 30px;
    padding-left: 15px;
  }

  .contact-info-area .item {
    margin-bottom: 30px;
  }

  .contact-info-area .col-md-4:last-child .item {
    margin-bottom: 0;
  }

  .contact-info-area .maps-form iframe {
    height: 300px;
  }

  /* Login Register Form */

  form.white-popup-block .login-social {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }

  form.white-popup-block .login-custom {
    border-left: medium none;
    padding: 0;
  }

  form.white-popup-block {
    width: 95%;
  }

  form.white-popup-block .lost-pass-link {
    float: left;
    text-decoration: underline;
  }

  form.white-popup-block label {
    float: left;
    margin-right: 5px;
  }

  /* Footer */
  footer .f-items .item {
    margin-bottom: 50px;
    padding-right: 15px;
  }

  footer .f-items .item:last-child {
    margin-bottom: 0;
  }

  footer .footer-bottom {
    margin-top: 50px;
    text-align: center;
  }

  .footer-bottom .col-md-6:first-child {
    padding-left: 15px;
  }

  .footer-bottom .col-md-6:last-child {
    padding-right: 15px;
    text-align: center;
  }


  footer .f-items .f-item.link ul {
    margin-top: -10px;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  form.white-popup-block .lost-pass-link {
    float: right;
    text-decoration: none;
  }

  form.white-popup-block label {
    float: left;
  }
}

/* Max Wide Mobile Layout: 480px. */
@media only screen and (min-width: 600px) and (max-width: 800px) {

  /* Portfolio */
  .portfolio-area .portfolio-items .pf-item,
  .portfolio-area .portfolio-items.colums-2 .pf-item,
  .portfolio-area .portfolio-items.colums-3 .pf-item,
  .portfolio-area .portfolio-items.colums-4 .pf-item,
  .portfolio-area .portfolio-items.colums-6 .pf-item {
    width: 50%;
  }

  /* Popular Courses */
  .popular-courses .popular-courses-carousel .bottom-info ul {
    width: 100%;
    margin-bottom: 20px;
  }

  .popular-courses .popular-courses-carousel .bottom-info .price-btn {
    display: block;
    float: left;
    padding: 0;
  }

  .popular-courses .popular-courses-carousel .bottom-info a {
    float: left;
  }
}

/* Small Mobile Layout: 480px. */
@media only screen and (max-width: 480px) {
  .popular-courses .bottom-info ul {
    width: 100%;
    margin-bottom: 20px;
  }

  .popular-courses .popular-courses-items.bottom-price .bottom-info ul {
    width: auto;
  }

  .popular-courses .bottom-info a {
    float: left;
  }

  .popular-courses .bottom-info .price-btn {
    display: block;
    float: left;
    padding: 0;
  }

  .popular-courses .popular-courses-items.bottom-price .bottom-info .price-btn {
    float: right;
    padding: 5px 0;
  }
}

/* Mobile Layout: 600px. */
@media only screen and (max-width: 600px) {

  .course-offer-area .offer-box .info .item {
    width: 50%;
  }

}

.event {
  border-radius: 2px;
  background: #f5f5f5;
  padding: 8px 12px;
  box-shadow: -2px 11px 20px -8px rgba(0, 0, 0, 0.75);
  border-style: solid;
  border-width: medium;
  text-align: right;

}

.event h3 {
  background-color: #9C2377;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  padding-left: 5px;
  padding-top: 8px;
  font-size: 27px;
  padding-top: 5px;
  color: white;
}

.leader {
  border-radius: 2px;
  background: #f5f5f5;
  padding: 8px 12px;
  box-shadow: -2px 11px 20px -8px rgba(0, 0, 0, 0.75);
  border-style: solid;
  border-width: medium;
  text-align: right;

}

.leader h3 {
  background-color: #000d54;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  padding-left: 5px;
  padding-top: 8px;
  font-size: 27px;
  padding-top: 5px;
  color: white;


}

.pb-120 {
  padding-bottom: 10px;
}

.pt-60 {
  padding-top: 25px;
}

.it-about-5-shape-2 {
  position: absolute;
  right: 44%;
  top: 0;
  animation: itleftright 1s infinite alternate;
}

.it-about-5-shape-3 {
  position: absolute;
  right: 120px;
  top: 0;
  animation: itswing 1s forwards infinite alternate;
  transform-origin: top left;
}

.it-about-5-shape-4 {
  position: absolute;
  right: 136px;
  bottom: 115px;
  animation: rotate2 12s linear infinite;
}

.z-index {
  position: relative;
  z-index: 2;
}

.it-about-5-shape-1 {
  position: absolute;
  top: -15%;
  left: -33%;
}

.footer-inner {
  background: #378b9e;
}

.features__item-two {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #C9E4E9;
  background: #F1FDFF;
  box-shadow: 8px 8px 0px 0px #C9E4E9;
  padding: 40px 40px 40px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features__item-shape {
  position: absolute;
  right: 28px;
  top: 21px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: rgba(39, 39, 47, 0.2);
}

.features__item-shape {
  position: absolute;
  right: 28px;
  top: 21px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: white;
}

.features__icon-two {
  width: 60px;
  height: 60px;
  padding: 7px;
  flex: 0 0 auto;
  color: var(--tg-common-color-white);
  background: #1BCBE3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two {
  border: 1px solid #c29d47;
  background: #c29d47;
  box-shadow: 8px 8px 0px 0px #c29d47;
}

.features__item-two {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #000c54;
  background: #000c54;
  box-shadow: 8px 8px 0px 0px #000c54;
  padding: 40px 40px 40px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two .features__icon-two {
  background: #5751E1;
}



section {
  padding: 100px 0;
  position: relative;
  width: 100%;
}

.icon_box {
  padding: 30px;
  z-index: 9;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
}

.box_icon,
.intro_desc {
  position: relative;
}

.box_icon i {
  font-size: 40px;
}

.icon_box img {
  max-width: 60px;
}

.icon_box_style1.icon_box {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #f6f6f6;
  -moz-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -webkit-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.icon_box_style1 .box_icon {
  float: left;
  margin-right: 20px;
}

.icon_box_style1.icon_box:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  -moz-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.icon_box_style1.icon_box img {
  max-width: 40px;
}

.icon_box_style1 .intro_desc {
  overflow: hidden;
}

.intro_desc h5 {
  text-transform: capitalize;
}

.intro_desc p:last-child {
  margin: 0;
}

.icon_box_style2 .box_icon,
.icon_box_style3 .box_icon {
  border-radius: 100%;
  display: inline-block;
  padding: 20px;
  position: relative;
  height: 100px;
  width: 100px;
  text-align: center;
}

.icon_box_style2 .box_icon i,
.icon_box_style3 .box_icon i {
  line-height: 60px;
}

.icon_box_style2 .box_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #fff;
  border-radius: 100%;
  margin: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.icon_box_style2 .box_icon img {
  padding: 5px;
}

.icon_box_style2:hover .box_icon:before {
  margin: 5px;
  opacity: 1;
}

.icon_box_style2:hover {
  margin-top: 20px;
}

.icon_box_style3 .box_icon {
  overflow: hidden;
}

.icon_box_style3:hover .box_icon i {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }

  50% {
    opacity: 0;
    transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

.radius_all_10 {
  border-radius: 10px;
}

/*=========================================================
Author       : Bestwebcreator.
Template Name: Eduglobal - Education & Courses HTML Template
Version      : 1.3
==============================================================*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. HEADER DESIGN
	03. BANNER SECTION
	04. ICON BOX SECTION
	05. COURSE CATEGORIES SECTION
	06. TEAM SECTION
	07. TESTIMONIAL SECTION
	08. BLOG SECTION
	09. SUBSCRIBE FORM
	10. FOOTER
	11. CONTACT
	12. 404 SECTION
	13. GALLERY SECTION
	14. ELEMENT DESIGN
	15.START PARALLAX SHAPE DESIGN
=============================================================*/

/*===================================*
  01. GENERAL STYLE
*===================================*/
section {
  padding: 100px 0;
  position: relative;
  width: 100%;
}

section.small_pt,
.top_footer.small_pt {
  padding-top: 50px;
}

section.small_pb,
.top_footer.small_pb {
  padding-bottom: 50px;
}

.small_padding {
  padding: 30px;
}

.medium_padding {
  padding: 50px;
}

.large_padding {
  padding: 100px;
}

.small_divider {
  height: 30px;
}

.medium_divider {
  height: 50px;
}

.large_divider {
  height: 100px;
}

.padding_eight_all {
  padding: 8%;
}

.padding_eight_lr {
  padding: 0 8%;
}

.list_none li {
  list-style: none;
}

.order_list,
.disc_list {
  padding-left: 15px;
}

.btn:focus,
.btn:hover,
.btn.active {
  box-shadow: none;
  outline: medium none;
}

button:focus {
  outline: none;
}

.btn {
  border-width: 2px;
  cursor: pointer;
  line-height: normal;
  padding: 12px 30px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.active:focus,
.btn:active:focus {
  box-shadow: none !important;
}

.btn-default {
  background-color: #FFBC09;
  border: 2px solid #FFBC09;
  color: #ffffff !important;
  padding: 12px 30px;
}

.btn-default:hover {
  background-color: #DF9C00;
  border-color: #DF9C00;
  color: #fff;
}

.btn-default::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 2em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  transition: all 0.8s ease-in-out;
}

.btn-default:hover::before {
  -webkit-transform: skewX(-45deg) translateX(40em);
  transform: skewX(-45deg) translateX(40em);
}

.btn-black {
  border: 2px solid #333;
  background-color: #333;
  color: #ffffff;
  padding: 12px 30px;
}

.btn-black:hover {
  background-color: #ffffff;
  color: #333;
}

.btn-outline-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 12px 30px;
}

.btn-outline-white:hover {
  color: #FFBC09;
}

.btn-outline-white::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-outline-white::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-outline-white:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-outline-black {
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
  padding: 12px 30px;
}

.btn-outline-black:hover {
  color: #fff;
}

.btn-outline-black::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #333;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-outline-black::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-outline-black:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-outline-default {
  background-color: transparent;
  border: 2px solid #FFBC09;
  color: #FFBC09 !important;
  padding: 12px 30px;
}

.btn-outline-default:hover {
  color: #fff !important;
}

.btn-outline-default::before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  background-color: #FFBC09;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.btn-outline-default::after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn-outline-default:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}

.btn-radius,
.pr-radius {
  border-radius: 40px !important;
}

.btn+.btn {
  margin-left: 10px;
}

.btn i {
  font-size: 22px;
  vertical-align: middle;
  line-height: 1;
}

.btn span {
  font-size: 14px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 7px 15px;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 14px 35px;
}

.btn-xs {
  padding: 4px 15px;
  font-size: 12px;
}

.btn-md {
  padding: 12px 30px;
  font-size: 16px;
}

.btn.btn-xs i {
  font-size: 12px;
}

.btn.btn-sm i {
  font-size: 16px;
}

.btn.btn-lg i {
  font-size: 28px;
}

.radius_all_5 {
  border-radius: 5px;
}

.radius_all_10 {
  border-radius: 10px;
}

.radius_ltrt_5 {
  border-radius: 5px 5px 0 0;
}

.radius_ltrt_10 {
  border-radius: 10px 10px 0 0;
}

.radius_lbrb_5 {
  border-radius: 0 0 5px 5px;
}

.radius_lbrb_10 {
  border-radius: 0 0 10px 10px;
}

.radius_ltlb_5 {
  border-radius: 5px 0 0 5px;
}

.radius_ltlb_10 {
  border-radius: 10px 0 0 10px;
}

.radius_rtrb_10 {
  border-radius: 0 10px 10px 0;
}

.box_shadow1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.box_shadow2 {
  box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
}

.heading_s1 h1 {
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.heading_s1 p {
  margin-bottom: 0;
}

.sub_heading {
  text-transform: uppercase;
  color: #292b2c;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}

.sub_heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 2px;
  width: 20px;
  background-color: #FFBC09;
}

.heading_light>* {
  color: #fff;
}

.heading_s1.heading_light::before {
  background-color: #ffffff;
}

.text_uppercase * {
  text-transform: uppercase;
}

.form-control,
.form-control:focus,
.custom-file-input:focus~.custom-file-label {
  color: #666666;
  box-shadow: none;
}

.form-control {
  height: 47px;
  padding: 10px 20px;
}

.field_form .form-group:last-child {
  margin: 0;
}

.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #666666;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1
}

.form-control::placeholder {
  color: #666666;
  opacity: 1
}

.form_style1 .form-control,
.form_style1 .form-control:focus,
.form_style3 .form-control,
.form_style3 .form-control:focus {
  border-radius: 40px;
}

.form_style1 .custom_select::before,
.form_style2 .custom_select::before {
  right: 20px;
}

.form_style1 .custom_select select,
.form_style2 .custom_select select {
  padding: 5px 40px 5px 20px;
}

.form_style2 .form-control,
.form_style2 .form-control:focus {
  border-radius: 0px;
}

.form_style3 .form-control {
  border: 0;
}

.form_transparent .form-control,
.form_transparent .form-control:focus,
.form_transparent .custom-file-input:focus~.custom-file-label {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.form_transparent .custom_select:before {
  color: #fff;
}

.form_transparent .form-control option {
  color: #000;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.form_transparent .form-control::placeholder {
  color: #fff;
}

.text_white * {
  color: #fff;
}

.text_dark * {
  color: #333 !important;
}

.text_default {
  color: #FFBC09 !important;
}

.text_light_green {
  color: #B3D369 !important;
}

.text_danger {
  color: #F5576C !important;
}

.text_warning {
  color: #f5bf2f !important;
}

.text_orange {
  color: #F89035 !important;
}

.text_light_navy {
  color: #554DA7 !important;
}

.text_blue2 {
  color: #4382FF !important;
}

.text_pink {
  color: #F94FA4 !important;
}

.text_blue {
  color: #38DDF7;
}

.overflow_hide {
  overflow: hidden;
}

.scrollup {
  background-color: #2f2f2f;
  border-radius: 100%;
  bottom: 20px;
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 99;
}

.scrollup:hover {
  background-color: #FFBC09;
  color: #fff;
}

.scrollup:focus {
  color: #fff;
}

.bg_size_auto {
  background-size: auto !important;
}

.bg_size_contain {
  background-size: contain !important;
}

.bg_repeat {
  background-repeat: repeat !important;
}

.position_top_center {
  background-position: top center !important;
}

.position_center_bottom {
  background-position: center bottom !important;
}

.position_right_center {
  background-position: right center !important;
}

.position_right_bottom {
  background-position: right bottom !important;
}

.bg_fixed {
  background-attachment: fixed !important;
}

.z_index_minus1 * {
  z-index: -1;
  position: relative;
}

.overlay_bg_90,
.overlay_bg_80,
.overlay_bg_70,
.overlay_bg_60,
.overlay_bg_50,
.overlay_bg_40,
.overlay_bg_30,
.overlay_bg_30,
.overlay_bg_20,
.overlay_bg_10,
.overlay_bg_danger_90,
.overlay_bg_light_green_90,
.overlay_bg_default_90,
.overlay_bg_default_80,
.overlay_bg_default_70,
.overlay_bg_default_60,
.overlay_bg_default_50,
.overlay_bg_default_40,
.overlay_bg_default_30,
.overlay_bg_default_20,
.overlay_bg_default_10,
.overlay_bg_danger_90,
.overlay_bg_danger_80,
.overlay_bg_danger_70,
.overlay_bg_danger_60,
.overlay_bg_danger_50,
.overlay_bg_danger_40,
.overlay_bg_danger_30,
.overlay_bg_danger_20,
.overlay_bg_danger_10,
.overlay_bg_light_green_90,
.overlay_bg_light_green_80,
.overlay_bg_light_green_70,
.overlay_bg_light_green_60,
.overlay_bg_light_green_50,
.overlay_bg_light_green_40,
.overlay_bg_light_green_30,
.overlay_bg_light_green_20 .overlay_bg_light_green_10,
.overlay_bg_blue_90,
.overlay_bg_blue_80,
.overlay_bg_blue_70,
.overlay_bg_blue_60,
.overlay_bg_blue_50,
.overlay_bg_blue_40,
.overlay_bg_blue_30,
.overlay_bg_blue_20,
.overlay_bg_blue_10,
.overlay_bg_blue2_90,
.overlay_bg_blue2_80,
.overlay_bg_blue2_70,
.overlay_bg_blue2_60,
.overlay_bg_blue2_50,
.overlay_bg_blue2_40,
.overlay_bg_blue2_30,
.overlay_bg_blue2_20,
.overlay_bg_blue2_10 {
  position: relative;
}

.overlay_bg_90::before,
.overlay_bg_80::before,
.overlay_bg_70::before,
.overlay_bg_60::before,
.overlay_bg_50::before,
.overlay_bg_40::before,
.overlay_bg_30::before,
.overlay_bg_30::before,
.overlay_bg_20::before,
.overlay_bg_10::before,
.overlay_bg_danger_90:before,
.overlay_bg_light_green_90:before,
.overlay_bg_default_90:before,
.overlay_bg_default_80:before,
.overlay_bg_default_70:before,
.overlay_bg_default_60:before,
.overlay_bg_default_50:before,
.overlay_bg_default_40:before,
.overlay_bg_default_30:before,
.overlay_bg_default_20:before,
.overlay_bg_default_10:before,
.overlay_bg_danger_90:before,
.overlay_bg_danger_80:before,
.overlay_bg_danger_70:before,
.overlay_bg_danger_60:before,
.overlay_bg_danger_50:before,
.overlay_bg_danger_40:before,
.overlay_bg_danger_30:before,
.overlay_bg_danger_20:before,
.overlay_bg_danger_10:before,
.overlay_bg_light_green_90:before,
.overlay_bg_light_green_80:before,
.overlay_bg_light_green_70:before,
.overlay_bg_light_green_60:before,
.overlay_bg_light_green_50:before,
.overlay_bg_light_green_40:before,
.overlay_bg_light_green_30:before,
.overlay_bg_light_green_20:before,
.overlay_bg_light_green_10:before,
.overlay_bg_blue_90:before,
.overlay_bg_blue_80:before,
.overlay_bg_blue_70:before,
.overlay_bg_blue_60:before,
.overlay_bg_blue_50:before,
.overlay_bg_blue_40:before,
.overlay_bg_blue_30:before,
.overlay_bg_blue_20:before,
.overlay_bg_blue_10:before,
.overlay_bg_blue2_90:before,
.overlay_bg_blue2_80:before,
.overlay_bg_blue2_70:before,
.overlay_bg_blue2_60:before,
.overlay_bg_blue2_50:before,
.overlay_bg_blue2_40:before,
.overlay_bg_blue2_30:before,
.overlay_bg_blue2_20:before,
.overlay_bg_blue2_10:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.overlay_bg_90::before {
  background-color: rgba(0, 0, 0, 0.90);
}

.overlay_bg_80::before {
  background-color: rgba(0, 0, 0, 0.80);
}

.overlay_bg_70::before {
  background-color: rgba(0, 0, 0, 0.70);
}

.overlay_bg_60::before {
  background-color: rgba(0, 0, 0, 0.60);
}

.overlay_bg_50::before {
  background-color: rgba(0, 0, 0, 0.50);
}

.overlay_bg_40::before {
  background-color: rgba(0, 0, 0, 0.40);
}

.overlay_bg_30::before {
  background-color: rgba(0, 0, 0, 0.30);
}

.overlay_bg_20::before {
  background-color: rgba(0, 0, 0, 0.20);
}

.overlay_bg_10::before {
  background-color: rgba(0, 0, 0, 0.10);
}

.overlay_bg_danger_90:before {
  background-color: rgba(245, 87, 108, 0.90);
}

.overlay_bg_danger_80:before {
  background-color: rgba(245, 87, 108, 0.80);
}

.overlay_bg_danger_70:before {
  background-color: rgba(245, 87, 108, 0.70);
}

.overlay_bg_danger_60:before {
  background-color: rgba(245, 87, 108, 0.60);
}

.overlay_bg_danger_50:before {
  background-color: rgba(245, 87, 108, 0.50);
}

.overlay_bg_danger_40:before {
  background-color: rgba(245, 87, 108, 0.40);
}

.overlay_bg_danger_30:before {
  background-color: rgba(245, 87, 108, 0.30);
}

.overlay_bg_danger_20:before {
  background-color: rgba(245, 87, 108, 0.20);
}

.overlay_bg_danger_10:before {
  background-color: rgba(245, 87, 108, 0.10);
}

.overlay_bg_light_green_90:before {
  background-color: rgba(179, 211, 105, 0.90);
}

.overlay_bg_light_green_80:before {
  background-color: rgba(179, 211, 105, 0.80);
}

.overlay_bg_light_green_70:before {
  background-color: rgba(179, 211, 105, 0.70);
}

.overlay_bg_light_green_60:before {
  background-color: rgba(179, 211, 105, 0.60);
}

.overlay_bg_light_green_50:before {
  background-color: rgba(179, 211, 105, 0.50);
}

.overlay_bg_light_green_40:before {
  background-color: rgba(179, 211, 105, 0.40);
}

.overlay_bg_light_green_30:before {
  background-color: rgba(179, 211, 105, 0.30);
}

.overlay_bg_light_green_20:before {
  background-color: rgba(179, 211, 105, 0.20);
}

.overlay_bg_light_green_10:before {
  background-color: rgba(179, 211, 105, 0.10);
}

.overlay_bg_default_90:before {
  background-color: rgba(255, 188, 9, 0.90);
}

.overlay_bg_default_80:before {
  background-color: rgba(255, 188, 9, 0.80);
}

.overlay_bg_default_70:before {
  background-color: rgba(255, 188, 9, 0.70);
}

.overlay_bg_default_60:before {
  background-color: rgba(255, 188, 9, 0.60);
}

.overlay_bg_default_50:before {
  background-color: rgba(255, 188, 9, 0.50);
}

.overlay_bg_default_40:before {
  background-color: rgba(255, 188, 9, 0.40);
}

.overlay_bg_default_30:before {
  background-color: rgba(255, 188, 9, 0.30);
}

.overlay_bg_default_20:before {
  background-color: rgba(255, 188, 9, 0.20);
}

.overlay_bg_default_10:before {
  background-color: rgba(255, 188, 9, 0.10);
}

.overlay_bg_blue_90:before {
  background-color: rgba(7, 41, 77, 0.90);
}

.overlay_bg_blue_80:before {
  background-color: rgba(7, 41, 77, 0.80);
}

.overlay_bg_blue_70:before {
  background-color: rgba(7, 41, 77, 0.70);
}

.overlay_bg_blue_60:before {
  background-color: rgba(7, 41, 77, 0.60);
}

.overlay_bg_blue_50:before {
  background-color: rgba(7, 41, 77, 0.50);
}

.overlay_bg_blue_40:before {
  background-color: rgba(7, 41, 77, 0.40);
}

.overlay_bg_blue_30:before {
  background-color: rgba(7, 41, 77, 0.30);
}

.overlay_bg_blue_20:before {
  background-color: rgba(7, 41, 77, 0.20);
}

.overlay_bg_blue_10:before {
  background-color: rgba(7, 41, 77, 0.10);
}

.overlay_bg_blue2_90:before {
  background-color: rgba(67, 130, 255, 0.90);
}

.overlay_bg_blue2_80:before {
  background-color: rgba(67, 130, 255, 0.80);
}

.overlay_bg_blue2_70:before {
  background-color: rgba(67, 130, 255, 0.70);
}

.overlay_bg_blue2_60:before {
  background-color: rgba(67, 130, 255, 0.60);
}

.overlay_bg_blue2_50:before {
  background-color: rgba(67, 130, 255, 0.50);
}

.overlay_bg_blue2_40:before {
  background-color: rgba(67, 130, 255, 0.40);
}

.overlay_bg_blue2_30:before {
  background-color: rgba(67, 130, 255, 0.30);
}

.overlay_bg_blue2_20:before {
  background-color: rgba(67, 130, 255, 0.20);
}

.overlay_bg_blue2_10:before {
  background-color: rgba(67, 130, 255, 0.10);
}

.bg_black {
  background-color: #202325;
}

.bg_gray {
  background-color: #F7F7F7;
}

.bg_linen {
  background-color: #F9F5F0;
}

.bg_default {
  background-color: #FFBC09;
}

.bg_light_green {
  background-color: #B3D369;
}

.bg_light_navy {
  background-color: #072044;
}

.bg_danger {
  background-color: #F6475F;
}

.bg_blue {
  background-color: #38DDF7;
}

.bg_blue2 {
  background-color: #4382FF;
}

.bg_blue_dark {
  background-color: #07294D;
}

.bg_blue_dark2 {
  background-color: #072044;
}

.bg_orange {
  background-color: #F89035;
}

.bg_pink {
  background-color: #F94FA4;
}

.bg_lightdanger {
  background-color: #FFDFE3;
}

.bg_lightorange {
  background-color: #FBE6D4;
}

.bg_lightblue {
  background-color: #CAF7FF;
}

.bg_lightnavy {
  background-color: #D3CFFF;
}

.bg_lightblu2 {
  background-color: #C8DAFD;
}

.bg_lightpink {
  background-color: #FDCFE6;
}

.radius_all_5[class*="overlay_bg_"]:before {
  border-radius: 5px;
}

.radius_all_10[class*="overlay_bg_"]:before {
  border-radius: 10px;
}

.border_top_tran {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ripple {
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #FFBC09;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  line-height: 50px;
  font-size: 18px !important;
  vertical-align: middle;
  margin-left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
}

.ripple::before,
.ripple::after {
  -webkit-animation: ripple 1.8s infinite;
  -moz-animation: ripple 1.8s infinite;
  -o-animation: ripple 1.8s infinite;
  -ms-transition: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
  background-color: #ffffff;
  border-radius: 100%;
  margin: -20px;
  bottom: 0px;
  content: "";
  display: block;
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.ripple::before {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.ripple::after {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

/*Loader Css*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}

.spinner,
.spinner-small {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 2px solid #000000;
  border-top: 2px solid #FFBC09;
  border-radius: 100%;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  z-index: 9999;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg)
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0)
  }

  to {
    -moz-transform: rotate(359deg)
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0)
  }

  to {
    -o-transform: rotate(359deg)
  }
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: #E7EDF3;
  z-index: 999;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

.loader-section.section-left {
  left: 0;
}

.loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.font_style1 {
  font-family: 'Fredoka One', cursive;
}

/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
  02.START HEADER DESIGN
*===================================*/
.dark_skin .logo_light,
.dark_skin .logo_default,
.light_skin .logo_default,
.light_skin .logo_dark {
  display: none;
}

.dark_skin .logo_dark,
.light_skin .logo_light {
  display: block;
}

.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
  color: #ffffff;
}

.navbar {
  padding: 0;
}

.header_wrap {
  transition: all 0.5s ease 0s;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav .dropdown-menu {
  border: 0 none;
  border-radius: 0;
  margin: 0;
  min-width: 12rem;
  padding: 0;
}

.dark_skin .navbar-nav .dropdown-menu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu:not([class*="bg_"]):not([class*="bg-"]) {
  background-color: #333333;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent-header {
  background-color: transparent;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent-header.nav-fixed {
  background-color: #fff;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent-header.light_skin.nav-fixed {
  background-color: #343a40;
}

.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
  background-color: #252525;
}

.dark_skin:not([class*="bg_"]):not([class*="bg-"]) .navbar-nav .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
  border: 1px solid #eee;
  margin-top: -1px;
}

.dark_skin .mega-menu-col,
.dark_skin .cart_list li {
  border-color: #ddd;
}

.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu>ul>li:hover>a,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
  color: #FFBC09;
}

.dark_skin .navbar-expand-lg .navbar-nav .dropdown-item,
.dark_skin .navbar-expand-lg .navbar-nav .dropdown-header,
.dark_skin .cart_quantity,
.dark_skin .cart_total {
  color: #333;
}

.dark_skin .cart_list a {
  color: #333 !important;
}

.dark_skin .cart_list a:hover,
.dark_skin .item_remove:hover {
  color: #000 !important;
}

.dropdown-toggle::after,
.dropdown-toggler::after {
  border: 0 none;
  content: "\f3d0";
  font-family: ionicons;
  height: auto;
  line-height: normal;
  margin-left: 5px;
  vertical-align: middle;
  width: auto;
}

.dd_main_arrow_none .navbar-expand-lg .navbar-nav>li>.nav-link.dropdown-toggle::after {
  content: normal;
}

.dropdown-toggler::after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggler::after {
  position: absolute;
  right: 10px;
  top: 10px;
}

.navbar-expand-lg .navbar-nav>li>.nav-link {
  /*font-size: 14px;
	font-weight: 600;
	padding: 25px 10px;
	text-transform: uppercase;*/
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  /* text-transform: uppercase; */
  margin: 20px 0px 20px 35px;
}

.navbar-expand-lg .navbar-nav>li>a.active,
.navbar-expand-lg .navbar-nav>li:hover>a {
  color: #FFBC09;
}

.main_menu_capitalize .navbar-expand-lg .navbar-nav>li>.nav-link {
  text-transform: capitalize;
}

.main_menu_weight_100 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 100;
}

.main_menu_weight_200 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 200;
}

.main_menu_weight_300 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 300;
}

.main_menu_weight_400 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 400;
}

.main_menu_weight_500 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 500;
}

.main_menu_weight_600 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 600;
}

.main_menu_weight_700 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 700;
}

.main_menu_weight_800 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 800;
}

.main_menu_weight_900 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-weight: 900;
}

.main_menu_size_16 .navbar-expand-lg .navbar-nav>li>.nav-link {
  font-size: 16px;
}

.bottom-header .navbar-expand-lg .navbar-nav>li>.nav-link {
  padding: 20px 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-item {
  padding: 8px 25px 8px 10px;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.navbar-expand-lg .navbar-nav .dropdown-header {
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-expand-lg .attr-nav li .nav-link {
  padding: 20px 10px;
  position: relative;
}

.navbar-expand-lg .attr-nav li .nav-link i {
  font-size: 20px;
}

.hover_menu_style2 .navbar-expand-lg .navbar-nav.attr-nav>li>.nav-link {
  margin: 0;
  padding: 20px 10px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav.attr-nav .dropdown-menu>ul>li:hover>a {
  background-color: rgba(0, 0, 0, 0);
}

.navbar-expand-lg .navbar-nav>li {
  margin-left: 1px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a.active,
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
.navbar-expand-lg .navbar-nav .dropdown-menu>ul>li:hover>a,
.navbar-expand-lg .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
  color: #FFBC09;
}

.search-overlay {
  border: 1px solid #ddd;
  right: 0;
  opacity: 0;
  position: absolute;
  min-width: 300px;
  top: 100%;
  transition: all 0.25s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 15px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
  transform-origin: calc(100% - 30px) 0;
}

.search-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search_trigger.open i::before {
  content: "\f129";
}

.search_wrap {
  position: relative;
}

.search_icon {
  font-size: 26px;
  position: absolute;
  right: 15px;
  top: 4px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.search_wrap .form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
}

.nav-fixed .navbar-expand-lg .navbar-nav>li>.nav-link {
  padding: 20px 10px;
}

.nav-fixed .navbar-expand-lg .attr-nav li .nav-link,
.hover_menu_style2.nav-fixed .navbar-expand-lg .navbar-nav.attr-nav>li>.nav-link {
  padding: 15px 10px;
  margin: 0;
}

.header_wrap.nav-fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
}

.header_wrap.fixed-top.nav-fixed {
  padding-top: 0 !important;
}

.nav-fixed.border_bottom_tran {
  border: 0;
}

.header_wrap.nav-fixed.no-sticky {
  position: relative;
}

.bg-dark.light_skin.nav-fixed .logo_dark {
  display: none;
}

.bg-dark.light_skin.nav-fixed .logo_light {
  display: block;
}

.header_wrap.nav-fixed.bg-dark {
  border-bottom: 0;
}

.bg-dark.light_skin.nav-fixed .navbar-nav>li>a,
.bg-dark.light_skin.nav-fixed .navbar-toggler {
  color: #fff;
}

.bg-dark.hover_menu_style2.nav-fixed .navbar-expand-lg .navbar-nav>li>.nav-link::before {
  background-color: #fff;
}

.header_wrap.nav-fixed[class*="overlay_"]:before {
  content: normal;
}

.mega-menu {
  display: table;
  padding: 15px 0;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-expand-lg .navbar-nav li.dropdown-mega-menu {
  position: static;
}

.dropdown-mega-menu .dropdown-menu {
  right: 0;
}

.mega-menu-col {
  border-right: 1px solid #5d5d5d;
}

.mega-menu-col:last-child {
  border-right: 0;
}

.dropdown-menu li a i {
  font-size: 14px;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.cart_list li {
  list-style: outside none none;
}

.cart_count {
  position: absolute;
  top: 13px;
  right: 2px;
  font-size: 10px;
  background-color: #FFBC09;
  border-radius: 40px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  color: #fff;
  font-weight: normal;
}

.nav-fixed .cart_count {
  top: 8px;
}

.cart_box {
  background-color: #333333;
  width: 300px;
  position: absolute !important;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
  transform-origin: calc(100% - 30px) 0;
  display: block;
  transition: all 0.25s ease-in-out;
}

.navbar-expand-lg .navbar-nav li.show>.dropdown-menu.cart_box {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cart_list li {
  border-bottom: 1px solid #777777;
  padding: 20px;
}

.item_remove {
  float: right;
}

.cart_list img {
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  max-width: 60px;
  vertical-align: top;
}

.cart_list a {
  color: #fff !important;
  font-size: 14px;
  vertical-align: top;
  padding: 0 !important;
}

.cart_list a:hover,
.item_remove:hover {
  color: #ddd !important;
}

.cart_quantity {
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
}

.cart_list {
  display: table;
}

.cart_total {
  color: #ffffff;
  margin: 0;
  padding: 10px 20px;
  text-align: right;
  font-weight: bold;
}

.cart_total strong {
  float: left;
}

.cart_buttons {
  margin: 0;
  padding: 10px 20px 20px;
  text-align: center;
}

.cart_buttons .view-cart,
.cart_buttons .checkout {
  margin: 0 5px !important;
  padding: .375rem .75rem !important;
  float: none !important;
}

.top-header,
.middle-header {
  padding: 6px 0;
}

.light_skin .top-header,
.light_skin .middle-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dark_skin .top-header,
.dark_skin .middle-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.social_icons,
.contact_detail {
  font-size: 0;
}

.social_icons li,
.contact_detail li {
  display: inline-block;
  padding: 2px 3px;
}

.social_icons li a {
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.social_icons.social_small li a {
  height: 25px;
  width: 25px;
  line-height: 26px;
  font-size: 16px;
}

.social_white .social_icons li a,
.social_white.social_icons li a {
  color: #fff;
  border-color: #fff;
}

.border_social li a {
  border: 1px solid #292b2c;
}

.radius_social li a {
  border-radius: 5px;
}

.rounded_social li a {
  border-radius: 50px;
}

.social_style1 li a {
  background-color: rgba(0, 0, 0, 0.1);
}

.social_white.social_style1 li a {
  background-color: rgba(255, 255, 255, 0.1);
}

.contact_detail i {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 18px;
  color: #ffc107;
}

.contact_detail li {
  color: #000;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
}

.contact_detail li:first-child {
  margin-left: 0px;
}

.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a {
  color: #fff;
}

.top-header.dark_skin .contact_detail li {
  color: #000;
}

header .social_icons li a {
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #ffffff30;
  border-radius: 50%;
}

.nav-fixed .top-header,
.nav-fixed .middle-header {
  display: none !important;
}

.navbar-toggler {
  float: right;
  margin: 9px 0;
  font-size: 28px;
  transition: all 0.5s ease 0s;
}

.navbar-toggler[aria-expanded="true"] span::before {
  content: "\f129";
  font-size: 20px;
  width: 21px;
  line-height: 28px;
  vertical-align: top;
}

header .attr-nav+.social_icons {
  border-left: 1px solid #333;
  margin-left: 5px;
  padding-left: 5px;
}

header .attr-nav+.social_icons li {
  padding: 0;
}

header.light_skin .attr-nav+.social_icons {
  border-color: #fff;
}

header.light_skin.nav-fixed .attr-nav+.social_icons {
  border-color: #333;
}

header.light_skin.nav-fixed .social_icons li a {
  color: #000;
}

header.light_skin.nav-fixed .social_icons li a:hover {
  color: #0E93D8;
}

.navbar .btn {
  padding: 10px 25px;
}

.header_info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header_info li {
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}

.header_info li:first-child {
  padding-left: 0px;
}

.header_info li i {
  width: 30px;
  font-size: 28px;
  height: 30px;
  color: #0e93d8;
}

.header_info li p {
  margin: 0;
  color: #292b2c;
}

.header_info li .hd_info {
  padding-left: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
}

.lng_dropdown {
  position: relative;
  display: inline-block
}

.lng_dropdown .ddTitleText img,
.lng_dropdown .ddChild li img {
  border-radius: 100%;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.lng_dropdown .ddlabel {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
}

.lng_dropdown #pr_select_msdd .ddlabel {
  margin-left: 0;
}

.lng_dropdown .dd.ddcommon {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
  width: auto !important;
  outline: none;
}

.lng_dropdown .ddTitleText {
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
}

.lng_dropdown .ddChild {
  background-color: #fff;
}

.lng_dropdown .ddChild li {
  cursor: pointer;
  line-height: normal;
  list-style: outside none none;
  padding: 3px 10px;
}

.ddArrow::before {
  content: "\f3d0";
  font-family: ionicons;
  position: absolute;
  right: 0;
  top: 6px;
}

.lng_dropdown.lng_dropdown_white .ddTitleText,
.lng_dropdown_white .ddArrow::before {
  color: #fff;
}

.search_box {
  position: relative;
}

.search_box input {
  padding-right: 30px;
}

.search_box button {
  border: 0;
  padding: 0 10px;
  background-color: transparent;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.header_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header_list>li {
  position: relative;
  padding-left: 15px;
}

.header_list>li a {
  font-size: 14px;
}

.border_list {
  position: relative;
}

.border_list::before {
  content: "";
  position: absolute;
  left: 0;
  height: 25px;
  width: 1px;
  background-color: #eee;
}

.header_wrap.light_skin.nav-fixed .btn-outline-white {
  border: 2px solid #333;
  color: #333;
}

.header_wrap.light_skin.nav-fixed .btn-outline-white:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
}

.top-header.light_skin .header_list li a,
.top-header.light_skin .header_list li span,
.top-header.light_skin .lng_dropdown .ddlabel,
.top-header.light_skin .ddArrow::before {
  color: #fff;
}

.top-header.light_skin .header_list>li::before {
  background-color: #fff;
}

.top-header.light_skin .lng_dropdown .ddChild {
  background-color: #343a40;
}

.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .contact_detail li a:hover,
.social_white .social_icons li a:hover,
.social_white.social_icons li a:hover {
  color: #FFBC09;
}

.alertbox {
  position: relative;
  z-index: 999;
  transition: all 0.4s ease 0s;
}

.alertbox.alert_fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}

.alertbox.alert_fixed.fixed {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.alertbox_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alertbox .alert {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.alertbox .close {
  float: none;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 31px;
}

.alertbox_content *,
.alertbox_content a {
  color: #fff;
  font-weight: bold;
}

marquee {
  display: block;
}

.news_ticker a {
  padding: 0 10px;
}

.news_ticker a:hover {
  color: #fff;
}

/*===================================*
  02.END HEADER DESIGN
*===================================*/

/*===================================*
  03. BANNER SECTION
*===================================*/
.full_screen,
.full_screen .carousel-item {
  min-height: 100vh;
}

.banner_content_wrap .carousel-item {
  padding: 100px 0;
}

.banner_content_wrap.banner_py_large .carousel-item {
  padding: 200px 0;
}

.banner_content h2 {
  font-size: 50px;
  margin-bottom: 20px;
  vertical-align: bottom;
}

.banner_content p {
  color: #333;
  font-size: 18px;
  margin-bottom: 35px;
}

.banner_content.text_white p {
  color: #fff;
}

.banner_section .banner_slide_content {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-control-next,
.carousel-control-prev {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  height: 50px;
  opacity: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 0;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev {
  left: 20px;
}

.carousel_style1 .carousel-control-next,
.carousel_style1 .carousel-control-prev {
  border-radius: 100%;
}

.carousel_style2 .carousel-control-next,
.carousel_style2 .carousel-control-prev {
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  height: 45px;
  width: 45px;
}

.carousel_style2 .carousel-control-next:hover,
.carousel_style2 .carousel-control-prev:hover {
  background-color: #FFBC09;
  color: #fff;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators li {
  border-radius: 100%;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.content_overlay_bg {
  padding: 50px;
  position: relative;
}

.content_overlay_bg::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner_head2 {
  font-size: 40px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.carousel-indicators.justify-content-end {
  left: auto;
}

.carousel-indicators.justify-content-start {
  right: auto;
}

.carousel-item img {
  position: relative;
  z-index: -1;
}

.down {
  bottom: 20px;
  font-size: 48px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}

.down .mouse {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #333;
  border-radius: 24px;
  opacity: .8;
  cursor: pointer;
  vertical-align: middle;
}

.down .mouse span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 8px;
  height: 12px;
  margin: 0px 0 0 -4px;
  background: #333;
  border-radius: 20px;
  -webkit-animation: scroll 2s linear infinite;
  -moz-animation: scroll 2s linear infinite;
  animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 50%;
  }

  60% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 50%;
  }

  60% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }

  20% {
    opacity: 1;
    top: 50%;
  }

  60% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 30%;
  }
}

.down_white.down .mouse {
  border-color: #fff;
}

.down_white.down .mouse span {
  background: #fff;
}

/*===================================*
  03.END BANNER SECTION
*===================================*/

/*===================================*
  04. START ICON BOX CSS
*===================================*/
.icon_box {
  padding: 30px;
  z-index: 9;
  margin-top: 30px;
  transition: all 0.5s ease-in-out;
}

.box_icon,
.intro_desc {
  position: relative;
}

.box_icon i {
  font-size: 40px;
}

.icon_box img {
  max-width: 60px;
}

.icon_box_style1.icon_box {
  background-color: #fff;
  padding: 15px;
  border: 2px solid #f6f6f6;
  -moz-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -webkit-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

.icon_box_style1 .box_icon {
  float: left;
  margin-right: 20px;
}

.icon_box_style1.icon_box:hover {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  -moz-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.icon_box_style1.icon_box img {
  max-width: 40px;
}

.icon_box_style1 .intro_desc {
  overflow: hidden;
}

.intro_desc h5 {
  text-transform: capitalize;
}

.intro_desc p:last-child {
  margin: 0;
}

.icon_box_style2 .box_icon,
.icon_box_style3 .box_icon {
  border-radius: 100%;
  display: inline-block;
  padding: 20px;
  position: relative;
  height: 100px;
  width: 100px;
  text-align: center;
}

.icon_box_style2 .box_icon i,
.icon_box_style3 .box_icon i {
  line-height: 60px;
}

.icon_box_style2 .box_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #fff;
  border-radius: 100%;
  margin: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.icon_box_style2 .box_icon img {
  padding: 5px;
}

.icon_box_style2:hover .box_icon:before {
  margin: 5px;
  opacity: 1;
}

.icon_box_style2:hover {
  margin-top: 20px;
}

.icon_box_style3 .box_icon {
  overflow: hidden;
}

.icon_box_style3:hover .box_icon i {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }

  50% {
    opacity: 0;
    transform: translate(100%);
  }

  51% {
    opacity: 1;
  }
}

/*===================================*
  04. END ICON BOX CSS
*===================================*/

/*===================================*
  05.START COURSE CATEGORIES SECTION
*===================================*/
.overlap_box {
  margin-top: -124px;
  position: relative;
  z-index: 9;
}

.cat_overlap_box {
  top: -50%;
}

.single_categories a {
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 30px 20px;
  color: #fff;
}

.single_categories a:hover {
  color: #fff;
}

.single_categories i {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
}

.cat_style1 a {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  padding: 50px 20px;
}

.cat_style1 a:hover {
  background-color: #FFBC09;
}

.cat_style2 {
  margin-top: 30px;
}

.cat_style2.single_categories a {
  border-radius: 10px;
  padding: 30px 10px;
}

.cat_style2:hover a {
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.course_categories.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 25px;
}

.cat_count {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  margin: 10px auto 0;
}

/*===================================*
  05.END COURSE CATEGORIES SECTION
*===================================*/

/*===================================*
  06.START TEAM SECTION
*===================================*/
.team_box {
  margin-top: 30px;
}

.team_title {
  background-color: #fff;
  padding: 15px;
  text-transform: capitalize;
}

.team_img {
  position: relative;
  overflow: hidden;
}

.team_style1 .social_icons,
.team_style4 .social_icons {
  position: absolute;
  top: 100%;
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.team_style1:hover .social_icons,
.team_style4:hover .social_icons {
  top: 50%;
  opacity: 1;
}

.team_img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.team_style1 .team_img::before,
.team_style4 .team_img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.team_style1.team_box:hover .team_img:before,
.team_style4.team_box:hover .team_img:before {
  opacity: 1;
}

.team_style1 {
  border-radius: 10px;
}

.team_style1 .team_img,
.team_style1 .team_img img,
.team_style1 .team_img:before {
  border-radius: 10px 10px 0 0;
}

.team_single_info {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.contact_info span {
  color: #333;
  float: left;
  margin-right: 10px;
  line-height: normal;
  max-width: 70px;
  width: 100%;
}

.team_name {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.team_style2 .social_icons,
.team_style3 .social_icons,
.team_style4 .social_icons {
  margin-top: 10px;
}

.team_style2:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team_style3 .team_img img {
  background-color: #fff;
  border-radius: 100%;
  padding: 10px;
  border: 10px solid #eee;
}

.team_box.team_style3:before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 280px 280px 20px 20px;
  z-index: -1;
}

.team_style4 .team_img img {
  background-color: #fff;
  border-radius: 100%;
}

.team_style4 .team_img::before {
  border-radius: 100%;
}

/*===================================*
  06.END TEAM SECTION
*===================================*/

/*===================================*
  07.START TESTIMONIAL SECTION
*===================================*/
.testimonial_img img {
  max-width: 100px;
  max-height: 100px;
}

.testimonial_img,
.author_img {
  float: left;
  margin-right: 20px;
}

.testi_user span,
.author_intro span {
  font-style: italic;
}

.testi_user,
.author_intro {
  margin-bottom: 6px;
}

.testi_meta,
.author_meta {
  overflow: hidden;
}

.testimonial_style1 .testimonial_box,
.course_author {
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px 30px 30px 50px;
  margin: 5px 5px 5px 50px;
  position: relative;
  z-index: 1;
}

.testimonial_style1 .testimonial_box::before {
  content: "\f10e";
  position: absolute;
  right: 40px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 190px;
  line-height: normal;
  font-weight: 900;
  z-index: -1;
  color: rgba(0, 0, 0, 0.02);
}

.testimonial_style1 .testimonial_img,
.author_img {
  margin-left: -100px;
}

.testi_desc p:last-child,
.author_desc p:last-child {
  margin: 0;
}

.testimonial_style2 .testimonial_box {
  text-align: center;
  border: 2px solid #eee;
  padding: 20px;
  margin-top: 60px;
  background-color: #fff;
}

.testimonial_style2 .testimonial_img {
  float: none;
  margin: -80px auto 20px;
  display: table;
  padding: 10px;
  border: 2px solid #eee;
  background-color: #fff;
}

.testi_img_holder {
  position: relative;
}

.testimonial_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.testimonial_style4 .testimonial_img img {
  border-radius: 100%;
  max-width: 60px;
}

.testimonial_style4 .testi_user {
  margin: 6px 0 0;
  display: inline-block;
}

.testimonial_style4 .testi_meta {
  margin: 5px 0 25px 0;
}

.testimonial_slider.testimonial_style4:before {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.08);
  line-height: normal;
}

.testimonial_style4.owl-theme .owl-nav [class*="owl-"] {
  bottom: 15px;
}

.nav_bottom_right.testimonial_style4.owl-theme .owl-nav .owl-next {
  right: 30px
}

.nav_bottom_right.testimonial_style4.owl-theme .owl-nav .owl-prev {
  right: 80px
}

.testimonial_style5 .testimonial_box {
  background-color: #fff;
  margin: 20px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  text-align: center;
}

.testimonial_style5 .testimonial_img {
  float: none;
  margin: 0 auto 20px;
  display: table;
}

.testimonial_style5 .testimonial_img img {
  border-radius: 100%;
}

.testimonial_style5::before {
  background-color: #fff;
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.testimonial_style5 .testi_meta {
  margin-top: 0;
  margin-bottom: 15px;
}

.testimonial_style5 {
  max-width: 730px;
  position: relative;
  margin: 0 auto;
}

.testimonial_style5 .testi_desc {
  position: relative;
  z-index: 1;
}

.testimonial_style5 .testimonial_box::before {
  content: "\f10d";
  position: absolute;
  left: 100px;
  top: 70px;
  font-family: fontawesome;
  font-size: 100px;
  line-height: normal;
  color: #f2f2f2;
  z-index: 0;
}

/*===================================*
  07.END TESTIMONIAL SECTION
*===================================*/

/*===================================*
  08.START BLOG SECTION
*===================================*/
.blog_post {
  margin-top: 30px;
}

.blog_title {
  margin-bottom: 10px;
}

.blog_img {
  position: relative;
  overflow: hidden;
}

.blog_img img {
  width: 100%;
}

.blog_img a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}

.blog_post:hover .blog_img a:before {
  opacity: 1;
}

.blog_meta {
  display: table;
  width: 100%;
}

.blog_meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog_meta li:last-child {
  margin-right: 0px;
}

.blog_meta li i {
  margin-right: 8px;
  color: #FFBC09;
  font-size: 16px;
}

.blog_meta li a {
  color: #888;
  font-size: 14px;
  text-transform: capitalize;
}

.blog_meta li a:hover {
  color: #FFBC09;
}

.blog_content,
.blog_footer {
  padding: 15px;
}

.blog_content p {
  margin-bottom: 10px;
}

.blog_footer {
  border-top: 1px solid #ddd;
}

.link_blog {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}

.blog_post:hover .link_blog {
  top: 50%;
  opacity: 1;
}

.blog_hover_style1 {
  transition: all 0.5s ease;
}

.blog_hover_style1:hover {
  margin-top: 20px;
}

/*===================================*
  08.END BLOG SECTION
*===================================*/

/*===================================*
  09.START SUBSCRIBE FORM
*===================================*/
.newsletter_form {
  position: relative;
}

.newsletter_form input {
  padding: 10px 105px 10px 15px;
  width: 100%;
  border: 0;
  color: #777777;
  height: 43px;
}

.newsletter_form button {
  position: absolute;
  right: 4px;
  top: 4px;
}

.rounded_input input {
  border-radius: 40px;
  padding-left: 20px;
}

.form_lg input {
  padding: 10px 105px 10px 20px;
  height: 55px;
}

.form_lg .btn {
  padding: 10px 25px;
  top: 6px;
  right: 6px;
}

.newsletter_box {
  position: relative;
  padding: 70px 50px;
}

.icon_bg {
  position: absolute;
  top: 50%;
  right: 70px;
  -moz-transform: rotate(20deg) translateY(-50%);
  -webkit-transform: rotate(20deg) translateY(-50%);
  transform: rotate(20deg) translateY(-50%);
}

.icon_bg i {
  font-size: 140px;
  opacity: 0.2;
}

.newsletter_overlap {
  margin-bottom: -100px;
}

/*===================================*
  09.END SUBSCRIBE FORM
*===================================*/

/*===================================*
  10.START FOOTER
*===================================*/
.footer_logo {
  margin-bottom: 15px;
}

.top_footer {
  padding: 100px 0;
}

footer p {
  font-size: 14px;
}

.widget_links li {
  padding: 0 0 10px;
}

.widget_links li:last-child {
  padding-bottom: 0;
}

.widget_links li a {
  color: #888888;
  font-size: 14px;
  position: relative;
}

.widget_links.links_style1 li a:hover,
.widget_links.links_style2 li a:hover {
  padding-left: 5px;
}

.links_style2 li a::before {
  content: "\f3d3";
  font-family: "Ionicons";
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.contact_info>li>i {
  font-size: 18px;
  vertical-align: middle;
  max-width: 30px;
  width: 100%;
  text-align: center;
  margin-right: 5px;
}

.contact_info li:first-child {
  margin-top: 0;
}

.contact_info>li {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contact_info i+*,
.contact_info span+* {
  font-size: 14px;
  color: #888888;
  margin: 0;
  vertical-align: top;
}

footer .widget_title {
  font-size: 18px;
  margin-top: 10px;
}

.widget_title {
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}

.bottom_footer {
  padding: 30px 0;
  position: relative;
}

.footer_link li {
  display: inline-block;
  position: relative;
}

.footer_link li a {
  font-size: 14px;
  padding: 0 5px;
  color: #888;
}

.post_img {
  float: left;
  margin-right: 10px;
  max-width: 60px;
}

.post_date {
  font-size: 80%;
}

.post_content {
  overflow: hidden;
}

.recent_post li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.recent_post li:last-child {
  margin-bottom: 0;
}

.post_content h6 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: normal;
}

.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p,
.footer_dark .contact_info li i,
.footer_dark .contact_info i+*,
.footer_dark .widget_links li a,
.footer_dark .footer_link li a,
.footer_dark .post_content h6 a {
  color: #fff;
}

.footer_dark .post_date {
  color: rgba(255, 255, 255, 0.6);
}

.footer_dark .widget_links li a:hover,
.footer_dark .footer_link li a:hover,
.footer_dark .post_content h6 a:hover,
.footer_dark .contact_info a:hover {
  color: #FFBC09;
}

.instafeed li {
  float: left;
  width: 25%;
  padding: 3px;
  position: relative;
}

.instafeed li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.instafeed li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(255, 188, 9, 0.7);
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

.insta_icon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.instafeed img {
  width: 100%;
}

.instafeed li:hover a::before,
.instafeed li:hover .insta_icon {
  opacity: 1;
}

/*===================================*
  10.END FOOTER
*===================================*/

/*===================================*
  11.START CONTACT
*===================================*/
.contact_map iframe {
  height: 100%;
  width: 100%;
  display: block;
}

.map_radius_rtrb {
  border-radius: 0 10px 10px 0;
}

/*===================================*
  11.END CONTACT
*===================================*/

/*===================================*
  12.START 404 SECTION
*===================================*/
.error_txt {
  color: #333;
  font-size: 180px;
  font-weight: bold;
  line-height: 1.2;
}

/*===================================*
  12.END 404 SECTION
*===================================*/

/*===================================*
  13.START GALLERY SECTION
*===================================*/
.grid_filter {
  margin-bottom: 30px;
}

.grid_filter li {
  display: inline-block;
  margin: 0 3px;
}

.grid_filter li a {
  background-color: #eee;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
}

.grid_filter li a.current,
.grid_filter li a:hover {
  background-color: #FFBC09;
  color: #fff;
}

.grid_container {
  list-style: none;
}

.gutter_small {
  margin: 0 -7.5px -15px -7.5px;
}

.gutter_small>li {
  padding: 0 7.5px 15px 7.5px;
}

.gutter_medium {
  margin: 0 -15px -30px -15px;
}

.gutter_medium>li {
  padding: 0px 15px 30px 15px;
}

.grid_col3>li {
  width: 33.33%;
  float: left;
}

.grid_col4>li {
  width: 25%;
  float: left;
}

.gallery_item {
  overflow: hidden;
  position: relative;
}

.gallery_item img {
  width: 100%;
}

.gallery_content {
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: absolute;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  right: 0;
  left: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.gallery_item:hover .gallery_content {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.gallery_item::before {
  background-color: rgba(0, 0, 0, 0.60);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.gallery_item:hover:before {
  opacity: 1;
  visibility: visible;
}

.grid_container .owl-carousel.owl-theme .owl-dots {
  margin: 0 !important;
  position: absolute;
  bottom: 5px;
  right: 15px;
  z-index: 9;
}

.grid_container .owl-carousel {
  z-index: inherit;
}

.grid_container .owl-carousel.owl-theme .owl-dots span {
  margin: 5px 2px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #9a9a9a;
  margin: 5px;
}

.dots_white.owl-theme .owl-dots .owl-dot.active span,
.dots_white.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  border-color: #fff;
}

.dots_white.owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}

.nav_bottom_right.owl-theme .owl-nav [class*="owl-"] {
  top: auto;
  -moz-transform: translateY(0);
  -webkittransform: translateY(0);
  transform: translateY(0);
}

.nav_bottom_right.owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 50px;
}

.gallery_content .ripple {
  margin: 0;
}

.text_holder {
  margin-top: 25px;
  text-transform: capitalize;
}

/*===================================*
  13.END GALLERY SECTION
*===================================*/

/*===================================*
  14.START ELEMENT DESIGN
*===================================*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 6px 16px;
  background: #fff;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkittransform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  color: #FFBC09;
}

.nav_style1 {
  overflow: hidden;
}

.nav_style1.owl-theme .owl-nav .owl-prev {
  left: -50px;
  opacity: 0;
}

.nav_style1.owl-theme .owl-nav .owl-next {
  right: -50px;
  opacity: 0;
}

.nav_style1.owl-theme:hover .owl-nav .owl-prev {
  left: 0px;
  opacity: 1;
}

.nav_style1.owl-theme:hover .owl-nav .owl-next {
  right: 0px;
  opacity: 1;
}

.video_play {
  position: absolute;
  right: 0;
  display: table;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.bounce_img {
  -webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
  animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.content_box {
  background-color: #fff;
  margin-top: 30px;
}

.content_desc {
  position: relative;
  padding: 15px;
}



.content_title {
  font-size: 18px;
  margin-bottom: 10px;
}

.event_box .content_meta {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content_desc p {
  margin-bottom: 10px;

}

p.txt_hgt {
  height: 60px;
}

.rating_stars i {
  color: #ffc600;
  font-size: 18px;
  line-height: normal;
}

.teacher img {
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
}

.content_footer {
  border-top: 1px solid #ddd;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  width: 100%;
}

.course_meta {
  display: inline-block;
}

.content_meta li {
  float: left;
  padding-right: 15px;
  font-size: 15px;
}

.content_meta li:last-child {
  padding-right: 0px;
}

.content_meta li i {
  margin-right: 6px;
  font-size: 14px;
}

.price .alert {
  margin: 0;
  padding: 5px 15px;
  display: block;
}

.courses_info .content_meta {
  float: right;
  width: auto;
}

.courses_info,
.content_meta {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.courses_info .rating_stars {
  float: left;
}

.content_meta li a {
  color: #292b2c;
}

.content_meta li a:hover {
  color: #FFBC09;
}

.content_img {
  overflow: hidden;
  position: relative;

}

.ctnt_img_bx {
  min-height: 150px;
  padding: 12px;
}

.content_img a {
  display: block;
}

.content_img img {
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);


}

.content_img img.img_wdth {
  width: 100%;
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}

.content_box:hover .content_img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content_box.hover_style1 {
  transition: all 0.5s ease;
}

.content_box.hover_style1:hover {
  margin-top: 20px;
}

.content_box.hover_style1:hover .content_img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.course_list .content_img {
  float: left;
  width: 40%;
  margin-left: 15px;
  margin-top: 15px;
}

.course_list .content_desc {
  overflow: hidden;
  max-height: 173px;
  min-height: 173px;
}

.course_list .content_title {
  max-height: 45px;
  overflow: hidden;
}

.course_list .content_desc p {
  height: 48px;
  overflow: hidden;
}

.program_info li {
  float: left;
  padding-right: 15px;
  color: #FFBC09;
}

.program_info li span {
  color: #292b2c;
}

.box_counter i {
  font-size: 50px;
}

.box_counter img {
  max-width: 60px;
  margin-bottom: 15px;
}

.counter_style2 .counter_icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  margin: 0 auto 15px;
  padding: 0px;
  position: relative;
}

.counter_style2 .counter_icon:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 100%;
}

.counter_style2.box_counter img {
  margin: 0;
  padding: 10px;
  max-width: 60px;
}

.counter_text {
  font-size: 30px;
}

.counter_content {
  text-transform: capitalize;
}

.box_counter p {
  margin: 0;
}

.event_title {
  border-bottom: 1px solid #dad1b9;
  padding-bottom: 10px;
  margin: 15px 0;
}

.event_date {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 75px;
  background-color: #fff;
  text-align: center;
  width: 100%;
}

.event_time {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.event_date h5 {
  font-size: 14px;
  margin: 0;
  padding: 5px;
}

.event_date h5 span {
  display: block;
  font-size: 24px;
}

.event_date span {
  display: block;
  padding: 5px;
}

.content_desc p:last-child {
  margin: 0;
}

.event_list {
  margin-top: 30px;
}

.event_list .content_box {
  margin-top: 15px;
  display: inline-block;
}

.event_list .content_box:first-child {
  margin-top: 0px;
}

.event_list .event_date {
  position: static;
  float: left;
  margin: 15px 0px 15px 15px;
}

.event_list .event_date h5 {
  border: 1px solid #eee;
}

.event_list .content_desc {
  overflow: hidden;
}

.event_list .content_desc p {
  height: 48px;
  overflow: hidden;
}

.custom_select {
  position: relative;
}

.custom_select::before {
  content: "\e64b";
  font-family: 'themify';
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  font-weight: 900;
  pointer-events: none;
  font-size: 12px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 5px 30px 5px 20px;
  width: 100%;
}

.cl_logo_slider.owl-carousel .owl-item img {
  margin: 0 auto;
  width: auto;
  height: 90px;
  opacity: 0.7;
  padding: 0 10px;
}

.lr_popup .modal-body {
  padding: 0;
}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #908f8f;
  font-weight: 500;
  padding: 0;
  line-height: normal;
  vertical-align: middle;
}

.custome-checkbox .form-check-input {
  display: none;
}

.custome-checkbox .form-check-label::before {
  content: "";
  border-radius: 3px;
  border: 2px solid #FFBC09;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 8px 0 0;
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::after {
  opacity: 1;
}

.custome-checkbox input[type="checkbox"]+.form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #FFBC09;
  border-bottom: 2px solid #FFBC09;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lr_popup .close {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 99;
}

.different_login {
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.different_login span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.different_login::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login_footer {
  text-align: left;
}

.login_footer a {
  float: right;
  color: #908f8f;
}

.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}

.btn-login li a {
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  display: block;
}

.btn-login li a i {
  margin-right: 10px;
  font-size: 18px;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:hover {
  color: #fff;
  background: #344e86;
  border-color: #344e86;
}

.btn-google {
  background: #d85040;
  border-color: #d85040;
}

.btn-google:hover {
  color: #fff;
  background: #d33d2b;
  border-color: #d33d2b;
}

.form-note {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

.tab-content {
  margin-top: 20px;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs li.nav-item {
  margin-right: 20px
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
  border-bottom-color: #FFBC09;
  color: #FFBC09;
}

.nav-tabs .nav-link:hover {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.nav-tabs li.nav-item a {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: capitalize;
}

.page-title h1 {
  font-size: 36px;
  margin: 0;
  text-transform: capitalize;
  font-weight: bold;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.page-title-light *,
.page-title-light .breadcrumb-item,
.page-title-light .breadcrumb-item::before {
  color: #fff;
}

.pagination li {
  margin-right: 5px;
}

.pagination .page-item a {
  border: 2px solid #dee2e6;
  border-radius: 4px;
  color: #888888;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  padding: 0;
}

.pagination .page-item a i {
  font-size: 24px;
  vertical-align: middle;
}

.page-item.active .page-link,
.page-item .page-link:hover {
  background-color: #FFBC09;
  border-color: #FFBC09;
  color: #fff;
}

.page-link:focus {
  box-shadow: none;
}

.sidebar ul {
  list-style: none;
}

.search_form {
  position: relative;
}

.search_form .form-control {
  padding: 10px 45px 10px 15px;
  height: 47px;
}

.search_form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px;
  font-size: 18px;
  height: 46px;
}

.search_form button:hover {
  color: #FFBC09;
}

.sidebar .widget {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar .widget:last-child {
  margin: 0;
  padding: 0;
}

.sidebar .widget_title {
  position: relative;
  padding-bottom: 15px;
}

.sidebar .widget_title::before {
  background-color: #FFBC09;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 80px;
  z-index: 1;
}

.sidebar .widget_title::after {
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 0;
}

.widget_categories .categories_num {
  float: right;
}

.widget_categories ul li,
.widget_archive ul li {
  padding-bottom: 15px;
  line-height: normal;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
  padding-bottom: 0px;
}

.widget_categories a::before,
.widget_archive a::before {
  content: "\f125";
  font-family: "ionicons";
  margin-right: 10px;
  font-size: 12px;
}

.sidebar .widget_countdown {
  padding: 15px;
  margin-bottom: 30px;
}

.widget_countdown .countdown_box .countdown {
  font-size: 26px;
}

.widget_countdown .countdown_box::before {
  font-size: 20px;
  top: 5px;
}

.widget_countdown .countdown_time .cd_text {
  font-size: 12px;
}

.tags a {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 5px;
}

.tags a:hover {
  background-color: #FFBC09;
  color: #fff;
  border-color: #FFBC09;
}

.countent_detail_meta {
  display: inline-block;
  width: 100%;
}

.countent_detail_meta ul {
  list-style: none;
}

.countent_detail_meta li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dad1b9;
}

.instructor img {
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  max-width: 50px;
  width: 100%;
}

.countent_detail_meta label {
  display: block;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.course_student span {
  color: #333;
}

.instructor_info {
  overflow: hidden;
}

.course_cat a::after {
  content: ",";
  margin: 0 2px;
}

.course_cat a:last-child:after {
  content: normal;
}

.countent_detail_meta li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.course_img {
  position: relative;
}

.course_img .price {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.enroll_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.course_detail {
  padding: 20px;
  margin-bottom: 40px;
}

.course_title {
  border-bottom: 1px solid #dad1b9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.course_title h2,
.event_title h2 {
  font-size: 24px;
  margin: 0;
}

.curriculum_sections li {
  border-bottom: 1px solid #eee;
}

.curriculum_sections li:last-child {
  border-bottom: 0;
}

.curriculum_sections li a {
  display: table;
  width: 100%;
}

.curriculum_sections li a::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  display: table-cell;
  width: 20px;
  text-align: center;
  line-height: 50px;
}

.course_item_meta {
  text-align: right;
}

.item_meta.duration {
  background-color: #FFBC09;
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  font-size: 14px;
  top: 20px;
}

.item_meta.duration::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.accordion .card-header a {
  display: block;
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  line-height: normal;
}

.accordion .card-header a::after {
  content: "\f126";
  font-family: "Ionicons";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 20px;
  top: 22px;
}

.accordion .card-header a.collapsed::after {
  content: "\f123";
}

.course_tabs .accordion .card-header a {
  padding: 20px 120px 20px 50px;
}

.tab_box {
  padding: 15px;
}

.tab-content p:last-child {
  margin: 0;
}

.comment_content p:last-child,
.card-body p:last-child {
  margin: 0;
}

.course_rate .review_bar {
  width: calc(100% - 120px);
  margin: 0 10px;
  height: 15px;
  background-color: #DDD;
  display: inline-block;
}

.course_rate .review_bar .rating {
  background-color: #FFBC09;
  height: 15px;
}

.course_rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.rating_review {
  width: 40%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
}

.review_number {
  display: block;
  font-size: 70px;
  color: #333;
  font-weight: 500;
  line-height: normal;
}

.rating_box {
  width: 60%;
  padding: 20px;
}

.course_rate {
  margin-bottom: 10px;
}

.course_rate:last-child {
  margin-bottom: 0px;
}

.user_img img {
  max-width: 100px;
  margin-right: 15px;
}

.comment-time {
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
}

.meta_data {
  margin-bottom: 6px;
}

.comment_info {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.comment_info.reply {
  padding-left: 60px;
}

.countdown_time {
  display: inline-block;
  width: 100%;
}

.countdown_time .countdown_box {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}

.countdown_time .cd_text {
  display: block;
  color: #333;
}

.countdown_box .countdown {
  color: #333;
  font-size: 40px;
  font-weight: bold;
}

.countdown_white .countdown_box .countdown,
.countdown_white .countdown_box .cd_text {
  color: #fff;
}

.countdown_box::before {
  content: ":";
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: -6px;
}

.countdown_white .countdown_box::before {
  color: #fff;
}

.countdown_box:last-child:before,
.countdown_style1 .countdown_box::before {
  content: normal;
}

.countdown_style1 .countdown_box {
  border-right: 1px solid #fff;
}

.countdown_style1 .countdown_box:last-child {
  border-right: 0;
}

iframe {
  border: 0;
}

.event_map iframe {
  width: 100%;
  height: 300px;
}

.event_map {
  margin-bottom: 40px;
}

.social_icons [class*="sc_"] {
  color: #fff !important;
}

.social_icons [class*="sc_"]:hover {
  opacity: 0.8;
}

.sc_facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

.sc_gplus,
.sc_google {
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.sc_linkedin {
  background-color: #0e76a8 !important;
  border-color: #0e76a8 !important;
}

.sc_rss {
  background-color: #ee802f !important;
  border-color: #ee802f !important;
}

.sc_skype {
  background-color: #00aff0 !important;
  border-color: #00aff0 !important;
}

.sc_twitter {
  background-color: #00acee !important;
  border-color: #00acee !important;
}

.sc_youtube {
  background-color: #c4302b !important;
  border-color: #c4302b !important;
}

.sc_vimeo {
  background-color: #86c9ef !important;
  border-color: #86c9ef !important;
}

.sc_yahoo {
  background-color: #720e9e !important;
  border-color: #720e9e !important;
}

.sc_tumblr {
  background-color: #34526f !important;
  border-color: #34526f !important;
}

.sc_instagram {
  background-color: #3f729b !important;
  border-color: #3f729b !important;
}

.sc_pinterest {
  background-color: #c8232c !important;
  border-color: #c8232c !important;
}

.sc_dribbble {
  background-color: #EA4C89 !important;
  border-color: #EA4C89 !important;
}

.sc_reddit {
  background-color: #C6C6C6 !important;
  border-color: #C6C6C6 !important;
}

.sc_github {
  background-color: #171515 !important;
  border-color: #171515 !important;
}

.sc_android {
  background-color: #A4C639 !important;
  border-color: #A4C639 !important;
}

.sc_windows {
  background-color: #00A7E7 !important;
  border-color: #00A7E7 !important;
}

.sc_tux {
  background-color: #C1C1C1 !important;
  border-color: #C1C1C1 !important;
}

.sc_delicious {
  background-color: #205cc0 !important;
  border-color: #205cc0 !important;
}

.sc_paypal {
  background-color: #00588b !important;
  border-color: #00588b !important;
}

.sc_blogger {
  background-color: #fc4f08 !important;
  border-color: #fc4f08 !important;
}

.sc_flickr {
  background-color: #ff0084 !important;
  border-color: #ff0084 !important;
}

.sc_yahoo {
  background-color: #720e9e !important;
  border-color: #720e9e !important;
}

.sc_dropbox {
  background-color: #3d9ae8 !important;
  border-color: #3d9ae8 !important;
}

.sc_ebay {
  background-color: #89c507 !important;
  border-color: #89c507 !important;
}

.sc_wordpress {
  background-color: #1e8cbe !important;
  border-color: #1e8cbe !important;
}

.sc_yelp {
  background-color: #c41200 !important;
}

blockquote {
  padding: 20px 20px 20px 75px;
  background-color: #f6f6f6;
  font-style: italic;
  position: relative;
  border-left: 3px solid #888;
}

blockquote p:last-child {
  margin: 0;
}

blockquote::before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  left: 30px;
  top: 17px;
}

.single_post .single_post_content {
  margin-top: 15px;
}

.single_post .blog_text .blog_meta {
  margin: 10px 0;
}

.post_navigation i {
  font-size: 32px;
  line-height: normal;
}

.post_navigation span {
  display: block;
  font-weight: bold;
  text-transform: capitalize;
}

.single_post .post_navigation {
  margin: 30px 0;
}

.single_post .related_post {
  margin: 40px 0;
}

.single_post .comment_list {
  margin-bottom: 40px;
}

.comment-title h5 {
  margin: 0;
}

.rating>span.selected {
  color: #ffc300;
}

.rating>span {
  cursor: pointer;
  display: inline-block;
}

.rating span i {
  font-size: 30px;
}

.rating>span.selected i::before {
  content: "\f2fc";
}

.share {
  margin: 5px 0;
}

.share h5 {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.list_item li {
  display: inline-block;
  padding-right: 30px;
}

.list_item li:last-child {
  padding-right: 0;
}

.overlap_section {
  margin-right: -50px;
  position: relative;
  z-index: 2;
  border-radius: 0 200px 200px 0;
}

.register_form {
  background-color: rgba(255, 255, 255, 0.1);
}

.apply_form {
  margin-bottom: -30px;
}

.fancy_box {
  position: relative;
}

.fancy_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0px;
  border: 3px solid #FFBC09;
  width: 50%;
  z-index: -1;
}

.fancy_box::after {
  content: "";
  position: absolute;
  left: 0;
  border-right: 3px solid #fff;
  top: 50%;
  bottom: 0;
  width: 50%;
  height: 80%;
  transform: translateY(-50%);
  z-index: -1;
}

.fancy_img {
  padding-right: 30px;
  margin-bottom: 30px;
}

.fancy_img::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  bottom: -30px;
  right: 0;
  background-color: #f7f7f7;
  z-index: -1;
}

.cta_section p:last-child {
  margin-bottom: 0;
}

.list_style_1 li {
  list-style: none;
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
}

.list_style_1 li::before {
  content: "\f058";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0px;
  font-size: 16px;
}

.list_style_1 li:first-child {
  margin-top: 0;
}

.offer_info {
  margin-top: -30px;
}

.owl-carousel .event_box.box_shadow1 {
  margin: 0 10px;
}

/*===================================*
  14.END ELEMENT DESIGN
*===================================*/

/*===================================*
  15.START PARALLAX SHAPE DESIGN
*===================================*/
[class*="ol_shape"] {
  position: absolute;
}

.ol_shape1 {
  top: 50px;
  left: 20px;
  max-width: 91px;
}

.ol_shape2 {
  bottom: 70px;
  right: 90px;
  max-width: 92px;
}

.ol_shape3 {
  top: 150px;
  right: 20px;
  max-width: 119px;
}

.ol_shape4 {
  bottom: 35px;
  left: 50%;
  max-width: 35px;
}

.ol_shape5 {
  bottom: 35px;
  left: 20px;
  max-width: 70px;
}

.ol_shape6 {
  top: 10%;
  left: 40%;
  max-width: 43px;
}

.ol_shape7 {
  top: 45%;
  left: 70px;
  max-width: 65px;
}

.ol_shape8 {
  top: 35%;
  left: 12%;
  max-width: 70px;
}

.ol_shape9 {
  top: 10%;
  left: 45%;
  max-width: 50px;
}

.ol_shape10 {
  top: 10%;
  right: 10%;
  max-width: 100px;
}

.ol_shape11 {
  top: 45%;
  right: 4%;
  max-width: 70px;
}

.ol_shape12 {
  bottom: 12%;
  right: 35%;
  max-width: 50px;
}

.ol_shape13 {
  top: 5%;
  left: 10%;
  max-width: 80px;
}

.ol_shape14 {
  top: 8%;
  right: 40%;
  max-width: 60px;
}

.ol_shape15 {
  bottom: 8%;
  left: 5%;
  max-width: 80px;
}

.ol_shape16 {
  bottom: 8%;
  left: 50%;
  max-width: 80px;
}

.ol_shape17 {
  top: 8%;
  right: 5%;
  max-width: 40px;
}

.ol_shape18 {
  bottom: 15%;
  left: 30%;
  max-width: 50px;
}

.ol_shape19 {
  top: 15%;
  left: 35%;
  max-width: 50px;
}

.ol_shape20 {
  top: 15%;
  left: 12%;
  max-width: 50px;
  z-index: -1;
}

.ol_shape21 {
  top: 40%;
  left: 8%;
  max-width: 34px;
  z-index: -1;
}

.ol_shape22 {
  bottom: 35%;
  left: 12%;
  max-width: 25px;
  z-index: -1;
}

.ol_shape23 {
  bottom: 10%;
  left: 7%;
  max-width: 26px;
  z-index: -1;
}

.ol_shape24 {
  top: 15%;
  right: 15%;
  max-width: 37px;
  z-index: -1;
}

.ol_shape25 {
  top: 30%;
  right: 10%;
  max-width: 31px;
  z-index: -1;
}

.ol_shape26 {
  bottom: 40%;
  right: 15%;
  max-width: 31px;
  z-index: -1;
}

.ol_shape27 {
  bottom: 25%;
  right: 10%;
  max-width: 36px;
  z-index: -1;
}

.ol_shape28 {
  bottom: 8%;
  right: 15%;
  max-width: 56px;
  z-index: -1;
}

.ol_shape29 {
  top: 15%;
  left: 15%;
  max-width: 62px;
  z-index: -1;
}

.ol_shape30 {
  top: 45%;
  left: 8%;
  max-width: 95px;
  z-index: -1;
}

.ol_shape31 {
  bottom: 10%;
  left: 12%;
  max-width: 86px;
  z-index: -1;
}

.ol_shape32 {
  top: 15%;
  right: 10%;
  max-width: 72px;
  z-index: -1;
}

.ol_shape33 {
  top: 45%;
  right: 7%;
  max-width: 75px;
  z-index: -1;
}

.ol_shape34 {
  bottom: 10%;
  right: 10%;
  max-width: 88px;
  z-index: -1;
}

/*===================================*
  15.END PARALLAX SHAPE DESIGN
*===================================*/

.alert-msg-failure {
  color: #721c24;
  background-color: #efa0a0;
  border-radius: 3px;
  margin-top: 10px;
}

.alert-msg-success {
  color: #155724;
  background-color: #d4edda;
  border-radius: 3px;
  margin-top: 10px;
}

.text-center {
  text-align: center !important;
}

.bg_danger {
  background-color: #F6475F;
}

.box_shadow2 {
  box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
}

.faq-two-area,
.faq-three-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}


.mm {
  background-size: contain;
  background-position: right 0px bottom 0px;
  background-image: url(../../www.imt.edu/wp-content/uploads/2021/02/light-background-patternnew3.png);
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  border-left-width: 6px;
  border-left-color: #d4a415;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);

}

.full-sec {
  background: #e0e7e9;
}

.full-sec .sec-title {
  margin: 0;
  margin-bottom: 30px;
}

.full-sec .full-image {
  max-width: none;
  margin-right: -15px;
}

.full-sec h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  color: #1143a4;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}

.full-sec h2 {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .full-sec h2 {
    text-align: center;
    font-size: 22px;
  }
}

.gallery-grid .gallery-single {
  padding: 5px;
}

.full-sec p {
  color: #333;
  line-height: 26px;
  text-align: justify;
}

.full-sec .full-sec-content {
  padding: 0;
  /* padding-left: 10px;
	padding-right: 10px; */
}

.about-content {
  border-right: 3px solid #ff9c00;
  padding-right: 10px !important;
}

.full-sec .thm-btn {
  padding: 7px 21px;
  font-size: 12px;
  border-color: #D3D3D3;
  color: #202A30;
  background-color: transparent;
}

.full-sec .thm-btn:hover {
  background: #1143a4;
  border-color: #1143a4;
  color: #fff;
}

.my-3 {
  width: 23.4% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-outer {
  display: block;
  /* margin-top: 208px; */
}

.my-3-1 {
  width: 18.4% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-outer {
  display: block;
  /* margin-top: 208px; */
}

.leader a {

  color: #0c71c3 !important;
  border-width: 0px !important;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: rgba(0, 0, 0, 0);

}

.event a {

  color: #0c71c3 !important;
  border-width: 0px !important;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: rgba(0, 0, 0, 0);

}

.bd-program-area {
  position: relative;
}

.pb-80 {
  padding-bottom: 80px;
}

.bd-program.clr-1 {
  background-color: var(--bd-theme-7);
}

.bd-program {
  background: var(--bd-common-white);
  padding: 24px;
  border-radius: 24px;
}

.bd-program-thumb-wrapper {
  position: relative;
}

.bd-program-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 100%;
  object-fit: cover;
}

.bd-program.clr-4 {
  background-color: #FFEBEB;
}

.bd-program {
  background: #EBFAFF;
  ;
  padding: 24px;
  border-radius: 24px;
}

.bd-program-shape {
  position: absolute;
  inset-inline-end: 10px;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}

.bd-program-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.bd-program-thumb {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 24px;
  position: relative;
  width: 100%;
  height: 245px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-120 {
  padding-top: 120px;
}

.snip-dark {
  background: #E3E3E3;
  border-left: 0.3rem solid #003399;
}

.snip {
  margin-top: 5px;
  padding: 0.25rem 0.75rem;
  margin-bottom: 20px;
}

.contact-from-wrap {
  position: relative;
  z-index: 2;
  border-radius: 25px;
  padding: 26px 18px 41px 35px;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
}

.contact-from p textarea {
  border: 0;
  padding: 12px 20px;
  width: 100%;
}

.contact-from-wrap .contact-from {

  flex-wrap: wrap;

  margin-left: -10px;

  margin-right: -10px;

  /* display: flex; */
}

.contact-from-wrap .contact-from p input,
.contact-page-section .contact-form-inner .contact-from-wrap .contact-from p textarea {
  border: 0;
  padding: 12px 20px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 15px;
  padding: 0 15px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 50px;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from {

  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from .width-full {
  width: 100%;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from .width-full:last-child {
  margin-bottom: 0;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from p {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}