 ----------------------------------

Template Name: Edukat - Education and LMS Template
Author: validtheme
Description:
Version: 1.2

Main Font    : Nunito
Main Color   : #FF1949

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
        - Banner Carousel
        - Banner Default
    04. Features
    05. About Area
    06. Category
        - Carousel Version
        - Multi Color Version
        - Category With Sidebar
    07. Why Choose Us
    08. Why Learn From Here
    09. Our Facilities
    10. Scholarship
    11. Courses
        - Grid Version
        - Carousel Version
        - Course Single
    12. Event
        - Grid Version
        - Width Version
    13. Register Area
    14. Testimonials
    15. Advisor
        - Grid Version
        - Carousel Version
        - Advisor Single
    16. Fun Factor
    17. Partner Area
    18. Campus Video
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Concat Area
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap');

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
  font-family: 'Noto Sans';
}

h1 {
  font-size: 40px;
  font-family: 'Noto Sans';
}

h2 {
  font-size: 36px;
  font-family: 'Noto Sans';
}

h3 {
  font-size: 27px;
  font-family: 'Noto Sans';
}

h4 {
  font-size: 20px;
  font-family: 'Noto Sans';
}

h5 {
  font-size: 16px;
  font-family: 'Noto Sans';
}

h6 {
  font-size: 14px;
  font-family: 'Noto Sans';
}


img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif!important;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

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: 'Noto Sans';
  font-weight: 700;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-family: 'Noto Sans';
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

a.more-btn {
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    z-index: 1;
    padding-right: 40px;
}

a.more-btn:hover {
  color: #FF1949;
}

a.more-btn::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    height: 2px;
    width: 30px;
    background: #FF1949;
    margin-top: -1px;
}

/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f3f7fd;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #FF1949;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #FF1949;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-italic {
  font-style: italic;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
  font-family: 'Noto Sans';
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 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: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #FF1949 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #FF1949 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.mixed::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;
  z-index: -1;
  opacity: .7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 10px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 800;
  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;
  overflow: hidden;
  border-radius: 5px;
}

.btn.btn-icon i {
  font-size: 50px;
  align-items: center;
  float: left;
  margin-right: 10px;
}

.btn.btn-icon {
  padding: 0;
  line-height: 50px;
}

.btn.btn-icon:hover {
  color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323 !important;
  font-family: 'Noto Sans';
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323 !important;
}

.btn-gray.border {
  background-color: transparent;
  color: #FF1949;
  border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949 !important;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #FF1949;
  position: relative;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #FF1949;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #cccccc;
  z-index: 1;
  margin-right: 5px;
  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;
  color: #FF1949;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #111d30 !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background-image: linear-gradient(97deg, rgba(203,1,43,1) 36%, rgba(255,25,73,1) 100%);
  background-color: #FF1949;
}

.bg-gradient-light {
  background-image: linear-gradient(90deg, rgba(244,247,252,1) 0%, rgba(255,255,255,1) 100%);
}

.btn-theme {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949;
}

.btn-theme.border {
  background-color: transparent;
  color: #FF1949 !important;
  border: 2px solid #FF1949;
}

.btn-theme.border:hover {
  background-color: #FF1949;
  color: #ffffff !important;
  border: 2px solid #FF1949;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #FF1949 none repeat scroll 0 0;
  border: 2px solid #FF1949;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Gradient Button */

.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn-gradient:hover {
  color: #ffffff;
}

.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #FF1949;
}

.btn i {
  font-size: 12px;
}

.btn-gradient i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.8);
}

.btn-gradient.icon-normal i {
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 2px;
  margin-right: 0;
  height: auto;
  width: auto;
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient {
  padding: 17px 40px;
  font-family: 'Noto Sans';
}

.btn-gradient.btn-sm {
  padding: 12px 30px;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.relative {
  position: relative;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  color: #FF1949;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn-simple.md.light {
  color: #FF1949;
}

a.btn-simple.md.light:hover {
  color: #ffffff;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgba(67,126,235,1) 0%, rgba(30,85,189,1) 100%);
  color: #ffffff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: #ffffff;
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 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;
}

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: #FF1949 none repeat scroll 0 0;
  border: 2px solid #FF1949;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FF1949;
  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;
}

.site-heading h2 {
  display: block;
  font-weight: 800;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.4;
  font-family: 'Noto Sans', sans-serif;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h5 {
  color: #666666;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: inherit;
  font-family: 'Noto Sans', sans-serif;
}

.bg-dark .site-heading h5 {
  color: #cccccc;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #f1cf69;
}

.site-heading h2 span {
  color: #f1cf69;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 7%;
}

.site-heading h2::before {
  background: #FF1949 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.site-heading h2::after {
  background: #FF1949 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2, 
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #f1cf69;
}

.site-heading {
  margin-bottom: 60px;
  margin-top: -5px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left h2 {
  margin: 0;
  font-weight: 700;
  margin-top: -8px;
  font-size: 36px;
  font-family: 'Noto Sans', sans-serif;
}

.heading-left h5 {
  text-transform: uppercase;
  color: #666666;
  font-weight: 800;
  margin-bottom: 25px;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-bottom: 24px;
  font-family: 'Noto Sans';
}

.heading-left h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: #FF1949;
  z-index: -1;
}

.heading-left p {
  margin-top: -8px;
  margin-bottom: 25px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    left: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.left-border::before {
    background: #ffffff;
  }

  .right-border::before {
    position: absolute;
    right: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.right-border::before {
    background: #ffffff;
  }
}

.fa-clock,
.fa-calendar-alt,
.fas.fa-user{
  font-weight: 500;
}


/* ===================================
    # Shape
====================================== */

.shape {
  position: relative;
  z-index: 1;
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
  left: 0;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.side-bg.right {
  height: 100%;
  position: absolute;
  right: -30px;
  left: auto;
  top: 0;
  width: 30%;
}

.side-bg.right img {
  right: 0;
  left: auto;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.triangle-shape::after {
  position: absolute;
  right: 10%;
  top: 15%;
  content: "";
  height: 700px;
  width: 500px;
  background: #dce8ff;
  z-index: -1;
  transform: rotate(110deg);
  border-radius: 50px;
  opacity: 0.5;
}

.wavesshape-bottom .waveshape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center bottom;
}

.wavesshape-bottom .waveshape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wavesshape-bottom .waveshape.less-opacity img {
  opacity: 0.007;
}

.rectangular-shape::after {
  position: absolute;
  right: 0;
  bottom: 50px;
  content: "";
  height: 600px;
  width: 600px;
  background: #FF1949;
  z-index: -1;
  opacity: 0.08;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}

.rectangular-shape.shape-margin-right::after {
  right: -200px;
  bottom: auto;
  top: 40px;
}

.circular-shape::after {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 50px solid #FF1949;
  content: "";
  z-index: -1;
  opacity: 0.07;
  border-radius: 50%;
}

.border-shape::before {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 2px dashed #e7e7e7;
  content: "";
  z-index: -1;
  opacity: 1;
  border-radius: 50%;
  animation: rotate-animation 25s infinite linear;
}

.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.fixed-shape-bottom img {
    width: 100%;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-area .fixed-bg img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.breadcrumb-area h1 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.page-title-area {
  padding: 150px 0;
}

.page-title-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -8px;
  height: 15px;
  width: 2px;
  transform: rotate(26deg);
  background: #ffffff;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  padding: 0 7px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #ffffff;
}

/* ============================================================== 
     # Topbar Area 
=================================================================== */

.top-bar-area {
  padding: 10px 0;
}

.top-bar-area .left-info {
  text-align: left;
}

.top-bar-area .left-info li {
  margin-right: 20px;
}

.top-bar-area .right-info {
  text-align: right;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
}

.top-bar-area .right-info .item-flex {
  justify-content: flex-end;
}

.top-bar-area .font-weight-normal a {
  font-weight: 400;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area li i {
  margin-right: 7px;
}

.top-bar-area .list li i {
  color: #FF1949;
}

.top-bar-area .list li,
.top-bar-area .list li a {
  font-weight: 600;
  font-family: 'Noto Sans';
  font-size: 13px;
}

.top-bar-area .list li a:hover {
  color: #FF1949;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .social a {
  display: inline-block;
  margin-left: 20px;
}

.top-bar-area .right-info .social a {
  margin-left: 0;
  margin-right: 20px;
}

.top-bar-area .social i {
  margin: 0;
}

.top-bar-area .social li.facebook a {
  color: #3B5998;
}

.top-bar-area .social li.twitter a {
  color: #1DA1F2;
}

.top-bar-area .social li.pinterest a {
  color: #BD081C;
}

.top-bar-area .social li.g-plus a {
  color: #DB4437;
}

.top-bar-area .social li.linkedin a {
  color: #0077B5;
}

.top-bar-area.bg-dark .social a {
  color: #ffffff;
}

.top-bar-area .right-info .button a {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #666666;
}

.top-bar-area.transparent .right-info .button a {
  color: #ffffff !important;
  font-weight: 700;
}

.top-bar-area.bg-dark .right-info .button a {
  color: #ffffff;
}

.top-bar-area .right-info .button a:first-child, 
.top-bar-area .right-info .button a:hover {
  color: #FF1949;
}

.top-bar-area .right-info .button a i {
  margin-right: 5px;
}

.top-bar-area .right-info .button a::after {
  position: absolute;
  left: -5px;
  top: 0;
  content: "/";
  height: 15px;
  width: 1px;
}

.top-bar-area .right-info .button a:first-child::after {
  display: none;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle img {
  height: 35px;
  width: 35px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
  padding: 3px;
}

.top-bar-area .item-flex.border-less .language-switcher .dropdown-toggle {
  color: #ffffff;
}

.top-bar-area .item-flex.border-less .language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle li {
  display: block;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li:last-child {
  border: none;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
  top: 10px !important;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.language-switcher span {
  font-size: 12px;
}

.top-bar-area.transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  padding: 30px 0;
}

/*drop-down-submenu*/
.dropdown-submenu{
    position:relative;
}
 
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
 
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
 
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}
 
.dropdown-submenu .pull-left{
    float:none;
}
 
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.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 .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.transparent-nav .content {
  padding-top: 50px;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* 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: .7s;
}

.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 ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

.banner-area .content ul li {
    display: inline-block;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-top: 15px;
}

.banner-area .content ul {
  margin-top: 15px;
}

.banner-area .content ul li::after {
    position: absolute;
    left: 0;
    font-family: 'themify';
    content: "\e64c";
    font-size: 18px;
    top: 2px;
}

/* 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%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 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: -80px;
}

.banner-box.banner-area .carousel-control {
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 55px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
    opacity: 0;
}

.banner-box:hover .carousel-control {
    opacity: 1;
}

.banner-box.banner-area .carousel-control.left {
  left: 10px;
}

.banner-box:hover .carousel-control.left {
  left: 30px !important;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 10px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-box.banner-area .carousel-control.right {
  right: 10px;
}

.banner-box:hover .carousel-control.right {
  right: 30px !important;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.banner-area.shape .box-cell {
  position: relative;
  z-index: 1;
}

.banner-area.shape .box-cell::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

/* Content */
.banner-area.multi-heading h2 {
  display: block;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500;
}

.banner-area.multi-heading h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    color: #FF1949;
}

.banner-area.multi-heading h3 span {
  font-weight: 800;
  text-decoration: underline;
}

.banner-area.default .content h2 {
  margin-bottom: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 200;
}

.banner-area.default .content h2 strong {
  display: block;
  font-size: 80px;
  text-transform: capitalize;
  margin-top: 30px;
}

.banner-area .content a {
  margin-top: 15px;
  margin-right: 10px;
}

.banner-area .text-center .content a,
.banner-area.text-center .content a {
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Noto Sans';
}

.banner-area .content p {
  padding-right: 25%;
  font-size: 18px;
  line-height: 34px;
}

.banner-area.text-light .content p,
.banner-area .text-light .content p {
  color: #fafafa;
}

.banner-area.text-center .content p,
.banner-area .text-center .content p {
  padding-right: 15%;
  padding-left: 15%;
  text-align: center;
}

.banner-area.content-only .row div {
  height: auto;
}

.banner-area.content-only.top-pad-170 .content {
  padding-top: 170px;
}

.banner-area.content-only .content h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-area.content-only .content form {
  max-width: 500px;
  margin: 35px auto auto;
  position: relative;
}

.banner-area.content-only .content form::after {
    position: absolute;
    left: -50px;
    top: -80px;
    content: "";
    height: 200px;
    width: 200px;
    border: 35px solid;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
}

.banner-area.content-only .content form input {
    background: rgba(0, 0, 0, 0.6);
    min-height: 60px;
    border: 2px solid #FF1949;
    border-radius: 5px;
    color: #ffffff;
    padding-left: 20px;
}

.banner-area.content-only .content form button {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 60px;
    padding: 0 25px;
    text-transform: capitalize;
    font-weight: 700;
    background: #FF1949;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

.banner-area.content-only .content form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  color: #ffffff;
}

.banner-area.content-only .content form input::-moz-placeholder {
 /* Firefox 19+ */
  color: #ffffff;
}

.banner-area.content-only .content form input:-ms-input-placeholder {
 /* IE 10+ */
  color: #ffffff;
}

.banner-area.content-only .content form input:-moz-placeholder {
 /* Firefox 18- */
  color: #ffffff;
}


@media screen and (min-width: 1350px) {
.banner-box {
  padding: 0 50px;
}

.banner-box.banner-area {
  border-radius: 10px;
  margin: 0 50px;
}

}

.banner-box.banner-area .thumb {
  position: relative;
  z-index: 1;
}

.banner-box.banner-area .thumb::after {
    position: absolute;
    left: -50px;
    top: -50px;
    height: 150px;
    width: 150px;
    content: "";
    background: url(assets/img/shape/9.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right bottom;
}


.banner-box.banner-area {
  padding: 120px 0;
  position: relative;
  z-index: 1 ;
}

.banner-box.banner-area::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    content: "";
    background: url(assets/img/shape/11.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    transform: rotate(-15deg);
    z-index: -1;
}

.banner-box.banner-area .content {
  padding: 0;
  padding-right: 35px;
}

.banner-box.banner-area .carousel-inner {
  overflow: inherit;
}

.banner-box.banner-area .content h2 {
    font-size: 60px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.banner-box.banner-area .thumb {
    position: relative;
    z-index: 1;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #FF1949;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.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: #ffffff 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.theme:before,
.video-play-button.theme:after {
  background: #FF1949 repeat scroll 0 0;
}

.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: #ffffff 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;
}

@-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;
  color: #FF1949;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 40px;
  margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}

/* 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;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}



/* ============================================================== 
     # About
=================================================================== */

.about-area .about-items .info {
  padding-right: 35px;
  position: relative;
  z-index: 1;
}

.about-area.reverse .about-items .info {
  padding-right: 15px;
  padding-left: 15px;
}

.about-area .about-items .info::after {
    position: absolute;
    left: -75px;
    top: -40px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(assets/img/dotted-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.about-area.reverse .about-items .info::after {
  display: none;
}


.about-area .about-items .thumb {
    position: relative;
    z-index: 1;
}

.about-area .about-items .thumb::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 350px;
  width: 350px;
  background: #FF1949;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.about-area .about-items .thumb::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 450px;
  width: 450px;
  background: #FF1949;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.1;
}

.about-area blockquote {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #232323;
    font-weight: 600;
    padding-left: 45px;
    margin-top: 25px;
}

.about-area blockquote::after {
    position: absolute;
    left: 0;
    top: 7px;
    content: "\f124";
    height: 100%;
    width: 3px;
    font-family: "Flaticon";
    font-size: 30px;
}

.about-area ul li {
    display: inline-block;
    margin-right: 50px;
    margin-top: 15px;
    border-right: 1px dashed #dddddd;
    padding-right: 50px;
}

.about-area ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.about-area ul li .timer {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #FF1949;
  position: relative;
  z-index: 1;
}

.about-area ul li .timer::after {
  position: absolute;
  left: 100%;
  top: 0;
  content: "K";
  margin-left: 2px;
}

.about-area ul li .medium {
  display: block;
  color: #232323;
  font-weight: 600;
}

.about-area .about-items .info h5 {
  text-transform: uppercase;
  color: #888888;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 25px;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-bottom: 24px;
}

.about-area .about-items .info h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: #FF1949;
  z-index: -1;
}

.about-area .about-items .info h2 {
  font-weight: 700;
  margin-bottom: 25px;
  font-family:  'Noto Sans', sans-serif;
  font-size: 28px;
}

.about-area .fixed-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    max-width: 50%;
    right: 0;
    left: auto;
}

.about-area a {
    margin-top: 30px;
}

@media (max-width: 1023px) {
  .about-area .fixed-bg {
    display: none;
  }
}

@media (min-width: 1024px) {
.default-features-area.default-design {
    position: relative;
    top: -120px;
    z-index: 1;
    margin-bottom: -120px;
    padding-bottom: 90px;
}

}

/* ============================================================== 
     # Default Features
=================================================================== */

.default-features-area .item-box .single-item {
  margin-bottom: 30px;
}

.default-features-area .item-box .item {
    padding: 65px 30px;
    transition: all 0.35s ease-in-out;
    padding-top: 100px;
}

.default-features-area .item-box .single-item:nth-child(2n) .item,
.default-features-area .item-box .single-item .item:hover {
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  border-radius: 10px;
  background: #ffffff;
}

.default-features-area .item-box .single-item:nth-child(2) {
  margin-top: 80px;
}

.default-features-area .item-box .single-item:nth-child(3) {
  margin-top: 160px;
}

.default-features-area.default-design .item-box .single-item:nth-child(2),
.default-features-area.default-design .item-box .single-item:nth-child(3) {
  margin-top: 0;
}

.default-features-area.default-design .item-box .single-item .item {
  padding: 0;
}

.default-features-area.default-design .item-box .single-item .item a{
    display: block;
    background: #ffffff !important;
    border-radius: 10px !important;
    padding-top: 75px;
    padding-bottom: 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.default-features-area.default-design .item-box .single-item:nth-child(2n) .item,
.default-features-area.default-design .item-box .single-item .item:hover {
  box-shadow: inherit;
  border-radius: inherit;
  background: transparent;
}

.default-features-area.default-design .item-box .single-item


.default-features-area .item-box .item a i {
  color: #FF1949 !important;
}

.default-features-area .item-box .item i {
  display: inline-block;
  font-size: 50px;
  color: #FF1949;
  position: relative;
  margin-bottom: 25px;
}

.default-features-area.default-design .item-box .item i {
  margin-bottom: 20px;
}

.default-features-area .item-box .item i::after {
    position: absolute;
    left: -25px;
    top: -40px;
    content: "";
    height: 80px;
    width: 80px;
    background: #FF1949;
    z-index: -1;
    opacity: 0.07;
    -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    border-radius: 5px;
    z-index: 1;
}

.default-features-area .item-box .single-item:first-child .item i::after {
  background: #1ec1d9;
}

.default-features-area .item-box .single-item:nth-child(3) .item i::after {
  background: #10c45c;
}

.default-features-area .item-box .single-item:nth-child(4) .item i::after {
  background: #e948ae;
}

.default-features-area .item-box .item h5 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.default-features-area .item-box .item h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Noto Sans';
}

.default-features-area .item-box .item h5 a {
    font-weight: 800;
}

.default-features-area .item-box .item p {
  margin-bottom: 0;
  margin-top: 15px;
}

.default-features-area .item-box .item > a {
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.default-features-area .item-box .single-item:first-child .item i {
  color: #1ec1d9;
}

.default-features-area .item-box .single-item:nth-child(3) .item i {
  color: #10c45c;
}

.default-features-area .item-box .single-item:nth-child(4) .item i {
  color: #e948ae;
}

/* ============================================================== 
     # Categories
=================================================================== */

.categories-area .fixed-shape {
    position: absolute;
    right: 120px;
    top: -120px;
    width: auto;
    opacity: 0.02;
    z-index: -1;
}

.categories-area .fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

.categories-area .fixed-bg img {
  width: 100%;
}

.categories-area .categories-box .category-items {
  margin-top: -30px;
}

.categories-area .categories-box .category-items.categories-carousel {
  margin-top: 0;
}

.categories-area .categories-box .single-item {
  margin-top: 30px;
}

.categories-area .categories-box .item {
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.categories-area .categories-box .item i {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 60px;
}

.categories-area .categories-box .categories-carousel .item i {
  font-size: 50px;
  margin-bottom: 25px;
}

.categories-area .categories-box .item h5 {
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  font-family: 'Noto Sans';
}

.categories-area .categories-box .item p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  font-family: 'Noto Sans';
}

.categories-area .categories-box .item span {
  display: inline-block;
  padding: 3px 25px;
  background: #ffffff;
  color: #232323;
  border-radius: 30px;
  margin-top: 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Noto Sans';
}

.categories-area .categories-box .item a {
  display: block;
  padding: 30px 50px;
  border-bottom: 5px solid #ffffff;
  box-shadow: 0 0 10px #cccccc;
}

.categories-area .categories-box .categories-carousel .item a {
  padding: 60px 30px;
  border: none;
  box-shadow: inherit;
  position: relative;
  z-index: 1;
}

.categories-area .categories-box .item.tulip a {
  background: #eab830;
}

.categories-area .categories-box .item.mariner a {
  background: #307ad5;
}

.categories-area .categories-box .item.malachite a {
  background: #10c45c;
}

.categories-area .categories-box .item.torchred a {
  background: #FF1949;
}

.categories-area .categories-box .item.purple a {
  background: #8564ea;
}

.categories-area .categories-box .item.cerise a {
  background: #d94da6;
}

.categories-area .categories-box .item.cinnabar a {
  background: #e84b3a;
}

.categories-area .categories-box .item.plum a {
  background: #92278f;
}

.categories-area .heading h2 {
  font-weight: 700;
  margin-bottom: 25px;
  font-family: 'Noto Sans', sans-serif;
}

.categories-area .heading a {
  margin-top: 10px;
  font-family: 'Noto Sans';
}

.categories-area .heading {
  padding-left: 35px;
}

.categories-area.reverse .heading {
  padding-left: 15px;
  padding-right: 35px;
}

.categories-area .categories-box .category-items .owl-dots {
  margin-top: 30px;
  margin-bottom: -15px;
}

.categories-area .categories-box .category-items .owl-dots .owl-dot span {
  border: 2px solid #dddddd;
  background: no-repeat;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
}

.categories-area .categories-box .category-items .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: #FF1949;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}


/* ============================================================== 
     # Categories Version Two
=================================================================== */

.categories-area .category-box .single-item {
  margin-bottom: 30px;
}

.categories-area .category-box .item a {
  display: block;
  padding: 30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.categories-area .category-box .item a .title {
  display: flex;
  width: 100%;
}

.categories-area .category-box .item a .title span {
  margin: 0;
  margin-left: 20px;
}

.categories-area .category-box .item a .title h4 {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
}

.categories-area .category-box .item a .title i {
  display: inline-block;
  font-size: 50px;
  margin-right: 20px;
}

.categories-area .category-box .item a span {
    float: right;
    margin-bottom: 80px;
    display: inline-block;
    padding: 3px 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    z-index: 1;
    font-weight: 800;
    color: #232323;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    position: relative;
    top: 30px;
    opacity: 0;
}

.categories-area .category-box .item a:hover span {
    top: 0;
    opacity: 1;
}

.categories-area .category-box .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.categories-area .category-box .item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 120%) repeat scroll 0 0;
  z-index: -1;
  border-radius: 0 0 5px 5px;
  transition: all 0.35s ease-in-out;
}

.categories-area .category-box .item:hover a {
  margin-top: -10px;
}

/* Category BG Color */
.categories-area .category-box.multi-color .item a span {
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    opacity: 1;
    top: 0;
    float: none;
    margin-top: 10px;
}

.categories-area .category-box.multi-color .item a span::after {
  left: -25px;
  top: 50%;
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  background: rgba(255, 255, 255, 1);
}

.categories-area .category-box.multi-color .item a::after {
  border-radius: 5px;
}

.categories-area .category-box.multi-color .item:hover a::after {
  opacity: 0.7;
}

.categories-area .category-box.multi-color .item:hover a {
  margin-top: 0;
}

.categories-area .category-box.multi-color .item.mariner a::after {
  background: #307ad5 none repeat scroll 0 0;
}

.categories-area .category-box.multi-color .item.java a::after {
  background: #1ec1d9 none repeat scroll 0 0;
}

.categories-area .category-box.multi-color .item.malachite a::after {
  background: #10c45c none repeat scroll 0 0;
}

.categories-area .category-box.multi-color .item.brilliantrose a::after {
  background: #e948ae none repeat scroll 0 0;
}

.categories-area .category-box.multi-color .item.casablanca a::after {
  background: #f9bd44 none repeat scroll 0 0;
}

.categories-area .category-box.multi-color .item.emerald a::after {
  background: #47c58e none repeat scroll 0 0;
}

.categories-area .category-box.multi-color .item.cinnabar a::after {
  background: #e84b3a none repeat scroll 0 0;
}

.categories-area .category-box.multi-color .item.plum a::after {
  background: #92278f none repeat scroll 0 0;
}

.categories-area.inc-sidebar .category-box {
  padding-right: 20px;
}

/* ============================================================== 
     # Thumb Categories
=================================================================== */

@media only screen and (min-width: 1367px) {
  .categories-area.thumb-cats .container-full {
    margin-left: calc((100% - 1140px)/ 2);
    padding: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media only screen and (min-width: 1000px) {
  .categories-area.thumb-cats .thumb-categories-carousel.owl-carousel .owl-stage {
    left: -100px;
  }
}


.categories-area.thumb-cats .item {
    padding: 30px 15px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.categories-area.thumb-cats .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 15px;
}

.categories-area.thumb-cats .item .title i {
    display: inline-block;
    font-size: 50px;
    margin-right: 15px;
}

.categories-area.thumb-cats .item .title h4 {
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
}

.categories-area.thumb-cats .item .thumb {
    position: relative;
    margin-top: 45px;
}

.categories-area.thumb-cats .item .thumb img {
    border-radius: 5px;
}

.categories-area.thumb-cats .item .thumb span {
    position: absolute;
    left: 15px;
    top: -20px;
    background: #ffffff;
    color: #232323;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    text-transform: capitalize;
    font-size: 13px;
}

.categories-area.thumb-cats .owl-item .item i {
  color: #FF1949;
}

.categories-area.thumb-cats .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 0;
    width: 100%;
    background: #FF1949;
    z-index: -1;
    border-radius: 10px;
    transition: all 0.35s ease-in-out;
}

.categories-area.thumb-cats .item:hover::after {
    height: 100%;
}

.categories-area.thumb-cats .item i {
  transition: transition: all 0.35s ease-in-out;;
}

.categories-area.thumb-cats .item:hover a,
.categories-area.thumb-cats .item:hover i {
  color: #ffffff;
}

/* ============================================================== 
     # Popular Courses Sidebar 
=================================================================== */

.trending-courses-sidebar .trending-courses-items {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
}

.trending-courses-sidebar .sidebar-item {
  box-shadow: 0 0 10px #cccccc;
}

.trending-courses-sidebar .sidebar-item > h4 {
  background: #FF1949;
  font-weight: 700;
  margin: 0;
  padding: 20px 30px;
  color: #ffffff;
}

.trending-courses-sidebar .sidebar-item .item h5 {
  margin-bottom: 10px;
}

.trending-courses-sidebar .sidebar-item .item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.trending-courses-sidebar .sidebar-item .item .content {
  display: flex;
}

.trending-courses-sidebar .sidebar-item .item .content .thumb {
  max-width: 80px;
  margin-right: 20px;
}

.trending-courses-sidebar .sidebar-item .item .meta {
  margin-top: 7px;
  font-weight: 700;
}

.trending-courses-sidebar .sidebar-item .item .meta i {
  margin-right: 3px;
}

.trending-courses-sidebar .sidebar-item .item a:hover {
  color: #FF1949;
}

.trending-courses-sidebar .sidebar-item .item .rating i {
  color: #ffb606;
}


/* ============================================================== 
     # Video Area
=================================================================== */
.video-area .video-heading h2 {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding: 0 30px;
  position: relative;
  top: -5px;
}

.video-area .video-heading a {
  margin-top: 20px !important;
}

.video-area .content {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.video-area .content::after {
  position: absolute;
  left: 50%;
  bottom: 20px;
  content: "";
  height: 50px;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
}

/* ============================================================== 
     # Facilities Area
=================================================================== */
.facilities-area .facilities-box .row > .info {
  padding-top: 120px;
  padding-bottom: 120px;
}

.facilities-area .facilities-box {
  position: relative;
}

.facilities-area .info .content-box {
  padding: 50px;
  background: #ffffff;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  border-bottom: 3px solid #FF1949;
}

.facilities-area .heading h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #FF1949;
  font-weight: 800;
  font-family: 'Noto Sans', sans-serif;
}

.facilities-area .heading h2 {
  font-weight: 800;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans', sans-serif;
}

.facilities-area .heading h2::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 30px;
  background: #232323;
  margin-right: -40px;
}

.facilities-area .thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 100%;
  margin-left: 15px;
  max-width: 60%;
  border-radius: 10px;
}

.facilities-area .info .content-box .item {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.facilities-area .info .content-box .item:last-child {
  margin-bottom: 0;
}

.facilities-area .info .content-box .item i {
  display: inline-block;
  font-size: 25px;
  margin-right: 20px;
  background: #FF1949;
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 55px;
  border: 5px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  margin-left: -30px;
}

.facilities-area .info .content-box .item h4 {
  font-weight: 700;
}

.facilities-area .info .content-box .item p {
  margin: 0;
}

.facilities-area .info .content-box .item .icon {
  margin-right: 30px;
  position: relative;
  margin-bottom: 30px;
}

.facilities-area .info .content-box .item .icon img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  max-width: 120px;
}

.facilities-area .fun-factors {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.facilities-area .fun-factors .fun-fact {
  padding: 0 40px;
}

.facilities-area .fun-factors .fun-fact .timer {
  font-weight: 800;
  font-size: 36px;
  color: #232323;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-left: -20px;
  display: inline-block;
}

.facilities-area .fun-factors .fun-fact .medium {
  margin-top: 0;
  display: block;
}

.facilities-area .fun-factors .fun-fact .timer::after {
  position: absolute;
  right: -20px;
  top: 5px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}

/* ============================================================== 
     # Scholarship
=================================================================== */
.scholarship-area .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}

.scholarship-area {
  position: relative;
  z-index: 1;
}

.scholarship-area .info h2 {
  font-weight: 800;
}

.scholarship-area .info ul {
  margin-top: 25px;
}

.scholarship-area .info ul li {
  display: flex;
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
}

.scholarship-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e64c";
  font-family: 'themify';
  color: #FF1949;
  font-size: 20px;
}

.scholarship-area .info ul li:last-child {
  margin-bottom: 0;
}

.scholarship-area .info ul li i {
  display: inline-block;
  font-size: 50px;
  margin-right: 25px;
}

.scholarship-area .info ul li h5,
.scholarship-area .info ul li h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.scholarship-area .info ul li p {
  margin: 0;
}

.scholarship-area .info a {
  margin-top: 30px;
}

.scholarship-area .thumb-box {
  position: relative;
  z-index: 1;
}

.scholarship-area .thumb-box::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 400px;
  width: 400px;
  background: #FF1949;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.scholarship-area .thumb-box::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 500px;
  width: 500px;
  background: #FF1949;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.1;
}

.scholarship-area .info {
  padding-left: 35px;
}


/* ============================================================== 
     # Why Choose Us
=================================================================== */

.choose-us-area .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
}

.choose-us-area .fixed-shape img {
  width: 100%;
}

.choose-us-area .item-box {
  position: relative;
  z-index: 1;
}

.choose-us-area .item-box::after {
  position: absolute;
  left: -50px;
  top: -50px;
  content: "";
  height: 100px;
  width: 100%;
  background: url(assets/img/dotted-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}

.choose-us-area .item-box .left-info h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: 'Noto Sans', sans-serif;
}

.choose-us-area .item-box .left-info a {
  margin-top: 15px;
  font-family: 'Noto Sans';
}

.choose-us-area .item-box .right-info ul {
  border-left: 1px solid #dddddd;
  padding-left: 38px;
  margin-left: 15px;
}

.choose-us-area .item-box .right-info ul li {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.choose-us-area .item-box .right-info ul li:last-child {
  margin-bottom: 0;
}

.choose-us-area .item-box .right-info ul li h4 {
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}

.choose-us-area .item-box .right-info ul li p {
  margin: 0;
}

.choose-us-area .item-box .right-info ul li i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #FF1949;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: -53px;
  border-radius: 50%;
  font-size: 12px;
}

/* ============================================================== 
     # Event
=================================================================== */

.event-area .single-event .event-box {
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 5px;
  background: #ffffff;
}

.event-area .single-event {
  margin-bottom: 30px;
}

.event-area .single-event .item .thumb {
  padding-right: 20px;
}


.event-area .single-event .item .info h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.event-area .single-event .item .info h2 strong {
    font-size: 36px;
    text-transform: uppercase;
}

.event-area .single-event .item .info h2::after {
    position: absolute;
    left: -20px;
    top: -20px;
    content: "";
    height: 50px;
    width: 50px;
    background: url(assets/img/shape/brush.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.05;
}

.event-area .single-event .item .info ul {
    margin-top: 25px;
}


.event-area .col-lg-3.col-md-5.item {
    padding-right: 0;
}


.event-area .single-event .item .content {
  position: relative;
  padding: 70px 50px;
}

.event-area .single-event .item .content::after {
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 50px;
    border-left: 1px solid #e7e7e7;
    width: 1px;
    content: '';
}

.event-area .single-event .item .content h4 {
  margin-bottom: 20px;
  margin-top: -5px;
}

.event-area .single-event .item .content h2 a:hover,
.event-area .single-event .item .content h3 a:hover,
.event-area .single-event .item .content h4 a:hover {
  color: #FF1949;
}

.event-area .single-event .item .content a {
  margin-top: 10px;
  font-weight: 700;
}

.event-area .content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-weight: 700;
    color: #232323;
}

.event-area .content ul li img {
    height: 45px;
    width: 45px;
    max-width: 45px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    padding: 3px;
    margin-right: 10px;
}

.event-area .single-event .item {
  background-size: cover;
  background-position: center;
}

.event-area .single-event .item .info {
  padding: 70px 35px;
}

.event-area .single-event .item .info h5 {
  font-weight: 700;
  text-transform: capitalize;
}

.event-area .single-event .item .info ul li {
    margin-bottom: 10px;
    display: flex;
}

.event-area .single-event .item .info ul li:last-child {
  margin-bottom: 0;
}

.event-area .single-event .item .info > a {
  margin-top: 25px;
}

.event-area .single-event .item .info ul li i {
    margin-right: 5px;
    color: #FF1949;
    font-size: 24px;
    min-width: 30px;
    position: relative;
    top: 3px;
}

/* ============================================================== 
     # Event Version Two
=================================================================== */

.event-area .event-box {
  margin-bottom: -20px;
}

.event-area .event-box .single-item {
  margin-bottom: 50px;
}

.event-area .event-box .single-item .info {
  padding: 0 30px;
}

.event-area .event-box .single-item .item img {
  border-radius: 7px;
}

.event-area .event-box .single-item .info h4 a:hover {
  color: #FF1949;
}

.event-area .event-box .single-item .info .top-info ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 13px;
}

.event-area .event-box .single-item .info .location {
  font-weight: 600;
  color: #232323;
}

.event-area .event-box .single-item .info i {
  margin-right: 5px;
  color: #FF1949;
}

.event-area .event-box .single-item .info .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px;
}

.event-area .event-box .single-item .info .content {
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  padding: 30px;
  border-radius: 8px;
  position: relative;
  top: -80px;
  background: #ffffff;
  margin-bottom: -80px;
}


/* ============================================================== 
     # Register
=================================================================== */

.register-area {
    position: relative;
}

.register-area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.register-area .form-box {
    padding: 73px 50px;
    box-shadow: 0 0 10px #cccccc;
    position: relative;
    z-index: 1;
}

.register-area .countdown-inner {
    padding: 75px;
    background: #f3f7fd;
    position: relative;
    z-index: 1;
}

.register-area .countdown-inner::after {
    position: absolute;
    left: 0;
    bottom: -24px;
    content: "";
    height: 100%;
    width: 104%;
    background: url(assets/img/shape/13.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: -1;
    opacity: 0.3;
}

.register-area .form-box .heading {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 29px;
    padding-bottom: 20px;
}

.register-area .form-box .heading h4 {
  display: block;
  color: #232323;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.register-area .form-box .heading h5 {
  text-transform: capitalize;
  font-weight: 700;
  color: #FF1949;
}

.register-area .countdown h2 {
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 30px;
}

.register-area .item-list {
    margin-top: -35px;
}

.register-area .countdown {
  padding-left: 0;
}

.register-area .countdown .counter-item {
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    margin-right: 30px;
}

.register-area .countdown .counter-item:last-child {
    padding: 0;
}

.register-area .countdown .counter-item:last-child {
  border: none;
}

.register-area .countdown .counter-item span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  color: #232323;
}

.register-area .countdown .counter-item .item {
    text-transform: uppercase;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

.register-area .form-box form input, 
.register-area .form-box form .nice-select {
  background: transparent;
  background: #f9f9f9;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 25px;
  color: #232323;
}

.register-area .form-box button {
  padding: 12px 40px;
  background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
  transition: all 0.35s ease-in-out;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #FF1949;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-family: 'Noto Sans';
}

.register-area .form-box form input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  color: #232323;
}

.register-area .form-box form input::-moz-placeholder {
 /* Firefox 19+ */
  color: #232323;
}

.register-area .form-box form input:-ms-input-placeholder {
 /* IE 10+ */
  color: #232323;
}

.register-area .form-box form input:-moz-placeholder {
 /* Firefox 18- */
  color: #232323;
}

/* ============================================================== 
     # Courses
=================================================================== */

.courses-area .courses-items .single-item {
  margin-bottom: 30px;
}

.courses-area .courses-items .item {
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  background: #ffffff;
}

.courses-area .courses-items .top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: 1px solid #e7e7e7;
}

.courses-area.trend-layout .courses-items .top-info {
    padding: 0;
    margin-bottom: 15px;
    border: none;
}

.courses-area .courses-items .top-info .price {
  font-size: 24px;
  font-weight: 800;
}

.courses-area .courses-items .top-info i {
  color: #ffb606;
}

.courses-area .courses-items .info {
  padding: 30px;
  background: #ffffff;
}

.courses-area .courses-items .info h4 {
  text-transform: capitalize;
}

.courses-area .courses-items .info h4 a:hover {
  color: #FF1949;
}

.courses-area .courses-items .meta {
  text-transform: capitalize;
}

.courses-area.trend-layout .courses-items .meta {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
    text-transform: capitalize;
}

.courses-area .courses-items .meta img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}

.courses-area .courses-items .meta a {
  margin: 0 3px;
}

.courses-area .courses-items .meta a:hover {
  color: #FF1949;
}

.courses-area .courses-items .top-info .enroll a {
  display: block;
}

.courses-area .courses-items .top-info ul li i {
  margin-right: 5px;
}

.courses-area .courses-items .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.courses-area.trend-layout .courses-items .thumb {
    margin: 0;
    padding-top: 0;
}

.courses-area .courses-items .thumb .course-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 30px;
    color: #ffffff;
    z-index: 1;
    display: flex;
    align-items: center;
}

.courses-area .courses-items .thumb .course-info li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
    position: relative;
    padding-right: 20px;
    z-index: 1;
    text-transform: uppercase;
    font-size: 14px;
}

.courses-area .courses-items .thumb .course-info li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.courses-area .courses-items .thumb .course-info li::after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    height: 20px;
    width: 1px;
    border-right: 1px solid;
}

.courses-area .courses-items .thumb .course-info li:last-child::after {
  display: none;
}

.courses-area .courses-items .thumb .course-info .rating i {
    color: #ffb606;
    font-size: 14px;
}

.courses-area .courses-items .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 120%) repeat scroll 0 0;
}

.courses-area.trend-layout .courses-items .thumb::after {
  display: none;
}

.courses-area .courses-items .thumb .course-info li i {
    margin-right: 3px;
    font-weight: 600;
}

.courses-area .courses-items .info .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-weight: 600;
}

.courses-area .courses-items .info .bottom a i {
  margin-right: 3px;
}

.courses-area .courses-items .info .bottom a {
  color: #FF1949;
  text-transform: capitalize;
  font-weight: 800;
}

.courses-area .courses-items .info .bottom .rating i {
  color: #ffb606;
}

.courses-area .courses-items .info .price-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 600;
}

.courses-area .courses-items .info .price-rating .price {
    font-size: 24px;
    font-weight: 800;
    color: #232323;
}

.courses-area .courses-items .info .price-rating .rating i {
    color: #ffb606;
}

.courses-area.trend-layout .courses-items .bottom-info ul {
  margin-bottom: 15px;
}

.courses-area.trend-layout .courses-items .bottom-info ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
  font-size: 14px;
}

.courses-area.trend-layout .courses-items .bottom-info .enroll a {
  border-radius: 30px;
}

.courses-area.trend-layout .courses-items .bottom-info ul li i {
  margin-right: 5px;
}
/* ============================================================== 
     # Courses Version Two 
=================================================================== */

.courses-area .fixed-shape {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: -9;
  width: 30%;
  opacity: 0.05;
}

.courses-area .courses-box .single-item {
  margin-bottom: 30px;
}

.courses-area .courses-box .item {
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.courses-area .courses-box .item .info {
  padding: 30px;
}

.courses-area .courses-box .item .info .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.courses-area .courses-box .item .info .bottom-info a {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  left: 0;
  bottom: -30px;
}

.courses-area .courses-box .item:hover .info .bottom-info a {
  opacity: 1;
  bottom: 0;
}

.courses-area .courses-box .item:hover .info .bottom-info .course-info,
.courses-area .courses-box .item:hover .info .bottom-info .rating,
.courses-area .courses-box .item:hover .info .bottom-info {
  transition: all 0.35s ease-in-out;
}

.courses-area .courses-box .item:hover .info .bottom-info .course-info,
.courses-area .courses-box .item:hover .info .bottom-info .rating {
  opacity: 0;
}

.courses-area .courses-box .item:hover .info .bottom-info {
  border: none;
}

.courses-area .courses-box .item .info .bottom-info .rating i {
  color: #ffb606;
}

.courses-area .courses-box .item .thumb {
  position: relative;
  z-index: 1;
}

.courses-area .courses-box .item .thumb .price {
  left: 0;
  top: 30px;
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 15px 30px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}

.courses-area .courses-box .item .thumb .price h5 {
  margin: 0;
  font-weight: 800;
}

.courses-area .courses-box .item .info h4 a:hover {
  color: #FF1949;
}

.courses-area .courses-box .item .inof .meta {
  margin-bottom: 15px;
}

.courses-area .courses-box .item .info .meta {
  margin-bottom: 15px;
}

.courses-area .courses-box .item .info .meta a:hover {
  color: #FF1949;
}

.courses-area .courses-items .courses-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.courses-area .courses-items .courses-carousel.owl-carousel .owl-nav .owl-prev, 
.courses-area .courses-items .courses-carousel.owl-carousel .owl-nav .owl-next {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  color: #666666;
  font-size: 20px;
  height: 45px;
  left: 0;
  line-height: 48px;
  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;
}

.courses-area .courses-items .courses-carousel.owl-carousel:hover .owl-nav .owl-prev, 
.courses-area .courses-items .courses-carousel.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.courses-area .courses-items .courses-carousel.owl-carousel:hover .owl-nav .owl-prev {
  left: -80px;
}

.courses-area .courses-items .courses-carousel.owl-carousel:hover .owl-nav .owl-next {
  right: -80px;
}

.courses-area .courses-items .courses-carousel.owl-carousel .owl-nav .owl-prev:hover, 
.courses-area .courses-items .courses-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #FF1949;
}

.courses-area .courses-items .courses-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}

/* ============================================================== 
     # Courses Version Three
=================================================================== */
.course-area .fixed-shape {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: -9;
  width: 30%;
  opacity: 0.05;
}

.course-area .single-item {
  margin-bottom: 30px;
}

.course-area .item .info h4 a:hover {
  color: #FF1949;
}

.course-area .item .info .author img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.course-area .item .info .author strong {
    font-weight: 800;
    margin-right: 3px;
    text-transform: capitalize;
}

.course-area .item .info .author a {
    color: #FF1949;
    margin-left: 3px;
}

.course-area .thumb {
    position: relative;
}

.course-area .thumb .price h5 {
    position: absolute;
    right: 30px;
    bottom: -20px;
    margin: 0;
    background: #FF1949;
    color: #ffffff;
    font-weight: 800;
    padding: 10px 25px;
    border-radius: 5px;
    z-index: 1;
}

.course-area .item .info .bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #232323;
}

.course-area .item {
    overflow: hidden;
}

.course-area .item .info .bottom-info::after {
    position: absolute;
    left: -25%;
    top: 0;
    content: "";
    height: 100px;
    width: 200%;
    background: #f7f7f7;
    z-index: -1;
}

.course-area .item .info .bottom-info .rating i {
  color: #ffb606;
}

.course-area .item .info {
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-top: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.course-area .info .top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 15px;
}

.course-area .info .top-info .top-meta li {
    display: inline-block;
    margin-right: 15px;
}

.course-area .info .top-info .top-meta li i {
    margin-right: 5px;
    color: #FF1949;
}

.course-area .info .top-info h5 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
}


/* ============================================================== 
     # Course Details
=================================================================== */

.course-details-area .main-content .thumb {
  margin-top: 40px;
  padding-bottom: 40px;
}

.course-details-area .top-info h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.course-details-area .top-info ul {
  display: flex;
  align-items: center;
}

.course-details-area .top-info ul li {
  display: flex;
  align-items: center;
  border-right: 1px solid #e7e7e7;
  margin-right: 25px;
  padding-right: 25px;
}

.course-details-area .top-info ul li img {
  height: 60px;
  width: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: 3px solid #e7e7e7;
  padding: 2px;
  margin-right: 15px;
}

.course-details-area .top-info ul li h5 {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.course-details-area .top-info ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.course-details-area .sidebar .item .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.course-details-area .sidebar .item .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.course-details-area .main-content .center-tabs .nav-tabs li {
  display: inline-block;
  margin: 0;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.course-details-area .main-content .center-tabs .nav-tabs {
  margin: 0;
  margin-bottom: 20px;
  border: none;
  margin-top: 40px;
}

.course-details-area .main-content .center-tabs .nav-tabs li a {
  padding: 11px 35px;
  position: relative;
  font-weight: 800;
  border: none;
  background: #fafafa;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
}

.course-details-area .main-content .center-tabs .nav-tabs li a i {
  margin-right: 5px;
}

.course-details-area .main-content .center-tabs .nav-tabs li a.active {
  color: #FF1949;
}


/* Tab Content */
.course-details-area .main-content .tab-content h4 {
  font-weight: 700;
}

.course-details-area .main-content .overview ul {
  margin-top: -15px;
}

.course-details-area .main-content .overview ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  margin-top: 15px;
}

.course-details-area .main-content .overview ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  color: #FF1949;
  font-weight: 600;
}

.course-details-area .accordion .card-header h5:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  left: 30px;
  top: 30px;
  font-weight: 600;
}

.course-details-area .accordion .card-header h5.collapsed:after {
  content: "\f105";
  font-weight: 600;
}

.course-details-area .accordion .card {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: inherit;
}

.course-details-area .accordion .card:last-child {
  margin-bottom: 0;
}

.course-details-area .accordion .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.course-details-area .accordion .card .card-header h5 {
  margin: 0;
  font-weight: 700;
  padding: 30px;
  padding-left: 50px;
  cursor: pointer;
}

.course-details-area .accordion .card .card-body {
  padding-left: 30px;
  padding-top: 0;
}

.course-details-area .accordion .card-body ul li {
  background: #fafafa;
  margin-bottom: 5px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  align-items: center;
}

.course-details-area .accordion .card-body ul li:last-child {
  margin-bottom: 0;
}

.course-details-area .accordion .card-body ul li .left-content {
  display: flex;
  align-items: center;
}

.course-details-area .accordion .card-body ul li .left-content h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
}

.course-details-area .accordion .card-body ul li .right-content a {
  background: #FF1949;
  display: inline-block;
  color: #ffffff;
  padding: 0 15px;
  border-radius: 5px;
}

.course-details-area .accordion .card-body ul li .right-content span {
  margin-left: 15px;
}

.course-details-area .accordion .card-body ul li .right-content i {
  color: #232323;
  margin-right: 2px;
  font-weight: 500;
}

.course-details-area .accordion .card-body ul li .right-content i.fa-lock {
  font-weight: 600;
}

.course-details-area .accordion .card-body ul li .left-content span {
  font-weight: 800;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin-right: 15px;
  color: #999;
}

.course-details-area .accordion .card-body ul li .left-content i {
  margin-right: 8px;
  color: #FF1949;
  min-width: 15px;
}

.course-details-area .main-content .tab-content .advisor h4 {
  margin-bottom: 5px;
}

.course-details-area .main-content .tab-content .advisor .info > span {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.course-details-area .main-content .tab-content .advisor .rating {
  display: block;
  margin-bottom: 15px;
}

.course-details-area .main-content .tab-content .advisor ul li {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  font-weight: 600;
}

.course-details-area .main-content .tab-content .advisor ul {
  margin-top: 5px;
}

.course-details-area .main-content .tab-content .advisor ul li i {
  margin-right: 5px;
}

.course-details-area .main-content .tab-content .advisor .single-item {
  margin-bottom: 50px;
}

.course-details-area .main-content .tab-content .advisor .single-item .thumb {
  margin-top: 0;
  padding-bottom: 0;
}

.course-details-area .main-content .tab-content .advisor .single-item:last-child {
  margin-bottom: 0;
}

.course-details-area .main-content .tab-content .advisor .rating i {
  color: #ffb606;
}

.course-details-area .main-content .tab-content .reviews h2 {
  font-size: 80px;
  font-weight: 800;
  line-height: 66px;
}

.course-details-area .main-content .tab-content .reviews .avg-ratings {
  background: #fafafa;
  padding: 30px;
  text-align: center;
  border: 1px dashed;
}

.course-details-area .main-content .tab-content .reviews .rating {
  display: block;
  color: #ffb606;
  margin-bottom: 10px;
}

.course-details-area .main-content .tab-content .reviews .rating-counter {
    margin-top: -5px;
}

.course-details-area .main-content .tab-content .reviews .rating-counter li {
  display: block;
}

.course-details-area .main-content .tab-content .reviews .rating-counter li {
  color: #002147;
  display: block;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.course-details-area .main-content .tab-content .reviews .rating-counter li {
  overflow: inherit;
}

.course-details-area .main-content .tab-content .reviews .rating-counter ul li:last-child {
  margin-bottom: 0;
  min-height: inherit;
}

.course-details-area .main-content .tab-content .reviews .rating-counter ul li:first-child .rating-bar {
  background: #ffb606 none repeat scroll 0 0;
}

.course-details-area .main-content .tab-content .reviews .rating-counter ul li .rating-bar {
  background: #e7e7e7 none repeat scroll 0 0;
  height: 7px;
  border-radius: 30px;
}

.course-details-area .main-content .tab-content .reviews .rating-counter ul li span {
  margin-bottom: 5px;
  display: inline-block;
}

.course-details-area .main-content .tab-content .reviews .rating-counter ul li span:nth-child(2) {
  float: right;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item .thumb {
  float: left;
  height: 105px;
  width: 105px;
  margin: 0;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item .thumb img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e7e7e7;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item .info {
  display: table-cell;
  vertical-align: top;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item .info .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item .info h4 {
  margin: 0;
  border-right: 1px solid #e7e7e7;
  margin-right: 10px;
  padding-right: 10px;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item {
  margin-top: 30px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item p {
  margin: 0;
}

.course-details-area .main-content .tab-content .reviews .rating-provider .single-item:first-child {
  padding-top: 50px;
  margin-top: 50px;
}

/* Sidebar */

.course-details-area .sidebar {
    padding-left: 35px;
    position: relative;
    top: -200px;
    z-index: 9;
    margin-bottom: -200px;
}

.course-details-area .sidebar .item .content {
    padding: 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.course-details-area .sidebar .item {
  margin-bottom: 30px;
}

.course-details-area .sidebar .item:last-child {
  margin-bottom: 0;
}

.course-details-area .sidebar .item .content .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    padding: 15px 0;
    margin-top: -30px;
}

.course-details-area .sidebar .item .content .top::after {
    position: absolute;
    left: -25%;
    top: 0;
    content: "";
    height: 100%;
    width: 200%;
    background: #e9e9e9;
    z-index: -1;
}

.course-details-area .thumb {
    position: relative;
}

.course-details-area .sidebar .item .content .top h2 {
  margin: 0;
  font-weight: 800;
}

.course-details-area .sidebar .item .content .top .rating i {
  color: #ffb606;
}

.course-details-area .sidebar .item .content .course-includes li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  font-weight: 600;
}

.course-details-area .sidebar .item .content .course-includes li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.course-details-area .sidebar .item .content a.btn {
  display: block;
  margin-top: 25px;
}

.course-details-area .sidebar .item .content .course-includes li i {
  margin-right: 5px;
  color: #FF1949;
  min-width: 15px;
}

.course-details-area .sidebar .item .content h4 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.course-details-area .sidebar .item.course-category li {
  display: block;
  margin-top: 10px;
}

.course-details-area .sidebar .item.course-category li:first-child {
  margin-top: -7px;
}

.course-details-area .sidebar .item.course-category li a {
  color: #666666;
}

.course-details-area .sidebar .item.course-category li a:hover {
  color: #FF1949;
}

.course-details-area .sidebar .item.course-category li a span {
  float: right;
  display: inline-block;
  color: #232323;
  font-weight: 800;
}

.course-details-area .sidebar .item.related-course .related-courses-items .content {
  display: flex;
  padding: 0;
  box-shadow: inherit;
}

.course-details-area .sidebar .item.related-course .thumb {
  max-width: 80px;
  margin-right: 20px;
}

.course-details-area .sidebar .item.related-course .meta {
  margin-top: 5px;
  font-weight: 700;
  font-size: 13px;
}

.course-details-area .sidebar .item.related-course .meta i {
  margin-right: 3px;
}

.course-details-area .sidebar .item.related-course a:hover {
  color: #FF1949;
}

.course-details-area .sidebar .item.related-course .rating {
  font-size: 14px;
}

.course-details-area .sidebar .item.related-course .rating i {
  color: #ffb606;
}

.course-details-area .sidebar .item.related-course .info h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

/* ============================================================== 
     # Advisor Details Area
=================================================================== */
.advisor-details-area .basic-info img {
  border-radius: 8px;
  margin-bottom: 30px;
}

.advisor-details-area .basic-info .contact ul li {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 15px;
  color: #232323;
  font-weight: 700;
}

.advisor-details-area .basic-info .contact ul li i {
  margin-right: 10px;
  color: #FF1949;
  min-width: 25px;
}

.advisor-details-area .basic-info .contact ul li:first-child {
  margin-top: 0;
}

.advisor-details-area .basic-info .social {
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 25px;
}

.advisor-details-area .basic-info .social li {
  display: inline-block;
  margin-right: 10px;
}

.advisor-details-area .basic-info .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 42px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  position: relative;
}

.advisor-details-area .basic-info .social li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.advisor-details-area .basic-info .social li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.advisor-details-area .basic-info .social li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.advisor-details-area .basic-info .social li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.advisor-details-area .basic-info .social li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.advisor-details-area .basic-info .social li.dribbble a {
  background: #ea4c89 none repeat scroll 0 0;
}

.advisor-details-area .basic-info .social li.youtube a {
  background: #c4302b none repeat scroll 0 0;
}

.advisor-details-area .info {
  padding-left: 35px;
}

.advisor-details-area .info h2 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.advisor-details-area .info span {
  display: block;
  color: #FF1949;
  font-weight: 700;
  text-transform: uppercase;
}

.advisor-details-area .info ul li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px;
  font-weight: 700;
}

.advisor-details-area .info ul li i {
  margin-right: 5px;
}

.advisor-details-area .info ul {
  margin-bottom: 15px;
  margin-top: 10px;
}

.advisor-details-area .info .achivement {
  margin-top: 30px;
  background: #fafafa;
  padding: 30px;
}

.advisor-details-area .info .achivement h4 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  display: inline-block;
  padding-right: 35px;
}

.advisor-details-area .info .achivement h4::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 25px;
  background: #232323;
}

.advisor-details-area .info .achivement h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.advisor-details-area .info .achivement .item {
  margin-bottom: 15px;
}

.advisor-details-area .info .achivement .item:last-child {
  margin-bottom: 0;
}

.advisor-details-area .info .achivement .item span {
  color: #666666;
  font-weight: normal;
  text-transform: inherit;
}

.advisor-details-area .info .achivement .item-box {
  border-right: 1px solid #e7e7e7;
}

.advisor-details-area .info .achivement .col-lg-6:last-child .item-box {
  border: navajowhite;
}


/* ============================================================== 
     # Why Chose us
=================================================================== */

@media only screen and (min-width: 1367px) {
.why-choseus-area .container-full {
    margin-left: calc((100% - 1140px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}



.why-choseus-area .single-item {
  margin-bottom: 30px;
}

.why-choseus-area .fixed-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.why-choseus-area .fixed-bg img {
  width: 100%;
}

.why-choseus-area .thumb {
  padding-right: 35px;
}

.why-choseus-area .thumb .thumb-box {
  position: relative;
}

.why-choseus-area .info > h5 {
  text-transform: uppercase;
  color: #888888;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 25px;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-bottom: 24px;
}

.why-choseus-area .info > h5::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  background: #FF1949;
  z-index: -1;
}

.why-choseus-area .info h2 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -8px;
}

.why-choseus-area .info .item {
  position: relative;
  padding: 55px 30px;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
  transition: all 0.35s ease-in-out;
}

.why-choseus-area .info .item:hover {
  margin-top: -15px;
}

.why-choseus-area .info .item:last-child {
  margin-bottom: 0;
}

.why-choseus-area .info .item h4 {
  font-weight: 700;
}

.why-choseus-area .info .item span {
  display: block;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 50px;
  opacity: 0.3;
}

.why-choseus-area .info .item > i {
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 50px;
    color: #999999;
}

.why-choseus-area .info .item h5 {
  font-weight: 700;
  font-size: 20px;
}

.why-choseus-area .info .item p {
  margin: 0;
}

.why-choseus-area .info .item a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
    color: #ffffff;
    border-radius: 50%;
    margin-top: 20px;
}

.why-choseus-area .info .item ul li {
    font-weight: 600;
    color: #232323;
    position: relative;
    margin-top: 7px;
}

.why-choseus-area .info .item ul li:first-child {
  margin-top: 0;
}

.why-choseus-area .info .item ul {
    margin-top: 15px;
    position: relative;
}

.why-choseus-area .info .item ul::after {
    position: absolute;
    content: "";
    left: -32px;
    top: 5%;
    height: 90%;
    width: 4px;
    background: #FF1949;
}

/* ============================================================== 
     # Partner 
=================================================================== */
.partner-items .item img {
  width: auto;
  margin: auto;
}


/* ============================================================== 
     # Faq
=================================================================== */
.faq-items .faq-content h2 {
  font-weight: 200;
  margin-bottom: 30px;
  margin-top: -5px;
  text-transform: capitalize;
}

.faq-items .faq-content h2 strong {
  display: block;
  margin-top: 5px;
}

.faq-area .thumb {
  padding-left: 35px;
}

.accordion .card-header h4:after {
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f070";
  font-weight: 600;
}

.faq-area .faq-content .card {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  overflow: inherit;
  background: #ffffff;
  border-radius: 5px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 30px;
  padding-right: 50px;
  cursor: pointer;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;
  padding-top: 0;
}

.faq-area .ask-question a {
  color: #FF1949;
  text-decoration: underline;
}


/* ============================================================== 
     # Gallery Area
=================================================================== */

.gallery-area .magnific-mix-gallery {
  margin: -15px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-area .gallery-items .pf-item .item-inner {
  overflow: hidden;
  position: relative;
}

.gallery-area .gallery-items .pf-item 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;
}

.gallery-area .gallery-items .pf-item .item-inner: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;
}

.gallery-area .gallery-items .pf-item .item-inner:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.gallery-area .gallery-items .pf-item .item-inner a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #ffffff;
  border-radius: 50%;
  color: #FF1949;
  opacity: 0;
  box-shadow: 0 0 10px #cccccc;
}

.gallery-area .gallery-items .pf-item .item-inner:hover a {
  transform: translate(-50%, -50%);
  opacity: 1;
}


/* ============================================================== 
     # Testimonials
=================================================================== */


.testimonials-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -80px;
  z-index: -1;
}

.testimonials-area .testimonial-items .item .thumb {
  margin-right: 20px;
}

.testimonials-area .testimonial-items .item .provider img {
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 10px #cccccc;
}

.testimonials-area .testimonial-items .item {
  padding: 50px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 5px dashed rgba(255, 255, 255, 0.5);
}

.testimonials-area .testimonial-items .item .icon {
  position: absolute;
  right: -50px;
  top: -50px;
  height: 100px;
  width: 100px;
  background: #FF1949;
  transform: rotate(45deg);
}

.testimonials-area .testimonial-items .item .icon i {
  position: absolute;
  left: 45px;
  top: 65px;
  transform: rotate(-45deg);
  color: #ffffff;
  font-size: 20px;
}

.testimonials-area .testimonial-items .item .thumb img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  min-width: 80px;
  padding: 5px;
  background: #ffff;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.testimonials-area .testimonial-items .item .provider {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.testimonials-area .testimonial-items .item .provider::after, 
.testimonials-area .testimonial-items .item .provider::before {
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #fff;
  content: "";
}

.testimonials-area .testimonial-items .item .provider::after {
  border-right: transparent;
  border-top: transparent;
  border-left: 1px solid #dddddd;
  -webkit-transform: rotate(-49deg);
  -ms-transform: rotate(-49deg);
  transform: rotate(-49deg);
  width: 4px;
  height: 23px;
  right: 0;
  top: -6px;
}

.testimonials-area .testimonial-items .item .provider .info h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
}

.testimonials-area .testimonial-items .item .provider .info span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #888888;
}

.testimonials-area .rating i {
  color: #ffb606;
}

.testimonials-area .testimonial-items .testimonials-carousel .owl-dots {
  margin-top: 30px;
  margin-bottom: -15px;
}

.testimonials-area .testimonial-items .testimonials-carousel .owl-dots .owl-dot span {
  border: 2px solid #dddddd;
  background: no-repeat;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
}

.testimonials-area .testimonial-items .testimonials-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: #FF1949;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.advisor-area .item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* ============================================================== 
     # Fun Factor
=================================================================== */


.fun-factor-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 100%;
}

.fun-factor-area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fun-factor-area .fixed-shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fun-factor-area .fun-fact .timer {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.fun-factor-area .fun-fact .medium {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.fun-factor-area .fun-fact i {
  display: block;
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.fun-factor-area .fun-fact i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #FF1949;
  z-index: -1;
}

.fun-factor-area .fun-fact .counter {
  position: relative;
}

.fun-factor-area .fun-fact .counter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.fun-factor-area .fun-fact .counter .operator {
  font-size: 45px;
  margin-left: 2px;
}

/* ============================================================== 
     # Advisor
=================================================================== */

.advisor-area .single-item {
  margin-bottom: 30px;
}

.advisor-area .item .thumb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/4.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.advisor-area .item .thumb img {
  background: #ffffff;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  padding: 6px;
}

.advisor-area .item {
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.advisor-area .item .info {
  padding: 30px;
  padding-top: 20px;
  background: white;
}

.advisor-area .item .info h4,
.advisor-area .item .info h5 {
  margin-bottom: 5px;
}

.advisor-area .item .info span {
    color: #666666;
    font-weight: 500;
    font-family: 'Noto Sans';
}

.advisor-area .item .thumb ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 1;
  transform: translate(0, -40px);
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.advisor-area .item:hover .thumb ul {
  transform: translate(0, -10px);
  opacity: 1;
}

.advisor-area .item .thumb ul li {
  display: inline-block;
  margin: 0 5px;
}

.advisor-area .item .thumb ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 47px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
}

.advisor-area .item .thumb ul li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.advisor-area .item .thumb ul li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.advisor-area .item .thumb ul li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.advisor-area .item .thumb ul li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.advisor-area .item .thumb ul li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.advisor-area .advisor-carousel.owl-carousel .owl-dots {
  margin-top: 30px;
  margin-bottom: -15px;
}

.advisor-area .advisor-carousel.owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #dddddd;
  background: no-repeat;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
}

.advisor-area .advisor-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: #FF1949;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}


/* ============================================================== 
     # Blog
=================================================================== */

.blog-area.button-less .blog-items {
    margin-bottom: -20px;
}

.blog-area .blog-items .item {
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    background: #ffffff;
}

.blog-area .thumb {
    position: relative;
    z-index: 1;
}

.blog-area .thumb .date {
    position: absolute;
    left: 30px;
    bottom: -20px;
    background: #FF1949;
    color: #ffffff;
    padding: 10px 25px;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
    border-radius: 5px;
}

.blog-area .thumb .date::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 17px;
    width: 99%;
    background: #FF1949;
    transform: skewY(-7deg);
    border-radius: 5px;
}

.blog-area .thumb .date strong {
    display: block;
    font-size: 24px;
}

.blog-area h4 {
  font-size: 22px;
}

.blog-area ul li {
  margin-bottom: 10px;
}

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area .item .content {
    padding: 30px;
    padding-top: 60px;
}

.blog-area.full-blog .item {
  border: none;
}

.blog-area.full-blog .item .content {
  padding: 30px;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  border: none;
}

.blog-area .item .content h2,
.blog-area .item .content h3,
.blog-area .item .content h4 {
  font-weight: 700;
}

.blog-area.full-blog .item .thumb img {
  border-radius: inherit;
}

.blog-area .item .content h4 a:hover {
  color: #FF1949;
}

.blog-area .item .content .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
  padding-top: 17px;
  font-weight: 700;
}

.blog-area.full-blog .item .content a.btn {
  margin-top: 5px;
}

.blog-area .item .content .top-info ul {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-area .item .content .top-info ul li {
  margin-right: 15px;
}

.blog-area .item .content .top-info ul li i {
  font-weight: 500;
  color: #FF1949;
  margin-right: 3px;
}

.blog-area .item .content .bottom-info img,
.blog-area .item .content .top-info img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

.blog-area .item .content .bottom-info a,
.blog-area .item .content .top-info a {
  color: #666666;
}

.blog-area .item .tags a {
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  z-index: 1;
  color: #FF1949;
}

.blog-area .item .tags a::after {
  position: absolute;
  right: -7px;
  bottom: 0;
  content: ",";
}

.blog-area .item .tags a:last-child::after {
  display: none;
}

.blog-area .blog-items .bottom-info {
    background: #ffffff;
    border-top: 1px solid #e7e7e7;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    margin-top: -15px;
    color: #232323;
    text-transform: uppercase;
    font-size: 14px;
}

.blog-area .blog-items .bottom-info .btn-more i {
    top: 2px;
    position: relative;
}

.blog-area .blog-items .bottom-info .btn-more:hover {
  color: #FF1949;
}

.blog-area .blog-items .bottom-info .btn-more {
}

.blog-area .blog-items .bottom-info img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-area .blog-items .bottom-info span i {
  color: #FF1949;
  margin-right: 3px;
}

/* Pagination */
.pagi-area .pagination {
  text-align: center;
  display: block;
  margin-top: 30px;
}

.pagi-area .pagination li.page-item {
  float: none;
  display: inline-block;
}

.pagi-area .pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  margin-top: 5px;
  color: #232323;
  font-weight: 800;
}

.pagi-area .pagination li.active a {
  background: #FF1949;
  border-color: #FF1949;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 3px solid #FF1949;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: #FF1949;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -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;
  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #FF1949 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  background: #ffffff;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #FF1949;
}

.blog-area .sidebar .sidebar-item.category li a span {
  color: #b5b5b5;
  font-size: 14px;
  margin-left: 5px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #232323;
  display: block;
  font-weight: 700;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-top: 8px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
}

.sidebar-item.recent-post li a:hover {
  color: #FF1949;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.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-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #FF1949;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #FF1949;
  z-index: -1;
  opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: #ffffff;
  font-weight: 700;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 10px 25px;
  margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info > a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #FF1949 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .content > ul li {
  margin-bottom: 15px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  display: block;
}

.blog-area .blog-items .content > ul {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-area .blog-items .content > ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  color: #FF1949;
  font-weight: 600;
  font-size: 14px;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #232323;
  font-weight: 600;
  line-height: 34px;
  font-style: italic;
  background: #fafafa;
  padding: 50px;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog-area .item blockquote::before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #FF1949;
}

.blog-area .item blockquote::after {
  position: absolute;
  right: 50px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #232323;
  font-size: 100px;
  bottom: 50px;
  font-weight: 600;
  z-index: -1;
  opacity: 0.1;
  font-style: normal;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #FF1949;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  color: #FF1949;
  border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
  margin: 0;
  margin-top: 5px;
  font-weight: 700;
}

.blog-area.single .post-pagi-area a:hover {
  color: #FF1949;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.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: 50px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.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: 25px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #002359;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: #FF1949;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background: #FF1949;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 20px;
  padding: 15px 45px;
  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;
  border-radius: 30px;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #FF1949;
  border: 1px solid transparent;
}

.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: 25px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* ============================================================== 
     # Contact
=================================================================== */
.contact-area .contact-items {
  background: #ffffff;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  padding: 50px;
  position: relative;
  bottom: -120px;
  margin-top: -120px;
}

.contact-area .contact-items .left-item .item {
  display: flex;
}

.contact-area .contact-items .left-item i {
  display: inline-block;
  font-size: 40px;
  color: #FF1949;
  margin-right: 25px;
}

.contact-area .contact-items .left-item .item .info h5 {
  font-weight: 700;
}

.contact-area .contact-items .left-item .item {
  margin-top: 40px;
}

.contact-area .contact-items .left-item .item:first-child {
  margin-top: 0;
}

.contact-area .contact-items .left-item .item .info p {
  margin: 0;
}

.contact-area .contact-items .right-item {
  padding-left: 35px;
  border-left: 1px solid #e7e7e7;
}

.contact-area .contact-items .right-item h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #888888;
}

.contact-area .contact-items .right-item h2 {
  font-weight: 800;
}

.contact-area .contact-items .right-item input, 
.contact-area .contact-items .right-item textarea {
  border: none;
  box-shadow: inherit;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  border-radius: inherit;
}

.contact-area .contact-items .right-item textarea {
  min-height: 150px;
}

.contact-area .contact-items .right-item button {
  background: transparent;
  padding: 17px 40px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.contact-area .contact-items .right-item button::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #FF1949;
  border-radius: 5px;
}

.contact-area .contact-items .right-item button i {
  margin-left: 3px;
}

.contact-area .contact-items img.loader {
  margin-left: 10px;
}


/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}


/* ============================================================== 
     # Login 
=================================================================== */
.login-area, 
.login-area div {
  height: 100%;
}

.login-area div.login, 
.login-area div.login div {
  height: auto;
}

.login-area .login-box {
  display: table;
  width: 100%;
}

.login-area .login-box .login {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}

.login-area .content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
  text-align: center;
}

.login-area .content img {
  margin-bottom: 30px;
}

.login-area .content input {
  border: none;
  box-shadow: inherit;
  padding-left: 25px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}

.login-area .form-group {
  position: relative;
}

.login-area .form-group i {
  position: absolute;
  left: 0;
  top: 16px;
  color: #999999;
}

.login-area .content button {
  background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: #ffffff;
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}

.login-area .content .sign-up {
  display: inline-block;
  margin-top: 30px;
}

.login-area .content .sign-up a {
  color: #437eeb;
  margin-left: 5px;
}

.login-area .link {
  text-align: right;
  margin-bottom: 25px;
  text-decoration: underline;
}

.login-area .social-login li {
  display: inline-block;
  margin: 0 3px;
}

.login-area .social-login li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 44px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  font-size: 12px;
}

.login-area .social-login li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.login-area .social-login li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.login-area .social-login li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.login-area .social-login li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.login-area .social-login {
  border-top: 1px dashed #dddddd;
  margin-top: 15px;
  padding-top: 30px;
}

.login-area .social-login h5 {
  font-weight: 900;
  margin-bottom: 15px;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}


/* ============================================================== 
     # Footer
=================================================================== */

footer .item {
  margin-top: 50px;
}

footer .f-items.default-padding {
  padding-top: 70px;
}

footer .f-item.about {
  padding-right: 30px;
}

footer .item img {
  margin-bottom: 30px;
}

footer .item .widget-title {
  margin-bottom: 30px;
  font-weight: 800;
  font-family: 'Noto Sans';
}

footer .item .link ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

footer .item .link ul li::after {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #bcb3b3;
}

footer.bg-dark .item .link li a {
  color: #cccccc;
  font-family: 'Noto Sans';
  font-size: 13px;
}

footer .link li a:hover {
  color: #FF1949;
}

footer .item .link li:last-child {
  margin-bottom: 0;
}

footer .item .subscribe form {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  position: relative;
  border-radius: 30px;
}

footer.bg-dark .item .subscribe form {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .item .subscribe form input {
  background: transparent;
  border: none;
  color: #ffffff;
  padding-left: 25px;
  border-radius: 30px;
}

footer .item .subscribe form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  color: #ffffff;
  background: #FF1949;
  border-radius: 50%;
}

footer.bg-dark .item .subscribe form button {
  color: #FF1949;
  background: #ffffff;
}

footer .item .opening-info {
  margin-top: 30px;
}

footer .item .opening-info h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

footer .item .opening-info li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

footer.bg-dark .item .opening-info li {
  font-weight: 400;
}

footer.bg-dark .item .opening-info li {
  color: #cccccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .item .opening-info li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

footer .address li {
  margin-bottom: 10px;
}

footer.bg-dark .address li {
  color: #cccccc;
}

footer .address li:last-child {
  margin-bottom: 0;
}

footer.bg-dark .address li strong {
  color: #ffffff;
  font-family: 'Noto Sans';
}

footer .social {
  margin-top: 30px;
}

footer .social h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

footer.bg-dark .social h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .social li {
  display: inline-block;
  margin-right: 25px;
}

footer .social li a {
  color: #666666;
}

/* Footer Bottom */

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
  background: #fafafa;
}

footer.bg-dark .footer-bottom {
  border-top: 1px solid #000;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  background: transparent;
}

.footer-bottom li {
  display: inline-block;
}

.footer-bottom .text-right li {
  margin-left: 20px;
}

.footer-bottom p {
  margin: 0;
}


/* ============================================================== 
     # Error 404
=================================================================== */
.error-page-area .thumb {
  padding-right: 35px;
  text-align: center;
}

.error-page-area h1 {
  font-size: 150px;
  line-height: 120px;
  font-weight: 900;
  margin-bottom: 20px;
}

.error-page-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.error-page-area a {
  margin-top: 15px;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url('../img/ddstripura-loader.gif') center no-repeat #ffffff;
  text-align: center;
}

/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 30px 15px;
    text-align: center;
    background: #fafafa;
}

.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px;
}
.banner-area .demo-banner h1 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 46px;
}

.banner-area .demo-banner h1 span {
    font-size: 36px;
}

.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 20px;
  max-height: 60px;
}
.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 30px 0;
  text-transform: uppercase;
  color: #333333;
}
.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}
.demo-area .comming-soon.item img {
    opacity: 0.3;
}
.banner-area.demo-banner {
  padding: 50px 0;
}
.demo-area .site-heading {
  margin-bottom: 30px;
}
.demo-area img {
  background: #ffffff none repeat scroll 0 0;
  /* box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06); */
  border-radius: 8px 8px 0 0;
  padding: 10px;
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    color: #ffffff;
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #cccccc;
}

.demo-area .rtl-version a {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    z-index: 9;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}

.demo-area .rtl-version a::after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 120%;
    width: 120%;
    content: "";
    background: #437eeb;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.demo-area.default-padding {
    z-index: inherit;
}

.demo-banner a.btn img {
    height: 30px;
    margin-right: 2px;
    margin-bottom: 0;
    position: relative;
}

.demo-banner a.btn {
  position: relative;
}

.banner-thumb {
  display: none;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.demo-area .site-heading h2 {
    margin-bottom: 40px;
}


.demo-area .single-item .info a {
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    color: #ffffff;
    margin: 0 5px;
    background: linear-gradient(97deg, rgba(203,1,43,1) 36%, rgba(255,25,73,1) 100%);
}

.demo-area .single-item .info h4 {
    /* color: #ffffff; */
    margin-bottom: 25px;
    margin-top: 0;
}

.banner-area .fun-fact-box {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.banner-area .fun-fact-box .fun-fact {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.banner-area .fun-fact-box .fun-fact::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.6);
}

.banner-area .fun-fact-box .fun-fact:last-child::after {
    display: none;
}

.banner-area .fun-fact-box .fun-fact .timer {
    font-weight: 800;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

.banner-area .fun-fact-box .fun-fact .medium {
    text-transform: uppercase;
    font-weight: 700;
}

/* Features */

.demo-features .single-item {
  margin-bottom: 30px;
}

.demo-features .item {
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 8px;
}

.demo-features .item img {
    height: 50px;
    width: auto;
    margin-bottom: 15px;
}

.demo-features .item h5 {
    font-weight: 700;
    text-transform: capitalize;
}

.demo .navbar.navbar-transparent .attr-nav > ul > li.button {
    display: none;
}

.demo .attr-nav > ul > li.button a img {
    height: 30px;
}

.demo .navbar.navbar-transparent .attr-nav > ul > li.button {
    display: none;
}

.demo .attr-nav > ul > li.button a {
    background: linear-gradient(97deg, rgba(203,1,43,1) 36%, rgba(255,25,73,1) 100%);
    color: #ffffff;
}

.demo .attr-nav > ul > li {
    padding: 10px 0;
    font-size: 18px;
}

@media (min-width: 1024px) {
.demo .attr-nav > ul > li.button a {
    background: linear-gradient(97deg, rgba(203,1,43,1) 36%, rgba(255,25,73,1) 100%);
    padding: 20px 40px !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

}


/*extra css*/

/*** 

====================================================================
  Welcome Section
====================================================================

***/

.welcome-section{
  position:relative;
  padding:100px 0px 10px;
}

.welcome-section .content-column{
  position:relative;
}

.welcome-section .content-column .inner-column{
  position:relative;
  /*padding-top:60px;*/
}

.welcome-section .content-column h2{
  position:relative;
  color:#333333;
  font-weight:700;
  font-size:30px;
  font-family: 'Noto Sans', sans-serif;
}

.welcome-section .content-column .bold-text{
  position:relative;
  color:#000;
  font-weight:500;
  font-size:16px;
  margin-top:15px;
  font-family: 'Noto Sans', sans-serif;
}

.welcome-section .content-column .text{
  position:relative;
  color:#000;
  font-weight:400;
  font-size:14px;
  margin-top:28px;
  line-height:2em;
  max-width:450px;
  margin-bottom:35px;
  font-family: 'Noto Sans', sans-serif;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}
.theme_color{
  color:#FF1949;
}

/*Video Box*/

.video-box{
  position:relative;
  border-radius:25px;
  overflow:hidden;
}

.video-box .video-image{
  position:relative;
  margin:0px;
}

.video-box .video-image img{
  position:relative;
  width:100%;
  z-index:3;
}

.video-box .overlay-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  text-align:center;
  overflow:hidden;
  line-height: 80px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.video-box .overlay-box span{
  position: absolute;
  width:80px;
  height: 80px;
  left:50%;
    top: 50%;
  z-index:99;
  color: #ffffff;
  font-weight:400;
  font-size:20px;
  text-align: center;
  border-radius:50%;
  padding-left:4px;
  display: inline-block;
  margin-top: -50px;
  margin-left:-50px;
  transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  background-color:#FF1949;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 25, 73, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 25, 73, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 25, 73, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 25, 73, .6);
    box-shadow: 0 0 0 0 rgba(255, 25, 73, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 96, 29, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 25, 73, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(255, 25, 73, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 25, 73, 0);}
}

/*** 

====================================================================
  Counter Section
====================================================================

***/

.counter-section{
  position:relative;
  padding:80px 0px 60px;
  background-color:#1e1a15;
  background-position:right center;
  background-attachment:fixed;
  background-repeat:no-repeat;
}

.counter-section:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background-color:rgba(0,0,0,0.80);
}

.counter-section.style-two{
  padding-top:300px;
  margin-top:-230px;
}

/*fact counter*/

.fact-counter{
  position:relative;
}

.fact-counter .column{
  position:relative;
  margin-bottom:30px;
}

.fact-counter .column .inner{
  position:relative;
}

.fact-counter .column .inner .content{
  position:relative;
  text-align:center;
}

.fact-counter .column .inner .icon{
  position:relative;
  color:#ea3a60;
  font-size:60px;
  text-align:center;
  line-height:1em;
  font-weight: 400;
  margin-bottom:28px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  font-family: 'Noto Sans', sans-serif;
}

.fact-counter .count-outer .percentage{
  display:inline-block;
  font-weight:600;
  color:#020e28;
  font-size:48px;
  line-height:1em;
}

.fact-counter .column .inner .count-outer{
  position:relative;
  font-weight:700;
  color:#ffffff;
  font-size:36px;
  line-height:1em;
  display:inline-block;
  font-family: 'Yantramanav', sans-serif;
}

.fact-counter .column .inner .counter-title{
  position:relative;
  font-size:24px;
  padding-top:14px;
  font-weight:700;
  color:#ff1949;
  margin-top:18px;
}

.fact-counter .column .inner .counter-title:before{
  position:absolute;
  content:'';
  left:50%;
  top:0px;
  width:32px;
  height:1px;
  margin-left:-16px;
  background-color:#afafaf;
}

/*** 

====================================================================
  Section Title
====================================================================

***/

.sec-title{
  position:relative;
  margin-bottom:50px;
}

.sec-title h2{
  position: relative;
    font-size: 36px;
    color:#333333;
    font-weight: 700;
    line-height: 1.3em;
  padding-bottom:22px;
  text-transform:capitalize;
  font-family: 'Noto Sans', sans-serif;
  /* -webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #fa7712 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite; */
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  height:2px;
  width:42px;
  background-color:#010101;
}

.sec-title .text{
  position: relative;
    font-size: 14px;
    color:#000;
    font-weight: 400;
    line-height: 1.9em;
  margin-top:30px;
  font-family: 'Noto Sans', sans-serif;
  /* -webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,0.6) 50%, #fa7712 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite; */
}

/* @-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
} */

.sec-title.light h2{
  color:#ffffff;
}

.sec-title.light h2:before{
  background-color:#ffffff;
}

.sec-title.light .title-inner:before{
  background-color:#777777;
}

.sec-title.centered{
  text-align: center;
}

.sec-title.centered h2:before{
  left:50%;
  margin-left:-21px;
}
.pull-left{
  float:left;
}
.pull-right{
  float:right;
}

/*** 

====================================================================
  Causes Section
====================================================================

***/

.causes-section{
  position:relative;
  padding:90px 0px 70px;
}

.causes-section .sec-title .theme-btn{
  margin-top:50px;
}

/* Causes Block */

.causes-block{
  position:relative;
  margin-bottom:40px;
}

.causes-block .inner-box{
  position:relative;
}

.causes-block .inner-box .image{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  background-color:#ff5722;
  transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.causes-block .inner-box:hover .image img{
  position:relative;
  width:100%;
  display:block;
  opacity:0.4;
  transform:scale(1.1,1.1);
}

.causes-block .inner-box .image img{
  width:100%;
  display:block;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.causes-block .inner-box .image .ribbon{
  position:absolute;
  left:0px;
  top:20px;
  color:#ffffff;
  font-size:14px;
  z-index:1;
  padding:4px 14px;
  text-transform:uppercase;
}

.causes-block .inner-box .image .ribbon:before{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  left:-40px;
  height:100%;
  z-index:-1;
  background-color:#ff5722;
  transform:skew(-30deg);
}

.causes-block .inner-box .image .like-icon{
  position:absolute;
  right:20px;
  top:20px;
  display:block;
  opacity:0;
  font-size:28px;
  color:#ffffff;
  transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.causes-block .inner-box:hover .image .like-icon{
  opacity:1;
}

.causes-block .inner-box .lower-content{
  position:relative;
  padding-top:25px;
}

.causes-block .inner-box .lower-content h3{
  position:relative;
  color:#333333;
  font-size:24px;
  font-weight:700;
  margin-bottom:20px;
  text-align:center;
  font-family: 'Noto Sans', sans-serif;
}

.causes-block .inner-box .lower-content h3 a{
  color:#333333;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.causes-block .inner-box .lower-content h3 a:hover{
  color:#ff5722;
}

.causes-block .inner-box .lower-content .text{
  position:relative;
  color:#000;
  font-size:14px;
  font-family: 'Noto Sans', sans-serif;
  line-height:1.9em;
  text-align:center;
  margin-bottom:50px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.causes-block .inner-box .lower-content .content{
  position:relative;
}

.causes-block .inner-box .lower-content .content .overlay-box .collect{
  position:relative;
  color:#666666;
  font-size:16px;
  font-weight:400;
  margin-bottom:15px;
}

.causes-block .inner-box .lower-content .donate-percentage{
  position:relative;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar-info{
  position:relative;
  margin-bottom:10px;
  background-color:#cccccc;
}

.causes-block .inner-box .lower-content .donate-bar-info .donate-percent{
  position:relative;
  font-weight:400;
  color:#000000;
  font-size:18px;
  display:block;
  width:100%;
  text-align:center;
  text-transform:uppercase;
}

.causes-block .inner-box .lower-content .donate-bar-info .donate-percent .count-box{
  position:absolute;
  width:100%;
  color:#aa1f43;
  font-size:14px;
  text-align:center;
  margin-top:10px;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar{
  position:relative;
  width:100%;
  height:2px; 
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner{
  position:relative;
  width:100%;
  height:6px;
  background:#e1e1e1;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar{
  position:absolute;
  left:0px;
  top:0px;
  height:6px;
  width:0px;
  background-color:#ff5722;
  -webkit-transition:all 2000ms ease;
  -ms-transition:all 2000ms ease;
  -o-transition:all 2000ms ease;
  -moz-transition:all 2000ms ease;
  transition:all 2000ms ease;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar:before{
  position:absolute;
  content:'';
  right:-1px;
  top:-5px;
  width:16px;
  height:16px;
  border-radius:50%;
  background-color:#e1e1e1;
  border:1px solid #ff5722;
}

.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar .count-box{
  position:absolute;
  right:-12px;
  top:-30px;
  color:#333333;
  font-size:14px;
}

.causes-block .inner-box .lower-content .donate-percentage .amounts{
  position:relative;
  margin-top:15px;
}

.causes-block .inner-box .lower-content .donate-percentage .amounts .number{
  position:relative;
  color:#333333;
  font-size:18px;
  font-weight:700;
}

.causes-block .inner-box .lower-content .btns-box{
  position:relative;
  text-align:center;
  margin-top:30px;
}

.causes-block .inner-box .lower-content .btns-box .theme-btn{
  margin:0px 2px;
  padding:11px 38px;
}

.causes-block .inner-box .lower-content .btns-box .btn-style-three{
  padding:13px 38px;
}

/*Btn Style Two*/

.btn-style-two{
  position:relative;
  padding:7px 20px 7px;
  line-height:26px;
  background:#333333;
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  border-radius:50px;
  border:2px solid #333333;
  text-transform:capitalize;
}

.btn-style-two:hover{
  background:#FF1949;
  border-color:#ff5722;
  color:#ffffff;
}

/*Btn Style Three*/

.btn-style-three{
  position:relative;
  padding:7px 20px 7px;
  line-height:26px;
  color:#ffffff;
  font-size:14px;
  font-weight:400;
  border-radius:50px;
  border:2px solid #333333;
  text-transform:capitalize;
  background-image: -ms-linear-gradient(bottom, #bf062c 0%, #ff1949 100%);
  background-image: -moz-linear-gradient(bottom, #bf062c 0%, #ff1949 100%);
  background-image: -o-linear-gradient(bottom, #bf062c 0%, #ff1949 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bf062c), color-stop(100, #F39900));
  background-image: -webkit-linear-gradient(bottom, #bf062c 0%, #ff1949 100%);
  background-image: linear-gradient(to top, #bf062c 0%, #ff1949 100%);
}

.btn-style-three:hover{
  background-image: -ms-linear-gradient(top, #bf062c 0%, #ff1949 100%);
  background-image: -moz-linear-gradient(top, #bf062c 0%, #ff1949 100%);
  background-image: -o-linear-gradient(top, #bf062c 0%, #ff1949 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bf062c), color-stop(100, #F39900));
  background-image: -webkit-linear-gradient(top, #bf062c 0%, #ff1949 100%);
  background-image: linear-gradient(to bottom, #bf062c 0%, #ff1949 100%);
  border-color:#FF1949;
  color:#ffffff;
}

/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section{
  position:relative;
  padding:85px 0px 70px;
  background-repeat:repeat;
}

.service-block{
  position:relative;
  margin-bottom:30px;
}

.service-block .inner-box{
  position:relative;
  text-align:center;
}

.service-block .inner-box .icon-box{
  position:relative;
  font-size:64px;
  color:#333333;
  line-height:1em;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.service-block .inner-box:hover .icon-box{
  color:#ff5722;
}

.service-block .inner-box h3{
  position:relative;
  font-weight:700;
  color:#333333;
  font-size:30px;
  line-height:1.3em;
  margin-top:20px;
}

.service-block .inner-box h3 a{
  position:relative;
  color:#FF1949;
  font-family: 'Noto Sans', sans-serif;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.service-block .inner-box:hover h3 a{
  color:#333333;
}

.service-block .inner-box .text{
  position:relative;
  font-weight:400;
  color:#777777;
  font-size:14px;
  line-height:2em;
  margin-top:20px;
}

/*** 

====================================================================
  Services Section Two
====================================================================

***/

.services-section-two{
  position:relative;
  padding:90px 0px 130px;
}

.services-section-two.style-two{
  padding-bottom:50px;
}

.service-block-two{
  position:relative;
  margin-bottom:65px;
}

.service-block-two .inner-box{
  position:relative;
  padding-left:150px;
}

.service-block-two .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  color:#ff5722;
  font-size:84px;
  line-height:1em;
}

.service-block-two .inner-box h3{
  position:relative;
  font-size:24px;
  font-weight:700;
  line-height:1.3em;
  font-family: 'Noto Sans', sans-serif;
}

.service-block-two .inner-box h3 a{
  position:relative;
  color:#333333;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.service-block-two .inner-box:hover h3 a{
  color:#FF1949;
}

.service-block-two .inner-box:hover .icon-box{
  color:#333333;
}

.service-block-two .inner-box .text{
  position:relative;
  color:#000;
  font-size:14px;
  line-height:2em;
  margin-top:15px;
  font-family: 'Noto Sans', sans-serif;
}

/*job-page*/

.job-style-two{background:#f3f7fd;position:relative;z-index:1}.job-style-two::before{position:absolute;content:'';background-image:url(../img/shape/job.png);background-position:center center;background-size:cover;height:100%;width:100%;top:0;left:0;opacity:.02;z-index:-1}.job-card-two{background:#fff;margin-bottom:30px;padding:40px 30px}.job-card-two .company-logo{background:#fddcd4;width:100px;height:100px;text-align:center;line-height:100px;border-radius:100px;border:1px dashed #fd1616;position:relative;top:-8px}.job-card-two .job-info{padding-left:25px}.job-card-two .job-info h3{margin-bottom:10px}.job-card-two .job-info h3 a{color:#001935}.job-card-two .job-info h3 a:hover{color:#fd1616}.job-card-two .job-info ul{padding-left:0}.job-card-two .job-info ul li{display:inline-block;font-size:15px;padding-right:10px}.job-card-two .job-info ul li a{color:#fd1616;font-weight:500}.job-card-two .job-info ul li i{top:2px;position:relative;font-size:18px}.job-card-two .job-info span{background:#fdd6cc;display:inline-block;padding:5px 10px;color:#fd1616;margin-bottom:10px;border:1px dashed #fd1616;font-size:14px}.job-card-two .theme-btn .default-btn{margin-right:0}.job-info-two{background-image:url(../img/section-bg/1.jpg);background-size:cover;background-position:center center;position:relative;z-index:0}.job-info-two::before{position:absolute;content:'';background:rgba(1,12,41,.85);width:100%;height:100%;top:0;left:0;z-index:-1}
.company-card{text-align:center;border:1px dashed #fd1616;padding:40px 30px;margin-bottom:30px;-webkit-transition:.5s;transition:.5s;background:#fff}.company-card .company-logo{margin-bottom:25px}.company-card .company-text h3{margin-bottom:10px}.company-card .company-text p{font-size:16px;margin-bottom:25px}.company-card .company-text .company-btn{background:#ff1949;color:#fff;padding:10px 20px;display:inline-block;font-size:14px}.company-card:hover{-webkit-box-shadow:0 10px 30px rgba(0,0,0,.07);box-shadow:0 10px 30px rgba(0,0,0,.07)}.company-card:hover .company-btn{background:#001935}
.subscribe-section{background:#ff1949;padding:80px 0}.subscribe-section .section-title{margin-bottom:0}.subscribe-section .section-title h2{color:#fff;margin:0 auto 10px 0}.subscribe-section .section-title p{color:#fff;margin-bottom:0}.subscribe-section .newsletter-form{position:relative}.subscribe-section .newsletter-form .form-control{height:65px;position:relative;padding:20px;border-radius:10px}.subscribe-section .newsletter-form .sub-btn{position:absolute;top:0;right:0;height:65px;border-radius:10px;background:#001935;color:#fff;padding:0 30px;border:1px solid transparent;-webkit-transition:.5s;transition:.5s}.subscribe-section .newsletter-form .sub-btn:hover{background:#a30425;border:1px solid #fff}.subscribe-section .newsletter-form ::-webkit-input-placeholder{font-size:18px}.subscribe-section .newsletter-form :-ms-input-placeholder{font-size:18px}.subscribe-section .newsletter-form ::-ms-input-placeholder{font-size:18px}.subscribe-section .newsletter-form ::placeholder{font-size:18px}.subscribe-section .newsletter-form .validation-danger{color:#fff;margin-top:10px}.banner-style-four{background-image:none;background:#fdeeee80;height:100vh;position:relative}

/*donation*/

.details-payment{background-color:#fafafa;padding:50px}.donation-details-area .details-item .details-payment h3{font-size:25px;margin-bottom:8px;margin-top:-5px}.donation-details-area .details-item .details-payment .form-radio-area{margin-bottom:30px}.donation-details-area .details-item .details-payment .form-radio-area .form-check-label{color:#302c51}.donation-details-area .details-item .details-payment .form-input-area .form-group{position:relative;margin-bottom:15px}.donation-details-area .details-item .details-payment .form-input-area .form-group label{margin-bottom:0;position:absolute;top:10px;left:15px;color:#ff6015;font-size:20px}.donation-details-area .details-item .details-payment .form-input-area .form-group .form-control{height:50px;border-radius:5px;border:0;background-color:#fff;padding-left:45px}.donation-details-area .details-item .details-payment .form-input-area .form-group .form-control:focus{border:0;-webkit-box-shadow:none;box-shadow:none}.donation-details-area .details-item .details-payment .form-input-area .common-btn{-webkit-transition:.5s all ease;transition:.5s all ease;width:100%;display:block}.form-radio-area{margin-bottom:30px}.donation-details-area .details-item .details-payment .form-radio-area .form-check-label{color:#302c51}
/*table*/
.table {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 3px solid #ECECEC;
  vertical-align: middle;
}
.table__head {
  display: table-header-group;
  vertical-align: inherit;
  background-color: #ff1949;
  color: #fff;
}
.table__body {
  display: table-row-group;
  vertical-align: inherit;
}
.table__row {
  display: table-row;
  vertical-align: inherit;
}
.table__body .table__row:nth-child(even) {
  background-color: #ECECEC;
}
.table__cell {
  display: table-cell;
  border: 1px solid #fff;
  padding: 20px;
  /*width: calc(100% / 3);*/
  vertical-align: inherit;
  font-size: 15px;
  font-weight: 600;
}
.table__cell_head {
  display: table-cell;
  border: 1px solid #fff;
  padding: 20px;
  /*width: calc(100% / 3);*/
  vertical-align: inherit;
  font-size: 18px;
  font-weight: 600;
}
.table__foot {
  display: table-footer-group;
  vertical-align: inherit;
}
.table__caption {
  display: table-caption;
  padding: 20px;
  border: 1px solid #fff;
  caption-side: bottom;
}

@media screen and (max-width: 767px) {
  .table__head .table__cell:not(:first-child) {
    display: none;
  }
  .table__body, .table__row, .table__cell {
    display: block;
    border: none;
  }
  .table__row {
    padding: 10px 0;
  }
  .table__cell {
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .table__cell:not(:first-child):before {
    content: attr(data-title);
    display: block;
    width: 50%;
    font-size: 12px;
    color: #999;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .table__body .table__cell:first-child {
    color: #16A085;
    border-width: 1px 0;
    font-weight: bold;
  }
}

/*------------------------------------------*/
/*   8.4 Faq's
/*------------------------------------------*/
.faqs-wrap{
    background: url(../images/man_with_hand.jpg) no-repeat center center;
    background-size: cover;
    padding: 10rem 8rem;
    color: #FFF;
    margin-top: -7rem;
    margin-bottom: 3rem;
    position: relative;
    box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.15);      
}
.bg-with-text{
    background: url(../images/bg-text.jpg) no-repeat center right;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 1.125rem;
    padding: 0 1.5rem;
    font-weight: 300;
    line-height: 2;
}

.faqs-sidebar{
    background: url(../img/man_with_hand.jpg) no-repeat center center;
    background-size: cover;
    padding: 1.8rem;
    border-radius: 10px;
    overflow: hidden;
}
.faqs-sidebar form{
    position: relative;
    z-index: 99;
}
.faqs-sidebar form label{
    color: #FFF;
}

.faqs-sidebar .form-light.form-control {
    background-color: rgba(255,255,255,0.8);
}
.faqs-sidebar .form-light.form-control:focus {
    background-color: rgba(255,255,255,1);
}
@media (min-width: 767.99px) { 
  .faqs [class*="col-md-"]{
    margin-bottom: 30px;
  }
  .faqs [class*="col-md-"]:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
/* 8.4 Faq's Style End */

/*------------------------------------------*/
/*   4.4 Background Colors
/*------------------------------------------*/
.bg-orange{ background: #D59B2D; }
.bg-theme{ background: #fff5ec; }
.bg-green{ background: #D9E7DB; }
.bg-navy-blue{ background: #5A3A31; }

.pos-rel{ position: relative; }
.bg-overlay{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  left: 0;
}
.bg-overlay.blue{ background-color: #27304b; }
.bg-overlay.orange{ background-color: #D59B2D; }
.bg-overlay.black{ background-color: #000; }
.bg-overlay.green{ background-color: #D9E7DB; }
.bg-overlay.white{ background-color: #FFF; }

.bg-overlay.opacity-20{ opacity: 0.2; }
.bg-overlay.opacity-30{ opacity: 0.3; }
.bg-overlay.opacity-40{ opacity: 0.4; }
.bg-overlay.opacity-50{ opacity: 0.5; }
.bg-overlay.opacity-60{ opacity: 0.6; }
.bg-overlay.opacity-70{ opacity: 0.7; }
.bg-overlay.opacity-80{ opacity: 0.8; }
/* 4.4 Background Colors End */

/*------------------------------------------*/
/*   4.3 Text Colors
/*------------------------------------------*/
.txt-blue{ color: #27304b; }
.txt-orange{ color: #D59B2D; }
.txt-green{ color: #477763; }
.txt-ligt-gray{ color: #424242; }
.txt-white{ color: #FFF; }
.txt-black{ color: #333; }
.txt-sky-blue{ color: #f1fbff; }
/* 4.3 Text Colors End 

/*student-page*/

.single-member-info p{margin-bottom:0}.single-member-info .member-intro h3 a{font-size:20px;color:#002147;transition:all .4s linear 0s}.single-member-info .member-intro h3 a:hover{text-decoration:none}.single-member-info .member-intro p{font-size:14px;color:#666}.single-member-info .member-intro p strong{color:#002147}.single-member-info .member-intro{padding:20px 0 30px}.member-status{display:flex;justify-content:space-between}.member-status p{font-size:14px;color:#666}.member-status p strong{color:#002147;font-weight:500}.member-image{overflow:hidden}.member-image img{transition:all .4s linear 0s}.single-member{transition:all .4s linear 0s}.single-member:hover{box-shadow:0 .5rem 1rem rgba(34,34,34,.15)!important}.single-member:hover .member-intro h3 a{color:#ff5202}.single-member:hover .member-intro p{color:#ff5202}.single-member:hover .member-intro p strong{color:#ff5202}.single-member:hover .member-status p strong{color:#ff5202}.single-member:hover .member-image img{transform:scale3d(1.1,1.1,1.1)}.member-image{overflow:hidden}.member-image img{transition:all .4s linear 0s}.single-member{transition:all .4s linear 0s}.single-member:hover{box-shadow:0 .5rem 1rem rgba(34,34,34,.15)!important}.single-member:hover .member-intro h3 a{color:#FF1949}.single-member:hover .member-intro p{color:#FF1949}.single-member:hover .member-intro p strong{color:#FF1949}.single-member:hover .member-status p strong{color:#ff5202}.single-member:hover .member-image img{transform:scale3d(1.1,1.1,1.1)}
.single-member-info p{margin-bottom:0}.single-member-info .member-intro h3 a{font-size:20px;color:#002147;transition:all .4s linear 0s}.single-member-info .member-intro h3 a:hover{text-decoration:none}.single-member-info .member-intro p{font-size:14px;color:#666}.single-member-info .member-intro p strong{color:#002147}.single-member-info .member-intro{padding:20px 0 30px}

/*daonate-panel*/

/*
Volunteers Area Style
=====================================================*/
.volunteers-area {
  position: relative;
  z-index: 1;
}

.volunteers-area .text-right {
  float: right;
}

.volunteers-area .section-title {
  max-width: 780px;
}

.volunteers-area .right-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.volunteers-area.volunteers-bg-area {
  background-image: url(../img/volunteers-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #f3f9ef;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.volunteers-bg {
  background-image: url(../img/join-us-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 100px;
}

.volunteers-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.volunteers-bg .section-title {
  margin-bottom: 0;
}

.volunteers-bg .section-title .top-title {
  color: #d4d4d4;
  font-family: 'Noto Sans';
}

.volunteers-bg .section-title h2 {
  color: var(--white-color);
}
/*
Section Title Area Style*/
.section-title {
  max-width: 700px;
  margin: -7px auto 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title .top-title {
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 8px;
  display: inline-block;
}

.section-title .watermark {
  color: #ececec;
  font-size: 60px;
  font-size: 70px;
  font-family: var(--heading-font-family);
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: -1;
  line-height: 1;
  display: none;
}

.section-title h2 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.section-title-left {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.section-title.section-title-three .top-title {
  color: var(--optional-color);
}

.section-title.section-white-title .top-title {
  color: var(--optional-color);
}

.section-title.section-white-title h2 {
  color: var(--white-color);
}

/*Daily Activities*/

.timeline {
  max-width: 830px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px 0px;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #ff1949;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.timeline__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 30px;
  background-color: white;
  border-radius: 5px;
  position: relative;
  width: 386px;
  box-shadow: 0 2px 8px 0 #242e4c59;
}
.timeline__content::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.timeline__content::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ff1949;
  border-radius: 50%;
  transform: translateY(-50%);
}
.timeline__content:nth-child(odd) {
  margin-left: auto;
}
.timeline__content:nth-child(odd) .content_tag {
  right: 5px;
}
.timeline__content:nth-child(odd)::after {
  left: -10px;
}
.timeline__content:nth-child(odd)::before {
  top: 50%;
  left: -39px;
}
.timeline__content:nth-child(even) {
  align-items: flex-end;
}
.timeline__content:nth-child(even) .content_p {
  text-align: right;
}
.timeline__content:nth-child(even)::after {
  right: -10px;
}
.timeline__content:nth-child(even)::before {
  top: 50%;
  right: -39px;
}
.timeline__content:nth-child(even) .content_tag {
  left: 5px;
}

.content_tag {
  position: absolute;
  top: 5px;
  padding: 6px 10px;
  background-color: #ff1949;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.content_date {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #848892;
}
.content_p {
  color: #242e4c;
  max-width: 230px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .timeline {
    gap: 15px;
    padding: 10px;
  }
  .timeline::after {
    display: none;
  }
  .timeline__content {
    width: 100%;
  }
  .timeline__content::after {
    display: none;
  }
  .timeline__content::before {
    display: none;
  }
}

/*comming soon*/

.comming-soon {
  height: 100vh;
  width: 100%;
  background-image: url("http://html.medhati.com/trendy/assets/img/slider2.jpg");
  background-size: cover;
  background-position: 50% 0%;
  /*overflow: hidden;*/
}

.comming-soon-wrapper {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(-55deg, transparent 25%, #16181E 25%, #16181E 75%, transparent 75%, transparent 100%);
  /*background: linear-gradient(-210deg, transparent 0%, #16181E 0%, #16181E 70%, transparent 50%, transparent 100%);*/
  transition: all 0.5s cubic-bezier(0.67, 0, 0.3, 1) 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content {
  /*transform:rotate(50deg);*/
  padding: 1rem;
  color: white;
}

.content h1 {
  font-size: 3rem;
  color: white;
}

.content p {
  font-size: 1.1rem;
  color: #000;
}

.content a {
  color: white;
  display: inline-block;
  padding: 2.1% 4%;
  overflow: hidden;
  border-radius: 0;
  text-decoration: none;
}

@media screen and (max-width: 355px) {
  .content {
    /*transform:rotate(50deg);*/
    padding: 1rem 1.4rem;
    overflow-x: hidden;
  }

  .content h1 {
    font-size: 2.5rem;
    /*margin: 5px 0px;*/
    /*line-height: 1.2;*/
  }

  .comming-soon-wrapper {
    background: linear-gradient(-210deg, transparent 0%, #16181E 0%, #16181E 70%, transparent 50%, transparent 100%);
    transition: all 0.5s cubic-bezier(0.67, 0, 0.3, 1) 1s;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 356px) and (max-width: 650px) {
  .content {
    /*transform:rotate(50deg);*/
    padding: 1rem 1.4rem;
    overflow-x: hidden;
  }

  .comming-soon-wrapper {
    background: linear-gradient(-210deg, transparent 0%, #16181E 0%, #16181E 70%, transparent 50%, transparent 100%);
    transition: all 0.5s cubic-bezier(0.67, 0, 0.3, 1) 1s;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    overflow-x: hidden;
  }
}